]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/ResetVector/ResetVectorCode.asm
Ovmf/Xen: fix pointer to int cast in XenBusDxe
[mirror_edk2.git] / OvmfPkg / ResetVector / ResetVectorCode.asm
index 8b139423045b25a2abf4540de68a0d958f84aad9..052c821f212c5a11f0c5ecb58bbc566b2151ad4a 100644 (file)
@@ -2,8 +2,8 @@
 ; @file\r
 ; This file includes all other code files to assemble the reset vector code\r
 ;\r
-; Copyright (c) 2008 - 2009, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\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
 %include "Ia32/SearchForSecEntry.asm"\r
 \r
 %ifdef ARCH_X64\r
-%include "Ia32/32FlatTo64Flat.asm"\r
+%include "Ia32/Flat32ToFlat64.asm"\r
+%include "Ia32/PageTables64.asm"\r
 %endif\r
 \r
-%include "Ia16/16RealTo32Flat.asm"\r
+%include "Ia16/Real16ToFlat32.asm"\r
 %include "Ia16/Init16.asm"\r
 \r
 %include "Main.asm"\r