mbox series

[Linaro-uefi,0/6] EDK2 spring cleaning -- OpenPlatformPkg edition

Message ID 20170329134908.13038-1-ard.biesheuvel@linaro.org
Headers show
Series EDK2 spring cleaning -- OpenPlatformPkg edition | expand

Message

Ard Biesheuvel March 29, 2017, 1:49 p.m. UTC
This is the OpenPlatformPkg counterpart of the series

  Embedded|ArmPlatformPkg: spring cleaning + DtPlatformDxe switch

sent out out roughly the same time as this one. Note that they are inter-
dependent, i.e., applying one without the other will not result in a
working build.

Patches #1 to #4 are cleanups. Patches #5 and #6 switch TC2 and FVP-AArch64
to the new and simplified DtPlatformDxe driver.

Ard Biesheuvel (6):
  Platforms/VExpress: remove unused logo PCD
  Platforms/VExpress: remove unused StatusCode references
  Platforms/VExpress: get rid of Tiano compression
  Platforms/VExpress: remove BdsLib library class resolutions
  Platforms/TC2: move to new DtPlatformDxe driver
  Platforms/FVP-AArch64: switch to simpler DT platform driver

 Platforms/ARM/Binary/DeviceTree/fvp-base-gicv2-psci.dtb       | Bin 0 -> 10368 bytes
 Platforms/ARM/Binary/DeviceTree/fvp-base-gicv3-psci.dtb       | Bin 0 -> 10835 bytes
 Platforms/ARM/Binary/DeviceTree/fvp-foundation-gicv2-psci.dtb | Bin 0 -> 7673 bytes
 Platforms/ARM/Binary/DeviceTree/fvp-foundation-gicv3-psci.dtb | Bin 0 -> 8140 bytes
 Platforms/ARM/Binary/DeviceTree/vexpress-v2p-ca15_a7.dtb      | Bin 0 -> 19070 bytes
 Platforms/ARM/Juno/ArmJuno.dsc                                |   8 +++
 Platforms/ARM/Juno/ArmJuno.fdf                                |   9 ----
 Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.dsc               |  15 ++++--
 Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf               |  27 ++--------
 Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.dsc            |  31 +++++++-----
 Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf            |  52 ++++----------------
 Platforms/ARM/VExpress/ArmVExpress.dsc.inc                    |  24 +--------
 12 files changed, 51 insertions(+), 115 deletions(-)
 create mode 100644 Platforms/ARM/Binary/DeviceTree/fvp-base-gicv2-psci.dtb
 create mode 100644 Platforms/ARM/Binary/DeviceTree/fvp-base-gicv3-psci.dtb
 create mode 100644 Platforms/ARM/Binary/DeviceTree/fvp-foundation-gicv2-psci.dtb
 create mode 100644 Platforms/ARM/Binary/DeviceTree/fvp-foundation-gicv3-psci.dtb
 create mode 100644 Platforms/ARM/Binary/DeviceTree/vexpress-v2p-ca15_a7.dtb