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
This commit is contained in:
Ronald Cron
2015-02-25 19:34:07 +00:00
committed by oliviermartin
parent 158497a094
commit 3c1e53ce8f
5 changed files with 139 additions and 6 deletions

View File

@@ -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