ArmPlatformPkg/EblCmdLib: Added the command 'dumpfdt'
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13771 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -42,6 +42,12 @@ EblDumpMmu (
|
||||
IN UINTN Argc,
|
||||
IN CHAR8 **Argv
|
||||
);
|
||||
|
||||
EFI_STATUS
|
||||
EblDumpFdt (
|
||||
IN UINTN Argc,
|
||||
IN CHAR8 **Argv
|
||||
);
|
||||
|
||||
/**
|
||||
Simple arm disassembler via a library
|
||||
@@ -426,6 +432,12 @@ GLOBAL_REMOVE_IF_UNREFERENCED const EBL_COMMAND_TABLE mLibCmdTemplate[] =
|
||||
" list all the Device Paths",
|
||||
NULL,
|
||||
EblDevicePaths
|
||||
},
|
||||
{
|
||||
"dumpfdt",
|
||||
" dump the current fdt or the one defined in the arguments",
|
||||
NULL,
|
||||
EblDumpFdt
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user