coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cse_layout.h File Reference
#include <sys/types.h>
Include dependency graph for cse_layout.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  bpdt_header
 
struct  cse_layout
 
struct  bpdt_entry
 
struct  subpart_hdr
 
struct  subpart_entry
 
struct  subpart_entry_manifest_header
 

Enumerations

enum  bpdt_entry_type {
  SMIP = 0 , CSE_RBE = 1 , CSE_BUP = 2 , UCODE = 3 ,
  IBB = 4 , S_BPDT = 5 , OBB = 6 , CSE_MAIN = 7 ,
  ISH = 8 , CSE_IDLM = 9 , IFP_OVERRIDE = 10 , UTOK = 11 ,
  UFS_PHY = 12 , UFS_GPP = 13 , PMC = 14 , IUNIT = 15 ,
  NVM_CFG = 16 , UEP = 17 , OEM_KM = 20 , PAVP = 22 ,
  IOM_FW = 23 , NPHY_FW = 24 , TBT_FW = 25 , ICC = 32 ,
  MAX_SUBPARTS
}
 

Variables

struct bpdt_header __packed
 

Enumeration Type Documentation

◆ bpdt_entry_type

Enumerator
SMIP 
CSE_RBE 
CSE_BUP 
UCODE 
IBB 
S_BPDT 
OBB 
CSE_MAIN 
ISH 
CSE_IDLM 
IFP_OVERRIDE 
UTOK 
UFS_PHY 
UFS_GPP 
PMC 
IUNIT 
NVM_CFG 
UEP 
OEM_KM 
PAVP 
IOM_FW 
NPHY_FW 
TBT_FW 
ICC 
MAX_SUBPARTS 

Definition at line 6 of file cse_layout.h.

Variable Documentation

◆ __packed