]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiBootMode.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Pi / PiBootMode.h
index d15733142d76325b753eb6db8b9d38daa0cda02a..454b9ed823dfe8e2a78594e2eb7f17222b63593f 100644 (file)
@@ -1,17 +1,11 @@
 /** @file\r
   Present the boot mode values in PI.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
   @par Revision Reference:\r
-  PI Version 1.0\r
+  PI Version 1.2.1A\r
 \r
 **/\r
 \r
 \r
 ///\r
 /// EFI boot mode\r
-/// \r
+///\r
 typedef UINT32  EFI_BOOT_MODE;\r
 \r
 //\r
 // 0x21 - 0xf..f are reserved.\r
-// \r
+//\r
 #define BOOT_WITH_FULL_CONFIGURATION                  0x00\r
 #define BOOT_WITH_MINIMAL_CONFIGURATION               0x01\r
 #define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES        0x02\r
@@ -33,6 +27,7 @@ typedef UINT32  EFI_BOOT_MODE;
 #define BOOT_WITH_DEFAULT_SETTINGS                    0x04\r
 #define BOOT_ON_S4_RESUME                             0x05\r
 #define BOOT_ON_S5_RESUME                             0x06\r
+#define BOOT_WITH_MFG_MODE_SETTINGS                   0x07\r
 #define BOOT_ON_S2_RESUME                             0x10\r
 #define BOOT_ON_S3_RESUME                             0x11\r
 #define BOOT_ON_FLASH_UPDATE                          0x12\r