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

Data Fields

struct {
   u8   group_id
 
   u8   command
 
   u8   reserved
 
   u8   result
 
   u8   field2
 
   u8   unk3 [0x48 - 4 - 1]
 
}; 
 
u32 dwords [0x48/sizeof(u32)]
 

Detailed Description

Definition at line 125 of file setup_heci_uma.c.

Field Documentation

◆ 

struct { ... }

◆ command

u8 uma_reply::command

Definition at line 128 of file setup_heci_uma.c.

Referenced by send_heci_uma_message().

◆ dwords

u32 uma_reply::dwords[0x48/sizeof(u32)]

Definition at line 134 of file setup_heci_uma.c.

Referenced by recv_heci_message().

◆ field2

u8 uma_reply::field2

Definition at line 131 of file setup_heci_uma.c.

◆ group_id

u8 uma_reply::group_id

Definition at line 127 of file setup_heci_uma.c.

◆ reserved

u8 uma_reply::reserved

Definition at line 129 of file setup_heci_uma.c.

◆ result

u8 uma_reply::result

Definition at line 130 of file setup_heci_uma.c.

◆ unk3

u8 uma_reply::unk3[0x48 - 4 - 1]

Definition at line 132 of file setup_heci_uma.c.


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