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

#include <ec_commands.h>

Collaboration diagram for ec_params_sb_fw_update:
Collaboration graph

Data Fields

struct ec_sb_fw_update_header hdr
 
union {
   struct __ec_align4 {
      uint8_t   data [SB_FW_UPDATE_CMD_WRITE_BLOCK_SIZE]
 
   }   write
 
}; 
 

Detailed Description

Definition at line 4939 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ data

uint8_t ec_params_sb_fw_update::data[SB_FW_UPDATE_CMD_WRITE_BLOCK_SIZE]

Definition at line 4952 of file ec_commands.h.

◆ hdr

struct ec_sb_fw_update_header ec_params_sb_fw_update::hdr

Definition at line 4936 of file ec_commands.h.

◆ 

struct { ... } ::__ec_align4 ec_params_sb_fw_update::write

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