ArmVExpressPkg: use named GUIDs for all VExpress variants

Instead of using open coded GUIDs, define them only once, and refer
to them by name everywhere else.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17358 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Ard Biesheuvel
2015-05-07 15:38:25 +00:00
committed by oliviermartin
parent ffaa6b46ef
commit 5af5259c43
5 changed files with 43 additions and 21 deletions

View File

@@ -52,8 +52,8 @@ typedef struct {
ARM_VEXPRESS_PLATFORM_ID Id;
// Flattened Device Tree (FDT) File
EFI_GUID FdtGuid; /// Name of the FDT when present into the FV
CONST CHAR16* FdtName; /// Name of the FDT when present into a File System
CONST EFI_GUID *FdtGuid; /// Name of the FDT when present into the FV
CONST CHAR16 *FdtName; /// Name of the FDT when present into a File System
} ARM_VEXPRESS_PLATFORM;
// Array that contains the list of the VExpress based platform supported by this DXE driver