coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vpd_cbmem Struct Reference
Collaboration diagram for vpd_cbmem:
Collaboration graph

Data Fields

uint32_t magic
 
uint32_t version
 
uint32_t ro_size
 
uint32_t rw_size
 
uint8_t blob [0]
 

Detailed Description

Definition at line 23 of file vpd.c.

Field Documentation

◆ blob

uint8_t vpd_cbmem::blob[0]

Definition at line 28 of file vpd.c.

Referenced by cbmem_add_cros_vpd(), and init_vpd_rdevs_from_cbmem().

◆ magic

uint32_t vpd_cbmem::magic

Definition at line 24 of file vpd.c.

Referenced by cbmem_add_cros_vpd().

◆ ro_size

uint32_t vpd_cbmem::ro_size

Definition at line 26 of file vpd.c.

Referenced by cbmem_add_cros_vpd(), and init_vpd_rdevs_from_cbmem().

◆ rw_size

uint32_t vpd_cbmem::rw_size

Definition at line 27 of file vpd.c.

Referenced by cbmem_add_cros_vpd(), and init_vpd_rdevs_from_cbmem().

◆ version

uint32_t vpd_cbmem::version

Definition at line 25 of file vpd.c.

Referenced by cbmem_add_cros_vpd().


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