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

#include <util.h>

Collaboration diagram for hob_resource:
Collaboration graph

Data Fields

uint8_t owner_guid [16]
 
uint32_t type
 
uint32_t attribute_type
 
uint64_t addr
 
uint64_t length
 

Detailed Description

Definition at line 51 of file util.h.

Field Documentation

◆ addr

uint64_t hob_resource::addr

◆ attribute_type

uint32_t hob_resource::attribute_type

Definition at line 54 of file util.h.

Referenced by fsp_print_resource_descriptor(), and soc_display_hob().

◆ length

uint64_t hob_resource::length

◆ owner_guid

uint8_t hob_resource::owner_guid[16]

◆ type

uint32_t hob_resource::type

Definition at line 53 of file util.h.

Referenced by fsp_print_resource_descriptor(), read_resources(), and soc_display_hob().


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