ReactOS 0.4.15-dev-7907-g95bf896
UefiMultiPhase.h File Reference
#include <WinCertificate.h>
Include dependency graph for UefiMultiPhase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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_AUTHENTICATED_WRITE_ACCESS   0x00000010
 
#define EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS   0x00000020
 
#define EFI_VARIABLE_APPEND_WRITE   0x00000040
 

Enumerations

enum  EFI_MEMORY_TYPE {
  EfiReservedMemoryType , EfiLoaderCode , EfiLoaderData , EfiBootServicesCode ,
  EfiBootServicesData , EfiRuntimeServicesCode , EfiRuntimeServicesData , EfiConventionalMemory ,
  EfiUnusableMemory , EfiACPIReclaimMemory , EfiACPIMemoryNVS , EfiMemoryMappedIO ,
  EfiMemoryMappedIOPortSpace , EfiPalCode , EfiMaxMemoryType
}
 

Detailed Description

This includes some definitions introduced in UEFI that will be used in both PEI and DXE phases.

Copyright (c) 2006 - 2011, 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.

Definition in file UefiMultiPhase.h.

Macro Definition Documentation

◆ EFI_VARIABLE_APPEND_WRITE

#define EFI_VARIABLE_APPEND_WRITE   0x00000040

Definition at line 136 of file UefiMultiPhase.h.

◆ EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS

#define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS   0x00000010

Attributes of Authenticated Variable

Definition at line 134 of file UefiMultiPhase.h.

◆ EFI_VARIABLE_BOOTSERVICE_ACCESS

#define EFI_VARIABLE_BOOTSERVICE_ACCESS   0x00000002

Definition at line 124 of file UefiMultiPhase.h.

◆ EFI_VARIABLE_HARDWARE_ERROR_RECORD

#define EFI_VARIABLE_HARDWARE_ERROR_RECORD   0x00000008

This attribute is identified by the mnemonic 'HR' elsewhere in this specification.

Definition at line 130 of file UefiMultiPhase.h.

◆ EFI_VARIABLE_NON_VOLATILE

#define EFI_VARIABLE_NON_VOLATILE   0x00000001

Attributes of variable.

Definition at line 123 of file UefiMultiPhase.h.

◆ EFI_VARIABLE_RUNTIME_ACCESS

#define EFI_VARIABLE_RUNTIME_ACCESS   0x00000004

Definition at line 125 of file UefiMultiPhase.h.

◆ EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS

#define EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS   0x00000020

Definition at line 135 of file UefiMultiPhase.h.

Enumeration Type Documentation

◆ EFI_MEMORY_TYPE

Enumeration of memory types introduced in UEFI.

Enumerator
EfiReservedMemoryType 

Not used.

EfiLoaderCode 

The code portions of a loaded application. (Note that UEFI OS loaders are UEFI applications.)

EfiLoaderData 

The data portions of a loaded application and the default data allocation type used by an application to allocate pool memory.

EfiBootServicesCode 

The code portions of a loaded Boot Services Driver.

EfiBootServicesData 

The data portions of a loaded Boot Serves Driver, and the default data allocation type used by a Boot Services Driver to allocate pool memory.

EfiRuntimeServicesCode 

The code portions of a loaded Runtime Services Driver.

EfiRuntimeServicesData 

The data portions of a loaded Runtime Services Driver and the default data allocation type used by a Runtime Services Driver to allocate pool memory.

EfiConventionalMemory 

Free (unallocated) memory.

EfiUnusableMemory 

Memory in which errors have been detected.

EfiACPIReclaimMemory 

Memory that holds the ACPI tables.

EfiACPIMemoryNVS 

Address space reserved for use by the firmware.

EfiMemoryMappedIO 

Used by system firmware to request that a memory-mapped IO region be mapped by the OS to a virtual address so it can be accessed by EFI runtime services.

EfiMemoryMappedIOPortSpace 

System memory-mapped IO region that is used to translate memory cycles to IO cycles by the processor.

EfiPalCode 

Address space reserved by the firmware for code that is part of the processor.

EfiMaxMemoryType 

Definition at line 22 of file UefiMultiPhase.h.

22 {
EFI_MEMORY_TYPE
@ EfiUnusableMemory
@ EfiBootServicesData
@ EfiMaxMemoryType
@ EfiReservedMemoryType
@ EfiBootServicesCode
@ EfiConventionalMemory
@ EfiLoaderData
@ EfiACPIMemoryNVS
@ EfiMemoryMappedIOPortSpace
@ EfiACPIReclaimMemory
@ EfiLoaderCode
@ EfiMemoryMappedIO
@ EfiPalCode
@ EfiRuntimeServicesCode
@ EfiRuntimeServicesData