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

#include <ec_commands.h>

Collaboration diagram for ec_params_pchg_update:
Collaboration graph

Data Fields

uint8_t port
 
uint8_t cmd
 
uint8_t reserved0
 
uint8_t reserved1
 
uint32_t version
 
uint32_t crc32
 
uint32_t addr
 
uint32_t size
 
uint8_t data []
 

Detailed Description

Definition at line 6980 of file ec_commands.h.

Field Documentation

◆ addr

uint32_t ec_params_pchg_update::addr

Definition at line 6993 of file ec_commands.h.

◆ cmd

uint8_t ec_params_pchg_update::cmd

Definition at line 6984 of file ec_commands.h.

◆ crc32

uint32_t ec_params_pchg_update::crc32

Definition at line 6991 of file ec_commands.h.

◆ data

uint8_t ec_params_pchg_update::data[]

Definition at line 6997 of file ec_commands.h.

◆ port

uint8_t ec_params_pchg_update::port

Definition at line 6982 of file ec_commands.h.

◆ reserved0

uint8_t ec_params_pchg_update::reserved0

Definition at line 6986 of file ec_commands.h.

◆ reserved1

uint8_t ec_params_pchg_update::reserved1

Definition at line 6987 of file ec_commands.h.

◆ size

uint32_t ec_params_pchg_update::size

Definition at line 6995 of file ec_commands.h.

◆ version

uint32_t ec_params_pchg_update::version

Definition at line 6989 of file ec_commands.h.


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