]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Common/MdeModuleHii.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / C / Include / Common / MdeModuleHii.h
index e6538e2fdd5230e7d4d8f8c187f3d6ad1b7c6f67..d4944efe45ab844e4adaed174790801a96fb955d 100644 (file)
@@ -3,13 +3,7 @@
 \r
   Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available\r
-  under the terms and conditions of the BSD License which accompanies this\r
-  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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -207,19 +201,19 @@ typedef struct _EFI_IFR_GUID_VAREQNAME {
   /// For vareqval (0x100), NameId is 0x100.\r
   /// This value will convert to a Unicode String following this rule;\r
   ///            sprintf(StringBuffer, "%d", NameId) .\r
-  /// The the Unicode String will be used as a EFI Variable Name.\r
+  /// The Unicode String will be used as a EFI Variable Name.\r
   ///\r
   UINT16              NameId;\r
 } EFI_IFR_GUID_VAREQNAME;\r
 \r
 ///\r
-/// EDKII implementation extension GUID, used to indaicate there are bit fields in the varstore.\r
+/// EDKII implementation extension GUID, used to indicate there are bit fields in the varstore.\r
 ///\r
 #define EDKII_IFR_BIT_VARSTORE_GUID \\r
   { 0x82DDD68B, 0x9163, 0x4187, {0x9B, 0x27, 0x20, 0xA8, 0xFD, 0x60 ,0xA7, 0x1D}}\r
 \r
 ///\r
-/// EDKII implementation extension flags, used to indaicate the disply style and bit width for bit filed storage.\r
+/// EDKII implementation extension flags, used to indicate the display style and bit width for bit filed storage.\r
 /// Two high bits for display style and the low six bits for bit width.\r
 ///\r
 #define EDKII_IFR_DISPLAY_BIT            0xC0\r