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

struct ec_response_flash_protect - Response to the flash protect command. More...

#include <ec_commands.h>

Collaboration diagram for ec_response_flash_protect:
Collaboration graph

Data Fields

uint32_t flags
 
uint32_t valid_flags
 
uint32_t writable_flags
 

Detailed Description

struct ec_response_flash_protect - Response to the flash protect command.

@flags: Current value of flash protect flags. @valid_flags: Flags which are valid on this platform. This allows the caller to distinguish between flags which aren't set vs. flags which can't be set on this platform. @writable_flags: Flags which can be changed given the current protection state.

Definition at line 1797 of file ec_commands.h.

Field Documentation

◆ flags

uint32_t ec_response_flash_protect::flags

Definition at line 1798 of file ec_commands.h.

Referenced by ec_protect_flash().

◆ valid_flags

uint32_t ec_response_flash_protect::valid_flags

Definition at line 1799 of file ec_commands.h.

◆ writable_flags

uint32_t ec_response_flash_protect::writable_flags

Definition at line 1800 of file ec_commands.h.


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