|
[PATCH V1 1/1] UefiCpuPkg: Add back VmgExitLib to fix downstream incompatibility issue
2 messages
From: Min M Xu <min.m.xu@...> VmgExitLib is renamed as CcExitLib in commit a89f558d3c. This brought incompatibility issues for platforms downstream. This patch adds back VmgExitLib (VmgExitLib.h & Vmg
From: Min M Xu <min.m.xu@...> VmgExitLib is renamed as CcExitLib in commit a89f558d3c. This brought incompatibility issues for platforms downstream. This patch adds back VmgExitLib (VmgExitLib.h & Vmg
|
By
Min Xu
·
|
|
[PATCH 3/3] .azurepipelines: Expand PlatformCI template for Shell UnitTest
Expand PlatformCI build and run steps template for Shell UnitTest. Add a new parameter unit_test_list to support building and running specific Shell UnitTest modules. In stuart_pr_eval step, if the un
Expand PlatformCI build and run steps template for Shell UnitTest. Add a new parameter unit_test_list to support building and running specific Shell UnitTest modules. In stuart_pr_eval step, if the un
|
By
duntan
·
|
|
[PATCH 2/3] OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI
Add new job like OVMF_X64_DEBUG_UNIT_TEST in OvmfPkg PlatformCI .yml file. New parameter unit_test_list is used to specify Shell Unit Test list which needs to build and run. Format for this input shou
Add new job like OVMF_X64_DEBUG_UNIT_TEST in OvmfPkg PlatformCI .yml file. New parameter unit_test_list is used to specify Shell Unit Test list which needs to build and run. Format for this input shou
|
By
duntan
·
|
|
[PATCH 1/3] OvmfPkg/PlatformCI: Expand Ovmf PlatformCI for Shell UnitTest
Expand Ovmf PlatformBuild.py and PlatformBuildLib.py to support building and running specific Shell target UnitTest modules. In the new CommonPlatform class: It provides new class attributes and new m
Expand Ovmf PlatformBuild.py and PlatformBuildLib.py to support building and running specific Shell target UnitTest modules. In the new CommonPlatform class: It provides new class attributes and new m
|
By
duntan
·
|
|
[PATCH 0/3] Expand Ovmf PlatformCI to enable CI for Shell UnitTest
OvmfPkg/PlatformCI: Expand Ovmf PlatformCI python files for Shell UnitTest OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI yml files .azurepipelines: Expand PlatformCI template yml files
OvmfPkg/PlatformCI: Expand Ovmf PlatformCI python files for Shell UnitTest OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI yml files .azurepipelines: Expand PlatformCI template yml files
|
By
duntan
·
|
|
回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, November 22, 2022
#cal-reminder
Few issues are reported this week. Let’s cancel this week meeting. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年11月22日 10:30 收件人: devel@edk2.groups.i
Few issues are reported this week. Let’s cancel this week meeting. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年11月22日 10:30 收件人: devel@edk2.groups.i
|
By
gaoliming
·
|
|
EmulatorPkg: fixes for NetBSD compilation
3 messages
diff --git a/EmulatorPkg/Unix/Host/BlockIo.c b/EmulatorPkg/Unix/Host/BlockIo.c index cf2d6b4cda..c0c694be55 100644 --- a/EmulatorPkg/Unix/Host/BlockIo.c +++ b/EmulatorPkg/Unix/Host/BlockIo.c @@ -133,6
diff --git a/EmulatorPkg/Unix/Host/BlockIo.c b/EmulatorPkg/Unix/Host/BlockIo.c index cf2d6b4cda..c0c694be55 100644 --- a/EmulatorPkg/Unix/Host/BlockIo.c +++ b/EmulatorPkg/Unix/Host/BlockIo.c @@ -133,6
|
By
tlaronde@...
·
|
|
[PATCH v5 19/19] SecurityPkg: Add references to new *.inf files
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add references to the different *ProtectedVariableLib.inf. Also add references to VariableKeyLibNull.inf, EncryptionVariableLibNull.inf, Protec
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add references to the different *ProtectedVariableLib.inf. Also add references to VariableKeyLibNull.inf, EncryptionVariableLibNull.inf, Protec
|
By
Judah Vang
·
|
|
[PATCH v5 18/19] SecurityPkg: Add Protected Variable Services
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V5: Applied code review comments. Remove unused API. V3: Change placement of buffer used for confidentiality crypto operation to fix an issue w
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V5: Applied code review comments. Remove unused API. V3: Change placement of buffer used for confidentiality crypto operation to fix an issue w
|
By
Judah Vang
·
|
|
[PATCH v5 17/19] SecurityPkg: Add EncryptionVariable lib with AES
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V3: Change AllocateZeroPool() with AllocatePages() and FreePool() with FreePages(). FreePool() is not supported in PEI phase so this was causin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V3: Change AllocateZeroPool() with AllocatePages() and FreePool() with FreePages(). FreePool() is not supported in PEI phase so this was causin
|
By
Judah Vang
·
|
|
[PATCH v5 15/19] SecurityPkg: Add null encryption variable libs
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Applied code review - Remove empty Guids section from .inf file. Update description in *.c. Remove *.uni file and reference to it. V1: Prov
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Applied code review - Remove empty Guids section from .inf file. Update description in *.c. Remove *.uni file and reference to it. V1: Prov
|
By
Judah Vang
·
|
|
[PATCH v5 11/19] SecurityPkg: Add new KeyService types and defines
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: revert copyright date change. V1: Add new KeyService types and defines. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> C
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: revert copyright date change. V1: Add new KeyService types and defines. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> C
|
By
Judah Vang
·
|
|
[PATCH v5 09/19] MdeModulePkg: Reference Null ProtectedVariableLib
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V5: Add reference to new Protected Variable libs. V1: Make reference to new Null ProtectVariableLib. The null ProtectedVariableLib is used by d
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V5: Add reference to new Protected Variable libs. V1: Make reference to new Null ProtectVariableLib. The null ProtectedVariableLib is used by d
|
By
Judah Vang
·
|
|
[PATCH v5 08/19] MdeModulePkg: Add support for Protected Variables
6 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V5: Add RuntimeDxe Variable Protection into a new directory and keep existing Variable for RuntimeDxe unchanged. v4: Applied code review - remo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V5: Add RuntimeDxe Variable Protection into a new directory and keep existing Variable for RuntimeDxe unchanged. v4: Applied code review - remo
|
By
Judah Vang
·
|
|
[PATCH v5 06/19] MdeModulePkg: Add Null ProtectedVariable Library
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Applied code review comments - removed APIs that are not being used. V1: Add Null versions of the ProtectedVariable Library. This will be t
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Applied code review comments - removed APIs that are not being used. V1: Add Null versions of the ProtectedVariable Library. This will be t
|
By
Judah Vang
·
|
|
[PATCH v5 04/19] MdeModulePkg: Add new include files
2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Updated with review comments for misspellings, mismatch function prototype, missing function header comments, incorrect function descriptio
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Updated with review comments for misspellings, mismatch function prototype, missing function header comments, incorrect function descriptio
|
By
Judah Vang
·
|
|
[edk2-platforms: PATCH] BIOS needs to present cores in order of relative performance in MADT
12 messages
BIOS should keep MADT ordering by big core first then small core Signed-off-by: JackX Lin <JackX.Lin@...> Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Isaac Oram
BIOS should keep MADT ordering by big core first then small core Signed-off-by: JackX Lin <JackX.Lin@...> Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Isaac Oram
|
By
JackX Lin
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, November 22, 2022
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO When: Tuesday, November 22, 2022 6:30pm to 7:30pm (UTC-08:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2U
Reminder: TianoCore Bug Triage - APAC / NAMO When: Tuesday, November 22, 2022 6:30pm to 7:30pm (UTC-08:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2U
|
By
Group Notification
·
|
|
Now: Tools, CI, Code base construction meeting series - Monday, November 21, 2022
#cal-notice
Tools, CI, Code base construction meeting series When: Monday, November 21, 2022 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 View Event D
Tools, CI, Code base construction meeting series When: Monday, November 21, 2022 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 View Event D
|
By
Group Notification
·
|
|
Event: Tools, CI, Code base construction meeting series - Monday, November 21, 2022
2 messages
#cal-reminder
Reminder: Tools, CI, Code base construction meeting series When: Monday, November 21, 2022 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 Vi
Reminder: Tools, CI, Code base construction meeting series When: Monday, November 21, 2022 4:30pm to 5:30pm (UTC-08:00) America/Los Angeles Where: https://github.com/tianocore/edk2/discussions/2614 Vi
|
By
Group Notification
·
|