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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user