|
Re: [PATCH v2 1/7] Silicon/ARM/NeoverseN1Soc: Fix missing function documentation
Hi Khasim,
I had some questions about this path:
Are the modifications in this file required ? The indentation seems
correct to me
There are the '@return' and '@retval' keywords to indicate what
Hi Khasim,
I had some questions about this path:
Are the modifications in this file required ? The indentation seems
correct to me
There are the '@return' and '@retval' keywords to indicate what
|
By
PierreGondois
·
#81876
·
|
|
[PATCH] OvmfPkg/Bhyve: Use QemuFwCfg over BhyveFwCtl
From: Corvin Köhne <CorvinK@...>
QemuFwCfg is more powerful and has more use cases than BhyveFwCtl. Try
to use QemuFwCfg in first place. If that fails, fall back
From: Corvin Köhne <CorvinK@...>
QemuFwCfg is more powerful and has more use cases than BhyveFwCtl. Try
to use QemuFwCfg in first place. If that fails, fall back
|
By
Corvin Köhne
·
#81875
·
|
|
[PATCH] OvmfPkg/BhyveBhfPkg: install bhyve's ACPI tables
It's much easier to create configuration dependend ACPI tables for
bhyve than for OVMF. For this reason, don't use the statically
created ACPI tables provided by OVMF. Instead use the
It's much easier to create configuration dependend ACPI tables for
bhyve than for OVMF. For this reason, don't use the statically
created ACPI tables provided by OVMF. Instead use the
|
By
Corvin Köhne
·
#81874
·
|
|
Re: [PATCH] UefiPayloadPkg: Use SECURITY_STUB_ENABLE to control the SecurityStubDxe
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#81873
·
|
|
[PATCH] UefiPayloadPkg: Use SECURITY_STUB_ENABLE to control the SecurityStubDxe
The SecurityStubDxe driver may be provided by platform payload.
In UefiPayloadPkg\UefiPayloadPkg.fdf file, SecurityStubDxe should only
be included if SECURITY_STUB_ENABLE is TRUE
Cc: Ray Ni
The SecurityStubDxe driver may be provided by platform payload.
In UefiPayloadPkg\UefiPayloadPkg.fdf file, SecurityStubDxe should only
be included if SECURITY_STUB_ENABLE is TRUE
Cc: Ray Ni
|
By
Zhiguang Liu
·
#81872
·
|
|
Re: [PATCH 1/1] RedfishClientPkg: Facilities of EDK2 Redfish Feature driver Env.
It's fine this time, but please add [staging/RedfishClientPkg] when next time send the patch against edk2-staging.
Only one comment in below, others look good to me.
Reviewed-by: Abner Chang
It's fine this time, but please add [staging/RedfishClientPkg] when next time send the patch against edk2-staging.
Only one comment in below, others look good to me.
Reviewed-by: Abner Chang
|
By
Abner Chang
·
#81871
·
|
|
Re: [PATCH v3] UefiPayloadPkg: Remove SystemTableInfo GUID.
I noticed a difference between V2 and V3:
V2:
- AcpiBoardInfo = BuildHobFromAcpi (SysTableInfo.AcpiTableBase);
+ AcpiBoardInfo = BuildHobFromAcpi (AcpiTableHob->Rsdp.AcpiTableBase);
V3:
-
I noticed a difference between V2 and V3:
V2:
- AcpiBoardInfo = BuildHobFromAcpi (SysTableInfo.AcpiTableBase);
+ AcpiBoardInfo = BuildHobFromAcpi (AcpiTableHob->Rsdp.AcpiTableBase);
V3:
-
|
By
Ni, Ray
·
#81870
·
|
|
[PATCH v3] UefiPayloadPkg: Remove SystemTableInfo GUID.
SystemTableInfo GUID is not a Spec defined GUID.
But the latest SBL uses SystemTableInfo to get ACPI
and SMBIOS table information. So moving the SystemTableInfo
GUID implementation to
SystemTableInfo GUID is not a Spec defined GUID.
But the latest SBL uses SystemTableInfo to get ACPI
and SMBIOS table information. So moving the SystemTableInfo
GUID implementation to
|
By
thiyagukb
·
#81869
·
|
|
[PATCH 1/1] RedfishClientPkg: Facilities of EDK2 Redfish Feature driver Env.
Initial common header file and meta files for feature drivers.
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc: Abner Chang <abner.chang@...>
Cc: Liming Gao <gaoliming@...>
---
Initial common header file and meta files for feature drivers.
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc: Abner Chang <abner.chang@...>
Cc: Liming Gao <gaoliming@...>
---
|
By
Nickle Wang
·
#81868
·
|
|
[PATCH 0/1] RedfishClientPkg: Facilities of EDK2 Redfish Feature Driver
This commit adds below protocol and common header files for Redfish
feature drivers.
- edk2 Redfish resource config protocol: this protocol is used by feature
drivers for internal communication
-
This commit adds below protocol and common header files for Redfish
feature drivers.
- edk2 Redfish resource config protocol: this protocol is used by feature
drivers for internal communication
-
|
By
Nickle Wang
·
#81867
·
|
|
Re: [PATCH v3] MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleList
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
|
By
Wang, Jian J
·
#81866
·
|
|
Re: [PATCH v2] MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleList
Hi Jian,
Thanks for the comment.
Patch v3 is just sent with the update.
Please help to review.
Thank you,
Ma Hua
Hi Jian,
Thanks for the comment.
Patch v3 is just sent with the update.
Please help to review.
Thank you,
Ma Hua
|
By
Ma, Hua
·
#81865
·
|
|
[PATCH v3] MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleList
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3680
This patch fixes the following issue:
The global variable gHandleList is a linked list.
This list is locked when a entry is added or removed
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3680
This patch fixes the following issue:
The global variable gHandleList is a linked list.
This list is locked when a entry is added or removed
|
By
Ma, Hua
·
#81864
·
|
|
Re: [PATCH] SecurityPkg/DxeImageVerificationLib: Set Action for failed signed image
It seems make sense.
Would you please:
1) Fila a Bugzilla - https://bugzilla.tianocore.org/
2) Describe what unit test you have done. Especially, if multiple cert list/data have been tested.
I ask
It seems make sense.
Would you please:
1) Fila a Bugzilla - https://bugzilla.tianocore.org/
2) Describe what unit test you have done. Especially, if multiple cert list/data have been tested.
I ask
|
By
Yao, Jiewen
·
#81863
·
|
|
Re: [PATCH V2 13/28] UefiCpuPkg: Enable Tdx support in MpInitLib
Min,
The change is to provide a totally different MP service in TDX case.
It makes the MpInitLib more complicated.
How about?
1. Change CpuMpPei/CpuMpDxe to return directly in TDX case.
2. Add new
Min,
The change is to provide a totally different MP service in TDX case.
It makes the MpInitLib more complicated.
How about?
1. Change CpuMpPei/CpuMpDxe to return directly in TDX case.
2. Add new
|
By
Ni, Ray
·
#81862
·
|
|
[PATCH 4/4] Silicon/ChaosKeyDxe: Test the ControllerHandle is managed by this driver
From: Kazuhiko Sakamoto <sakamoto.kazuhiko@...>
Test the @ControllerHandle is not NULL and is actually managed by
this driver.
Contributed-under: TianoCore Contribution Agreement
From: Kazuhiko Sakamoto <sakamoto.kazuhiko@...>
Test the @ControllerHandle is not NULL and is actually managed by
this driver.
Contributed-under: TianoCore Contribution Agreement
|
By
Masami Hiramatsu
·
#81861
·
|
|
[PATCH 3/4] Silicon/AtSha204a: Test the ControllerHandle is managed by this driver
From: Kazuhiko Sakamoto <sakamoto.kazuhiko@...>
Test the @ControllerHandle is not NULL and is actually managed by
this driver.
Contributed-under: TianoCore Contribution Agreement
From: Kazuhiko Sakamoto <sakamoto.kazuhiko@...>
Test the @ControllerHandle is not NULL and is actually managed by
this driver.
Contributed-under: TianoCore Contribution Agreement
|
By
Masami Hiramatsu
·
#81860
·
|
|
[PATCH 2/4] Silicon/SynQuacerI2cDxe: Test the ControllerHandle is managed by this driver
From: Kazuhiko Sakamoto <sakamoto.kazuhiko@...>
Test the @ControllerHandle is not NULL and is actually managed by
this driver.
Contributed-under: TianoCore Contribution Agreement
From: Kazuhiko Sakamoto <sakamoto.kazuhiko@...>
Test the @ControllerHandle is not NULL and is actually managed by
this driver.
Contributed-under: TianoCore Contribution Agreement
|
By
Masami Hiramatsu
·
#81859
·
|
|
[PATCH 1/4] Silicon/SynQuacerNetsecDxe: Test the ControllerHandle is managed by this driver
From: Kazuhiko Sakamoto <sakamoto.kazuhiko@...>
Test the @ControllerHandle is not NULL and is actually managed by
this driver.
Contributed-under: TianoCore Contribution Agreement
From: Kazuhiko Sakamoto <sakamoto.kazuhiko@...>
Test the @ControllerHandle is not NULL and is actually managed by
this driver.
Contributed-under: TianoCore Contribution Agreement
|
By
Masami Hiramatsu
·
#81858
·
|
|
[PATCH 0/4] SynQuacer drivers test the ControllerHandle correctly
Hello,
Here are the patches to fix the SynQuacer related drivers to test
whether the ControllerHandle is managed by that driver correctly.
These bugs are found by edk2-test.
Thank
Hello,
Here are the patches to fix the SynQuacer related drivers to test
whether the ControllerHandle is managed by that driver correctly.
These bugs are found by edk2-test.
Thank
|
By
Masami Hiramatsu
·
#81857
·
|