public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known limitations.
@ 2024-02-07  5:55 dorax.hsueh
  0 siblings, 0 replies; 5+ messages in thread
From: dorax.hsueh @ 2024-02-07  5:55 UTC (permalink / raw)
  To: devel
  Cc: DoraX Hsueh, Sai Chaganty, Rosen Chuang, Saloni Kasbekar,
	Haoyu Tang, Nate DeSimone

From: DoraX Hsueh <dorax.hsueh@intel.com>

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4667

Updates Alderlake P Rvp details to the Readme.md.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Saloni Kasbekar <saloni.kasbekar@intel.com>
Cc: Haoyu Tang <haoyu.tang@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
 Platform/Intel/Readme.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md
index d29a9072..1efa909c 100644
--- a/Platform/Intel/Readme.md
+++ b/Platform/Intel/Readme.md
@@ -411,6 +411,9 @@ For PurleyOpenBoardPkg (TiogaPass)
 **AlderlakeOpenBoardPkg**
 1. This firmware project has been tested booting to Microsoft Windows 11 x64 with M2 SSD Disk and Integrated Graphic Device.
 2. AlderlakeOpenBoardPkg/Acpi/MinDsdt has been modified from MinPlatformPkg/Acpi/MinDsdt to avoid hang on boot to Microsoft Windows 11 x64.
+3. Since the FSP binary is incompatible with the latest Edk2 version, a working edk2 version needs to be kept
+   EDK2 SHA-1: e10f1f5a043a402fb2daf2091b8f725fd2951743
+   EDK2-Platforms SHA-1: fc6e3523d868650ad4f8aaac0ccdd8f138370341
 
 **WhitleyOpenBoardPkg**
 1. This firmware project has been tested booting to UEFI shell with headless serial console
-- 
2.26.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115258): https://edk2.groups.io/g/devel/message/115258
Mute This Topic: https://groups.io/mt/104227480/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* [edk2-devel] [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known limitations.
@ 2024-02-15  7:22 dorax.hsueh
  0 siblings, 0 replies; 5+ messages in thread
From: dorax.hsueh @ 2024-02-15  7:22 UTC (permalink / raw)
  To: devel
  Cc: DoraX Hsueh, Sai Chaganty, Rosen Chuang, Saloni Kasbekar,
	Haoyu Tang, Nate DeSimone

From: DoraX Hsueh <dorax.hsueh@intel.com>

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4667

Updates Alderlake P Rvp details to the Readme.md.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Saloni Kasbekar <saloni.kasbekar@intel.com>
Cc: Haoyu Tang <haoyu.tang@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
 Platform/Intel/Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md
index d29a9072..652b4ec5 100644
--- a/Platform/Intel/Readme.md
+++ b/Platform/Intel/Readme.md
@@ -410,7 +410,9 @@ For PurleyOpenBoardPkg (TiogaPass)
 
 **AlderlakeOpenBoardPkg**
 1. This firmware project has been tested booting to Microsoft Windows 11 x64 with M2 SSD Disk and Integrated Graphic Device.
-2. AlderlakeOpenBoardPkg/Acpi/MinDsdt has been modified from MinPlatformPkg/Acpi/MinDsdt to avoid hang on boot to Microsoft Windows 11 x64.
+2. Since the FSP binary is incompatible with the latest Edk2 version, a working edk2 version needs to be kept
+   EDK2 SHA-1: e10f1f5a043a402fb2daf2091b8f725fd2951743
+   EDK2-Platforms SHA-1: fc6e3523d868650ad4f8aaac0ccdd8f138370341
 
 **WhitleyOpenBoardPkg**
 1. This firmware project has been tested booting to UEFI shell with headless serial console
-- 
2.26.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115489): https://edk2.groups.io/g/devel/message/115489
Mute This Topic: https://groups.io/mt/104369010/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* [edk2-devel] [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known limitations.
@ 2024-04-22  8:38 dorax.hsueh
  2024-04-22 17:47 ` Saloni Kasbekar
  2024-05-02 23:43 ` Nate DeSimone
  0 siblings, 2 replies; 5+ messages in thread
