Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define EFI_SMM_VARIABLE_WRITE_GUID { 0x93ba1826, 0xdffb, 0x45dd, { 0x82, 0xa7, 0xe7, 0xdc, 0xaa, 0x3b, 0xbd, 0xf3 } } |
#define SMM_COMMUNICATE_HEADER_SIZE (OFFSET_OF (EFI_SMM_COMMUNICATE_HEADER, Data)) |
Size of SMM communicate header, without including the payload.
#define SMM_VARIABLE_COMMUNICATE_HEADER_SIZE (OFFSET_OF (SMM_VARIABLE_COMMUNICATE_HEADER, Data)) |
Size of SMM variable communicate header, without including the payload.
#define SMM_VARIABLE_FUNCTION_EXIT_BOOT_SERVICE 6 |
#define SMM_VARIABLE_FUNCTION_GET_NEXT_VARIABLE_NAME 2 |
#define SMM_VARIABLE_FUNCTION_GET_PAYLOAD_SIZE 11 |
#define SMM_VARIABLE_FUNCTION_GET_STATISTICS 7 |
#define SMM_VARIABLE_FUNCTION_GET_VARIABLE 1 |
#define SMM_VARIABLE_FUNCTION_LOCK_VARIABLE 8 |
#define SMM_VARIABLE_FUNCTION_QUERY_VARIABLE_INFO 4 |
#define SMM_VARIABLE_FUNCTION_READY_TO_BOOT 5 |
#define SMM_VARIABLE_FUNCTION_SET_VARIABLE 3 |
#define SMM_VARIABLE_FUNCTION_VAR_CHECK_VARIABLE_PROPERTY_GET 10 |
#define SMM_VARIABLE_FUNCTION_VAR_CHECK_VARIABLE_PROPERTY_SET 9 |
EFI_GUID gSmmVariableWriteGuid |