]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/BdsLib/BdsLinuxLoader.c
ArmPkg/BdsLib: Linux kernel supports either FDT or ATAG
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 4 Jul 2011 10:02:49 +0000 (10:02 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 4 Jul 2011 10:02:49 +0000 (10:02 +0000)
commit1c1e70fa6e1e986992afbb282d048483cbe0b319
tree6cadc350b66d6a76d96e165c277fa64f98cf5cce
parentf3de0a607dd36d045ef8d1782db5e9c296cf6b43
ArmPkg/BdsLib: Linux kernel supports either FDT or ATAG

If a FDT blob is passed to the kernel it is required we can load it.
If we fail to load the binary then we must abort the Linux booting
process.

ArmPkg/CpuDxe: Ensure the reset vector passed to the CP15 VBAR register is aligned on the right boundary

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