summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
diff options
context:
space:
mode:
authorRonald Cron <Ronald.Cron@arm.com>2015-02-25 19:34:07 +0000
committeroliviermartin <oliviermartin@Edk2>2015-02-25 19:34:07 +0000
commit3c1e53ce8f52429067a6664576e0bd5611d4e764 (patch)
treeb5adcd757fde0bcd5692f70db271d05893029510 /EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
parent158497a094dc6b6a2de0c539c1f9c8341aa8b499 (diff)
downloadedk2-platforms-3c1e53ce8f52429067a6664576e0bd5611d4e764.tar.xz
EmbeddedPkg/FdtPlatformDxe: Add 'setfdt' EFI Shell command
The 'setfdt' EFI Shell command allows to define a new FDT as the prefered one for development purposes. It allows to trigger the run of the FDT installation process as well. Please refer to the README.txt file for more comprehensive description. 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@16934 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf')
-rw-r--r--EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf8
1 files changed, 8 insertions, 0 deletions
diff --git a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
index ea45baa2e3..64d14a26e7 100644
--- a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
+++ b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
@@ -15,6 +15,7 @@
[Defines]
INF_VERSION = 0x00010006
BASE_NAME = FdtPlatformDxe
+ MODULE_UNI_FILE = FdtPlatformDxe.uni
FILE_GUID = 6e9a4c69-57c6-4fcd-b083-4f2c3bdb6051
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 0.1
@@ -22,11 +23,14 @@
[Sources.common]
FdtPlatform.c
+ FdtPlatformDxe.uni
[Packages]
EmbeddedPkg/EmbeddedPkg.dec
ArmPkg/ArmPkg.dec
MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+ ShellPkg/ShellPkg.dec
[LibraryClasses]
UefiDriverEntryPoint
@@ -36,9 +40,13 @@
DebugLib
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
+ HiiLib
+ ShellLib
[Protocols]
+ gEfiDevicePathToTextProtocolGuid
gEfiDevicePathFromTextProtocolGuid
+ gEfiShellDynamicCommandProtocolGuid
[Guids]
gEfiEndOfDxeEventGroupGuid