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

#include <coreboot_tables.h>

Collaboration diagram for lb_cbmem_entry:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
lb_uint64_t address
 
uint32_t entry_size
 
uint32_t id
 

Detailed Description

Definition at line 369 of file coreboot_tables.h.

Field Documentation

◆ address

lb_uint64_t lb_cbmem_entry::address

Definition at line 373 of file coreboot_tables.h.

Referenced by cbmem_add_records_to_cbtable().

◆ entry_size

uint32_t lb_cbmem_entry::entry_size

Definition at line 374 of file coreboot_tables.h.

Referenced by cbmem_add_records_to_cbtable().

◆ id

uint32_t lb_cbmem_entry::id

Definition at line 375 of file coreboot_tables.h.

Referenced by cbmem_add_records_to_cbtable().

◆ size

uint32_t lb_cbmem_entry::size

Definition at line 371 of file coreboot_tables.h.

Referenced by cbmem_add_records_to_cbtable().

◆ tag

uint32_t lb_cbmem_entry::tag

Definition at line 370 of file coreboot_tables.h.

Referenced by cbmem_add_records_to_cbtable().


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