]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/ResetVector/Vtf0/ResetVectorCode.asm
UefiCpuPkg/ResetVector/Vtf0: Move Page Table/CR3 setting to a new file
[mirror_edk2.git] / UefiCpuPkg / ResetVector / Vtf0 / ResetVectorCode.asm
index 96f686b0e6d0ba27312a0d3f3062554fd8fdc617..052c821f212c5a11f0c5ecb58bbc566b2151ad4a 100644 (file)
@@ -2,7 +2,7 @@
 ; @file\r
 ; This file includes all other code files to assemble the reset vector code\r
 ;\r
-; Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\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
@@ -41,6 +41,7 @@
 \r
 %ifdef ARCH_X64\r
 %include "Ia32/Flat32ToFlat64.asm"\r
+%include "Ia32/PageTables64.asm"\r
 %endif\r
 \r
 %include "Ia16/Real16ToFlat32.asm"\r