Re: [edk2-devel] [PATCH 13/13] OvmfPkg/BaseMemEncryptSevLib: remove Flush parameter

2021-05-13 Thread Laszlo Ersek
On 05/11/21 19:45, Brijesh Singh wrote: > TheĀ  internal function is used for clearing the mask for both system RAM > as well as Mmio, so we need a way to tell the internal function that > call is for the Mmio range. I thought making all the changes in a single > file makes sense but I see it can g

Re: [edk2-devel] [PATCH 13/13] OvmfPkg/BaseMemEncryptSevLib: remove Flush parameter

2021-05-13 Thread Laszlo Ersek
On 05/12/21 18:35, Brijesh Singh wrote: > > On 5/11/21 12:45 PM, Brijesh Singh wrote: >> 1) Drop the cache flush param from high level >> MemEncryptSev{Set,Clear}PageEncMask and don't touch anything in the >> SetMemoryEncDec() >> >> 2) Rename the Flush parameter to Mmio in the SetMemoryEncDec() >

Re: [edk2-devel] [PATCH 06/13] MdePkg/Register/Amd: define GHCB macros for SNP AP creation

2021-05-13 Thread Laszlo Ersek
On 05/11/21 17:43, Tom Lendacky wrote: > On 5/11/21 4:59 AM, Laszlo Ersek wrote: >> On 05/07/21 22:38, Brijesh Singh wrote: >>> From: Tom Lendacky >>> >>> BZ: >>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.tianocore.org%2Fshow_bug.cgi%3Fid%3D3275&data=04%7C01%7Ctho

[edk2-devel] [PATCH] UefiCpuPkg/CpuExceptionHandler: Add missing comma to exception name array

2021-05-13 Thread Lendacky, Thomas
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3373 An update to expand the mExceptionNameStr array failed to add a comma after original last entry, therefore causing the #CP name to have extra incorrect characters and the remaining entries to be indexed incorrectly (off by 1). Add a comma af

[edk2-devel] Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, 14 May 2021 #cal-cancelled

2021-05-13 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCELLED CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:Asia/Shanghai LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai X-LIC-LOCATION:Asia/Shanghai BEGIN:STANDARD TZNAME:CST TZOFFSETFROM

[edk2-devel] [edk2-platforms PATCH] Platform/ARM: Update Readme.md

2021-05-13 Thread Rebecca Cran
The repo with the Visual Studio support no longer exists. fiptool from the prebuilt_tools repo doesn't work due to a missing dependency on libcrypto.so.1.0.0, so tell users to build it from the trusted-firmware-a repo instead. There's a newer version of fvp-uefi.zip that was released in 2020. Sign

Re: [edk2-devel] [edk2-platforms][PATCH v1 00/35] Consolidate SpiFlashCommonLib instances

2021-05-13 Thread Nate DeSimone
Hi Michael, You patch series does not apply to edk2-platforms master branch. I tried both today's tip and a snapshot from Apr. 15 and I could not get your series to apply at either point in history. Based on some of the SHA data I see in the series I suspect you didn't have the parent of this p

Re: [edk2-devel] [edk2-platforms] [PATCH v1] MinPlatformPkg: Add missing macro for LargeVariableLib

2021-05-13 Thread Nate DeSimone
Pushed: https://github.com/tianocore/edk2-platforms/commit/65f5eda -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Thursday, April 15, 2021 7:47 PM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Liming Gao ; Dong, Eric ; Michael Kubacki ; Oram, Isaac W Subje

[edk2-devel] Soft Feature Freeze will start on 2021-05-17 for edk2-stable202105

2021-05-13 Thread gaoliming
Hi, all We will enter into Soft Feature Freeze phase on 2021-05-17. In this phase, the feature under review will not be allowed to be pushed. The feature passed review can still be merged. Now, most planning features have been merged. If the feature plans to catch this stable tag, please m

Re: [edk2-devel] [PATCH v3 1/1] CryptoPkg: BaseCryptLib: Add RSA PSS verify support

2021-05-13 Thread Wang, Jian J
Pushed at 22ac5cc9d9db34056f7c97e994fd9def683ebb2e Regards, Jian > -Original Message- > From: Yao, Jiewen > Sent: Wednesday, May 05, 2021 10:09 AM > To: Agrawal, Sachin ; devel@edk2.groups.io > Cc: Wang, Jian J ; Lu, XiaoyuX ; > Jiang, Guomin > Subject: RE: [PATCH v3 1/1] CryptoPkg: Bas

[edk2-devel] [PATCH v1 1/1] BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 toolchain

2021-05-13 Thread Daniel Schaefer
Some/all platforms are going to require EDK2 to build a device tree and use it in the early stages of boot. Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Cc: Abner Chang Signed-off-by: Daniel Schaefer --- BaseTools/Conf/tools_def.template | 1 + 1 file changed, 1 insertion(+) diff --git a/Base

[edk2-devel] [PATCH 1/1] BaseTools/Brotli: Fix compressed data loss issue

2021-05-13 Thread Yuwei Chen
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2946 Currenly, when using the Brotli tool to compress data, the output compressed binary file does not record complete compressed data when size of input file is too large, which makes the data loss and will trigger decompress-check issue. The B

Re: [edk2-devel] [PATCH v1 1/1] BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 toolchain

2021-05-13 Thread Abner Chang
Reviewed-by: Abner Chang > -Original Message- > From: Schaefer, Daniel > Sent: Friday, May 14, 2021 2:03 PM > To: devel@edk2.groups.io > Cc: Bob Feng ; Liming Gao > ; Yuwei Chen ; Chang, > Abner (HPS SW/FW Technologist) > Subject: [PATCH v1 1/1] BaseTools: Add DTCPP_FLAGS for GCC5 RISCV6