[edk2-devel] [PATCH v2 2/2] BaseTools: Switch to downloading the AARCH64 compiler from Arm's site

2021-08-29 Thread Rebecca Cran
Linaro no longer do gcc releases - they're done by Arm now. Update gcc_aarch64_linux_ext_dep.yaml to fetch the latest AARCH64 gcc release (10.3-2021.07) from their site and fix LinuxGcc5ToolChain.py with the new GCC_AARCH64_PREFIX. Signed-off-by: Rebecca Cran ---

[edk2-devel] [PATCH v2 1/2] BaseTools: Switch to downloading the ARM compiler from Arm's site

2021-08-29 Thread Rebecca Cran
Linaro no longer do gcc releases - they're done by Arm now. Update gcc_arm_linux_ext_dep.yaml to fetch the latest ARM gcc release (10.3-2021.07) from their site and fix LinuxGcc5ToolChain.py with the new GCC_ARM_PREFIX. Signed-off-by: Rebecca Cran --- BaseTools/Bin/gcc_arm_linux_ext_dep.yaml

[edk2-devel] [PATCH v2 0/2] BaseTools: Switch to downloading the ARM/AARCH64 compiler from Arm's site

2021-08-29 Thread Rebecca Cran
Linaro no longer do gcc releases - Arm creates them now. Update the gcc_[arm,aarch64]_linux_ext_dep.yaml files in BaseTools/Bin to switch from Linaro's old release to the latest gcc 10.3-2021.07 release from Arm and fix LinuxGcc5ToolChain.py with the new gcc prefix. Rebecca Cran (2):

Re: [edk2-devel] [PATCH v1 0/2] MdeModulePkg:Increase Nvme capacity display

2021-08-29 Thread Wu, Hao A
Series pushed via: PR - https://github.com/tianocore/edk2/pull/1930 Commit: https://github.com/tianocore/edk2/commit/443300be467d75efa749463e4f2e591cb3e25729 https://github.com/tianocore/edk2/commit/0f11537548e4500f11487c13f24d79c9f6b6499b Best Regards, Hao Wu > -Original Message- >

回复: [edk2-devel] [PATCH 2/2] .azurepipelines: Add UefiPayloadPkg in gate-build-job.yml and CISetting.py

2021-08-29 Thread gaoliming
Dun: I don't see the issues to enable UefiPayloadPkg in CI. Have you created the private PR to verify this change? Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 duntan > 发送时间: 2021年8月24日 17:24 > 收件人: devel@edk2.groups.io > 抄送: Sean Brogan ; Bret Barkelew > ; Kinney, Michael D

回复: [edk2-devel] [PATCH v5 0/7] add support for virtio-mmio 1.0