From: dorax.hsueh @ 2024-04-22  8:38 UTC (permalink / raw)
  To: devel
  Cc: DoraX Hsueh, Sai Chaganty, Rosen Chuang, Saloni Kasbekar,
	Haoyu Tang, Nate DeSimone, Chasel Chiu

From: DoraX Hsueh <dorax.hsueh@intel.com>

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4667

Updates Alderlake P Rvp details to the Readme.md.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Saloni Kasbekar <saloni.kasbekar@intel.com>
Cc: Haoyu Tang <haoyu.tang@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
 Platform/Intel/Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md
index d29a9072..652b4ec5 100644
--- a/Platform/Intel/Readme.md
+++ b/Platform/Intel/Readme.md
@@ -410,7 +410,9 @@ For PurleyOpenBoardPkg (TiogaPass)
 
 **AlderlakeOpenBoardPkg**
 1. This firmware project has been tested booting to Microsoft Windows 11 x64 with M2 SSD Disk and Integrated Graphic Device.
-2. AlderlakeOpenBoardPkg/Acpi/MinDsdt has been modified from MinPlatformPkg/Acpi/MinDsdt to avoid hang on boot to Microsoft Windows 11 x64.
+2. Since the FSP binary is incompatible with the latest Edk2 version, a working edk2 version needs to be kept
+   EDK2 SHA-1: e10f1f5a043a402fb2daf2091b8f725fd2951743
+   EDK2-Platforms SHA-1: fc6e3523d868650ad4f8aaac0ccdd8f138370341
 
 **WhitleyOpenBoardPkg**
 1. This firmware project has been tested booting to UEFI shell with headless serial console
