From e843cdd7d9ed9e72e0df61f46e5a073a0797615e Mon Sep 17 00:00:00 2001 From: eric_tian Date: Tue, 19 Jan 2010 08:28:28 +0000 Subject: 1. update bat file to generate right bootia32.efi/bootx64.efi file according to command line parameters. 2. fix a print error in which a %x in format string exists but the corresponding variable argument is not present! 3. fix CONSUME_MEMORY too small issue. In X64 arch, cpu may cause the paging table is too big and beyond the pei memory scope between EfiMemoryTop and EfimemoryBottom. for example, a cpu support 44bits addressing memory space may occupied ~64M paging table. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9794 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DxeIpl/HobGeneration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DuetPkg/DxeIpl') diff --git a/DuetPkg/DxeIpl/HobGeneration.h b/DuetPkg/DxeIpl/HobGeneration.h index 021b3ed501..9123089b73 100644 --- a/DuetPkg/DxeIpl/HobGeneration.h +++ b/DuetPkg/DxeIpl/HobGeneration.h @@ -26,7 +26,7 @@ Revision History: #define EFI_MEMORY_BELOW_1MB_START 0x86000 #define EFI_MEMORY_BELOW_1MB_END 0x9F800 #define EFI_MEMORY_STACK_PAGE_NUM 0x20 -#define CONSUMED_MEMORY 0x2000000 +#define CONSUMED_MEMORY 0x100000 * 80 #define NV_STORAGE_START 0x15000 #define NV_STORAGE_STATE 0x19000 -- cgit v1.2.3