* [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 @ 2023-03-27 11:04 Ramkumar Krishnamoorthi 2023-04-03 14:40 ` manickavasakam karpagavinayagam ` (2 more replies) 0 siblings, 3 replies; 4+ messages in thread From: Ramkumar Krishnamoorthi @ 2023-03-27 11:04 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 V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 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> --- Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc | 2 +- Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 2 +- Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc index 8761f8b56a..fa4cfc09db 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc +++ b/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 diff --git a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc index 8e226c1552..f934a456dd 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc +++ b/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 diff --git a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h b/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h index 0c14a2409f..ca96ab3304 100644 --- a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h +++ b/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 -- 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] 4+ messages in thread
* Re: [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 2023-03-27 11:04 [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 Ramkumar Krishnamoorthi @ 2023-04-03 14:40 ` manickavasakam karpagavinayagam 2023-04-03 15:56 ` Isaac Oram [not found] ` <175277D8CF5EBC01.3578@groups.io> 2 siblings, 0 replies; 4+ messages in thread From: manickavasakam karpagavinayagam @ 2023-04-03 14:40 UTC (permalink / raw) To: Ramkumar Krishnamoorthi, devel@edk2.groups.io Cc: Selvaraj V, Harikrishna Doppalapudi, Sureshkumar Ponnusamy, isaac.w.oram@intel.com, nathaniel.l.desimone@intel.com Isaac/Nate : Please let us know whether you received this patch email from Ram. If so, please review the changes and push it to repo. Thank you -Manic -----Original Message----- From: Ramkumar Krishnamoorthi <ramkumark@ami.com> Sent: Monday, March 27, 2023 7:04 AM To: devel@edk2.groups.io Cc: Selvaraj V <selvarajv@ami.com>; Harikrishna Doppalapudi <Harikrishnad@ami.com>; Manickavasakam Karpagavinayagam <manickavasakamk@ami.com>; Sureshkumar Ponnusamy <sureshkumarp@ami.com>; Ramkumar Krishnamoorthi <ramkumark@ami.com>; isaac.w.oram@intel.com; nathaniel.l.desimone@intel.com Subject: [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 Subject: [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 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> --- Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc | 2 +- Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 2 +- Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc index 8761f8b56a..fa4cfc09db 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc +++ b/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 diff --git a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc index 8e226c1552..f934a456dd 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc +++ b/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 diff --git a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h b/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h index 0c14a2409f..ca96ab3304 100644 --- a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h +++ b/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 -- 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] 4+ messages in thread
* Re: [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 2023-03-27 11:04 [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 Ramkumar Krishnamoorthi 2023-04-03 14:40 ` manickavasakam karpagavinayagam @ 2023-04-03 15:56 ` Isaac Oram [not found] ` <175277D8CF5EBC01.3578@groups.io> 2 siblings, 0 replies; 4+ messages in thread From: Isaac Oram @ 2023-04-03 15:56 UTC (permalink / raw) To: Ramkumar Krishnamoorthi, devel@edk2.groups.io Cc: Venkatesan, Selvaraj, DOPPALAPUDI, HARIKRISHNA, KARPAGAVINAYAGAM, MANICKAVASAKAM, Ponnusamy, Suresh, Desimone, Nathaniel L Reviewed-by: Isaac Oram <isaac.w.oram@intel.com> I amended the author to match "Ramkumar K <ramkumark@ami.com>". Please correct. I am not sure if it is git config or groups.io that is mismatching. You can do git log and see the delta between author and your signoff. Thanks for fixing the enum. Regards, Isaac -----Original Message----- From: Ramkumar Krishnamoorthi <ramkumark@ami.com> Sent: Monday, March 27, 2023 4:04 AM To: devel@edk2.groups.io Cc: Venkatesan, Selvaraj <selvarajv@ami.com>; DOPPALAPUDI, HARIKRISHNA <harikrishnad@ami.com>; KARPAGAVINAYAGAM, MANICKAVASAKAM <manickavasakamk@ami.com>; Ponnusamy, Suresh <sureshkumarp@ami.com>; Ramkumar Krishnamoorthi <ramkumark@ami.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> Subject: [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 Subject: [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 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> --- Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc | 2 +- Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 2 +- Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc index 8761f8b56a..fa4cfc09db 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc +++ b/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 diff --git a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc index 8e226c1552..f934a456dd 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc +++ b/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 diff --git a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h b/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h index 0c14a2409f..ca96ab3304 100644 --- a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h +++ b/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 -- 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] 4+ messages in thread
[parent not found: <175277D8CF5EBC01.3578@groups.io>]
* Re: [edk2-devel] [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 [not found] ` <175277D8CF5EBC01.3578@groups.io> @ 2023-04-03 15:57 ` Isaac Oram 0 siblings, 0 replies; 4+ messages in thread From: Isaac Oram @ 2023-04-03 15:57 UTC (permalink / raw) To: devel@edk2.groups.io, Oram, Isaac W, Ramkumar Krishnamoorthi Cc: Venkatesan, Selvaraj, DOPPALAPUDI, HARIKRISHNA, KARPAGAVINAYAGAM, MANICKAVASAKAM, Ponnusamy, Suresh, Desimone, Nathaniel L Pushed as 857a342e50..07f5955bad -----Original Message----- From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Isaac Oram Sent: Monday, April 3, 2023 8:56 AM To: Ramkumar Krishnamoorthi <ramkumark@ami.com>; devel@edk2.groups.io Cc: Venkatesan, Selvaraj <selvarajv@ami.com>; DOPPALAPUDI, HARIKRISHNA <harikrishnad@ami.com>; KARPAGAVINAYAGAM, MANICKAVASAKAM <manickavasakamk@ami.com>; Ponnusamy, Suresh <sureshkumarp@ami.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> Subject: Re: [edk2-devel] [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 Reviewed-by: Isaac Oram <isaac.w.oram@intel.com> I amended the author to match "Ramkumar K <ramkumark@ami.com>". Please correct. I am not sure if it is git config or groups.io that is mismatching. You can do git log and see the delta between author and your signoff. Thanks for fixing the enum. Regards, Isaac -----Original Message----- From: Ramkumar Krishnamoorthi <ramkumark@ami.com> Sent: Monday, March 27, 2023 4:04 AM To: devel@edk2.groups.io Cc: Venkatesan, Selvaraj <selvarajv@ami.com>; DOPPALAPUDI, HARIKRISHNA <harikrishnad@ami.com>; KARPAGAVINAYAGAM, MANICKAVASAKAM <manickavasakamk@ami.com>; Ponnusamy, Suresh <sureshkumarp@ami.com>; Ramkumar Krishnamoorthi <ramkumark@ami.com>; Oram, Isaac W <isaac.w.oram@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> Subject: [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 Subject: [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 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> --- Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc | 2 +- Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc | 2 +- Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc index 8761f8b56a..fa4cfc09db 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/Aowanda/PlatformPkg.dsc +++ b/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 diff --git a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc b/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc index 8e226c1552..f934a456dd 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/JunctionCity/PlatformPkg.dsc +++ b/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 diff --git a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h b/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h index 0c14a2409f..ca96ab3304 100644 --- a/Silicon/Intel/WhitleySiliconPkg/Include/PlatformInfoTypes.h +++ b/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 -- 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] 4+ messages in thread
end of thread, other threads:[~2023-04-03 15:58 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-03-27 11:04 [edk2-platfoms][PATCH V2] Update PcdBoardID of JunctionCity and Aowanda platform to 0x81 and 0x82 Ramkumar Krishnamoorthi 2023-04-03 14:40 ` manickavasakam karpagavinayagam 2023-04-03 15:56 ` Isaac Oram [not found] ` <175277D8CF5EBC01.3578@groups.io> 2023-04-03 15:57 ` [edk2-devel] " Isaac Oram
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox