diff options
author | Ronald Cron <Ronald.Cron@arm.com> | 2015-07-06 16:41:36 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2015-07-06 16:41:36 +0000 |
commit | 0ae6a518f7b853ef0bad36916e99d40f40472c11 (patch) | |
tree | 2f256922cb2d02c8a35d5839b543fecadc81e2c5 /ArmPlatformPkg/Bds/Bds.inf | |
parent | 093b7c8769d2c8d6276a1ad7c155d14f260d3170 (diff) | |
download | edk2-platforms-0ae6a518f7b853ef0bad36916e99d40f40472c11.tar.xz |
ArmPlatformPkg/Bds: Restore the setting of the FDT device path in the boot manager
People has requested this feature to be restaured in the
ARM Boot Manager.
The configuration from the EFI Shell is always possible
and it is the recommended approach to update the FDT
Device Path.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ronald Cron <Ronald.Cron@arm.com>
Reviewed-by: Olivier Martin <Olivier.Martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17826 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Bds/Bds.inf')
-rw-r--r-- | ArmPlatformPkg/Bds/Bds.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ArmPlatformPkg/Bds/Bds.inf b/ArmPlatformPkg/Bds/Bds.inf index e04c86db17..f4c0f1c55d 100644 --- a/ArmPlatformPkg/Bds/Bds.inf +++ b/ArmPlatformPkg/Bds/Bds.inf @@ -36,6 +36,7 @@ MdeModulePkg/MdeModulePkg.dec
ArmPkg/ArmPkg.dec
ArmPlatformPkg/ArmPlatformPkg.dec
+ EmbeddedPkg/EmbeddedPkg.dec
[LibraryClasses]
BdsLib
@@ -53,6 +54,7 @@ gEfiEndOfDxeEventGroupGuid
gEfiFileSystemInfoGuid
gArmGlobalVariableGuid
+ gFdtVariableGuid
[Protocols]
gEfiBdsArchProtocolGuid
|