-- 
2.26.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118076): https://edk2.groups.io/g/devel/message/118076
Mute This Topic: https://groups.io/mt/105666152/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known limitations.
  2024-04-22  8:38 [edk2-devel] [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known limitations dorax.hsueh
@ 2024-04-22 17:47 ` Saloni Kasbekar
  2024-05-02 23:43 ` Nate DeSimone
  1 sibling, 0 replies; 5+ messages in thread
From: Saloni Kasbekar @ 2024-04-22 17:47 UTC (permalink / raw)
  To: Hsueh, DoraX, devel@edk2.groups.io
  Cc: Chaganty, Rangasai V, Chuang, Rosen, Tang, Haoyu,
	Desimone, Nathaniel L, Chiu, Chasel

Reviewed-by: Kasbekar, Saloni <saloni.kasbekar@intel.com>

-----Original Message-----
From: Hsueh, DoraX <dorax.hsueh@intel.com> 
Sent: Monday, April 22, 2024 1:39 AM
To: devel@edk2.groups.io
Cc: Hsueh, DoraX <dorax.hsueh@intel.com>; Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Chuang, Rosen <rosen.chuang@intel.com>; Kasbekar, Saloni <saloni.kasbekar@intel.com>; Tang, Haoyu <haoyu.tang@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
Subject: [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known limitations.

From: DoraX Hsueh <dorax.hsueh@intel.com>

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4667

Updates Alderlake P Rvp details to the Readme.md.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Rosen Chuang <rosen.chuang@intel.com>
Cc: Saloni Kasbekar <saloni.kasbekar@intel.com>
Cc: Haoyu Tang <haoyu.tang@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
---
 Platform/Intel/Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index d29a9072..652b4ec5 100644
--- a/Platform/Intel/Readme.md
+++ b/Platform/Intel/Readme.md
@@ -410,7 +410,9 @@ For PurleyOpenBoardPkg (TiogaPass)
  **AlderlakeOpenBoardPkg** 1. This firmware project has been tested booting to Microsoft Windows 11 x64 with M2 SSD Disk and Integrated Graphic Device.-2. AlderlakeOpenBoardPkg/Acpi/MinDsdt has been modified from MinPlatformPkg/Acpi/MinDsdt to avoid hang on boot to Microsoft Windows 11 x64.+2. Since the FSP binary is incompatible with the latest Edk2 version, a working edk2 version needs to be kept+   EDK2 SHA-1: e10f1f5a043a402fb2daf2091b8f725fd2951743+   EDK2-Platforms SHA-1: fc6e3523d868650ad4f8aaac0ccdd8f138370341  **WhitleyOpenBoardPkg** 1. This firmware project has been tested booting to UEFI shell with headless serial console-- 
2.26.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118100): https://edk2.groups.io/g/devel/message/118100
Mute This Topic: https://groups.io/mt/105666152/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known limitations.
  2024-04-22  8:38 [edk2-devel] [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known limitations dorax.hsueh
  2024-04-22 17:47 ` Saloni Kasbekar
@ 2024-05-02 23:43 ` Nate DeSimone
  1 sibling, 0 replies; 5+ messages in thread
From: Nate DeSimone @ 2024-05-02 23:43 UTC (permalink / raw)
  To: Hsueh, DoraX, devel@edk2.groups.io
  Cc: Chaganty, Rangasai V, Chuang, Rosen, Kasbekar, Saloni,
	Tang, Haoyu, Chiu, Chasel

Hi Dora,

Feedback below.

Thanks,
Nate

> -----Original Message-----
> From: Hsueh, DoraX <dorax.hsueh@intel.com>
> Sent: Monday, April 22, 2024 1:39 AM
> To: devel@edk2.groups.io
> Cc: Hsueh, DoraX <dorax.hsueh@intel.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>; Chuang, Rosen <rosen.chuang@intel.com>;
> Kasbekar, Saloni <saloni.kasbekar@intel.com>; Tang, Haoyu
> <haoyu.tang@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
> Subject: [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known
> limitations.
> 
> From: DoraX Hsueh <dorax.hsueh@intel.com>
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4667
> 
> Updates Alderlake P Rvp details to the Readme.md.
> 
> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
> Cc: Rosen Chuang <rosen.chuang@intel.com>
> Cc: Saloni Kasbekar <saloni.kasbekar@intel.com>
> Cc: Haoyu Tang <haoyu.tang@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Signed-off-by: DoraX Hsueh <dorax.hsueh@intel.com>
> ---
>  Platform/Intel/Readme.md | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md
> index d29a9072..652b4ec5 100644
> --- a/Platform/Intel/Readme.md
> +++ b/Platform/Intel/Readme.md
> @@ -410,7 +410,9 @@ For PurleyOpenBoardPkg (TiogaPass)
>  
>  **AlderlakeOpenBoardPkg**
>  1. This firmware project has been tested booting to Microsoft Windows 11 x64 with M2 SSD Disk and Integrated Graphic Device.
> -2. AlderlakeOpenBoardPkg/Acpi/MinDsdt has been modified from MinPlatformPkg/Acpi/MinDsdt to avoid hang on boot to Microsoft Windows 11 x64.
> +2. Since the FSP binary is incompatible with the latest Edk2 version, a working edk2 version needs to be kept
> +   EDK2 SHA-1: e10f1f5a043a402fb2daf2091b8f725fd2951743
> +   EDK2-Platforms SHA-1: fc6e3523d868650ad4f8aaac0ccdd8f138370341

It is non-sense to list a required SHA for edk2-platforms when you are modifying a package that is inside edk2-platforms. This act of modification will result in a different SHA for edk2-platforms.

>  
>  **WhitleyOpenBoardPkg**
>  1. This firmware project has been tested booting to UEFI shell with headless serial console
> -- 
> 2.26.2.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118541): https://edk2.groups.io/g/devel/message/118541
Mute This Topic: https://groups.io/mt/105666152/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

end of thread, other threads:[~2024-05-02 23:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-22  8:38 [edk2-devel] [PATCH] Readme.md: Update AlderlakeOpenBoardPkg known limitations dorax.hsueh
2024-04-22 17:47 ` Saloni Kasbekar
2024-05-02 23:43 ` Nate DeSimone
  -- strict thread matches above, loose matches on Subject: below --
2024-02-15  7:22 dorax.hsueh
2024-02-07  5:55 dorax.hsueh

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