|
Re: [PATCH 1/1] OvmfPkg/SmbiosPlatformDxe: use PcdFirmwareVersionString
I saw we also have PcdFirmwareVendor + PcdFirmwareReleaseDateString.
So I guess it makes sense to just generate the whole string table
dynamically.
Next question is how to set them. I think it makes
I saw we also have PcdFirmwareVendor + PcdFirmwareReleaseDateString.
So I guess it makes sense to just generate the whole string table
dynamically.
Next question is how to set them. I think it makes
|
By
Gerd Hoffmann
·
#94980
·
|
|
Re: [PATCH V2 0/4] CryptoPkg: add more X509 functions.
Thanks for the context
I am very glad to see you all adding unit tests with the feature enablement.
Thanks
Sean
Thanks for the context
I am very glad to see you all adding unit tests with the feature enablement.
Thanks
Sean
|
By
Sean
·
#94979
·
|
|
[PATCH 3/3] CryptoPkg: add unit test for EC key interface.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4102
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyu1.lu@...>
Cc: Guomin Jiang <guomin.jiang@...>
Signed-off-by: Qi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4102
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyu1.lu@...>
Cc: Guomin Jiang <guomin.jiang@...>
Signed-off-by: Qi
|
By
Qi Zhang
·
#94978
·
|
|
[PATCH 2/3] CryptoPkg: Add EC key interface to DXE and protocol
The implementation provide EC key interface for EFI
driver nad EFI BaseCrypt protocol.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4102
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu
The implementation provide EC key interface for EFI
driver nad EFI BaseCrypt protocol.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4102
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu
|
By
Qi Zhang
·
#94977
·
|
|
[PATCH 1/3] CryptoPkg: Add EC key retrieving and signature interface.
This patch is used to retrieve EC key from PEM and X509 and
carry out the EC-DSA signature and verify it.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4102
Cc: Jian J Wang
This patch is used to retrieve EC key from PEM and X509 and
carry out the EC-DSA signature and verify it.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4102
Cc: Jian J Wang
|
By
Qi Zhang
·
#94976
·
|
|
[PATCH 0/3] CryptoPkg: Add EC key retrieving and signature interface.
This patch is used to retrieve EC key from PEM and X509 and
carry out the EC-DSA signature and verify it.
The interface was tested by:
1. DeviceSecurity on
This patch is used to retrieve EC key from PEM and X509 and
carry out the EC-DSA signature and verify it.
The interface was tested by:
1. DeviceSecurity on
|
By
Qi Zhang
·
#94975
·
|
|
Re: [PATCH] UefiCpuPkg/CpuPageTableLib:Support PAE paging for PageTableParse
I didn't enable the PAE support because I found slightly differences in logic that
creates the PAE paging structure.
I agree that PageTableParse() supporting PAE is more
I didn't enable the PAE support because I found slightly differences in logic that
creates the PAE paging structure.
I agree that PageTableParse() supporting PAE is more
|
By
Ni, Ray
·
#94974
·
|
|
[PATCH 3/3] UefiCpuPkg: Add Pei/DxeCpuExceptionHandlerLibUnitTest in dsc
Add Pei/DxeCpuExceptionHandlerLibUnitTest module in UefiCpuPkg.dsc
Signed-off-by: Dun Tan <dun.tan@...>
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc: Rahul Kumar
Add Pei/DxeCpuExceptionHandlerLibUnitTest module in UefiCpuPkg.dsc
Signed-off-by: Dun Tan <dun.tan@...>
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc: Rahul Kumar
|
By
duntan
·
#94973
·
|
|
[PATCH 2/3] UefiCpuPkg: Add Unit tests for PeiCpuExceptionHandlerLib
Add target based unit tests for the PeiCpuExceptionHandlerLib.
A PEIM is created to test PeiCpuExceptionHandlerLib. Four kinds
of test cases are created in this module:
1.Test if exception handler can
Add target based unit tests for the PeiCpuExceptionHandlerLib.
A PEIM is created to test PeiCpuExceptionHandlerLib. Four kinds
of test cases are created in this module:
1.Test if exception handler can
|
By
duntan
·
#94972
·
|
|
[PATCH 1/3] UefiCpuPkg: Add Unit tests for DxeCpuExceptionHandlerLib
Add target based unit tests for the DxeCpuExceptionHandlerLib.
A DXE driver is created to test DxeCpuExceptionHandlerLib. Four
kinds of test cases are created in this module:
1.Test if exception
Add target based unit tests for the DxeCpuExceptionHandlerLib.
A DXE driver is created to test DxeCpuExceptionHandlerLib. Four
kinds of test cases are created in this module:
1.Test if exception
|
By
duntan
·
#94971
·
|
|
[PATCH 0/3] Add Pei/DxeCpuExceptionHandlerLibUnitTest
Add Pei/DxeCpuExceptionHandlerLibUnitTest
Dun Tan (3):
UefiCpuPkg: Add Unit tests for DxeCpuExceptionHandlerLib
UefiCpuPkg: Add Unit tests for PeiCpuExceptionHandlerLib
UefiCpuPkg: Add
Add Pei/DxeCpuExceptionHandlerLibUnitTest
Dun Tan (3):
UefiCpuPkg: Add Unit tests for DxeCpuExceptionHandlerLib
UefiCpuPkg: Add Unit tests for PeiCpuExceptionHandlerLib
UefiCpuPkg: Add
|
By
duntan
·
#94970
·
|
|
[PATCH] UefiCpuPkg:Add RegisterExceptionHandler in PeiCpuExceptionHandlerLib
Add RegisterExceptionHandler for PeiCpuExceptionHandlerLib instance
Signed-off-by: Zhiguang Liu <zhiguang.liu@...>
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc: Rahul
Add RegisterExceptionHandler for PeiCpuExceptionHandlerLib instance
Signed-off-by: Zhiguang Liu <zhiguang.liu@...>
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc: Rahul
|
By
duntan
·
#94969
·
|
|
[PATCH] UefiCpuPkg/CpuPageTableLib:Support PAE paging for PageTableParse
Support PAE paging for PageTableParse API in CpuPageTableLib.
Signed-off-by: Dun Tan <dun.tan@...>
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc: Rahul Kumar
Support PAE paging for PageTableParse API in CpuPageTableLib.
Signed-off-by: Dun Tan <dun.tan@...>
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni <ray.ni@...>
Cc: Rahul Kumar
|
By
duntan
·
#94968
·
|
|
Re: [PATCH v3 00/34] Add a new architecture called LoongArch in EDK II
Hi All,
I have created a PR in EDK2 repo: https://github.com/tianocore/edk2/pull/3457, and all the EDK2 CI passed, so I think LoongArch port is ready to be enabled, I request to merge the LoongArch
Hi All,
I have created a PR in EDK2 repo: https://github.com/tianocore/edk2/pull/3457, and all the EDK2 CI passed, so I think LoongArch port is ready to be enabled, I request to merge the LoongArch
|
By
Chao Li
·
#94967
·
|
|
[PATCH] MdeModulePkg/XhciDxe: Allocate the Ring segments at 64K aligned address to avoid the Rings crossing a 64K byte boundary.
According the Xhci Spec, TRB Rings may be larger than a Page, however they shall not cross a 64K byte boundary, so allocate the rings at 64K aligned address to avoid they crossing a 64K byte
According the Xhci Spec, TRB Rings may be larger than a Page, however they shall not cross a 64K byte boundary, so allocate the rings at 64K aligned address to avoid they crossing a 64K byte
|
By
Jiading Zhang
·
#94966
·
|
|
Re: The principles of EDK2 module reconstruction for archs
[AMD Official Use Only - General]
Removing '_' seems make the folder hard to read, but not too bad to me though. I am fine with removing '_'.
Leif and Mike, how do you think?
Ex:
Riscv64Ia32X64
[AMD Official Use Only - General]
Removing '_' seems make the folder hard to read, but not too bad to me though. I am fine with removing '_'.
Leif and Mike, how do you think?
Ex:
Riscv64Ia32X64
|
By
Chang, Abner
·
#94965
·
|
|
Re: The principles of EDK2 module reconstruction for archs
Abner, Mike, Leif,
"Ia32_X64" is the first case in edk2 that underscore "_" is used as part of file path.
Shall we use "Ia32X64" (removing "_")?
I know that Sunil is following the
Abner, Mike, Leif,
"Ia32_X64" is the first case in edk2 that underscore "_" is used as part of file path.
Shall we use "Ia32X64" (removing "_")?
I know that Sunil is following the
|
By
Ni, Ray
·
#94964
·
|
|
Re: [PATCH 14/14] ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#94963
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 10/11/2022
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
10/11/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
10/11/2022
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
Group Notification <noreply@...>
·
#94962
·
|
|
Re: [PATCH V2 0/4] CryptoPkg: add more X509 functions.
HI Sean
You are right that the purpose is NOT to expose *all* APIs. Our purpose is still to export *necessary* APIs only.
This X.509 is for SPDM support. (https://www.dmtf.org/dsp/DSP0274). The BIOS
HI Sean
You are right that the purpose is NOT to expose *all* APIs. Our purpose is still to export *necessary* APIs only.
This X.509 is for SPDM support. (https://www.dmtf.org/dsp/DSP0274). The BIOS
|
By
Yao, Jiewen
·
#94961
·
|