|
Re: [PATCH] MdeModulePkg PCD: FSP NotifyPhase APIs caused 100ms delay
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
|
By
Wang, Jian J
·
#79091
·
|
|
[PATCH EDK2 v3 0/1] MdeModulePkg/UefiSortLib:Add UefiSortLib unit test
Main Changes since v2:
1.Add define UefiSortLibUnitTestMain for main.
2.Add UefiSortLibUnitTestMain to ecc exception list to avoid ecc error.
Wenyi Xie (1):
MdeModulePkg/UefiSortLib:Add UefiSortLib
Main Changes since v2:
1.Add define UefiSortLibUnitTestMain for main.
2.Add UefiSortLibUnitTestMain to ecc exception list to avoid ecc error.
Wenyi Xie (1):
MdeModulePkg/UefiSortLib:Add UefiSortLib
|
By
wenyi,xie
·
#79090
·
|
|
[PATCH EDK2 v3 1/1] MdeModulePkg/UefiSortLib:Add UefiSortLib unit test
Adding two unit test case for UefiSortLib. One is a test on
sorting an array of UINT32 by using PerformQuickSort, another
is a test on comparing the same buffer by using StringCompare.
Add 'main'
Adding two unit test case for UefiSortLib. One is a test on
sorting an array of UINT32 by using PerformQuickSort, another
is a test on comparing the same buffer by using StringCompare.
Add 'main'
|
By
wenyi,xie
·
#79089
·
|
|
Re: [PATCH 1/1] OvmfPkg PlatformBootManagerLib: Move TryRunningQemuKernel()
Hi,
That switches storage from ide to virtio-scsi.
Which is a good idea from the performance point of view. Will obviously
also workaround ide problems. But might fail now due to
Hi,
That switches storage from ide to virtio-scsi.
Which is a good idea from the performance point of view. Will obviously
also workaround ide problems. But might fail now due to
|
By
Gerd Hoffmann
·
#79088
·
|
|
Re: [PATCH 1/1] OvmfPkg PlatformBootManagerLib: Move TryRunningQemuKernel()
Hi,
First line is disk, second is cdrom. Both are attached to the piix4 ide
controller.
Linux finds the controller just fine in both cases (see bugzilla for
the logs):
ata1: PATA max MWDMA2 cmd
Hi,
First line is disk, second is cdrom. Both are attached to the piix4 ide
controller.
Linux finds the controller just fine in both cases (see bugzilla for
the logs):
ata1: PATA max MWDMA2 cmd
|
By
Gerd Hoffmann
·
#79087
·
|
|
Re: [PATCH] SecurityPkg: Debug code to audit BIOS TPM extend operations.
I am OK to add API to the library.
I am OK to add one function call to dump PCR[0] in TcgPei to show if there is any measurement before BIOS. That is good use case for BootGuard.
But I don’t
I am OK to add API to the library.
I am OK to add one function call to dump PCR[0] in TcgPei to show if there is any measurement before BIOS. That is good use case for BootGuard.
But I don’t
|
By
Yao, Jiewen
·
#79086
·
|
|
Re: [PATCH] Reallocate TPM Active PCRs based on platform support.
OK, Would you please to share the PCD configuration works before and PCD configuration fails now? As well as your DSC file on how to configure the library.
I would like to understand the problem
OK, Would you please to share the PCD configuration works before and PCD configuration fails now? As well as your DSC file on how to configure the library.
I would like to understand the problem
|
By
Yao, Jiewen
·
#79085
·
|
|
Re: [PATCH V2] RedfishPkg/RefishCrtLib: Public RefishCrtLib
Reviewed-by: Nickle Wang <nickle.wang@...>
Thanks,
Nickle
Reviewed-by: Nickle Wang <nickle.wang@...>
Thanks,
Nickle
|
By
Nickle Wang
·
#79084
·
|
|
Re: [PATCH] RedfishPkg/RefishCrtLib: Public RefishCrtLib
Hi Nickle,
I sent the V2 patch to add the change on RedfishPkg.yaml file. Please review it again.
Thanks
Abner
Hi Nickle,
I sent the V2 patch to add the change on RedfishPkg.yaml file. Please review it again.
Thanks
Abner
|
By
Abner Chang
·
#79083
·
|
|
[PATCH V2] RedfishPkg/RefishCrtLib: Public RefishCrtLib
Public the header file, move RefishCrtLib.h from PrivateInclude/
to Include/.
RefishCrtLib.lib will be public later. (Moved out from PrivateLibrary/)
Signed-off-by: Abner Chang
Public the header file, move RefishCrtLib.h from PrivateInclude/
to Include/.
RefishCrtLib.lib will be public later. (Moved out from PrivateLibrary/)
Signed-off-by: Abner Chang
|
By
Abner Chang
·
#79082
·
|
|
Re: [edk2-platforms] [PATCH V2] KabylakeOpenBoardPkg: Add MMIO Base/Length to SA GNVS
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#79081
·
|
|
Re: [edk2-platforms] [PATCH V1] KabylakeOpenBoardPkg: Add MMIO Base/Length to SA GNVS
Thank you for letting me know Chasel, please see PATCH V2 for the fix.
Thanks,
Nate
Thank you for letting me know Chasel, please see PATCH V2 for the fix.
Thanks,
Nate
|
By
Nate DeSimone
·
#79080
·
|
|
[edk2-platforms] [PATCH V2] KabylakeOpenBoardPkg: Add MMIO Base/Length to SA GNVS
The SA GNVS Area contains fields for the MMIO region
base address and length. This implements code to
populate those fields. The MMIO Base/Length are used
by ASL at runtime and must be populated for
The SA GNVS Area contains fields for the MMIO region
base address and length. This implements code to
populate those fields. The MMIO Base/Length are used
by ASL at runtime and must be populated for
|
By
Nate DeSimone
·
#79079
·
|
|
Re: [staging/edk2-redfish-client RedfishFeatureCore PATCH 2/3] RedfishClientPkg/RedfishFeatureCoreDxe: Redfish Feature Core DXE driver
Thanks
All issues were addressed before merged to edk2-staging edk2-redfish-clinet branch.
Abner
Thanks
All issues were addressed before merged to edk2-staging edk2-redfish-clinet branch.
Abner
|
By
Abner Chang
·
#79078
·
|
|
Re: [edk2-platforms] [PATCH V1] KabylakeOpenBoardPkg: Add MMIO Base/Length to SA GNVS
Hi Nate,
Internal test case failed, please see below inline for comments.
Thanks,
Chasel
Hi Nate,
Internal test case failed, please see below inline for comments.
Thanks,
Chasel
|
By
Chiu, Chasel
·
#79077
·
|
|
Re: [PATCH EDK2 v2 1/1] MdeModulePkg/UefiSortLib:Add UefiSortLib unit test
Hi Wu Hao,
Thank you for your help. I will have a try and send a V3 patch later.
Best Regards,
Wenyi
Hi Wu Hao,
Thank you for your help. I will have a try and send a V3 patch later.
Best Regards,
Wenyi
|
By
wenyi,xie
·
#79076
·
|
|
Re: [edk2-platforms] [PATCH V1] KabylakeOpenBoardPkg: Add MMIO Base/Length to SA GNVS
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#79075
·
|
|
Re: [edk2-platforms] [PATCH V1] MinPlatformPkg: Cleanup PeiFspWrapperHobProcessLib dependencies
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#79074
·
|
|
Re: [edk2-platforms] [PATCH V1] KabylakeSiliconPkg: Update SA_MISC_PEI_PREMEM_CONFIG
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#79073
·
|
|
回复: [PATCH v5 2/5] ArmPkg: prepare 32bit ARM build of StandaloneMmPkg
Etienne:
Thanks for your update. This version should pass CI.
Sami:
Can you help review the updated patch? So, it can still catch this stable
tag.
Thanks
Liming
Etienne:
Thanks for your update. This version should pass CI.
Sami:
Can you help review the updated patch? So, it can still catch this stable
tag.
Thanks
Liming
|
By
gaoliming
·
#79072
·
|