|
[PATCH] UefiPayloadPkg: Add RNG support
Uses the RDRAND instruction if available and install EfiRngProtocol.
The protocol may be used by iPXE or the Linux kernel to gather entropy.
Signed-off-by: Patrick Rudolph
Uses the RDRAND instruction if available and install EfiRngProtocol.
The protocol may be used by iPXE or the Linux kernel to gather entropy.
Signed-off-by: Patrick Rudolph
|
By
Patrick Rudolph
·
#70584
·
|
|
Re: [PATCH v6 11/11] ArmVirtPkg/ArmVirtQemu: Add support for HotPlug
This patch is identical to v4 9/9, but you forgot to pick up my R-b from
there: <https://edk2.groups.io/g/devel/message/70281>.
So, once again:
Reviewed-by: Laszlo Ersek <lersek@...>
I'm
This patch is identical to v4 9/9, but you forgot to pick up my R-b from
there: <https://edk2.groups.io/g/devel/message/70281>.
So, once again:
Reviewed-by: Laszlo Ersek <lersek@...>
I'm
|
By
Laszlo Ersek
·
#70583
·
|
|
Re: [PATCH v6 10/11] ArmVirtPkg/FdtPciHostBridgeLib: Add extra pci root buses support
Reviewed-by: Laszlo Ersek <lersek@...>
Reviewed-by: Laszlo Ersek <lersek@...>
|
By
Laszlo Ersek
·
#70582
·
|
|
Re: [PATCH v6 09/11] OvmfPkg/PciHostBridgeUtilityLib: Extend GetRootBridges() with BusMin/BusMax
(1) The "%d" format specifier is appropriate for INT32 values. But UINTN
is either UINT32 or UINT64 (dependent on the edk2 architecture the
platform is built for).
The safe way to print a UINTN value
(1) The "%d" format specifier is appropriate for INT32 values. But UINTN
is either UINT32 or UINT64 (dependent on the edk2 architecture the
platform is built for).
The safe way to print a UINTN value
|
By
Laszlo Ersek
·
#70581
·
|
|
Re: [PATCH v6 08/11] OvmfPkg/PciHostBridgeUtilityLib: Extend parameter list of GetRootBridges
(1) This #include directive does not belong in this patch. It is needed
in the next patch in the series (i.e., #9), where a reference to
PCI_MAX_BUS is added to this source file.
IOW, you didn't
(1) This #include directive does not belong in this patch. It is needed
in the next patch in the series (i.e., #9), where a reference to
PCI_MAX_BUS is added to this source file.
IOW, you didn't
|
By
Laszlo Ersek
·
#70580
·
|
|
Re: [PATCH v6 03/11] OvmfPkg/PciHostBridgeLib: List missing PcdLib dependency
... Yes, the #include directive belongs to patch#5, where XenSupport.c
gains a PcdGet16() call.
But, don't bother.
Laszlo
... Yes, the #include directive belongs to patch#5, where XenSupport.c
gains a PcdGet16() call.
But, don't bother.
Laszlo
|
By
Laszlo Ersek
·
#70579
·
|
|
Re: [PATCH v6 07/11] OvmfPkg/PciHostBridgeLib: Extract GetRootBridges() / FreeRootBridges()
(1a) In v6, you are now removing the assignment to (*Count) here, as I
asked under v4, but:
(1b) you aren't introducing the assignment to the new function in the
same spot (above the comment).
(1a) In v6, you are now removing the assignment to (*Count) here, as I
asked under v4, but:
(1b) you aren't introducing the assignment to the new function in the
same spot (above the comment).
|
By
Laszlo Ersek
·
#70578
·
|
|
Re: [PATCH v6 06/11] ArmVirtPkg/FdtPciHostBridgeLib: Refactor init/uninit of root bridge
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks
Laszlo
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks
Laszlo
|
By
Laszlo Ersek
·
#70577
·
|
|
Re: [PATCH v6 05/11] OvmfPkg/PciHostBridgeUtilityLib: Extend parameters of InitRootBridge()
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks
Laszlo
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks
Laszlo
|
By
Laszlo Ersek
·
#70576
·
|
|
Re: [PATCH] NetworkPkg/Library/DxeHttpIoLib: Http boot failure with no initializes timeout value.
Patch merged.
PR: https://github.com/tianocore/edk2/pull/1371
Commit: https://github.com/tianocore/edk2/commit/ca272b9513a6de5772e6e8ef5bbecd2e23cf9fb3
Patch merged.
PR: https://github.com/tianocore/edk2/pull/1371
Commit: https://github.com/tianocore/edk2/commit/ca272b9513a6de5772e6e8ef5bbecd2e23cf9fb3
|
By
Maciej Rabeda
·
#70575
·
|
|
Re: [PATCH v6 04/11] OvmfPkg/PciHostBridgeLib: Extract InitRootBridge() / UninitRootBridge()
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks
Laszlo
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks
Laszlo
|
By
Laszlo Ersek
·
#70574
·
|
|
Re: [PATCH v6 03/11] OvmfPkg/PciHostBridgeLib: List missing PcdLib dependency
At this stage, "XenSupport.c" doesn't seem to call any PcdLib API.
But, it's not a big deal.
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks,
Laszlo
At this stage, "XenSupport.c" doesn't seem to call any PcdLib API.
But, it's not a big deal.
Reviewed-by: Laszlo Ersek <lersek@...>
Thanks,
Laszlo
|
By
Laszlo Ersek
·
#70573
·
|
|
Re: [PATCH] NetworkPkg/Library/DxeHttpIoLib: Http boot failure with no initializes timeout value.
Thanks for the patch!
Reviewed-by: Maciej Rabeda <maciej.rabeda@...>
Thanks for the patch!
Reviewed-by: Maciej Rabeda <maciej.rabeda@...>
|
By
Maciej Rabeda
·
#70572
·
|
|
Re: [PATCH v6 01/11] OvmfPkg: Introduce PciHostBridgeUtilityLib class
Thanks for updating the patch, it looks OK.
Laszlo
Thanks for updating the patch, it looks OK.
Laszlo
|
By
Laszlo Ersek
·
#70571
·
|
|
Re: [PATCH] NetworkPkg/Library/DxeHttpIoLib: Http boot failure with no initializes timeout value.
This seems good with me.
Reviewed-by: Siyuan Fu <siyuan.fu@...>
This seems good with me.
Reviewed-by: Siyuan Fu <siyuan.fu@...>
|
By
Siyuan, Fu
·
#70570
·
|
|
Re: [PATCH v2 0/4] UefiCpuPkg, OvmfPkg: do not allocate useless register tables for S3 resume
Series Reviewed-by: Star Zeng <star.zeng@...>
Series Reviewed-by: Star Zeng <star.zeng@...>
|
By
Zeng, Star
·
#70569
·
|
|
Re: [PATCH v1 2/2] UefiCpuPkg/CpuCacheInfoLib: Update reference to the macro definitions.
Yun,
You should NOT split the patch because only applying patch #1 will break the build.
You can combine them with one patch.
Thanks,
Ray
Yun,
You should NOT split the patch because only applying patch #1 will break the build.
You can combine them with one patch.
Thanks,
Ray
|
By
Ni, Ray
·
#70568
·
|
|
[PATCH v1 2/2] UefiCpuPkg/CpuCacheInfoLib: Update reference to the macro definitions.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3105
Update reference to some macro definitions about
CPUID_HYBRID_INFORMATION Leaf(1Ah).
Signed-off-by: Jason Lou <yun.lou@...>
Cc: Eric
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3105
Update reference to some macro definitions about
CPUID_HYBRID_INFORMATION Leaf(1Ah).
Signed-off-by: Jason Lou <yun.lou@...>
Cc: Eric
|
By
Jason Lou
·
#70567
·
|
|
[PATCH v1 1/2] MdePkg/Cpuid.h: Change and add some macro definitions.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3105
Change and add some macro definitions about
CPUID_HYBRID_INFORMATION Leaf(1Ah).
Signed-off-by: Jason Lou <yun.lou@...>
Cc: Michael D
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3105
Change and add some macro definitions about
CPUID_HYBRID_INFORMATION Leaf(1Ah).
Signed-off-by: Jason Lou <yun.lou@...>
Cc: Michael D
|
By
Jason Lou
·
#70566
·
|
|
TianoCore Bug Triage - APAC / NAMO - Tue, 01/19/2021 6:30pm-7:30pm
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When: Tuesday, 19 January 2021, 6:30pm to 7:30pm, (GMT-08:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When: Tuesday, 19 January 2021, 6:30pm to 7:30pm, (GMT-08:00) America/Los
|
By
devel@edk2.groups.io Calendar <devel@...>
·
#70565
·
|