Skip to content

Commit 865ed82

Browse files
LeviYeoReumsamimujawar
authored andcommitted
Platform/ARM/Drivers: define gFdtVariableGuid in FdtPlatformDxe.dec
edk2 commit db5b28ed9e27 ("MdePkg, EmbeddedPkg: Move Fdt Table Guid to MdePkg") removes gFdtVariableGuid while it moves the gFdtTableGuid to MdePkg.dec. But, gFdtVariableGuid is used for development purpose to override fdt by saving its path to load into the variable with gFdtVariableGuid. gFdtVariableGuid is only used by FdtPlatformDxe driver and not at any other place. So move gFdtVariableGuid into FdtPlatformDxe.dec This patch fixes build failure of ArmJuno Platform. Signed-off-by: Yeoreum Yun <[email protected]>
1 parent aa8d9c3 commit 865ed82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Platform/ARM/Drivers/FdtPlatformDxe/FdtPlatformDxe.dec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
[Guids]
1616
gFdtPlatformDxeTokenSpaceGuid = { 0xbfcaa0af, 0xedd4, 0x4ce7, { 0xbd, 0xb3, 0x39, 0x15, 0x07, 0x28, 0x65, 0x77 } }
17+
gFdtVariableGuid = { 0x25a4fd4a, 0x9703, 0x4ba9, { 0xa1, 0x90, 0xb7, 0xc8, 0x4e, 0xfb, 0x3e, 0x57 } }
1718

1819
[PcdsFeatureFlag.common]
1920
# Enable the development specific features

0 commit comments

Comments
 (0)