aboutsummaryrefslogtreecommitdiff
path: root/Platforms
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-05-02 10:44:55 +0200
committerLeif Lindholm <leif.lindholm@linaro.org>2016-05-03 15:59:47 +0100
commit012f784ca6c72f0c303d4f4c227f211c377af952 (patch)
treeef7375d8f84c7e89dc2210e690af64eb1a9f78cc /Platforms
parent6cb86aa436952dd5857e85a4ca7072b9f3411ae0 (diff)
Platforms/ARM/FVP: remove LinuxLoader from build
The built-in Linux loader is broken in several ways, one of which is that it shields the UEFI environment from the OS. So remove it from the FVP build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Ryan Harkin <ryan.harkin@linaro.org> Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'Platforms')
-rw-r--r--Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf3
-rw-r--r--Platforms/ARM/VExpress/ArmVExpress.dsc.inc7
2 files changed, 4 insertions, 6 deletions
diff --git a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf b/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf
index 9923081..394a170 100644
--- a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf
+++ b/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf
@@ -185,9 +185,6 @@ FvNameGuid = 87940482-fc81-41c3-87e6-399cf85ac8a0
}
!endif
- # Legacy Linux Loader
- INF ArmPkg/Application/LinuxLoader/LinuxLoader.inf
-
# FV Filesystem
INF MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
diff --git a/Platforms/ARM/VExpress/ArmVExpress.dsc.inc b/Platforms/ARM/VExpress/ArmVExpress.dsc.inc
index 9bb45c8..0c17603 100644
--- a/Platforms/ARM/VExpress/ArmVExpress.dsc.inc
+++ b/Platforms/ARM/VExpress/ArmVExpress.dsc.inc
@@ -485,9 +485,6 @@
#
EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
- # Legacy Linux Loader
- ArmPkg/Application/LinuxLoader/LinuxLoader.inf
-
#
# UEFI application (Shell Embedded Boot Loader)
#
@@ -506,3 +503,7 @@
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
}
+
+[Components.ARM]
+ # Legacy Linux Loader
+ ArmPkg/Application/LinuxLoader/LinuxLoader.inf