]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Sep 2011 22:57:03 +0000 (22:57 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Sep 2011 22:57:03 +0000 (22:57 +0000)
commit75e4db2d3bb063e767f94c78259760755eedbaff
tree83cb961710b29777f1d1f4fcf3f0d3319060ef8a
parentd9325c8e4f858abe7b888b21df4bd0a34864492f
ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application

There are two variants of the Linux Loader EFI application:
- the ATAG version 'LinuxAtagLoader.inf': expect to start an ATAG 'zImage'
in the same directory as the EFI application
- the FDT version 'LinuxFdtLoader.inf': load the FDT blob 'platform.dtb'
and the FDT 'zImage' from the same directory as the EFI application.

When these applications are started without any argument, a menu appears
to the user to create/update a boot entry.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12410 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Application/LinuxLoader/LinuxAtagLoader.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxConfig.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf [new file with mode: 0644]
ArmPkg/Application/LinuxLoader/LinuxInternal.h [new file with mode: 0644]