summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Drivers
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2017-08-30 12:26:42 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2017-08-30 12:49:00 +0100
commit5202e6c907e5769ac8ecb024b7a07509bdba6181 (patch)
tree91a0ea78d9a68f83218d516c4bd5eb01fee7398f /EmbeddedPkg/Drivers
parent7046a2739ae74f5d5c86ea18dc4bcc855e4916c6 (diff)
downloadedk2-5202e6c907e5769ac8ecb024b7a07509bdba6181.tar.gz
edk2-5202e6c907e5769ac8ecb024b7a07509bdba6181.tar.bz2
edk2-5202e6c907e5769ac8ecb024b7a07509bdba6181.zip
EmbeddedPkg/EmbeddedPkg.dsc: fix build for non-ARM architectures
EmbeddedPkg should be architecture agnostic, but a few issues were preventing other architectures to build individual components directly from the .dsc: - The AndroidBoot/AndroidFastBoot support have a dependency on BdsLib, which only has resolutions for ARM/AARCH64. Move them to an arch-restricted Components section. - The Isp1761UsbDxe driver is not 64-bit compatible. It should be converted to UEFI driver model, but for now just move it to a new Components.ARM section. (Also delete non-useful declaration for AARCH64 in EmbeddedPkg.dec.) - Lan9118Dxe has an unused ArmLib entry. Drop it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Drivers')
-rw-r--r--EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf1
1 files changed, 0 insertions, 1 deletions
diff --git a/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf b/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf
index 055a055299..74169d86a1 100644
--- a/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf
+++ b/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf
@@ -38,7 +38,6 @@
NetLib
UefiDriverEntryPoint
BaseMemoryLib
- ArmLib
IoLib
DevicePathLib