|
Re: [PATCH] Check return status on calls to GetTime()
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
|
By
G Edhaya Chandran
·
#64012
·
|
|
Re: [PATCH v2 2/6] FmpDevicePkg: Add LastAttemptStatus.h
I realized there is room for misinterpretation of the macros LAST_ATTEMPT_STATUS_DRIVER_ERROR_COUNT and LAST_ATTEMPT_STATUS_DEPENDENCY_ERROR_COUNT based on name.
If there's no further feedback on the
I realized there is room for misinterpretation of the macros LAST_ATTEMPT_STATUS_DRIVER_ERROR_COUNT and LAST_ATTEMPT_STATUS_DEPENDENCY_ERROR_COUNT based on name.
If there's no further feedback on the
|
By
Michael Kubacki
·
#64011
·
|
|
Re: [edk2-test][PATCH v1 3/3] uefi-sct/SctPkg: Remove obsolete version macros
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
Upstreamed by Commit: 57280728e277c66d7803592cf071d87a21654d09
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
Upstreamed by Commit: 57280728e277c66d7803592cf071d87a21654d09
|
By
G Edhaya Chandran
·
#64010
·
|
|
Re: [edk2-test][PATCH v1 2/3] uefi-sct/SctPkg: Add build instructions with latest EDK2
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
Upstreamed by Commit: fd5996f2d060a090c0d4bb0107a8790221539eb9
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
Upstreamed by Commit: fd5996f2d060a090c0d4bb0107a8790221539eb9
|
By
G Edhaya Chandran
·
#64009
·
|
|
Re: [edk2-test][PATCH v1 1/3] uefi-sct/SctPkg: Fix build with latest EDK2
Upstreamed by Commit: 5588ebe78620e7ee99bc56a08e964499af52a63b
Upstreamed by Commit: 5588ebe78620e7ee99bc56a08e964499af52a63b
|
By
G Edhaya Chandran
·
#64008
·
|
|
Re: [edk2-test][PATCH v1 0/3] uefi-sct/SctPkg: Build Aarch64 with latest EDK2
Upstreamed by Commits ID
57280728e277c66d7803592cf071d87a21654d09
fd5996f2d060a090c0d4bb0107a8790221539eb9
5588ebe78620e7ee99bc56a08e964499af52a63b
Upstreamed by Commits ID
57280728e277c66d7803592cf071d87a21654d09
fd5996f2d060a090c0d4bb0107a8790221539eb9
5588ebe78620e7ee99bc56a08e964499af52a63b
|
By
G Edhaya Chandran
·
#64007
·
|
|
Re: [edk2-test][PATCH v1 0/3] uefi-sct/SctPkg: Build Aarch64 with latest EDK2
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
|
By
G Edhaya Chandran
·
#64006
·
|
|
[PATCH] Add a stub CONTRIBUTING.md pointing to the wiki
Googling for 'edk2 pull request' did not find this wiki page:
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process
Add it to CONTRIBUTING.md for more
Googling for 'edk2 pull request' did not find this wiki page:
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process
Add it to CONTRIBUTING.md for more
|
By
Cole
·
#64005
·
|
|
Re: [PATCH v2 2/6] FmpDevicePkg: Add LastAttemptStatus.h
#1: In v3, I'm going to split it such that the defines are in the public header and the enum specifying the internal driver and dependency ranges are in a private header to FmpDevicePkg.
Here's the
#1: In v3, I'm going to split it such that the defines are in the public header and the enum specifying the internal driver and dependency ranges are in a private header to FmpDevicePkg.
Here's the
|
By
Michael Kubacki
·
#64004
·
|
|
[PATCH 0/2] BaseTools: Python 3.9 fixes
These patches fix two issues running the BaseTools test suite
on python 3.9 from Fedora rawhide. See patches for individual details
Cole Robinson (2):
BaseTools: fix ucs-2 lookup on python 3.9
These patches fix two issues running the BaseTools test suite
on python 3.9 from Fedora rawhide. See patches for individual details
Cole Robinson (2):
BaseTools: fix ucs-2 lookup on python 3.9
|
By
Cole
·
#64003
·
|
|
[PATCH 1/2] BaseTools: fix ucs-2 lookup on python 3.9
python3.9 changed/fixed codec.register behavior to always replace
hyphen with underscore for passed in codec names:
https://bugs.python.org/issue37751
So the custom Ucs2Search needs to be adapted
python3.9 changed/fixed codec.register behavior to always replace
hyphen with underscore for passed in codec names:
https://bugs.python.org/issue37751
So the custom Ucs2Search needs to be adapted
|
By
Cole
·
#64002
·
|
|
[PATCH 2/2] BaseTools: Work around array.array.tostring() removal in python 3.9
In python3, array.array.tostring() was a compat alias for tobytes().
tostring() was removed in python 3.9.
Convert this to use tolist() which should be valid for all python
versions.
This fixes this
In python3, array.array.tostring() was a compat alias for tobytes().
tostring() was removed in python 3.9.
Convert this to use tolist() which should be valid for all python
versions.
This fixes this
|
By
Cole
·
#64001
·
|
|
Re: [PATCH v2 0/9] Need add a FSP binary measurement
Hi Qi,
Two common comments here. More specific comments will be given separately
in each patch email later.
c1. SecurityPkg/Library/DxeTpmMeasurementLib/EventLogRecord.c and
Hi Qi,
Two common comments here. More specific comments will be given separately
in each patch email later.
c1. SecurityPkg/Library/DxeTpmMeasurementLib/EventLogRecord.c and
|
By
Wang, Jian J
·
#64000
·
|
|
Re: [PATCH v14 00/46] SEV-ES guest support
No worries, easy enough to do if I'm already updating the others.
I would like to be able to run this tool on my system, though, to see if
anything else gets flagged after fixing the above mentioned
No worries, easy enough to do if I'm already updating the others.
I would like to be able to run this tool on my system, though, to see if
anything else gets flagged after fixing the above mentioned
|
By
Lendacky, Thomas
·
#63999
·
|
|
Re: [PATCH v4 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
(1) This patch does not cover "OvmfPkg/Bhyve/BhyvePkgX64.dsc", which
also resolves "OpensslLib".
(2) Please add the RngLib resolution just after the "OpensslLib"
resolution(s), in each of the five
(1) This patch does not cover "OvmfPkg/Bhyve/BhyvePkgX64.dsc", which
also resolves "OpensslLib".
(2) Please add the RngLib resolution just after the "OpensslLib"
resolution(s), in each of the five
|
By
Laszlo Ersek
·
#63998
·
|
|
Re: [PATCH v4 4/5] ArmVirtPkg: Add RngLib based on TimerLib for CryptoPkg
In addition to the documentation updates requested by Ard and myself
under the OvmfPkg patch (non-empty commit message body, BZ reference),
I'd like to request that we add the RngLib resolution near
In addition to the documentation updates requested by Ard and myself
under the OvmfPkg patch (non-empty commit message body, BZ reference),
I'd like to request that we add the RngLib resolution near
|
By
Laszlo Ersek
·
#63997
·
|
|
Re: [PATCH v4 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
Hi Ard!
Cover letter:
[edk2-devel] [PATCH v4 0/5] Use RngLib instead of TimerLib for OpensslLib
https://edk2.groups.io/g/devel/message/63944
Hi Ard!
Cover letter:
[edk2-devel] [PATCH v4 0/5] Use RngLib instead of TimerLib for OpensslLib
https://edk2.groups.io/g/devel/message/63944
|
By
Laszlo Ersek
·
#63996
·
|
|
Re: [PATCH v9 00/16] Add a plugin to check Ecc issues for edk2 on open ci
Hello Shenglei,
(+Ard)
2/16: ".pytool/Plugin: Add a plugin EccCheck"
2/16: ".pytool/Plugin: Add a plugin EccCheck"
3/16: "MdeModulePkg/MdeModulePkg.ci.yaml: Add configuration for Ecc check"
5/16:
Hello Shenglei,
(+Ard)
2/16: ".pytool/Plugin: Add a plugin EccCheck"
2/16: ".pytool/Plugin: Add a plugin EccCheck"
3/16: "MdeModulePkg/MdeModulePkg.ci.yaml: Add configuration for Ecc check"
5/16:
|
By
Laszlo Ersek
·
#63995
·
|
|
Re: [Wiki][Patch V2] Add EDK II Code First Process Wiki Page
Hi Samer,
Comments included below.
Mike
Hi Samer,
Comments included below.
Mike
|
By
Michael D Kinney
·
#63994
·
|
|
Re: [PATCH v14 00/46] SEV-ES guest support
I don't understand this report; with this series applied, line 867 is
the following:
867 UINT8 *Src, *Dst;
coming from patch v14 37/46, "OvmfPkg/Sec: Add #VC exception handling
for Sec
I don't understand this report; with this series applied, line 867 is
the following:
867 UINT8 *Src, *Dst;
coming from patch v14 37/46, "OvmfPkg/Sec: Add #VC exception handling
for Sec
|
By
Laszlo Ersek
·
#63993
·
|