]> git.proxmox.com Git - mirror_edk2.git/commit - DuetPkg/CreateBootDisk.bat
1. update bat file to generate right bootia32.efi/bootx64.efi file according to comma...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Jan 2010 08:28:28 +0000 (08:28 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Jan 2010 08:28:28 +0000 (08:28 +0000)
commite843cdd7d9ed9e72e0df61f46e5a073a0797615e
tree6a74c4f5488988289007ad6875a0add39f21464f
parent1ccdbf2a3e61fe9494fcd39432107ba0eb74f584
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/CreateBootDisk.bat
DuetPkg/CreateBootDisk.sh
DuetPkg/DxeIpl/HobGeneration.h
DuetPkg/EfiLdr/EfiLoader.c
DuetPkg/ReadMe.txt