]> git.proxmox.com Git - mirror_edk2.git/commit - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: don't build the network stack uselessly for Xen
authorLaszlo Ersek <lersek@redhat.com>
Mon, 11 Sep 2017 10:58:49 +0000 (12:58 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 12 Sep 2017 11:09:23 +0000 (13:09 +0200)
commit2f2959189813411dc6db33200cfd1f2941fb5c71
tree003837c5f8c46345883d196afcc69cdd52ab4e53
parentb4e5807d2492efd9fc453b0a09a50f4c3ae77be1
ArmVirtPkg: don't build the network stack uselessly for Xen

"ArmVirtXen.fdf" pulls in none of the drivers from
"MdeModulePkg/Universal/Network", therefore building them in
"ArmVirtXen.dsc", via "ArmVirt.dsc.inc", is wasted work.

Move the "MdeModulePkg/Universal/Network" drivers from "ArmVirt.dsc.inc"
to "ArmVirtQemu.dsc" and "ArmVirtQemuKernel.dsc".

Place the new block between the "Bds" and "SCSI Bus and Disk Driver"
blocks, similarly to its context in "ArmVirtQemuFvMain.fdf.inc".

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmVirtPkg/ArmVirt.dsc.inc
ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg/ArmVirtQemuKernel.dsc