coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec_response_flash_info_2 Struct Reference

#include <ec_commands.h>

Collaboration diagram for ec_response_flash_info_2:
Collaboration graph

Data Fields

uint32_t flash_size
 
uint32_t flags
 
uint32_t write_ideal_size
 
uint16_t num_banks_total
 
uint16_t num_banks_desc
 
struct ec_flash_bank banks [0]
 

Detailed Description

Definition at line 1632 of file ec_commands.h.

Field Documentation

◆ banks

struct ec_flash_bank ec_response_flash_info_2::banks[0]

Definition at line 1642 of file ec_commands.h.

◆ flags

uint32_t ec_response_flash_info_2::flags

Definition at line 1636 of file ec_commands.h.

◆ flash_size

uint32_t ec_response_flash_info_2::flash_size

Definition at line 1634 of file ec_commands.h.

◆ num_banks_desc

uint16_t ec_response_flash_info_2::num_banks_desc

Definition at line 1642 of file ec_commands.h.

◆ num_banks_total

uint16_t ec_response_flash_info_2::num_banks_total

Definition at line 1640 of file ec_commands.h.

◆ write_ideal_size

uint32_t ec_response_flash_info_2::write_ideal_size

Definition at line 1638 of file ec_commands.h.


The documentation for this struct was generated from the following file: