Skip to content

Commit

Permalink
WhitleyOpenBoardPkg : Updated PcdFlashFvSecuritySize for JunctionCity…
Browse files Browse the repository at this point in the history
… and Aowanda platform

Fix to resolve the build error for JunctionCity and Aowanda platform.
Updated PcdFlashFvSecuritySize in JunctionCity\PlatformPkg.fdf and
Aowanda\PlatformPkg.fdf

Reviewed-by: Nate DeSimone <[email protected]>

Cc: Harikrishna Doppalapudi <[email protected]>
Cc: Sureshkumar Ponnusamy <[email protected]>
Cc: Manickavasakam Karpagavinayagam <[email protected]>
Cc: Selvaraj V <[email protected]>
Cc: Ramkumar Krishnamoorthi <[email protected]>
Cc: Isaac Oram <[email protected]>
Cc: Nate DeSimone <[email protected]>

Signed-off-by: Ramkumar Krishnamoorthi <[email protected]>
  • Loading branch information
ramkumarkami authored and nate-desimone committed Sep 8, 2023
1 parent 5374f6c commit bb6841e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ SET gMinPlatformPkgTokenSpaceGuid.PcdFlashAreaSize = 0x01000000
# This makes it easy to adjust the various sizes without having to manually calculate the offsets.
# These are out of flash layout order because FvAdvanced gets any remaining space
#
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvSecuritySize = 0x00040000
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvSecuritySize = 0x00050000
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvOsBootSize = 0x00230000
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvUefiBootSize = 0x0004C000
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvAdvancedSize = gCpPlatFlashTokenSpaceGuid.PcdFlashFdMainSize - gMinPlatformPkgTokenSpaceGuid.PcdFlashFvUefiBootSize - gMinPlatformPkgTokenSpaceGuid.PcdFlashFvOsBootSize - gMinPlatformPkgTokenSpaceGuid.PcdFlashFvSecuritySize
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ SET gMinPlatformPkgTokenSpaceGuid.PcdFlashAreaSize = 0x01000000
# This makes it easy to adjust the various sizes without having to manually calculate the offsets.
# These are out of flash layout order because FvAdvanced gets any remaining space
#
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvSecuritySize = 0x00040000
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvSecuritySize = 0x00050000
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvOsBootSize = 0x00230000
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvUefiBootSize = 0x0004C000
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvAdvancedSize = gCpPlatFlashTokenSpaceGuid.PcdFlashFdMainSize - gMinPlatformPkgTokenSpaceGuid.PcdFlashFvUefiBootSize - gMinPlatformPkgTokenSpaceGuid.PcdFlashFvOsBootSize - gMinPlatformPkgTokenSpaceGuid.PcdFlashFvSecuritySize
Expand Down

0 comments on commit bb6841e

Please sign in to comment.