[edk2-devel] [PATCH] Fix wrong information of TigerLake in Readme.md

Heng Luo posted 1 patch 3 years, 1 month ago
Failed in applying to current master (apply log)
Platform/Intel/Readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[edk2-devel] [PATCH] Fix wrong information of TigerLake in Readme.md
Posted by Heng Luo 3 years, 1 month ago
Machine Name of TigerLake is TGL-U DDR4 RVP but no TGL-U LPDDR4 RVP

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

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Heng Luo <heng.luo@intel.com>
---
 Platform/Intel/Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md
index b3b15405af..41d39c8582 100644
--- a/Platform/Intel/Readme.md
+++ b/Platform/Intel/Readme.md
@@ -76,7 +76,7 @@ A UEFI firmware implementation using MinPlatformPkg is constructed using the fol
 | RVP 3                                 | SkyLake, KabyLake, KabyLake Refresh        | KabylakeOpenBoardPkg         | KabylakeRvp3       |
 | WHL-U DDR4 RVP                        | WhiskeyLake                                | WhiskeylakeOpenBoardPkg      | WhiskeylakeURvp    |
 | CML-U LPDDR3 RVP                      | CometLake V1                               | CometlakeOpenBoardPkg        | CometlakeURvp      |
-| TGL-U LPDDR4 RVP                      | TigerLake                                  | TigerlakeOpenBoardPkg        | TigerlakeURvp      |
+| TGL-U DDR4 RVP                        | TigerLake                                  | TigerlakeOpenBoardPkg        | TigerlakeURvp      |
 
 *Note: RVP = Reference and Validation Platform*
 
-- 
2.24.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#72136): https://edk2.groups.io/g/devel/message/72136
Mute This Topic: https://groups.io/mt/80868096/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH] Fix wrong information of TigerLake in Readme.md
Posted by Chaganty, Rangasai V 3 years, 1 month ago
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>  

-----Original Message-----
From: Luo, Heng <heng.luo@intel.com> 
Sent: Tuesday, February 23, 2021 6:05 PM
To: devel@edk2.groups.io
Cc: Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
Subject: [PATCH] Fix wrong information of TigerLake in Readme.md

Machine Name of TigerLake is TGL-U DDR4 RVP but no TGL-U LPDDR4 RVP

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

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Heng Luo <heng.luo@intel.com>
---
 Platform/Intel/Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index b3b15405af..41d39c8582 100644
--- a/Platform/Intel/Readme.md
+++ b/Platform/Intel/Readme.md
@@ -76,7 +76,7 @@ A UEFI firmware implementation using MinPlatformPkg is constructed using the fol
 | RVP 3                                 | SkyLake, KabyLake, KabyLake Refresh        | KabylakeOpenBoardPkg         | KabylakeRvp3       | | WHL-U DDR4 RVP                        | WhiskeyLake                                | WhiskeylakeOpenBoardPkg      | WhiskeylakeURvp    | | CML-U LPDDR3 RVP                      | CometLake V1                               | CometlakeOpenBoardPkg        | CometlakeURvp      |-| TGL-U LPDDR4 RVP                      | TigerLake                                  | TigerlakeOpenBoardPkg        | TigerlakeURvp      |+| TGL-U DDR4 RVP                        | TigerLake                                  | TigerlakeOpenBoardPkg        | TigerlakeURvp      |  *Note: RVP = Reference and Validation Platform* -- 
2.24.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#72145): https://edk2.groups.io/g/devel/message/72145
Mute This Topic: https://groups.io/mt/80868096/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH] Fix wrong information of TigerLake in Readme.md
Posted by Nate DeSimone 3 years, 1 month ago
Pushed: https://github.com/tianocore/edk2-platforms/commit/de806bdb

> -----Original Message-----
> From: Luo, Heng <heng.luo@intel.com>
> Sent: Tuesday, February 23, 2021 6:05 PM
> To: devel@edk2.groups.io
> Cc: Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Desimone,
> Nathaniel L <nathaniel.l.desimone@intel.com>
> Subject: [PATCH] Fix wrong information of TigerLake in Readme.md
> 
> Machine Name of TigerLake is TGL-U DDR4 RVP but no TGL-U LPDDR4 RVP
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3175
> 
> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: Heng Luo <heng.luo@intel.com>
> ---
>  Platform/Intel/Readme.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index
> b3b15405af..41d39c8582 100644
> --- a/Platform/Intel/Readme.md
> +++ b/Platform/Intel/Readme.md
> @@ -76,7 +76,7 @@ A UEFI firmware implementation using MinPlatformPkg
> is constructed using the fol
>  | RVP 3                                 | SkyLake, KabyLake, KabyLake Refresh        |
> KabylakeOpenBoardPkg         | KabylakeRvp3       | | WHL-U DDR4 RVP
> | WhiskeyLake                                | WhiskeylakeOpenBoardPkg      |
> WhiskeylakeURvp    | | CML-U LPDDR3 RVP                      | CometLake V1
> | CometlakeOpenBoardPkg        | CometlakeURvp      |-| TGL-U LPDDR4 RVP
> | TigerLake                                  | TigerlakeOpenBoardPkg        | TigerlakeURvp
> |+| TGL-U DDR4 RVP                        | TigerLake                                  |
> TigerlakeOpenBoardPkg        | TigerlakeURvp      |  *Note: RVP = Reference
> and Validation Platform* --
> 2.24.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#72169): https://edk2.groups.io/g/devel/message/72169
Mute This Topic: https://groups.io/mt/80868096/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH] Fix wrong information of TigerLake in Readme.md
Posted by Nate DeSimone 3 years, 1 month ago
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

> -----Original Message-----
> From: Luo, Heng <heng.luo@intel.com>
> Sent: Tuesday, February 23, 2021 6:05 PM
> To: devel@edk2.groups.io
> Cc: Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Desimone,
> Nathaniel L <nathaniel.l.desimone@intel.com>
> Subject: [PATCH] Fix wrong information of TigerLake in Readme.md
> 
> Machine Name of TigerLake is TGL-U DDR4 RVP but no TGL-U LPDDR4 RVP
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3175
> 
> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: Heng Luo <heng.luo@intel.com>
> ---
>  Platform/Intel/Readme.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index
> b3b15405af..41d39c8582 100644
> --- a/Platform/Intel/Readme.md
> +++ b/Platform/Intel/Readme.md
> @@ -76,7 +76,7 @@ A UEFI firmware implementation using MinPlatformPkg
> is constructed using the fol
>  | RVP 3                                 | SkyLake, KabyLake, KabyLake Refresh        |
> KabylakeOpenBoardPkg         | KabylakeRvp3       | | WHL-U DDR4 RVP
> | WhiskeyLake                                | WhiskeylakeOpenBoardPkg      |
> WhiskeylakeURvp    | | CML-U LPDDR3 RVP                      | CometLake V1
> | CometlakeOpenBoardPkg        | CometlakeURvp      |-| TGL-U LPDDR4 RVP
> | TigerLake                                  | TigerlakeOpenBoardPkg        | TigerlakeURvp
> |+| TGL-U DDR4 RVP                        | TigerLake                                  |
> TigerlakeOpenBoardPkg        | TigerlakeURvp      |  *Note: RVP = Reference
> and Validation Platform* --
> 2.24.0.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#72140): https://edk2.groups.io/g/devel/message/72140
Mute This Topic: https://groups.io/mt/80868096/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-