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

#include <coreboot_tables.h>

Collaboration diagram for lb_range:
Collaboration graph

Data Fields

uint32_t tag
 
uint32_t size
 
lb_uint64_t range_start
 
uint32_t range_size
 

Detailed Description

Definition at line 310 of file coreboot_tables.h.

Field Documentation

◆ range_size

uint32_t lb_range::range_size

Definition at line 315 of file coreboot_tables.h.

Referenced by soc_add_mtc().

◆ range_start

lb_uint64_t lb_range::range_start

Definition at line 314 of file coreboot_tables.h.

Referenced by soc_add_mtc().

◆ size

uint32_t lb_range::size

Definition at line 312 of file coreboot_tables.h.

Referenced by soc_add_mtc().

◆ tag

uint32_t lb_range::tag

Definition at line 311 of file coreboot_tables.h.

Referenced by soc_add_mtc().


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