From 01295fd25b0465f6a82682e7adbfdbec70c4beb1 Mon Sep 17 00:00:00 2001 From: Prachotan Reddy Bathi Date: Wed, 12 Feb 2025 12:36:45 -0600 Subject: ShellPkg: DtbTableAddress via config in dmem DTB address can be modified through the config table. Use this address in dmem output. EmbeddedPkg dependency added to ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf and ShellPkg/ShellPkg.ci.yaml Adds to: 42b0443599a6 ("ShellPkg: UefiShellDebug1CommandsLib: Uefi Config Tables in Dmem.c") Signed-off-by: Prachotan Reddy Bathi --- .../Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf') diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf index 91b48e8..0f4068d 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf @@ -96,6 +96,7 @@ MdePkg/MdePkg.dec ShellPkg/ShellPkg.dec MdeModulePkg/MdeModulePkg.dec + EmbeddedPkg/EmbeddedPkg.dec [LibraryClasses] MemoryAllocationLib @@ -144,3 +145,4 @@ gEfiConfProfilesUefiSpecGuid ## SOMETIMES_CONSUMES ## GUID gEfiConfProfilesEbbrSpec21Guid ## SOMETIMES_CONSUMES ## GUID gEfiConfProfilesEbbrSpec22Guid ## SOMETIMES_CONSUMES ## GUID + gFdtTableGuid ## SOMETIMES_CONSUMES ## SystemTable -- cgit v1.1