|
MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3699
The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated=20
interface VariableLockRequestToLockc. So I changed the code
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3699
The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated=20
interface VariableLockRequestToLockc. So I changed the code
|
By
Yang Jie
·
#82672
·
|
|
Re: [PATCH V2 12/28] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception
#ve
Well, no, you can also change the code to avoid triggering an exception.
Adding a new lib for the exception means the lib must be added into each
and every *.dsc file (either the tdx impl or the null
Well, no, you can also change the code to avoid triggering an exception.
Adding a new lib for the exception means the lib must be added into each
and every *.dsc file (either the tdx impl or the null
|
By
Gerd Hoffmann
·
#82671
·
|
|
MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3699
The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated=20
interface VariableLockRequestToLockc. So I changed the code
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3699
The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated=20
interface VariableLockRequestToLockc. So I changed the code
|
By
Yang Jie
·
#82670
·
|
|
Re: [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe
For the AmdSev config it doesn't make sense to support a CSM.
So I' suggest to just remove support for CSM_ENABLE=TRUE (separate
patch), then use the lapic timer unconditionally.
For the three
For the AmdSev config it doesn't make sense to support a CSM.
So I' suggest to just remove support for CSM_ENABLE=TRUE (separate
patch), then use the lapic timer unconditionally.
For the three
|
By
Gerd Hoffmann
·
#82669
·
|
|
Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, October 26, 2021
#cal-cancelled
Cancelled: TianoCore Bug Triage - APAC / NAMO
This event has been cancelled.
When:
Tuesday, October 26, 2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
Cancelled: TianoCore Bug Triage - APAC / NAMO
This event has been cancelled.
When:
Tuesday, October 26, 2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#82668
·
|
|
回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 10/26/2021
#cal-reminder
Few new issues are reported this week. Let’s cancel the meeting.
3704
EDK2
Code
unassigned@...
UNCO
OvmfPkgX64 RELEASE build fails with clang-13.
Thu 05:28
krichanov@...
3702
EDK2
Few new issues are reported this week. Let’s cancel the meeting.
3704
EDK2
Code
unassigned@...
UNCO
OvmfPkgX64 RELEASE build fails with clang-13.
Thu 05:28
krichanov@...
3702
EDK2
|
By
gaoliming
·
#82667
·
|
|
Re: [PATCH V2 12/28] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception
#ve
VE Exception may happen before a component registers exception. So it has to be implemented inside the exception lib.
Thanks.
Min
VE Exception may happen before a component registers exception. So it has to be implemented inside the exception lib.
Thanks.
Min
|
By
Min Xu
·
#82666
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 10/26/2021
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
10/26/2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
10/26/2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#82665
·
|
|
Re: [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe
Thanks for your detailed explanation. I agree we don't need a runtime switch. Just use CSM_ENABLE=TRUE in *.dsc/*.fdf to switch 8254 and lapic in build time.
I will submit a separate patch series for
Thanks for your detailed explanation. I agree we don't need a runtime switch. Just use CSM_ENABLE=TRUE in *.dsc/*.fdf to switch 8254 and lapic in build time.
I will submit a separate patch series for
|
By
Min Xu
·
#82664
·
|
|
Re: [edk2-platforms][PATCH V1 02/11] CometlakeOpenBoardPkg/ReportFvLib: Switch to new library instances.
Reviewed-by: Kathappan Esakkithevar <kathappan.esakkithevar@...>
Reviewed-by: Kathappan Esakkithevar <kathappan.esakkithevar@...>
|
By
Kathappan Esakkithevar
·
#82663
·
|
|
Inclusive Language RFC
Hello all,
Please provide your feedback and comments to the Inclusive Language Plan below over the next two weeks (10/25-11/05). Thank you in advance for your contributions.
***
## Overview
To
Hello all,
Please provide your feedback and comments to the Inclusive Language Plan below over the next two weeks (10/25-11/05). Thank you in advance for your contributions.
***
## Overview
To
|
By
Teng, Lynn L
·
#82662
·
|
|
Call for Topics - Community Meeting Nov 4
Hello All,
Please let me know by October 29th if you have any topics you would like to include in the agenda for the November 4th Community Meeting.
Thank you,
Lynn Teng
Hello All,
Please let me know by October 29th if you have any topics you would like to include in the agenda for the November 4th Community Meeting.
Thank you,
Lynn Teng
|
By
Teng, Lynn L
·
#82661
·
|
|
Re: [edk2-libc Patch 1/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc
Hi Mike,
I have send V2 version of patch series to remove complete Py 2.7 support(including py 2.7.2 and py 2.7.10 versions removal).
Separate patches created for code and document changes.
There
Hi Mike,
I have send V2 version of patch series to remove complete Py 2.7 support(including py 2.7.2 and py 2.7.10 versions removal).
Separate patches created for code and document changes.
There
|
By
Jayaprakash, N
·
#82660
·
|
|
[edk2-libc Patch v2 4/4] AppPkg/Applications/Python: to remove py2.7.10 references from edk2-libc
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589
This commit is to remove the document references to py 2.7.10
UEFI port. Py2.7.10 is no more supported as it has reached EOL
starting from 1st
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589
This commit is to remove the document references to py 2.7.10
UEFI port. Py2.7.10 is no more supported as it has reached EOL
starting from 1st
|
By
Jayaprakash, N
·
#82659
·
|
|
[edk2-libc Patch v2 3/4] AppPkg/Applications/Python: to remove py2.7.10 support from edk2-libc
By
Jayaprakash, N
·
#82658
·
|
|
[edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
By
Jayaprakash, N
·
#82657
·
|
|
[edk2-libc Patch v2 2/4] AppPkg/Applications/Python: to remove document references to py2.7.2
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589
This commit is to remove references to the py 2.7.2 UEFI port
in all documents from edk2-libc repo. This python interpreter
is no more
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589
This commit is to remove references to the py 2.7.2 UEFI port
in all documents from edk2-libc repo. This python interpreter
is no more
|
By
Jayaprakash, N
·
#82656
·
|
|
[edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
By
Jayaprakash, N
·
#82655
·
|
|
[edk2-libc Patch v2 0/4] To remove Py 2.7 support from edk2-libc
Jayaprakash Nevara (4):
AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
AppPkg/Applications/Python: to remove document references to py2.7.2
AppPkg/Applications/Python: to
Jayaprakash Nevara (4):
AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
AppPkg/Applications/Python: to remove document references to py2.7.2
AppPkg/Applications/Python: to
|
By
Jayaprakash, N
·
#82654
·
|
|
[edk2-libc Patch v2 0/4] To remove Py 2.7 support from edk2-libc
Jayaprakash Nevara (4):
AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
AppPkg/Applications/Python: to remove document references to py2.7.2
AppPkg/Applications/Python: to
Jayaprakash Nevara (4):
AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
AppPkg/Applications/Python: to remove document references to py2.7.2
AppPkg/Applications/Python: to
|
By
Jayaprakash, N
·
#82653
·
|