]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ArmVExpressInternal.h
ArmPlatformPkg/ArmVExpressDxe: Load FDT into the EFI Configuration Table
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpressDxe / ArmVExpressInternal.h
index 075ced8e89d530d1de7cd894c15044fdd61ce0d7..41019c1198c711779142a6efb92d781f727ac043 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2014, ARM Ltd. All rights reserved.\r
+  Copyright (c) 2014-2015, ARM Ltd. All rights reserved.\r
 \r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
@@ -50,7 +50,10 @@ typedef enum {
 \r
 typedef struct {\r
   ARM_VEXPRESS_PLATFORM_ID  Id;\r
-  // Will be extended with platform specific information\r
+\r
+  // Flattened Device Tree (FDT) File\r
+  EFI_GUID                  FdtGuid; /// Name of the FDT when present into the FV\r
+  CONST CHAR16*             FdtName; /// Name of the FDT when present into a File System\r
 } ARM_VEXPRESS_PLATFORM;\r
 \r
 // Array that contains the list of the VExpress based platform supported by this DXE driver\r