]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VolInfo/VolInfo.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / C / VolInfo / VolInfo.h
index 0e2d181911ae483900fbfa0579d1450dc93dcb30..377cde80f740f31a28f1321eb35dccd8da818f3c 100644 (file)
@@ -1,21 +1,8 @@
 /** @file\r
+Local Definitions for the VolInfo utility\r
 \r
-Copyright (c) 1999 - 2008, Intel Corporation. All rights reserved.<BR>\r
-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
-\r
-Module Name:\r
-\r
-  VolInfo.c\r
-\r
-Abstract:\r
-\r
-  Local Definitions for the VolInfo utility\r
+Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -35,7 +22,10 @@ Abstract:
 #define EFI_DEP_END       0x08\r
 #define EFI_DEP_SOR       0x09\r
 \r
-#define EFI_SECTION_LAST_LEAF_SECTION_TYPE  0x1B\r
-#define EFI_SECTION_LAST_SECTION_TYPE       0x1B\r
+#define EFI_SECTION_LAST_LEAF_SECTION_TYPE  0x1C\r
+#define EFI_SECTION_LAST_SECTION_TYPE       0x1C\r
+\r
+#define OPENSSL_COMMAND_FORMAT_STRING       "%s sha1 -out %s %s"\r
+#define EXTRACT_COMMAND_FORMAT_STRING       "%s -d -o %s %s"\r
 \r
 #endif\r