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

Data Fields

u8 payload_length
 
u8 address
 
u8 data [6]
 

Detailed Description

Definition at line 8 of file ramstage.c.

Field Documentation

◆ address

u8 edp_data::address

Definition at line 10 of file ramstage.c.

Referenced by mainboard_configure_edp_bridge().

◆ data

u8 edp_data::data[6]

Definition at line 12 of file ramstage.c.

Referenced by mainboard_configure_edp_bridge().

◆ payload_length

u8 edp_data::payload_length

Definition at line 9 of file ramstage.c.

Referenced by mainboard_configure_edp_bridge().


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