ArmPlatformPkg/ArmVExpressDxe: Change FDT default file names.
On the FVP base and foundation models, the default file name used to retrieve the FDT depended on the values assigned to model parameters (GIC related model parameters). Now, in addition to the fallback "fdt.dtb" file name (used for legacy reason), only one default file name is used : - "fvp-base.dtb" for the base model. - "fvp-foundation.dtb" for the foundation model. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <Olivier.Martin@arm.com> Reviewed-by: Ronald Cron <Ronald.Cron@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17862 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
oliviermartin
parent
03931908e2
commit
b836204e78
@@ -24,6 +24,8 @@
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
|
||||
#include <Guid/ZeroGuid.h>
|
||||
|
||||
#include <VExpressMotherBoard.h>
|
||||
|
||||
// This 'enum' is needed as variations based on existing platform exist
|
||||
@@ -36,12 +38,8 @@ typedef enum {
|
||||
ARM_FVP_VEXPRESS_A15x1_A7x1,
|
||||
ARM_FVP_VEXPRESS_A15x4_A7x4,
|
||||
ARM_FVP_VEXPRESS_AEMv8x4,
|
||||
ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV2,
|
||||
ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV2_LEGACY,
|
||||
ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV3,
|
||||
ARM_FVP_FOUNDATION_GICV2,
|
||||
ARM_FVP_FOUNDATION_GICV2_LEGACY,
|
||||
ARM_FVP_FOUNDATION_GICV3,
|
||||
ARM_FVP_BASE,
|
||||
ARM_FVP_FOUNDATION,
|
||||
ARM_HW_A9x4,
|
||||
ARM_HW_A15x2_A7x3,
|
||||
ARM_HW_A15,
|
||||
|
Reference in New Issue
Block a user