diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-04-07 14:07:00 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-04-07 14:35:08 +0200 |
commit | e008d2ff99a4ab23d6da8c288e626cb23981c11c (patch) | |
tree | 353df18f1abb8e5681b1dd409c097e948b4b3027 /ArmVirtPkg/ArmVirtQemu.dsc | |
parent | 2777ed7068f0ce186761f5cfef8a0c2252e3e2a5 (diff) | |
download | edk2-platforms-e008d2ff99a4ab23d6da8c288e626cb23981c11c.tar.xz |
ArmVirtPkg: remove linux loader from ARM builds
The built in Linux loader was a temporary solution to boot ARM Linux
without EFI support in the OS. Now that EFI support is merged in the
upstream v4.5 release, we no longer need it. So drop it.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'ArmVirtPkg/ArmVirtQemu.dsc')
-rw-r--r-- | ArmVirtPkg/ArmVirtQemu.dsc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc index c4275a389e..a820b639ec 100644 --- a/ArmVirtPkg/ArmVirtQemu.dsc +++ b/ArmVirtPkg/ArmVirtQemu.dsc @@ -390,15 +390,3 @@ #
MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
-
-[Components.ARM]
- #
- # The ARM/Linux kernel has no built in EFI boot stub (yet), so we still need
- # an intermediate OS loader. Add the LinuxLoader UEFI application so we can
- # invoke it from the shell.
- #
- MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
- ArmPkg/Application/LinuxLoader/LinuxLoader.inf {
- <LibraryClasses>
- BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
- }
|