]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Pi/PiBootMode.h
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git] / MdePkg / Include / Pi / PiBootMode.h
CommitLineData
959ccb23 1/** @file\r
2 Present the boot mode values in PI.\r
3\r
95830a11 4 Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
fbb393ab
LL
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
959ccb23 9\r
fbb393ab
LL
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
959ccb23 12\r
959ccb23 13 @par Revision Reference:\r
95830a11 14 PI Version 1.2.1A\r
959ccb23 15\r
16**/\r
17\r
18#ifndef __PI_BOOT_MODE_H__\r
19#define __PI_BOOT_MODE_H__\r
20\r
dc53faa3 21///\r
22/// EFI boot mode\r
fbb393ab 23///\r
00edb218 24typedef UINT32 EFI_BOOT_MODE;\r
959ccb23 25\r
26//\r
27// 0x21 - 0xf..f are reserved.\r
fbb393ab 28//\r
00edb218
A
29#define BOOT_WITH_FULL_CONFIGURATION 0x00\r
30#define BOOT_WITH_MINIMAL_CONFIGURATION 0x01\r
31#define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02\r
959ccb23 32#define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03\r
00edb218
A
33#define BOOT_WITH_DEFAULT_SETTINGS 0x04\r
34#define BOOT_ON_S4_RESUME 0x05\r
35#define BOOT_ON_S5_RESUME 0x06\r
95830a11 36#define BOOT_WITH_MFG_MODE_SETTINGS 0x07\r
00edb218
A
37#define BOOT_ON_S2_RESUME 0x10\r
38#define BOOT_ON_S3_RESUME 0x11\r
39#define BOOT_ON_FLASH_UPDATE 0x12\r
40#define BOOT_IN_RECOVERY_MODE 0x20\r
959ccb23 41\r
42#endif\r