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

struct ec_params_flash_write - Parameters for the flash write command. More...

#include <ec_commands.h>

Collaboration diagram for ec_params_flash_write:
Collaboration graph

Data Fields

uint32_t offset
 
uint32_t size
 

Detailed Description

struct ec_params_flash_write - Parameters for the flash write command.

@offset: Byte offset to write. @size: Size to write in bytes.

Definition at line 1675 of file ec_commands.h.

Field Documentation

◆ offset

uint32_t ec_params_flash_write::offset

Definition at line 1676 of file ec_commands.h.

◆ size

uint32_t ec_params_flash_write::size

Definition at line 1677 of file ec_commands.h.

Referenced by ec_get_expected_hash().


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