MdePkg[all]
1.08
|
Data Structures | |
struct | EFI_TABLE_HEADER |
struct | EFI_VARIABLE_AUTHENTICATION |
struct | EFI_VARIABLE_AUTHENTICATION_2 |
Macros | |
#define | EFI_VARIABLE_NON_VOLATILE 0x00000001 |
#define | EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002 |
#define | EFI_VARIABLE_RUNTIME_ACCESS 0x00000004 |
#define | EFI_VARIABLE_HARDWARE_ERROR_RECORD 0x00000008 |
#define | EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS 0x00000020 |
#define | EFI_VARIABLE_APPEND_WRITE 0x00000040 |
#define | EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS 0x00000010 |
This includes some definitions introduced in UEFI that will be used in both PEI and DXE phases.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
#define EFI_VARIABLE_APPEND_WRITE 0x00000040 |
#define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS 0x00000010 |
NOTE: EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS is deprecated and should be considered reserved.
#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002 |
#define EFI_VARIABLE_HARDWARE_ERROR_RECORD 0x00000008 |
This attribute is identified by the mnemonic 'HR' elsewhere in this specification.
#define EFI_VARIABLE_NON_VOLATILE 0x00000001 |
Attributes of variable.
#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004 |
#define EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS 0x00000020 |
Attributes of Authenticated Variable
enum EFI_MEMORY_TYPE |
Enumeration of memory types introduced in UEFI.
enum EFI_RESET_TYPE |
Enumeration of reset types.