Apologies for the v5 in the title, it's supposed to be v3, of course...
On 9 February 2016 at 12:58, Ryan Harkin ryan.harkin@linaro.org wrote:
This is another update to my original series titled:
[PATCH 0/2] ArmPlatformPkg: Remove FVP and Juno
Changes since v2:
- Drop patch 6/6 'Revert "ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib template"'
- Fix commit message for patch 1
- Rebase to the latest Tianocore tree
ARM Ltd Platform support is migrating to use OpenPlatformPkg [1].
Currently, TC2, Juno and FVP exist both in EDK2's ArmPlatformPkg and in OpenPlatformPkg. And they are starting to diverge, with OpenPlatformPkg being the most up-to-date with current developments. To prevent this divergence, remove the .dsc and .fdf files from ArmPlatformPkg and leave OpenPlatformPkg as the master.
32-bit models are no longer tested or supported, so this series also removes the .dsc/fdf files for them.
And the Sec library has no clients either, so that can also be removed as it hasn't been tested for a long time.
We can't remove ArmJuno.dec yet because ACPI still uses it to set the include path to ArmPlatform.h.
[PATCH v3 1/5] ArmPlatformPkg: remove ArmVExpress-CTA15-A7.dsc/fdf [PATCH v3 2/5] ArmPlatformPkg: remove ArmVExpress-FVP-AArch64.dsc/fdf [PATCH v3 3/5] ArmPlatformPkg: remove ArmJuno.dsc/fdf [PATCH v3 4/5] ArmPlatformPkg: remove ArmVExpress-RTSM-A15_MPCore.dsc/fdf [PATCH v3 v3 5/5] ArmPlatformPkg: remove unused Sec library
The title along with the line above show my skills with vi are slipping :-/
This series can be found on the ARM Landing Team git tree [2].
[1] https://git.linaro.org/uefi/OpenPlatformPkg.git [2] https://git.linaro.org/landing-teams/working/arm/edk2.git/shortlog/refs/tags...
This tag also contains my latest LAN9118 series.