Skip to content

Commit 15fb723

Browse files
hongbin123ProjectMuBot
authored andcommitted
[CHERRY-PICK] MinPlatformPkg : Add PCD for FSP-I Base/Size/Offset
FSP-I Base/Size/Offset PCD is used in fdf file to define FSP-SMM FV Base/Size/Offset in the flash map. Signed-off-by: Pavana K <kpavana@microsoft.com> (cherry picked from commit be720b8d6cc01383b4eba6174c390798e4194491)
1 parent 7745dc7 commit 15fb723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MinPlatformPkg/MinPlatformPkg.dec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@
282282
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspUBase|0x00000000|UINT32|0x2000002A
283283
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspUSize|0x00000000|UINT32|0x2000002B
284284
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspUOffset|0x00000000|UINT32|0x2000002C
285+
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspIBase|0x00000000|UINT32|0x20000036
286+
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspISize|0x00000000|UINT32|0x20000037
287+
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspIOffset|0x00000000|UINT32|0x20000038
285288

286289
# GUID of Shell file to be loaded, default value is gUefiShellFileGuid define in ShellPkg.dec
287290
gMinPlatformPkgTokenSpaceGuid.PcdShellFile|{GUID({0x7c04a583, 0x9e3e, 0x4f1c, {0xad, 0x65, 0xe0, 0x52, 0x68, 0xd0, 0xb4, 0xd1}})}|VOID*|0x20000230

0 commit comments

Comments
 (0)