Re: [edk2-devel] [PATCH] RedfishPkg: Add more information to Readme.md

2021-10-30 Thread Nickle Wang
Reviewed-by: Nickle Wang Thanks, Nickle From: Chang, Abner (HPS SW/FW Technologist) Sent: Saturday, October 30, 2021 11:23 To: devel@edk2.groups.io Cc: Chang, Abner (HPS SW/FW Technologist) ; Wang, Nickle (HPS SW) ; Liming Gao Subject: [PATCH] RedfishPkg: Add

[edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc

2021-10-30 Thread Jayaprakash, N
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to update references to py 2.7.10 in StdLib/Readme.txt and StdLibPrivateInternalFiles/ReadMe.txt documents to py3.6.8. Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- StdLib/ReadMe.txt

[edk2-devel] [edk2-libc Patch v3 4/5] AppPkg/Applications/Python: to remove py2.7.10 references from edk2-libc

2021-10-30 Thread Jayaprakash, N
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove the document references to py 2.7.10 UEFI port. Py2.7.10 is no more supported as it has reached EOL starting from 1st Jan 2020. You may use the version py 3.6.8 available for uefi shell from edk2-libc. Cc: Rebecca

[edk2-devel] [edk2-libc Patch v3 2/5] AppPkg/Applications/Python: to remove document references to py2.7.2

2021-10-30 Thread Jayaprakash, N
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove references to the py 2.7.2 UEFI port in all documents from edk2-libc repo. This python interpreter is no more supported on UEFI shell due to availability of py 3.6.8 on UEFI. Cc: Rebecca Cran Cc: Michael D Kinney

[edk2-devel] Adding another platform language

2021-10-30 Thread Konstantin Aladyshev
Hello! I was investigating the possibility of adding localization strings at runtime. Is it possible to create another translation language at runtime (UEFI Shell)? >From my understanding OVMF gets the list of supported languages from the `PlatformLangCodes` variable. So I've decided to create an

[edk2-devel] Ways to add a string package of different language at runtime

2021-10-30 Thread Konstantin Aladyshev
Hello! I was investigating the possibility of adding localization strings at runtime. I've noticed that https://github.com/tianocore/edk2/blob/master/OvmfPkg/PlatformDxe/Platform.uni has strings only for the `en-US` language. So I've decided to use it as an example, and create an application that

Re: [edk2-devel] [PATCH 2/2] OvmfPkg: Switch timer in build time for OvmfPkg

2021-10-30 Thread Min Xu
On October 29, 2021 7:37 PM, Gerd Hoffmann wrote: > > --- a/OvmfPkg/AmdSev/AmdSevX64.dsc > > +++ b/OvmfPkg/AmdSev/AmdSevX64.dsc > > @@ -670,10 +670,9 @@ > >} > > > >MdeModulePkg/Universal/EbcDxe/EbcDxe.inf > > - OvmfPkg/8259InterruptControllerDxe/8259.inf > >