@@ -388,15 +388,3 @@ [Components.AARCH64]
#
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
- }
@@ -236,11 +236,6 @@ [FV.FvMain]
SECTION RAW = MdeModulePkg/Logo/Logo.bmp
}
-!if $(ARCH) == ARM
- INF MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
- INF ArmPkg/Application/LinuxLoader/LinuxLoader.inf
-!endif
-
[FV.FVMAIN_COMPACT]
FvAlignment = 16
ERASE_POLARITY = 1
@@ -363,15 +363,3 @@ [Components.common]
MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.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
- }
@@ -254,11 +254,6 @@ [FV.FvMain]
SECTION RAW = MdeModulePkg/Logo/Logo.bmp
}
-!if $(ARCH) == ARM
- INF MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
- INF ArmPkg/Application/LinuxLoader/LinuxLoader.inf
-!endif
-
[FV.FVMAIN_COMPACT]
FvAlignment = 16
ERASE_POLARITY = 1
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> --- ArmVirtPkg/ArmVirtQemu.dsc | 12 ------------ ArmVirtPkg/ArmVirtQemu.fdf | 5 ----- ArmVirtPkg/ArmVirtQemuKernel.dsc | 12 ------------ ArmVirtPkg/ArmVirtQemuKernel.fdf | 5 ----- 4 files changed, 34 deletions(-) -- 2.5.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel