Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
WhitleySiliconPkg : Resolve boot errors when synching to edk2-stable2…
Browse files Browse the repository at this point in the history
…02302

Fix to resolve the boot error - Change the enum constants values
TypeBoardPortTemplate, TypeJunctionCity and TypeAowanda in
PlatformInfoTypes.h
Changed PcdBoardId as 0x81 and 0x82 for Junction and Aowanda on
respective PlatformPkg.dsc

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

Signed-off-by: Ramkumar K <[email protected]>
Reviewed-by: Isaac Oram <[email protected]>
  • Loading branch information
ramkumarkami authored and iworam committed Apr 3, 2023
1 parent 857a342 commit 07f5955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel|0x80200047 # Built in messages: Error, MTRR, info, load, warn, init
gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2 # This is set to INT3 (0x2) for Simics source level debugging
!endif
gPlatformTokenSpaceGuid.PcdBoardId|0x26
gPlatformTokenSpaceGuid.PcdBoardId|0x82

[PcdsFixedAtBuild.X64]
gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear|1900
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel|0x80200047 # Built in messages: Error, MTRR, info, load, warn, init
gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2 # This is set to INT3 (0x2) for Simics source level debugging
!endif
gPlatformTokenSpaceGuid.PcdBoardId|0x25
gPlatformTokenSpaceGuid.PcdBoardId|0x81

[PcdsFixedAtBuild.X64]
gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear|1900
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef enum {
//
// Vendor board range currently starts at 0x80
//
TypeBoardPortTemplate, // 0x80
TypeBoardPortTemplate = 0x80, // 0x80
TypeJunctionCity,
TypeAowanda,
EndOfVendorPlatformTypeEnum
Expand Down

0 comments on commit 07f5955

Please sign in to comment.