]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/ArmVExpressDxe: remove FDT handling from ArmFvpDxe
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 29 Mar 2017 12:58:42 +0000 (13:58 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 11 Apr 2017 17:23:17 +0000 (18:23 +0100)
commit971a2d520e5e5e4c46452e6a99f343f1f8892e32
treee9896378e01a11acbdeb1f32c797d69446e4087f
parent7004b3e4a8da94b5a615a19b1eb3148af7e08bb4
ArmPlatformPkg/ArmVExpressDxe: remove FDT handling from ArmFvpDxe

Replace the elaborate but awkward handling of FDT images using device
paths and string PCDs initialized to 128 spaces with a simple scheme
involving a set of builtin DTBs and a bit of runtime logic to select
between them.

This is sufficient for ordinary use, which makes it more suitable as
reference code. Note that overriding the DTB presented to the OS can
easily be done with a UEFI application that simply installs a new DTB
image under the existing FDT configuration table GUID.

For this module, this simply involves removing all code that is involved
in deciding which platform we are running on, and for reasoning about
FDT device paths.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/AArch64/ArmFvpDxeAArch64.c [deleted file]
ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmFvpDxe.c
ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmFvpDxe.inf
ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmVExpressCommon.c [deleted file]
ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmVExpressInternal.h [deleted file]
ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec