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

#include <coreboot_tables.h>

Collaboration diagram for lb_memory_range:
Collaboration graph

Data Fields

lb_uint64_t start
 
lb_uint64_t size
 
uint32_t type
 

Detailed Description

Definition at line 128 of file coreboot_tables.h.

Field Documentation

◆ size

lb_uint64_t lb_memory_range::size

Definition at line 130 of file coreboot_tables.h.

Referenced by bootmem_write_memory_table().

◆ start

lb_uint64_t lb_memory_range::start

Definition at line 129 of file coreboot_tables.h.

Referenced by bootmem_write_memory_table().

◆ type

uint32_t lb_memory_range::type

Definition at line 131 of file coreboot_tables.h.

Referenced by bootmem_write_memory_table().


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