public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platfoms][PATCH V1] WhitleySiliconPkg : Resolve boot errors when synching to edk2-stable202302
@ 2023-03-14 10:03 ramkumark
  0 siblings, 0 replies; 2+ messages in thread
From: ramkumark @ 2023-03-14 10:03 UTC (permalink / raw)
  To: devel@edk2.groups.io
  Cc: Harikrishna Doppalapudi, Sureshkumar Ponnusamy,
	Manickavasakam Karpagavinayagam, Selvaraj V,
	Ramkumar Krishnamoorthi, Isaac Oram, Nate DeSimone

Subject: [edk2-platfoms][PATCH V1] WhitleySiliconPkg : Resolve boot errors when synching to edk2-stable202302

Fix to resolve the boot error - Rearrange the enum constants
TypeJunctionCity and TypeAowanda in PlatformInfoTypes.h
according to PcdBoardId value.

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>isaac.w.oram@intel.com
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>


Signed-off-by: Ramkumark <ramkumark@ami.com>
---
 Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h b/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h
index 0c14a2409f..d9a9325b22 100644
--- a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h
+++ b/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h
@@ -2,7 +2,7 @@

   @copyright
   Copyright 2020 - 2021 Intel Corporation. <BR>
-  Copyright (c) 2021 - 2022, American Megatrends International LLC. <BR>
+  Copyright (c) 2021 - 2023, American Megatrends International LLC. <BR>

   SPDX-License-Identifier: BSD-2-Clause-Patent
 **/
@@ -64,14 +64,14 @@ typedef enum {
   TypeArcherCityXPV,
   TypeBigPineKey,
   TypeExperWorkStationRP,
+  TypeJunctionCity,
+  TypeAowanda,
   TypeAmericanPass,
   EndOfEfiPlatformTypeEnum,
   //
   // Vendor board range currently starts at 0x80
   //
   TypeBoardPortTemplate,               // 0x80
-  TypeJunctionCity,
-  TypeAowanda,
   EndOfVendorPlatformTypeEnum
 } EFI_PLATFORM_TYPE;

--
2.37.1.windows.1
-The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [edk2-platfoms][PATCH V1] WhitleySiliconPkg : Resolve boot errors when synching to edk2-stable202302
@ 2023-03-15  6:46 Ramkumar Krishnamoorthi
  0 siblings, 0 replies; 2+ messages in thread
From: Ramkumar Krishnamoorthi @ 2023-03-15  6:46 UTC (permalink / raw)
  To: devel@edk2.groups.io
  Cc: Selvaraj V, Harikrishna Doppalapudi,
	Manickavasakam Karpagavinayagam, Sureshkumar Ponnusamy,
	Ramkumar Krishnamoorthi, isaac.w.oram@intel.com,
	nathaniel.l.desimone@intel.com

Subject: [edk2-platfoms][PATCH V1] WhitleySiliconPkg : Resolve boot errors when synching to edk2-stable202302

Fix to resolve the boot error - Rearrange the enum constants
TypeJunctionCity and TypeAowanda in PlatformInfoTypes.h
according to PcdBoardId value.

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>
---
 Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h b/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h
index 0c14a2409f..d9a9325b22 100644
--- a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h
+++ b/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h
@@ -2,7 +2,7 @@

   @copyright
   Copyright 2020 - 2021 Intel Corporation. <BR>
-  Copyright (c) 2021 - 2022, American Megatrends International LLC. <BR>
+  Copyright (c) 2021 - 2023, American Megatrends International LLC. <BR>

   SPDX-License-Identifier: BSD-2-Clause-Patent
 **/
@@ -64,14 +64,14 @@ typedef enum {
   TypeArcherCityXPV,
   TypeBigPineKey,
   TypeExperWorkStationRP,
+  TypeJunctionCity,
+  TypeAowanda,
   TypeAmericanPass,
   EndOfEfiPlatformTypeEnum,
   //
   // Vendor board range currently starts at 0x80
   //
   TypeBoardPortTemplate,               // 0x80
-  TypeJunctionCity,
-  TypeAowanda,
   EndOfVendorPlatformTypeEnum
 } EFI_PLATFORM_TYPE;

--
2.37.1.windows.1
-The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-15  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15  6:46 [edk2-platfoms][PATCH V1] WhitleySiliconPkg : Resolve boot errors when synching to edk2-stable202302 Ramkumar Krishnamoorthi
  -- strict thread matches above, loose matches on Subject: below --
2023-03-14 10:03 ramkumark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox