]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg/EmbeddedPkg.dsc: fix build for non-ARM architectures
authorLeif Lindholm <leif.lindholm@linaro.org>
Wed, 30 Aug 2017 11:26:42 +0000 (12:26 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Wed, 30 Aug 2017 11:49:00 +0000 (12:49 +0100)
commit5202e6c907e5769ac8ecb024b7a07509bdba6181
tree91a0ea78d9a68f83218d516c4bd5eb01fee7398f
parent7046a2739ae74f5d5c86ea18dc4bcc855e4916c6
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>
EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf
EmbeddedPkg/EmbeddedPkg.dec
EmbeddedPkg/EmbeddedPkg.dsc