Re: [edk2-devel] [PATCH v4] SecurityPkg/SecureBootConfigDxe: Update UI according to UEFI spec

2024-04-06 Thread Yao, Jiewen
Thanks.https://github.com/tianocore/edk2/pull/5533 > -Original Message- > From: Bi, Dandan > Sent: Sunday, April 7, 2024 10:07 AM > To: Tan, Ming ; devel@edk2.groups.io > Cc: Xu, Min M ; Yao, Jiewen ; > POLUDOV, FELIX > Subject: RE: [PATCH v4] SecurityPkg/SecureBootConfigDxe: Update UI

Re: [edk2-devel] [PATCH v4] SecurityPkg/SecureBootConfigDxe: Update UI according to UEFI spec

2024-04-06 Thread Dandan Bi
Reviewed-by: Dandan Bi -Original Message- From: Tan, Ming Sent: Tuesday, April 2, 2024 4:32 PM To: devel@edk2.groups.io Cc: Xu, Min M ; Yao, Jiewen ; Bi, Dandan ; POLUDOV, FELIX Subject: [PATCH v4] SecurityPkg/SecureBootConfigDxe: Update UI according to UEFI spec REF:

Re: [edk2-devel] [PATCH v2 1/1] MdeModulePkg/AcpiTableDxe: PCD switch to avoid using ACPI reclaim memory

2024-04-06 Thread Aaron Li
Hi Liming, Can you help merge the patch? Thanks. Best, Aaron -Original Message- From: gaoliming Sent: Tuesday, April 2, 2024 9:26 AM To: devel@edk2.groups.io; Li, Aaron Cc: Bi, Dandan ; Liu, Yun Y ; Yao, Jiewen ; Ni, Ray ; Kinney, Michael D ; Liu, Zhiguang Subject: 回复:

[edk2-devel] [PATCH v2] NetworkPkg/HttpBootDxe: Correctly uninstall HttpBootCallbackProtocol

2024-04-06 Thread Mike Beaton
The existing uninstall call was passing the wrong handle (parent object, not the correct child object) and additionally passing the address of a pointer to the interface to be removed rather than the pointer itself, so always failed with EFI_NOT_FOUND. While it might seem attractive to ASSERT to

Re: [edk2-devel] [PATCH] NetworkPkg/HttpBootDxe: Correctly uninstall HttpBootCallbackProtocol

2024-04-06 Thread Michael Brown
On 06/04/2024 16:53, Mike Beaton wrote: The existing uninstall call was passing the wrong handle (parent object, not the correct child object) and additionally passing the address of a pointer to the interface to be removed rather than the pointer itself, so always failed with EFI_NOT_FOUND.

[edk2-devel] [PATCH] NetworkPkg/HttpBootDxe: Correctly uninstall HttpBootCallbackProtocol

2024-04-06 Thread Mike Beaton
The existing uninstall call was passing the wrong handle (parent object, not the correct child object) and additionally passing the address of a pointer to the interface to be removed rather than the pointer itself, so always failed with EFI_NOT_FOUND. After altering these, we add an ASSERT which

[edk2-devel] [PATCH v2 1/1] OvmfPkg: OVMF supports USB mouses

2024-04-06 Thread Heinrich Schuchardt
From: Phillip Tennen From: Phillip Tennen REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4747 UsbMouseDxe was missing from the OVMF build description, so=20 the Simple Pointer Protocol wasn't usable from within QEMU. Here's an example of someone getting tripped up by this: