audk/EmbeddedPkg/Drivers/Lan9118Dxe
Leif Lindholm 5202e6c907 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>
2017-08-30 12:49:00 +01:00
..
Lan9118Dxe.c EmbeddedPkg: Fix typos in comments 2016-10-19 16:31:58 +01:00
Lan9118Dxe.h ARM Packages: Replace tabs by spaces for indentation 2014-08-26 10:14:17 +00:00
Lan9118Dxe.inf EmbeddedPkg/EmbeddedPkg.dsc: fix build for non-ARM architectures 2017-08-30 12:49:00 +01:00
Lan9118DxeHw.h EmbeddedPkg/Lan9118Dxe: Use LAN9118 MMIO wrappers 2016-05-10 14:49:20 +02:00
Lan9118DxeUtil.c EmbeddedPkg/Lan9118Dxe: add mask PCD to disable auto-negotiation features 2016-05-11 11:39:53 +02:00
Lan9118DxeUtil.h EmbeddedPkg/Lan9118Dxe: add LAN9118 MMIO wrappers 2016-05-10 14:48:48 +02:00