Re: [edk2-devel] [PATCH 1/1] CryptoPkg: Fix bug for correct return value checking when get X509Cert

2024-05-19 Thread Li, Yi
Hi @sounthar...@ami.com, I already asked Qingyu to help raise patch. Will merge it after hard freeze. Thanks, Yi -Original Message- From: devel@edk2.groups.io On Behalf Of Li, Yi Sent: Wednesday, May 15, 2024 11:32 PM To: devel@edk2.groups.io; Shang, Qingyu Cc: Yao, Jiewen Subject: R

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, May 20, 2024 #cal-reminder

2024-05-19 Thread Group Notification
*Reminder: Tools, CI, Code base construction meeting series* *When:* Monday, May 20, 2024 4:30pm to 5:30pm (UTC-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZDI2ZDg4NmMtMjI1My00MzI5LWFmYjAtMGQyNjUzNTBjZGYw%40thread.v2/0?context=%7b%22Tid%22%3a%2272f98

Re: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-19 Thread Nhi Pham via groups.io
On 5/17/2024 4:49 PM, duntan via groups.io wrote: This patch set defines a new VARIABLE_RUNTIME_CACHE_INFO HOB. The HOB is used to store the address and size of the buffer that will be used for variable runtime service when the PcdEnableVariableRuntimeCache is TRUE. In following patches, when P

Re: [edk2-devel] [PATCH ovmf v3 0/5] Enable AMD SEV-ES DebugSwap

2024-05-19 Thread Alexey Kardashevskiy via groups.io
Ping? Thanks, On 3/5/24 00:34, Alexey Kardashevskiy wrote: This is to prevent #DB interception on SEV-ES VM with enabled DebugSwap feature, more details in 3/5. The corresponding Linux change (HV and VM) went upstream long time ago: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linu

回复: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-19 Thread gaoliming via groups.io
Dun: Is there a Bugzilla for this change? Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 duntan > 发送时间: 2024年5月17日 17:49 > 收件人: devel@edk2.groups.io > 抄送: Ray Ni ; Liming Gao ; > Jiaxin Wu ; Ard Biesheuvel ; > Leif Lindholm ; Sami Mujawar > ; Gerd Hoffmann ; Andrew Fish > ; Jiewe

[edk2-devel] [PATCH] MdePkg:Update UEFI version to 2.10

2024-05-19 Thread Li, Walon
Follow UEFI specification 2.10 to update system table revision. --- MdePkg/Include/Uefi/UefiSpec.h | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 79fc8c72ca..5cabb196b7 100644 --- a/MdePkg/Include/Ue

Re: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-19 Thread Ni, Ray
I remember ARM platform could have a PEI-less design so that SEC directly invokes DXE. So I can imagine that a SEC logic to create the VARIABLE_RUNTIME_CACHE_INFO HOB. Then it comes to how to calculate the size before bios boots. I think it's doable. There are 3 caches. Volatile cache size is ha