]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Application/LinuxLoader/LinuxLoader.c
ArmPkg/Application: Add new EFI application to boot Linux
authorRonald Cron <Ronald.Cron@arm.com>
Mon, 6 Jul 2015 16:49:40 +0000 (16:49 +0000)
committeroliviermartin <oliviermartin@Edk2>
Mon, 6 Jul 2015 16:49:40 +0000 (16:49 +0000)
commit23b01c83b28a7cb8f7eea7af679aecd39f782f1e
treeddc89c89e93ab7a73b71b8375aa74f7333194811
parente6c51eaf023449825aacad4ea87757e60a3f1665
ArmPkg/Application: Add new EFI application to boot Linux

This new application support ATAG and FDT Linux kernel.
It uses the Device Tree from the EFI Configuration Table
to boot FDT aware Linux kernel.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ronald Cron <Ronald.Cron@arm.com>
Reviewed-by: Olivier Martin <Olivier.Martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17828 6f19259b-4bc3-4df7-8a09-765794883524
20 files changed:
ArmPkg/Application/LinuxLoader/AArch64/LinuxStarter.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/AArch64/LinuxStarterHelper.S [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/Arm/LinuxAtag.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/Arm/LinuxAtag.h [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/Arm/LinuxStarter.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxAtagLoader.c [deleted file]
ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf [deleted file]
ArmPkg/Application/LinuxLoader/LinuxConfig.c [deleted file]
ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c [deleted file]
ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf [deleted file]
ArmPkg/Application/LinuxLoader/LinuxInternal.h [deleted file]
ArmPkg/Application/LinuxLoader/LinuxLoader.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxLoader.h [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxLoader.inf [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxLoader.uni [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxLoaderEfiApp.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxLoaderFdt.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxLoaderHelper.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxLoaderShellApp.c [new file with mode: 0644]
ArmPkg/ArmPkg.dsc