audk/ArmPkg/Application/LinuxLoader
oliviermartin 75e4db2d3b 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
2011-09-22 22:57:03 +00:00
..
LinuxAtagLoader.c ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application 2011-09-22 22:57:03 +00:00
LinuxAtagLoader.inf ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application 2011-09-22 22:57:03 +00:00
LinuxConfig.c ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application 2011-09-22 22:57:03 +00:00
LinuxFdtLoader.c ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application 2011-09-22 22:57:03 +00:00
LinuxFdtLoader.inf ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application 2011-09-22 22:57:03 +00:00
LinuxInternal.h ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application 2011-09-22 22:57:03 +00:00