TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/LegacySpiController.h>
Support the extra features of the legacy SPI flash controller.
Definition at line 205 of file LegacySpiController.h.
EFI_LEGACY_SPI_CONTROLLER_PROTOCOL_BIOS_BASE_ADDRESS _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::BiosBaseAddress |
Set the BIOS base address.
Definition at line 234 of file LegacySpiController.h.
EFI_LEGACY_SPI_CONTROLLER_PROTOCOL_CLEAR_SPI_PROTECT _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::ClearSpiProtect |
Clear the SPI protect range registers.
Definition at line 239 of file LegacySpiController.h.
EFI_LEGACY_SPI_CONTROLLER_PROTOCOL_ERASE_BLOCK_OPCODE _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::EraseBlockOpcode |
Set the erase block opcode.
Definition at line 224 of file LegacySpiController.h.
EFI_LEGACY_SPI_CONTROLLER_PROTOCOL_IS_RANGE_PROTECTED _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::IsRangeProtected |
Determine if the SPI range is protected.
Definition at line 244 of file LegacySpiController.h.
EFI_LEGACY_SPI_CONTROLLER_PROTOCOL_LOCK_CONTROLLER _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::LockController |
Lock the SPI controller configuration.
Definition at line 254 of file LegacySpiController.h.
UINT32 _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::MaximumOffset |
Maximum offset from the BIOS base address that is able to be protected.
Definition at line 209 of file LegacySpiController.h.
UINT32 _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::MaximumRangeBytes |
Maximum number of bytes that can be protected by one range register.
Definition at line 214 of file LegacySpiController.h.
EFI_LEGACY_SPI_CONTROLLER_PROTOCOL_PROTECT_NEXT_RANGE _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::ProtectNextRange |
Set the next protect range register.
Definition at line 249 of file LegacySpiController.h.
UINT32 _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::RangeRegisterCount |
The number of registers available for protecting the BIOS.
Definition at line 219 of file LegacySpiController.h.
EFI_LEGACY_SPI_CONTROLLER_PROTOCOL_WRITE_STATUS_PREFIX _EFI_LEGACY_SPI_CONTROLLER_PROTOCOL::WriteStatusPrefix |
Set the write status prefix opcode.
Definition at line 229 of file LegacySpiController.h.