TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/LegacyRegion2.h>
Data Fields | |
EFI_LEGACY_REGION2_DECODE | Decode |
EFI_LEGACY_REGION2_LOCK | Lock |
EFI_LEGACY_REGION2_BOOT_LOCK | BootLock |
EFI_LEGACY_REGION2_UNLOCK | UnLock |
EFI_LEGACY_REGION_GET_INFO | GetInfo |
The EFI_LEGACY_REGION2_PROTOCOL is used to abstract the hardware control of the memory attributes of the Option ROM shadowing region, 0xC0000 to 0xFFFFF. There are three memory attributes that can be modified through this protocol: read, write and boot-lock. These protocols may be set in any combination.
Definition at line 215 of file LegacyRegion2.h.
EFI_LEGACY_REGION2_BOOT_LOCK _EFI_LEGACY_REGION2_PROTOCOL::BootLock |
Definition at line 218 of file LegacyRegion2.h.
EFI_LEGACY_REGION2_DECODE _EFI_LEGACY_REGION2_PROTOCOL::Decode |
Definition at line 216 of file LegacyRegion2.h.
EFI_LEGACY_REGION_GET_INFO _EFI_LEGACY_REGION2_PROTOCOL::GetInfo |
Definition at line 220 of file LegacyRegion2.h.
EFI_LEGACY_REGION2_LOCK _EFI_LEGACY_REGION2_PROTOCOL::Lock |
Definition at line 217 of file LegacyRegion2.h.
EFI_LEGACY_REGION2_UNLOCK _EFI_LEGACY_REGION2_PROTOCOL::UnLock |
Definition at line 219 of file LegacyRegion2.h.