Re: [edk2-devel] [edk2-platforms] [PATCH v1 0/2] Intel/MinPlatform: Add MpInfo2HobPei

2024-05-13 Thread Nate DeSimone
The series has been pushed as c31962b~..0ba43d4

> -Original Message-
> From: devel@edk2.groups.io  On Behalf Of Nate
> DeSimone
> Sent: Wednesday, May 8, 2024 5:09 PM
> To: devel@edk2.groups.io
> Cc: Chaganty, Rangasai V ; Chuang, Rosen
> ; Kasbekar, Saloni ;
> Chiu, Chasel ; Liming Gao
> ; Dong, Eric 
> Subject: [edk2-devel] [edk2-platforms] [PATCH v1 0/2] Intel/MinPlatform:
> Add MpInfo2HobPei
> 
> Newer versions of CpuMpPei produce the gMpInformation2HobGuid. This
> HOB is required by newer implementations of the CPU DXE driver, however
> older versions of CpuMpPei do not produce it. This can cause backwards
> compatibiliity issues if the FSP binary was built with an older version of 
> EDK II
> and the OpenBoard code is built with the latest version of EDK II.
> 
> To solve this problem, this patch series introduces a new PEIM called
> MpInfo2HobPei. This PEIM will check if CpuMpPei creates
> gMpInformation2HobGuid and if it does not then MpInfo2HobPei will create
> it.
> 
> Cc: Sai Chaganty 
> Cc: Rosen Chuang 
> Cc: Saloni Kasbekar 
> Cc: Chasel Chiu 
> Cc: Liming Gao 
> Cc: Eric Dong 
> Signed-off-by: Nate DeSimone 
> 
> Nate DeSimone (2):
>   MinPlatform: Add MpInfo2HobPei
>   AlderlakeOpenBoardPkg: Include MpInfo2HobPei
> 
>  .../AlderlakePRvp/OpenBoardPkg.dsc|  10 +-
>  .../AlderlakePRvp/OpenBoardPkg.fdf|  10 +-
>  .../FspWrapper/MpInfo2HobPei/MpInfo2HobPei.c  | 236
> ++
>  .../MpInfo2HobPei/MpInfo2HobPei.inf   |  47 
>  .../Intel/MinPlatformPkg/MinPlatformPkg.dsc   |   3 +-
>  5 files changed, 303 insertions(+), 3 deletions(-)  create mode 100644
> Platform/Intel/MinPlatformPkg/FspWrapper/MpInfo2HobPei/MpInfo2HobPe
> i.c
>  create mode 100644
> Platform/Intel/MinPlatformPkg/FspWrapper/MpInfo2HobPei/MpInfo2HobPe
> i.inf
> 
> --
> 2.44.0.windows.1
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118873): https://edk2.groups.io/g/devel/message/118873
Mute This Topic: https://groups.io/mt/105992896/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] [edk2-platforms] [PATCH v1 0/2] Intel/MinPlatform: Add MpInfo2HobPei

2024-05-08 Thread Nate DeSimone
Newer versions of CpuMpPei produce the gMpInformation2HobGuid. This HOB is
required by newer implementations of the CPU DXE driver, however older
versions of CpuMpPei do not produce it. This can cause backwards
compatibiliity issues if the FSP binary was built with an older version of
EDK II and the OpenBoard code is built with the latest version of EDK II.

To solve this problem, this patch series introduces a new PEIM called
MpInfo2HobPei. This PEIM will check if CpuMpPei creates gMpInformation2HobGuid
and if it does not then MpInfo2HobPei will create it.

Cc: Sai Chaganty 
Cc: Rosen Chuang 
Cc: Saloni Kasbekar 
Cc: Chasel Chiu 
Cc: Liming Gao 
Cc: Eric Dong 
Signed-off-by: Nate DeSimone 

Nate DeSimone (2):
  MinPlatform: Add MpInfo2HobPei
  AlderlakeOpenBoardPkg: Include MpInfo2HobPei

 .../AlderlakePRvp/OpenBoardPkg.dsc|  10 +-
 .../AlderlakePRvp/OpenBoardPkg.fdf|  10 +-
 .../FspWrapper/MpInfo2HobPei/MpInfo2HobPei.c  | 236 ++
 .../MpInfo2HobPei/MpInfo2HobPei.inf   |  47 
 .../Intel/MinPlatformPkg/MinPlatformPkg.dsc   |   3 +-
 5 files changed, 303 insertions(+), 3 deletions(-)
 create mode 100644 
Platform/Intel/MinPlatformPkg/FspWrapper/MpInfo2HobPei/MpInfo2HobPei.c
 create mode 100644 
Platform/Intel/MinPlatformPkg/FspWrapper/MpInfo2HobPei/MpInfo2HobPei.inf

-- 
2.44.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118706): https://edk2.groups.io/g/devel/message/118706
Mute This Topic: https://groups.io/mt/105992896/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-