Reviewed-by: Andrei Warkentin A ________________________________ From: Pete Batard Sent: Monday, July 20, 2020 7:08 AM To: Samer El-Haj-Mahmoud ; devel@edk2.groups.io Cc: Leif Lindholm ; Andrei Warkentin ; Ard Biesheuvel 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&data=02%7C01%7Cawarkentin%40vmware.com%7Cb4f1633a5be240abb30508d82ca599f5%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637308437048337633&sdata=%2BsazEjNWrQkdIvdtPAvzCdCPpYtSaWNuOYzHIaGGdeg%3D&reserved=0 > > Cc: Leif Lindholm > Cc: Pete Batard > Cc: Andrei Warkentin > Cc: Ard Biesheuvel > Signed-off-by: Samer El-Haj-Mahmoud > --- > 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 > # 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