public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language to English
@ 2020-07-18 23:04 Samer El-Haj-Mahmoud
  2020-07-18 23:04 ` [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported " Samer El-Haj-Mahmoud
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Samer El-Haj-Mahmoud @ 2020-07-18 23:04 UTC (permalink / raw)
  To: devel; +Cc: Leif Lindholm, Pete Batard, Andrei Warkentin, Ard Biesheuvel

Set the RaspberryPi suppoted Platform Language to English (US).

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Pete Batard <pete@akeo.ie>
Cc: Andrei Warkentin <awarkentin@vmware.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>

Samer El-Haj-Mahmoud (2):
  Platforms/RaspberryPi: Set RPi4 Language supported to English
  Platforms/RaspberryPi: Set RPi3 Language supported to English

 Platform/RaspberryPi/RPi3/RPi3.dsc | 5 ++++-
 Platform/RaspberryPi/RPi4/RPi4.dsc | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
2.17.1


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

* [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported to English
  2020-07-18 23:04 [edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language to English Samer El-Haj-Mahmoud
@ 2020-07-18 23:04 ` Samer El-Haj-Mahmoud
  2020-07-20 12:08   ` Pete Batard
  2020-07-18 23:04 ` [edk2-platform][PATCH v1 2/2] Platforms/RaspberryPi: Set RPi3 " Samer El-Haj-Mahmoud
  2020-08-13 13:55 ` [edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language " Ard Biesheuvel
  2 siblings, 1 reply; 7+ messages in thread
From: Samer El-Haj-Mahmoud @ 2020-07-18 23:04 UTC (permalink / raw)
  To: devel; +Cc: Leif Lindholm, Pete Batard, Andrei Warkentin, Ard Biesheuvel

Set the supported RPi4 platform language to English (US),
and remove French.

This fixes https://github.com/pftf/RPi4/issues/35

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Pete Batard <pete@akeo.ie>
Cc: Andrei Warkentin <awarkentin@vmware.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>
---
 Platform/RaspberryPi/RPi4/RPi4.dsc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
index c481c3534263..68c0e670648f 100644
--- a/Platform/RaspberryPi/RPi4/RPi4.dsc
+++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
@@ -1,6 +1,6 @@
 # @file
 #
-#  Copyright (c) 2011 - 2019, ARM Limited. All rights reserved.
+#  Copyright (c) 2011 - 2020, ARM Limited. All rights reserved.
 #  Copyright (c) 2017 - 2018, Andrei Warkentin <andrey.warkentin@gmail.com>
 #  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
 #  Copyright (c) 2014, Linaro Limited. All rights reserved.
@@ -352,6 +352,9 @@ [PcdsFixedAtBuild.common]
 
   gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
 
+  # Default platform supported RFC 4646 languages: (American) English
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en-US"
+
 [LibraryClasses.common]
   ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
   ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
-- 
2.17.1


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

* [edk2-platform][PATCH v1 2/2] Platforms/RaspberryPi: Set RPi3 Language supported to English
  2020-07-18 23:04 [edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language to English Samer El-Haj-Mahmoud
  2020-07-18 23:04 ` [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported " Samer El-Haj-Mahmoud
@ 2020-07-18 23:04 ` Samer El-Haj-Mahmoud
  2020-07-20 12:08   ` Pete Batard
  2020-08-13 13:55 ` [edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language " Ard Biesheuvel
  2 siblings, 1 reply; 7+ messages in thread
From: Samer El-Haj-Mahmoud @ 2020-07-18 23:04 UTC (permalink / raw)
  To: devel; +Cc: Leif Lindholm, Pete Batard, Andrei Warkentin, Ard Biesheuvel

Set the supported RPi3 platform language to English (US),
and remove French.

This fixes https://github.com/pftf/RPi4/issues/35

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Pete Batard <pete@akeo.ie>
Cc: Andrei Warkentin <awarkentin@vmware.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>
---
 Platform/RaspberryPi/RPi3/RPi3.dsc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc
index e448bbc66156..0998d8366ca9 100644
--- a/Platform/RaspberryPi/RPi3/RPi3.dsc
+++ b/Platform/RaspberryPi/RPi3/RPi3.dsc
@@ -1,6 +1,6 @@
 # @file
 #
-#  Copyright (c) 2011 - 2019, ARM Limited. All rights reserved.
+#  Copyright (c) 2011 - 2020, ARM Limited. All rights reserved.
 #  Copyright (c) 2014, Linaro Limited. All rights reserved.
 #  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
 #  Copyright (c) 2017 - 2018, Andrei Warkentin <andrey.warkentin@gmail.com>
@@ -344,6 +344,9 @@ [PcdsFixedAtBuild.common]
 
   gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
 
+  # Default platform supported RFC 4646 languages: (American) English
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en-US"
+
   gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x40000000
   gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
   gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x1
-- 
2.17.1


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

* Re: [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported to English
  2020-07-18 23:04 ` [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported " Samer El-Haj-Mahmoud
@ 2020-07-20 12:08   ` Pete Batard
  2020-07-20 13:42     ` Andrei Warkentin
  0 siblings, 1 reply; 7+ messages in thread
From: Pete Batard @ 2020-07-20 12:08 UTC (permalink / raw)
  To: Samer El-Haj-Mahmoud, devel
  Cc: Leif Lindholm, Andrei Warkentin, Ard Biesheuvel

On 2020.07.19 00:04, Samer El-Haj-Mahmoud wrote:
> Set the supported RPi4 platform language to English (US),
> and remove French.
> 
> This fixes https://github.com/pftf/RPi4/issues/35
> 
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Pete Batard <pete@akeo.ie>
> Cc: Andrei Warkentin <awarkentin@vmware.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>
> ---
>   Platform/RaspberryPi/RPi4/RPi4.dsc | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
> index c481c3534263..68c0e670648f 100644
> --- a/Platform/RaspberryPi/RPi4/RPi4.dsc
> +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
> @@ -1,6 +1,6 @@
>   # @file
>   #
> -#  Copyright (c) 2011 - 2019, ARM Limited. All rights reserved.
> +#  Copyright (c) 2011 - 2020, ARM Limited. All rights reserved.
>   #  Copyright (c) 2017 - 2018, Andrei Warkentin <andrey.warkentin@gmail.com>
>   #  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
>   #  Copyright (c) 2014, Linaro Limited. All rights reserved.
> @@ -352,6 +352,9 @@ [PcdsFixedAtBuild.common]
>   
>     gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
>   
> +  # Default platform supported RFC 4646 languages: (American) English
> +  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en-US"
> +
>   [LibraryClasses.common]
>     ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
>     ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
> 

Reviewed-by: Pete Batard <pete@akeo.ie>

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

* Re: [edk2-platform][PATCH v1 2/2] Platforms/RaspberryPi: Set RPi3 Language supported to English
  2020-07-18 23:04 ` [edk2-platform][PATCH v1 2/2] Platforms/RaspberryPi: Set RPi3 " Samer El-Haj-Mahmoud
@ 2020-07-20 12:08   ` Pete Batard
  0 siblings, 0 replies; 7+ messages in thread
From: Pete Batard @ 2020-07-20 12:08 UTC (permalink / raw)
  To: Samer El-Haj-Mahmoud, devel
  Cc: Leif Lindholm, Andrei Warkentin, Ard Biesheuvel

On 2020.07.19 00:04, Samer El-Haj-Mahmoud wrote:
> Set the supported RPi3 platform language to English (US),
> and remove French.
> 
> This fixes https://github.com/pftf/RPi4/issues/35
> 
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Pete Batard <pete@akeo.ie>
> Cc: Andrei Warkentin <awarkentin@vmware.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>
> ---
>   Platform/RaspberryPi/RPi3/RPi3.dsc | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc
> index e448bbc66156..0998d8366ca9 100644
> --- a/Platform/RaspberryPi/RPi3/RPi3.dsc
> +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc
> @@ -1,6 +1,6 @@
>   # @file
>   #
> -#  Copyright (c) 2011 - 2019, ARM Limited. All rights reserved.
> +#  Copyright (c) 2011 - 2020, ARM Limited. All rights reserved.
>   #  Copyright (c) 2014, Linaro Limited. All rights reserved.
>   #  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
>   #  Copyright (c) 2017 - 2018, Andrei Warkentin <andrey.warkentin@gmail.com>
> @@ -344,6 +344,9 @@ [PcdsFixedAtBuild.common]
>   
>     gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
>   
> +  # Default platform supported RFC 4646 languages: (American) English
> +  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en-US"
> +
>     gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x40000000
>     gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
>     gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x1
> 


Reviewed-by: Pete Batard <pete@akeo.ie>

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

* Re: [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported to English
  2020-07-20 12:08   ` Pete Batard
@ 2020-07-20 13:42     ` Andrei Warkentin
  0 siblings, 0 replies; 7+ messages in thread
From: Andrei Warkentin @ 2020-07-20 13:42 UTC (permalink / raw)
  To: Pete Batard, Samer El-Haj-Mahmoud, devel@edk2.groups.io
  Cc: Leif Lindholm, Ard Biesheuvel

[-- Attachment #1: Type: text/plain, Size: 2402 bytes --]

Reviewed-by: Andrei Warkentin <awarkentin@vmware.com>

A
________________________________
From: Pete Batard <pete@akeo.ie>
Sent: Monday, July 20, 2020 7:08 AM
To: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>; devel@edk2.groups.io <devel@edk2.groups.io>
Cc: Leif Lindholm <leif@nuviainc.com>; Andrei Warkentin <awarkentin@vmware.com>; Ard Biesheuvel <ard.biesheuvel@arm.com>
Subject: Re: [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported to English

On 2020.07.19 00:04, Samer El-Haj-Mahmoud wrote:
> Set the supported RPi4 platform language to English (US),
> and remove French.
>
> This fixes https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpftf%2FRPi4%2Fissues%2F35&amp;data=02%7C01%7Cawarkentin%40vmware.com%7Cb4f1633a5be240abb30508d82ca599f5%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637308437048337633&amp;sdata=%2BsazEjNWrQkdIvdtPAvzCdCPpYtSaWNuOYzHIaGGdeg%3D&amp;reserved=0
>
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Pete Batard <pete@akeo.ie>
> Cc: Andrei Warkentin <awarkentin@vmware.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>
> ---
>   Platform/RaspberryPi/RPi4/RPi4.dsc | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
> index c481c3534263..68c0e670648f 100644
> --- a/Platform/RaspberryPi/RPi4/RPi4.dsc
> +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
> @@ -1,6 +1,6 @@
>   # @file
>   #
> -#  Copyright (c) 2011 - 2019, ARM Limited. All rights reserved.
> +#  Copyright (c) 2011 - 2020, ARM Limited. All rights reserved.
>   #  Copyright (c) 2017 - 2018, Andrei Warkentin <andrey.warkentin@gmail.com>
>   #  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
>   #  Copyright (c) 2014, Linaro Limited. All rights reserved.
> @@ -352,6 +352,9 @@ [PcdsFixedAtBuild.common]
>
>     gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
>
> +  # Default platform supported RFC 4646 languages: (American) English
> +  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en-US"
> +
>   [LibraryClasses.common]
>     ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
>     ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
>

Reviewed-by: Pete Batard <pete@akeo.ie>

[-- Attachment #2: Type: text/html, Size: 4284 bytes --]

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

* Re: [edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language to English
  2020-07-18 23:04 [edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language to English Samer El-Haj-Mahmoud
  2020-07-18 23:04 ` [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported " Samer El-Haj-Mahmoud
  2020-07-18 23:04 ` [edk2-platform][PATCH v1 2/2] Platforms/RaspberryPi: Set RPi3 " Samer El-Haj-Mahmoud
@ 2020-08-13 13:55 ` Ard Biesheuvel
  2 siblings, 0 replies; 7+ messages in thread
From: Ard Biesheuvel @ 2020-08-13 13:55 UTC (permalink / raw)
  To: Samer El-Haj-Mahmoud, devel; +Cc: Leif Lindholm, Pete Batard, Andrei Warkentin

On 7/19/20 1:04 AM, Samer El-Haj-Mahmoud wrote:
> Set the RaspberryPi suppoted Platform Language to English (US).
> 
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Pete Batard <pete@akeo.ie>
> Cc: Andrei Warkentin <awarkentin@vmware.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>
> 
> Samer El-Haj-Mahmoud (2):
>    Platforms/RaspberryPi: Set RPi4 Language supported to English
>    Platforms/RaspberryPi: Set RPi3 Language supported to English
> 

Thanks

Pushed as 602a7ea1ab6d..cec6bb18ae97

>   Platform/RaspberryPi/RPi3/RPi3.dsc | 5 ++++-
>   Platform/RaspberryPi/RPi4/RPi4.dsc | 5 ++++-
>   2 files changed, 8 insertions(+), 2 deletions(-)
> 


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

end of thread, other threads:[~2020-08-13 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-18 23:04 [edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language to English Samer El-Haj-Mahmoud
2020-07-18 23:04 ` [edk2-platform][PATCH v1 1/2] Platforms/RaspberryPi: Set RPi4 Language supported " Samer El-Haj-Mahmoud
2020-07-20 12:08   ` Pete Batard
2020-07-20 13:42     ` Andrei Warkentin
2020-07-18 23:04 ` [edk2-platform][PATCH v1 2/2] Platforms/RaspberryPi: Set RPi3 " Samer El-Haj-Mahmoud
2020-07-20 12:08   ` Pete Batard
2020-08-13 13:55 ` [edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language " Ard Biesheuvel

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