[edk2-devel] [PATCH] Pkg-Module: Add dbr to code definition

2024-06-11 Thread Isaac Liang
dbr and dbrDefault has been defined UEFI Spec v2.9 Add them for further use Signed-off-by: Isaac Liang --- MdePkg/Include/Guid/GlobalVariable.h | 5 + MdePkg/Include/Guid/ImageAuthentication.h | 5 + 2 files changed, 10 insertions(+) diff --git a/MdePkg/Include/Guid/GlobalVariable.

Re: [edk2-devel] mDeviceSecurityProtocol with SPDM

2024-06-11 Thread Andrew Fish via groups.io
> On Jun 10, 2024, at 10:42 PM, Alistair Francis wrote: > > Hello, > > I'm trying to use SPDM over DOE as a EDKII_DEVICE_SECURITY_PROTOCOL > implementation. > > I'm using the DeviceSecurity fork from staging, with my own DOE > implementation [5]. > > First I load `DeviceSecurityPolicyStub` [

[edk2-devel] processing compressed section during CAR phase

2024-06-11 Thread Yoshinoya
Hello A question about compressed peims in uefi bios. for example: Current x86 cache size is large enough. Is there possible to process compressed peim during cache as ram phase? Is there any limitations? Thanks -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent

[edk2-devel] mDeviceSecurityProtocol with SPDM

2024-06-11 Thread Alistair Francis
Hello, I'm trying to use SPDM over DOE as a EDKII_DEVICE_SECURITY_PROTOCOL implementation. I'm using the DeviceSecurity fork from staging, with my own DOE implementation [5]. First I load `DeviceSecurityPolicyStub` [1], which consumes `gEdkiiDeviceIdentifierTypePci Guid` and produces `gEdkiiDevi

Re: [edk2-devel] [PATCH ovmf v4 5/5] OvmfPkf: Enable AMD SEV-ES DebugVirtualization

2024-06-11 Thread Alexey Kardashevskiy via groups.io
Thanks Tom! Now, I've pushed it again to my github, https://github.com/tianocore/edk2/pull/5594 re-ran the tasks but "Review required" is still there so I assume re-posting patches won't help getting them in as I need more reviews, right? On 6/6/24 04:54, Tom Lendacky wrote: On 6/4/24 21:

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, June 12, 2024 #cal-reminder

2024-06-11 Thread Group Notification
*Reminder: TianoCore Bug Triage - APAC / NAMO* *When:* Wednesday, June 12, 2024 5:30pm to 6:30pm (UTC-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWEwMTktY2JiODRlYTY1NmY0%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e344-4

Re: [edk2-devel] [PATCH v3 1/1] MdeModulePkg: Add the EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE attribute

2024-06-11 Thread Oliver Smith-Denny
Hi Mike, This conversation has gotten a little fragmented across this thread and Dhaval put up a PR I commented on :). On 6/11/2024 10:30 AM, Michael D Kinney wrote: Hi Oliver, The DXE Core already has a policy to auto convert untested memory to tested memory if the DXE Core runs out of memory

Re: [edk2-devel] [PATCH v3 1/1] MdeModulePkg: Add the EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE attribute

2024-06-11 Thread Michael D Kinney
Hi Oliver, The DXE Core already has a policy to auto convert untested memory to tested memory if the DXE Core runs out of memory. Should we have a different memory type to allocate memory with the EFI_MEMORY_SP attribute? What would be the side effects of performing general allocations from memo

Re: [edk2-devel] [PATCH v1 0/1] Avoid EFI memory alloc from SP_MEMORY

2024-06-11 Thread Oliver Smith-Denny
On 6/10/2024 9:09 PM, Dhaval Sharma wrote: Most of the times it is desirable not to use special purpose memory for regular edk2 usages. That memory (HBm/CXL) are either meant for special purposes or are less reliable to be used. So avoid using them as long as possible. We could also introduce PCD

Re: [edk2-devel] [PATCH v3 1/1] MdeModulePkg: Add the EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE attribute

2024-06-11 Thread Oliver Smith-Denny
On 6/9/2024 6:44 PM, Dhaval Sharma wrote: Related to this, I also faced this issue where in order to prevent edk2 from allocating this memory I had to modify CoreFindFreePagesI     //     // Don't allocate out of Special-Purpose memory.     //     if ((Entry->Attribute & EFI_MEMORY_SP) != 0)

Re: [edk2-devel] [PATCH v2 0/2] ArmPkg/MdePkg: Move Chipset/* files to MdePkg

2024-06-11 Thread PierreGondois
On 6/10/24 18:28, Leif Lindholm wrote: On 2024-03-14 20:21, PierreGondois wrote: v2: - Move files to MdePkg/Include/Register/ instead of MdePkg/Include/ This patch relies on [1]. Following the RFC v1: ArmPkg,MdePkg: move ArmLib.h to MdePkg [1], move the Chipset/* files to the MdePkg as the

Re: [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 11/14] Platform/NXP: Add Arch Common objects handler

2024-06-11 Thread Sami Mujawar
Hi Leif, Meenakshi, Is it possible to provide feedback for the patches 11 - 14 in this series (links below), please? https://edk2.groups.io/g/devel/message/119531 https://edk2.groups.io/g/devel/message/119532 https://edk2.groups.io/g/devel/message/119533 https://edk2.groups.io/g/devel/mes

Re: [edk2-devel] [platforms/devel-dynamictables-reorg PATCH 00/14] Platform: N1Sdp,Morello,NXP: Move DynamicTablesPkg obj to Arch Common

2024-06-11 Thread Sami Mujawar
Hi Pierre, Thank you for this patch series. These changes look good to me. For this series, Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 10/06/2024, 10:34, "pierre.gond...@arm.com " mailto:pierre.gond...@arm.com>> wrote: From: Pierre Gondois mailto:p

Re: [edk2-devel] [PATCH v1 1/2] MdeModulePkg/Core/Pei: Install MigrateTempRamPpi

2024-06-11 Thread Li, Zhihao
Hi Liming If there are no concerns about it, could you please help to review the patch in MdeModulePkg scope and check in? And then, I contact with the maintainers of IntelFsp2WrapperPkg for another patch review. BR, Zhihao -Original Message- From: Li, Zhihao Sent: Thursday, May 30, 2