Re: [edk2-devel] [edk2-platforms PATCH 1/1] Readme.md: Refer users to the Arm GNU-A Downloads page for toolchains

2021-05-30 Thread Thomas Abraham
On 5/29/21 12:00 AM, Rebecca Cran wrote: > Arm now provides the latest gcc toolchains for aarch64 and arm: the > Linaro page that was linked to no longer exists. > > Signed-off-by: Rebecca Cran > --- > Readme.md | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Reviewed-by: Thomas A

Re: [edk2-devel] [Edk2-platforms][PATCH] Tools/Fsp: Replace PYTHON_HOME with sys.executable

2021-05-30 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Chen, Christine Sent: Monday, May 31, 2021 11:08 AM To: devel@edk2.groups.io Cc: Liang, MingyueX ; Feng, Bob C ; Liming Gao Subject: [Edk2-platforms][PATCH] Tools/Fsp: Replace PYTHON_HOME with sys.executable From: Mingyue Liang Curren

Re: [edk2-devel] [PATCH v2] IntelFsp2WrapperPkg: Remove microcode related PCDs

2021-05-30 Thread Chiu, Chasel
Patch pushed: fe5da0927aad98f3c005088197fa30c1b8f9d3e8 > -Original Message- > From: Lou, Yun > Sent: Thursday, April 15, 2021 2:49 PM > To: devel@edk2.groups.io > Cc: Lou, Yun ; Chiu, Chasel ; > Desimone, Nathaniel L ; Zeng, Star > ; Ni, Ray > Subject: [PATCH v2] IntelFsp2WrapperPkg:

Re: [edk2-devel] [PATCH v4] MinPlatformPkg: Rebase fail when python tools path exist whitespace exist whitespace REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3412

2021-05-30 Thread Chiu, Chasel
Patch has pushed: 86984c17d562fc60a6dabbc3a479d79163656a0c > -Original Message- > From: Kuo, IanX > Sent: Monday, May 24, 2021 6:49 AM > To: devel@edk2.groups.io > Cc: Kuo, IanX ; Chiu, Chasel ; > Desimone, Nathaniel L > Subject: [PATCH v4] MinPlatformPkg: Rebase fail when python tools

回复: [edk2-devel] [PATCH 1/4] BaseTools: Create CLANGDWARF toolchain

2021-05-30 Thread gaoliming
Ray: If the tool chain generates ELF image, its ELF image can be converted to EFI image by Edk2 GenFw tool. Then, this tool chain can be used for EFI development. So, I propose to make CLANGDWARF tool chain generate ELF image and EFI image both. It can support the usage of ELF image generat

Re: [edk2-devel] [PATCH EDK2 v1 1/1] MdeModulePkg/Xhci: Fix TRT when data length is 0

2021-05-30 Thread Wu, Hao A
> -Original Message- > From: devel@edk2.groups.io On Behalf Of > wenyi,xie via groups.io > Sent: Monday, May 31, 2021 11:18 AM > To: Wu, Hao A ; devel@edk2.groups.io; Wang, Jian J > ; Ni, Ray > Cc: songdongku...@huawei.com > Subject: Re: [edk2-devel] [PATCH EDK2 v1 1/1] MdeModulePkg/Xhci:

Re: [edk2-devel] [PATCH EDK2 v1 1/1] MdeModulePkg/Xhci: Fix TRT when data length is 0

2021-05-30 Thread wenyi,xie via groups.io
On 2021/5/31 9:44, Wu, Hao A wrote: >> -Original Message- >> From: Wenyi Xie >> Sent: Thursday, May 27, 2021 8:04 PM >> To: devel@edk2.groups.io; Wang, Jian J ; Wu, Hao A >> ; Ni, Ray >> Cc: songdongku...@huawei.com; xiewen...@huawei.com >> Subject: [PATCH EDK2 v1 1/1] MdeModulePkg/Xhc

[edk2-devel] [Edk2-platforms][PATCH] Tools/Fsp: Replace PYTHON_HOME with sys.executable

2021-05-30 Thread Yuwei Chen
From: Mingyue Liang Currently script Python interpreter is inconsistent with the interpreter specified by Python home. This patch is to change pythonhome to sys.executable. Signed-off-by: MingYue Liang Cc: Yuwei Chen Cc: Bob Feng Cc: Liming Gao --- .../Tools/Fsp/RebaseAndPatchFspBinBaseA

Re: [edk2-devel] [PATCH EDK2 v1 1/1] MdeModulePkg/Xhci: Fix TRT when data length is 0

2021-05-30 Thread Wu, Hao A
> -Original Message- > From: Wenyi Xie > Sent: Thursday, May 27, 2021 8:04 PM > To: devel@edk2.groups.io; Wang, Jian J ; Wu, Hao A > ; Ni, Ray > Cc: songdongku...@huawei.com; xiewen...@huawei.com > Subject: [PATCH EDK2 v1 1/1] MdeModulePkg/Xhci: Fix TRT when data length > is 0 > > REF: h