]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Bds/BootOption.c
ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdt
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Sep 2011 22:54:38 +0000 (22:54 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Sep 2011 22:54:38 +0000 (22:54 +0000)
commit76d17c315645552a99691ed0b2024f52b22aa8c9
tree4b95aac961fd23260ef585b3270c2b23c68cc243
parent11c20f4e06d252feaa65aa5e526686baf015762d
ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdt

Separate the BdsBootLinux() function into two functions for Atag and Fdt specific Linux booting
- BdsBootLinuxAtag ()
- BdsBootLinuxFdt ()

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12408 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Include/Library/BdsLib.h
ArmPkg/Library/BdsLib/BdsInternal.h
ArmPkg/Library/BdsLib/BdsLinuxLoader.c
ArmPkg/Library/BdsLib/BdsLinuxLoader.h
ArmPlatformPkg/Bds/BootOption.c