]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/ResetVector/Vtf0/Vtf0.nasmb
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / ResetVector / Vtf0 / Vtf0.nasmb
index f4a29e8d89fcb1bf045e0bf5546044a8bde6ff9b..bdea1fb875817ae5decfe8bc0b068d74d73d0e67 100644 (file)
@@ -3,13 +3,7 @@
 ; This file includes all other code files to assemble the reset vector code\r
 ;\r
 ; Copyright (c) 2008 - 2013, 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
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;------------------------------------------------------------------------------\r
 \r
 \r
 %include "PostCodes.inc"\r
 \r
+%include "PageTables.inc"\r
+\r
 %ifdef ARCH_X64\r
-%include "X64/PageTables.asm"\r
+  %ifdef PAGE_TABLE_1G\r
+    %include "X64/PageTables1G.asm"\r
+  %else\r
+    %include "X64/PageTables2M.asm"\r
+  %endif\r
 %endif\r
 \r
 %ifdef DEBUG_PORT80\r