|
[PATCH edk2-platforms v1 0/3] Fix build breaks for SynQuacerEvalBoard
This patch series fixes the build breaks in SynQuacerEvalBoard.
Note: I have only tested that the build is fixed. I don't have
a board to test the functionality.
The changes can be seen
This patch series fixes the build breaks in SynQuacerEvalBoard.
Note: I have only tested that the build is fixed. I don't have
a board to test the functionality.
The changes can be seen
|
By
Sami Mujawar
·
#85056
·
|
|
[PATCH 1/1] Bhyve: fix tls-enabled build
Path doesn't exist below OvmfPkg/Bhyve, use the OvmfPkg version
instead. Fixes build with -D NETWORK_TLS_ENABLE.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
OvmfPkg/Bhyve/BhyveX64.dsc | 2
Path doesn't exist below OvmfPkg/Bhyve, use the OvmfPkg version
instead. Fixes build with -D NETWORK_TLS_ENABLE.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
OvmfPkg/Bhyve/BhyveX64.dsc | 2
|
By
Gerd Hoffmann
·
#85055
·
|
|
[PATCH v2] MdeModulePkg: Put off UFS HCS.DP checking to fix timing problem
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3776
Put off UFS HCS.DP (Device Attached) checking
until UfsDeviceDetection() to fix timing problem.
Cc: Ray Ni <ray.ni@...>
Cc: Ian Chiu
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3776
Put off UFS HCS.DP (Device Attached) checking
until UfsDeviceDetection() to fix timing problem.
Cc: Ray Ni <ray.ni@...>
Cc: Ian Chiu
|
By
VincentX Ke
·
#85054
·
|
|
[PATCH v2] MdeModulePkg: Refactoring UFS DME request and fix timing problem
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3775
Refactoring UFS DME request function and retry up to 5 times.
Cc: Ray Ni <ray.ni@...>
Cc: Ian Chiu <Ian.chiu@...>
Cc: Maggie Chu
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3775
Refactoring UFS DME request function and retry up to 5 times.
Cc: Ray Ni <ray.ni@...>
Cc: Ian Chiu <Ian.chiu@...>
Cc: Maggie Chu
|
By
VincentX Ke
·
#85053
·
|
|
[PATCH v4] MdeModulePkg: Replace with UFS_UNIT_DESC to fix timeout problem
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3714
Replace with UFS_UNIT_DESC to fix response timeout problem.
Cc: Ray Ni <ray.ni@...>
Cc: Ian Chiu <Ian.chiu@...>
Cc: Maggie Chu
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3714
Replace with UFS_UNIT_DESC to fix response timeout problem.
Cc: Ray Ni <ray.ni@...>
Cc: Ian Chiu <Ian.chiu@...>
Cc: Maggie Chu
|
By
VincentX Ke
·
#85052
·
|
|
回复: [edk2-devel] [Patch V5 1/1] BaseTools: Add FMMT Tool
Yuwei:
Thanks for your fix. I am OK for your proposal. I suggest to add this
known issue in reame.md file.
And, in readme.md, I suggest to add the real case for each command, such
as fmmt -v
Yuwei:
Thanks for your fix. I am OK for your proposal. I suggest to add this
known issue in reame.md file.
And, in readme.md, I suggest to add the real case for each command, such
as fmmt -v
|
By
gaoliming
·
#85051
·
|
|
Re: [PATCH 3/6] OvmfPkg/PlatformPei: unfix PcdPciExpressBaseAddress
For q35 nothing changes (the value is never written).
For microvm the default is set to 0xffffffffffffffff,
simliar to ArmVirt (see patch #6).
take care,
Gerd
For q35 nothing changes (the value is never written).
For microvm the default is set to 0xffffffffffffffff,
simliar to ArmVirt (see patch #6).
take care,
Gerd
|
By
Gerd Hoffmann
·
#85050
·
|
|
Re: [PATCH 0/5] OvmfPkg/QemuVideoDxe: pick up display resolution settings from the host
Hi,
Well, yes. Ideally we would just tag the resolution in the GOP protocol
mode list, simliar to the linux kernel which has a
DRM_MODE_TYPE_PREFERRED flag for that purpose. Problem is the
Hi,
Well, yes. Ideally we would just tag the resolution in the GOP protocol
mode list, simliar to the linux kernel which has a
DRM_MODE_TYPE_PREFERRED flag for that purpose. Problem is the
|
By
Gerd Hoffmann
·
#85049
·
|
|
Re: [PATCH v3] OvmfPkg: Call PlatformInitializeConsole for GPU passthrough case
Ah, fixed already.
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Ah, fixed already.
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#85048
·
|
|
Re: [PATCH] OvmfPkg: Call PlatformInitializeConsole for GPU passthrough case
Hi,
AmdSev build breaks:
/home/kraxel/projects/edk2/OvmfPkg/Library/PlatformBootManagerLibGrub/BdsPlatform.c: In function
Hi,
AmdSev build breaks:
/home/kraxel/projects/edk2/OvmfPkg/Library/PlatformBootManagerLibGrub/BdsPlatform.c: In function
|
By
Gerd Hoffmann
·
#85047
·
|
|
Re: [PATCH] SecurityPkg: Reallocate TPM Active PCRs based on platform support
Ran CI on this version of the patch using a draft pull request: SecurityPkg: Reallocate TPM Active PCRs based on platform support by rodrigog-intel · Pull Request #2322 · tianocore/edk2 (github.com)
Ran CI on this version of the patch using a draft pull request: SecurityPkg: Reallocate TPM Active PCRs based on platform support by rodrigog-intel · Pull Request #2322 · tianocore/edk2 (github.com)
|
By
Rodrigo Gonzalez del Cueto
·
#85046
·
|
|
Re: [PATCH] SecurityPkg: TPM must go to Idle state on CRB command completion
Ran CI on this version of the patch using a draft pull request: SecurityPkg: TPM must go to Idle state on CRB command completion by rodrigog-intel · Pull Request #2320 · tianocore/edk2 (github.com)
Ran CI on this version of the patch using a draft pull request: SecurityPkg: TPM must go to Idle state on CRB command completion by rodrigog-intel · Pull Request #2320 · tianocore/edk2 (github.com)
|
By
Rodrigo Gonzalez del Cueto
·
#85045
·
|
|
Re: [PATCH] SecurityPkg: Debug code to audit BIOS TPM extend operations
Ran CI on this version of the patch using a draft pull request: SecurityPkg: Debug code to audit BIOS TPM extend operations by rodrigog-intel · Pull Request #2321 · tianocore/edk2 (github.com)
Ran CI on this version of the patch using a draft pull request: SecurityPkg: Debug code to audit BIOS TPM extend operations by rodrigog-intel · Pull Request #2321 · tianocore/edk2 (github.com)
|
By
Rodrigo Gonzalez del Cueto
·
#85044
·
|
|
Re: [PATCH] MdeModulePkg/ScsiDisk: Change TPL to NOTIFY
Jeff's statement about the TPLs in variable and PCD drivers seems correct, not sure the impact to change them. No good idea from me about the TPL change in ScsiDisk. 😊
Side question: Variable
Jeff's statement about the TPLs in variable and PCD drivers seems correct, not sure the impact to change them. No good idea from me about the TPL change in ScsiDisk. 😊
Side question: Variable
|
By
Zeng, Star
·
#85043
·
|
|
Re: [PATCH v8] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type
How about adding the minor comments like below? 😊
#
# Non-0 means PcdFspmUpdDataAddress will be ignored, otherwise PcdFspmUpdDataAddress will be
How about adding the minor comments like below? 😊
#
# Non-0 means PcdFspmUpdDataAddress will be ignored, otherwise PcdFspmUpdDataAddress will be
|
By
Zeng, Star
·
#85042
·
|
|
Re: [PATCH v8] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type
Thanks Ashraf!
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Thanks Ashraf!
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#85041
·
|
|
[PATCH] SecurityPkg: Reallocate TPM Active PCRs based on platform support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3515
In V4: Fixed patch format and uncrustify cleanup
In V3: Cleaned up comments, debug prints and updated patch to use the
new debug ENUM
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3515
In V4: Fixed patch format and uncrustify cleanup
In V3: Cleaned up comments, debug prints and updated patch to use the
new debug ENUM
|
By
Rodrigo Gonzalez del Cueto
·
#85040
·
|
|
[PATCH] SecurityPkg: TPM must go to Idle state on CRB command completion
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3463
In V2: Fixed patch format and uncrustify cleanup
In V1: To follow the TCG CRB protocol specification, on every CRB TPM
command completion
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3463
In V2: Fixed patch format and uncrustify cleanup
In V1: To follow the TCG CRB protocol specification, on every CRB TPM
command completion
|
By
Rodrigo Gonzalez del Cueto
·
#85039
·
|
|
[PATCH] SecurityPkg: Debug code to audit BIOS TPM extend operations
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2858
In V2: Fixed patch format and uncrustify cleanup
In V1: Add debug functionality to examine TPM extend operations
performed by BIOS and
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2858
In V2: Fixed patch format and uncrustify cleanup
In V1: Add debug functionality to examine TPM extend operations
performed by BIOS and
|
By
Rodrigo Gonzalez del Cueto
·
#85038
·
|
|
Re: [PATCH v3] OvmfPkg: Call PlatformInitializeConsole for GPU passthrough case
Thank you Stefan to fix this.
Acked-by: Jiewen Yao <Jiewen.yao@...>
Thank you Stefan to fix this.
Acked-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#85037
·
|