Browse Source

WhitleySiliconPkg : Resolve boot errors when synching to edk2-stable202302

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 <harikrishnad@ami.com>
Cc: Sureshkumar Ponnusamy <sureshkumarp@ami.com>
Cc: Manickavasakam Karpagavinayagam <manickavasakamk@ami.com>
Cc: Selvaraj V <selvarajv@ami.com>
Cc: Ramkumar K <ramkumark@ami.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>

Signed-off-by: Ramkumar K <ramkumark@ami.com>
Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
Ramkumar K 1 year ago
parent
commit
07f5955bad

+ 1 - 1
Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc

@@ -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

+ 1 - 1
Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc

@@ -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

+ 1 - 1
Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h

@@ -69,7 +69,7 @@ typedef enum {
   //
   // Vendor board range currently starts at 0x80
   //
-  TypeBoardPortTemplate,               // 0x80
+  TypeBoardPortTemplate = 0x80,               // 0x80
   TypeJunctionCity,
   TypeAowanda,
   EndOfVendorPlatformTypeEnum