X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FResetVector%2FVtf0%2FResetVectorCode.asm;fp=UefiCpuPkg%2FResetVector%2FVtf0%2FResetVectorCode.asm;h=052c821f212c5a11f0c5ecb58bbc566b2151ad4a;hp=96f686b0e6d0ba27312a0d3f3062554fd8fdc617;hb=a63f2e245099ac9ab17046322ab6e13f84bb053c;hpb=cd5a40bd98ab3298b87af4baa247cbaeeff4cb1e diff --git a/UefiCpuPkg/ResetVector/Vtf0/ResetVectorCode.asm b/UefiCpuPkg/ResetVector/Vtf0/ResetVectorCode.asm index 96f686b0e6..052c821f21 100644 --- a/UefiCpuPkg/ResetVector/Vtf0/ResetVectorCode.asm +++ b/UefiCpuPkg/ResetVector/Vtf0/ResetVectorCode.asm @@ -2,7 +2,7 @@ ; @file ; This file includes all other code files to assemble the reset vector code ; -; Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
+; Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.
; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution. The full text of the license may be found at @@ -41,6 +41,7 @@ %ifdef ARCH_X64 %include "Ia32/Flat32ToFlat64.asm" +%include "Ia32/PageTables64.asm" %endif %include "Ia16/Real16ToFlat32.asm"