Skip to content

Commit

Permalink
MinPlatformPkg : Add PCD for FSP-I Base/Size/Offset
Browse files Browse the repository at this point in the history
FSP-I Base/Size/Offset PCD is used in fdf file to define FSP-SMM
FV Base/Size/Offset in the flash map.
  • Loading branch information
hongbin123 authored and ChaselChiu committed Oct 16, 2024
1 parent 3585566 commit f521ffc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspUBase|0x00000000|UINT32|0x2000002A
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspUSize|0x00000000|UINT32|0x2000002B
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspUOffset|0x00000000|UINT32|0x2000002C
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspIBase|0x00000000|UINT32|0x20000036
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspISize|0x00000000|UINT32|0x20000037
gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspIOffset|0x00000000|UINT32|0x20000038

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

0 comments on commit f521ffc

Please sign in to comment.