]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/ResetVector/Vtf0/Build.py
UefiCpuPkg: ResetVector Tool Support for Python 3
[mirror_edk2.git] / UefiCpuPkg / ResetVector / Vtf0 / Build.py
index 343c53b5ff30bd5a919027674c1bed1fec26bdf5..55f4edd87be1c86bd40dee4bbf50cb08a6b80cfe 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Automate the process of building the various reset vector types\r
 #\r
-#  Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
@@ -33,7 +33,7 @@ for arch in ('ia32', 'x64'):
             'Vtf0.nasmb',\r
             )\r
         ret = RunCommand(commandLine)\r
-        print '\tASM\t' + output\r
+        print('\tASM\t' + output)\r
         if ret != 0: sys.exit(ret)\r
 \r
         commandLine = (\r
@@ -41,7 +41,7 @@ for arch in ('ia32', 'x64'):
             'Tools/FixupForRawSection.py',\r
             output,\r
             )\r
-        print '\tFIXUP\t' + output\r
+        print('\tFIXUP\t' + output)\r
         ret = RunCommand(commandLine)\r
         if ret != 0: sys.exit(ret)\r
 \r