]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the memory...
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Feb 2012 15:25:40 +0000 (15:25 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 9 Feb 2012 15:25:40 +0000 (15:25 +0000)
commit4671d15d7a1a749999ee7f900a75d9644bd60a78
tree956a7f59d832225c050b362306d105a6e5087adf
parent995d9676c88617a34c89472c6770a4e52a018c78
ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the memory from the Linux command line

The initrd was loaded at the top of the UEFI System Memory. By consequence, if the system memory
was reduced by the Linux command line then the initrd was not part of the system memory.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12994 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/BdsLib/BdsLinuxLoader.c