2021-08-29 Thread gaoliming
Gerd: This is a new feature. Can you submit BZ (https://bugzilla.tianocore.org/ ) for it? Then, I can add it to edk2 feature list. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Yao, Jiewen > 发送时间: 2021年8月30日 9:22 > 收件人: Gerd Hoffmann ; devel@edk2.groups.io > 抄送: Ard

Re: [edk2-devel] [PATCH v3 0/4] Fix OvmfXen boot failure due to s3 support state

2021-08-29 Thread Lin, Gary (HPS OE-Linux)
On Fri, Aug 27, 2021 at 03:16:43PM +0200, Ard Biesheuvel wrote: > On Tue, 24 Aug 2021 at 19:21, Jim Fehlig wrote: > > > > On 8/23/21 1:09 AM, Gary Lin wrote: > > > When using HVM Direct kernel boot with OvmfXen, it could fail at the > > > S3BootScript due to the inconsistency between

Re: [edk2-devel] [PATCH] MdeModulePkg: Add BootDiscoveryPolicyOld variable.

2021-08-29 Thread Wu, Hao A
Pushed via: PR - https://github.com/tianocore/edk2/pull/1929 Commit - https://github.com/tianocore/edk2/commit/dc995ce9069b683d55fdb8d51235cb5920db8041 Best Regards, Hao Wu > -Original Message- > From: devel@edk2.groups.io On Behalf Of Wu, Hao > A > Sent: Friday, August 20, 2021 1:24

[edk2-devel] [PATCH V5 2/2] OvmfPkg/ResetVector: Enable Intel TDX in ResetVector of Ovmf

2021-08-29 Thread Min Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology that extends Virtual Machines Extensions (VMX) and Multi-Key Total Memory Encryption (MKTME) with a new kind of virutal machines guest called a Trust Domain (TD). A

[edk2-devel] [PATCH V5 1/2] OvmfPkg: Introduce Tdx BFV/CFV PCDs and PcdOvmfImageSizeInKb

2021-08-29 Thread Min Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 Tdx Virtual Firmware (TDVF) includes one Firmware Volume (FV) known as the Boot Firmware Volume (BFV). The FV format is defined in the UEFI Platform Initialization (PI) spec. BFV includes all TDVF components required during boot. TDVF also

[edk2-devel] [PATCH V5 0/2] Add Intel TDX support in OvmfPkg/ResetVector

2021-08-29 Thread Min Xu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology that extends Virtual Machines Extensions (VMX) and Multi-Key Total Memory Encryption (MKTME) with a new kind of virutal machines guest called a Trust Domain (TD). A

Re: [edk2-devel] [PATCH 1/1] MdeModulePkg/EbcDxe: Mitigate memcpy intrinsics

2021-08-29 Thread Wu, Hao A
Pushed via: PR - https://github.com/tianocore/edk2/pull/1928 Commit - https://github.com/tianocore/edk2/commit/b04453d36bd87735aadd29adbefce8d147f18a35 Best Regards, Hao Wu > -Original Message- > From: devel@edk2.groups.io On Behalf Of Wu, Hao > A > Sent: Friday, August 20, 2021 1:15

Re: [edk2-devel] 回复: [PATCH] Maintainers.txt: Update maintainer/reviewer roles in MdeModulePkg

2021-08-29 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io On Behalf Of > gaoliming > Sent: Monday, August 30, 2021 9:02 AM > To: Wu, Hao A ; devel@edk2.groups.io > Cc: Wang, Jian J ; Jiang, Guomin > ; Ni, Ray ; Gao, Zhichao > > Subject: [edk2-devel]

Re: [edk2-devel] [PATCH v5 0/7] add support for virtio-mmio 1.0

2021-08-29 Thread Yao, Jiewen
Pushed 94e465e5cbb65c47d9e98f5c4c61f3a5e008ee5d..77d5fa80246e8784f89e109ff9dadfeb7089ff85 PR: https://github.com/tianocore/edk2/pull/1926 > -Original Message- > From: Gerd Hoffmann > Sent: Friday, August 27, 2021 9:45 PM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Gerd Hoffmann > ;

Re: [edk2-devel] [PATCH v5 0/7] add support for virtio-mmio 1.0

2021-08-29 Thread Yao, Jiewen
Series: reviewed-by: Jiewen Yao > -Original Message- > From: Gerd Hoffmann > Sent: Friday, August 27, 2021 9:45 PM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Gerd Hoffmann > ; Ard Biesheuvel ; Justen, > Jordan L > Subject: [PATCH v5 0/7] add support for virtio-mmio 1.0 > > This

[edk2-devel] 回复: [PATCH] Maintainers.txt: Update maintainer/reviewer roles in MdeModulePkg

2021-08-29 Thread gaoliming
Reviewed-by: Liming Gao > -邮件原件- > 发件人: Hao A Wu > 发送时间: 2021年8月27日 16:02 > 收件人: devel@edk2.groups.io > 抄送: Hao A Wu ; Jian J Wang > ; Liming Gao ; Guomin > Jiang ; Ray Ni ; Zhichao Gao > > 主题: [PATCH] Maintainers.txt: Update maintainer/reviewer roles in > MdeModulePkg > > Remove Hao

Re: [edk2-devel] [edk2-platforms] [PATCH V1] TigerlakeOpenBoardPkg: Remove inaccurate comment

2021-08-29 Thread Heng Luo
Reviewed-by: Heng Luo > -Original Message- > From: Desimone, Nathaniel L > Sent: Sunday, August 29, 2021 9:19 AM > To: devel@edk2.groups.io > Cc: Chaganty, Rangasai V ; Luo, Heng > > Subject: [edk2-platforms] [PATCH V1] TigerlakeOpenBoardPkg: Remove > inaccurate comment > > A comment

Re: [edk2-devel] [edk2-platforms] [PATCH V1] TigerlakeOpenBoardPkg: Remove inaccurate comment

2021-08-29 Thread Chaganty, Rangasai V
Reviewed-by: Sai Chaganty -Original Message- From: Desimone, Nathaniel L Sent: Saturday, August 28, 2021 6:19 PM To: devel@edk2.groups.io Cc: Chaganty, Rangasai V ; Luo, Heng Subject: [edk2-platforms] [PATCH V1] TigerlakeOpenBoardPkg: Remove inaccurate comment A comment in