|
Re: [PATCH v1 0/7] FmpDevicePkg Minor Fixes
Reviewed-by: Wei6 Xu <wei6.xu@...>
Reviewed-by: Wei6 Xu <wei6.xu@...>
|
By
Xu, Wei6
·
#63550
·
|
|
Re: [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page
I follow the step and test it, it work and thanks for your efforts.
Some suggestion:
1. Can we add the QEMU link and clarify the 32bit or 64bit version? For example, I use the
I follow the step and test it, it work and thanks for your efforts.
Some suggestion:
1. Can we add the QEMU link and clarify the 32bit or 64bit version? For example, I use the
|
By
Guomin Jiang
·
#63549
·
|
|
Re: [PATCH 1/1] Add BhyvePkg, to support the bhyve hypervisor
Hi Laszlo,
I just rebased the bhyve commit against the latest edk2 master with no conflicts, and all CI checks passed (https://github.com/tianocore/edk2/pull/841).
So I think it's ready to go into
Hi Laszlo,
I just rebased the bhyve commit against the latest edk2 master with no conflicts, and all CI checks passed (https://github.com/tianocore/edk2/pull/841).
So I think it's ready to go into
|
By
Rebecca Cran
·
#63548
·
|
|
Re: [PATCH 00/15] Add a plugin LicenseCheck in open ci
Thanks!
By
Rebecca Cran
·
#63547
·
|
|
Re: [PATCH v4 2/3] MdePkg/BasePciExpressLib: Support variable size MMCONF
Marcello:
I know your case only uses BasePciExpressLib. But, this change updates library class. All library instances should match the library class. So, you have to update DxeRuntimePciExpressLib
Marcello:
I know your case only uses BasePciExpressLib. But, this change updates library class. All library instances should match the library class. So, you have to update DxeRuntimePciExpressLib
|
By
Liming Gao
·
#63546
·
|
|
Re: [PATCH 00/15] Add a plugin LicenseCheck in open ci
Rebecca:
I have merged all changes of LicenseCheck. You can continue your work. If you meet with any issue, please let me know.
Thanks
Liming
Rebecca:
I have merged all changes of LicenseCheck. You can continue your work. If you meet with any issue, please let me know.
Thanks
Liming
|
By
Liming Gao
·
#63545
·
|
|
Re: [PATCH v2 01/15] .pytool/Plugin: Add a plugin LicenseCheck
Merged at e848b58d7c85293cd4121287abcea2d22a4f0620..7f79b736b0a57da71d87c987357db0227cd16ac6
Thanks
Liming
Merged at e848b58d7c85293cd4121287abcea2d22a4f0620..7f79b736b0a57da71d87c987357db0227cd16ac6
Thanks
Liming
|
By
Liming Gao
·
#63544
·
|
|
Re: [PATCH 1/2] Revert "BaseTools/PatchCheck.py: Add LicenseCheck"
Merged at 137c2c6eff67f4750d77e8e40af6683c412d3ed0
Merged at 137c2c6eff67f4750d77e8e40af6683c412d3ed0
|
By
Liming Gao
·
#63543
·
|
|
[PATCH v1 7/7] FmpDevicePkg/FmpDxe: Improve function parameter validation
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2869
Makes some minor improvements to function parameter validation
in FmpDxe, in particular
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2869
Makes some minor improvements to function parameter validation
in FmpDxe, in particular
|
By
Michael Kubacki
·
#63542
·
|
|
[PATCH v1 6/7] FmpDevicePkg/FmpDxe: Indicate ESRT GUID on invalid ImageIdName
From: Michael Kubacki <michael.kubacki@...>
Updates the debug error message to include the GUID of the FMP
instance that encountered the issue to help the user better
isolate the
From: Michael Kubacki <michael.kubacki@...>
Updates the debug error message to include the GUID of the FMP
instance that encountered the issue to help the user better
isolate the
|
By
Michael Kubacki
·
#63541
·
|
|
[PATCH v1 5/7] FmpDevicePkg/FmpDxe: Better warn of potential ImageTypeId misconfig
From: Michael Kubacki <michael.kubacki@...>
A user may fall through to the case they depend on the
PcdFmpDeviceImageTypeIdGuid value to get the ImageTypeId GUID
value. The default PCD value
From: Michael Kubacki <michael.kubacki@...>
A user may fall through to the case they depend on the
PcdFmpDeviceImageTypeIdGuid value to get the ImageTypeId GUID
value. The default PCD value
|
By
Michael Kubacki
·
#63540
·
|
|
[PATCH v1 4/7] FmpDevicePkg/FmpDependencyCheckLib: Return unsatisfied on handle failure
From: Michael Kubacki <michael.kubacki@...>
CheckFmpDependency () will currently return that dependencies are
satisfied if the initial call in the function to locate handles
that have
From: Michael Kubacki <michael.kubacki@...>
CheckFmpDependency () will currently return that dependencies are
satisfied if the initial call in the function to locate handles
that have
|
By
Michael Kubacki
·
#63539
·
|
|
[PATCH v1 3/7] FmpDevicePkg/FmpDependencyLib: Handle version string overflow
From: Michael Kubacki <michael.kubacki@...>
This change recognizes the condition of the DEPEX version string
extending beyond the end of the dependency expression as an error.
Cc: Liming
From: Michael Kubacki <michael.kubacki@...>
This change recognizes the condition of the DEPEX version string
extending beyond the end of the dependency expression as an error.
Cc: Liming
|
By
Michael Kubacki
·
#63538
·
|
|
[PATCH v1 2/7] FmpDevicePkg/FmpDependencyLib: Fix "exression" typo
From: Michael Kubacki <michael.kubacki@...>
Cc: Liming Gao <liming.gao@...>
Cc: Michael D Kinney <michael.d.kinney@...>
Signed-off-by: Michael Kubacki
From: Michael Kubacki <michael.kubacki@...>
Cc: Liming Gao <liming.gao@...>
Cc: Michael D Kinney <michael.d.kinney@...>
Signed-off-by: Michael Kubacki
|
By
Michael Kubacki
·
#63537
·
|
|
[PATCH v1 1/7] FmpDevicePkg/FmpDependencyLib: Correct ValidateDependency() documentation
From: Michael Kubacki <michael.kubacki@...>
Modifies the return value documentation to state that the BOOLEAN
value indicates whether a given dependency expression is valid
not a
From: Michael Kubacki <michael.kubacki@...>
Modifies the return value documentation to state that the BOOLEAN
value indicates whether a given dependency expression is valid
not a
|
By
Michael Kubacki
·
#63536
·
|
|
[PATCH v1 0/7] FmpDevicePkg Minor Fixes
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2869
This patch series makes minor fixes and enhancements in
FmpDevicePkg. None of the issues
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2869
This patch series makes minor fixes and enhancements in
FmpDevicePkg. None of the issues
|
By
Michael Kubacki
·
#63535
·
|
|
Re: [PATCH 1/2] Revert "BaseTools/PatchCheck.py: Add LicenseCheck"
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#63534
·
|
|
Re: [PATCH] MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES
Thanks Marcin.
Leif:
Is there the way to get the fix plan from the platform owner? If so, I can work the plan to merge this change.
Thanks
Liming
Thanks Marcin.
Leif:
Is there the way to get the fix plan from the platform owner? If so, I can work the plan to merge this change.
Thanks
Liming
|
By
Liming Gao
·
#63533
·
|
|
Re: [platforms: PATCH 1/1] Marvell/Drivers: MvFvbDxe: Switch to PcdSet64S
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#63532
·
|
|
Re: [PATCH] UefiCpuPkg/PiSmmCpuDxeSmm: pause in WaitForSemaphore() before re-fetch
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
·
#63531
·
|