|
[PATCH v3 05/10] MdePkg/CompilerIntrinsicsLib: copy over intrinsics from edk2-libc repo 5 messages
Copy over unmodified (except for running through uncrustify), from https://github.com/tianocore/edk2-libc/tree/master/StdLib/LibC/CRT Signed-off-by: Gerd Hoffmann <kraxel@...> Acked-by: Liming Gao <ga
Copy over unmodified (except for running through uncrustify), from https://github.com/tianocore/edk2-libc/tree/master/StdLib/LibC/CRT Signed-off-by: Gerd Hoffmann <kraxel@...> Acked-by: Liming Gao <ga
|
By
Gerd Hoffmann
·
|
|
[PATCH 1/1] MdePkg: Add WPA3 related TLS configure macro 4 messages
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3892 Which are needed for SUITE-B and SUITE-B-192. Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: yi1 li <
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3892 Which are needed for SUITE-B and SUITE-B-192. Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: yi1 li <
|
By
yi1 li
·
|
|
Event: TianoCore Community Meeting - APAC/NAMO - 05/05/2022 2 messages
#cal-reminder
Reminder: TianoCore Community Meeting - APAC/NAMO When: 05/05/2022 7:30pm to 8:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZWNiZWM1MzgtNWEzMy00MT
Reminder: TianoCore Community Meeting - APAC/NAMO When: 05/05/2022 7:30pm to 8:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZWNiZWM1MzgtNWEzMy00MT
|
By
devel@edk2.groups.io Calendar
·
|
|
TianoCore Community Meeting EMEA/NAMO 20220506
# TianoCore Community Meeting **Highlights:** - Coverity update from Felix # Meeting Minutes: 1) **Event Updates (_5 minutes]** - **No Event Updates ** 2) [**Stable Tag Updates (_5 minutes_)** - Soft
# TianoCore Community Meeting **Highlights:** - Coverity update from Felix # Meeting Minutes: 1) **Event Updates (_5 minutes]** - **No Event Updates ** 2) [**Stable Tag Updates (_5 minutes_)** - Soft
|
By
Demeter, Miki
·
|
|
Event: TianoCore Community Meeting - EMEA / NAMO - 05/05/2022 2 messages
#cal-reminder
Reminder: TianoCore Community Meeting - EMEA / NAMO When: 05/05/2022 9:00am to 10:00am (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_N2UyMTVhZjUtOTk3Ni0
Reminder: TianoCore Community Meeting - EMEA / NAMO When: 05/05/2022 9:00am to 10:00am (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_N2UyMTVhZjUtOTk3Ni0
|
By
devel@edk2.groups.io Calendar
·
|
|
[PATCH 5/6] OvmfPkg/TdxDxe: Install MpInitLibDepLib protocols
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 In Td guest CpuDxe driver uses the MpInitLibUp, the other guest type use the MpInitLib. So we install different Pr
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 In Td guest CpuDxe driver uses the MpInitLibUp, the other guest type use the MpInitLib. So we install different Pr
|
By
Min Xu
·
|
|
[PATCH 3/6] OvmfPkg: Add MpInitLibDepLib
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 There are 4 MpInitLibDepLib: - PeiMpInitLibMpDepLib: MpInitLib multi-processor dependency - PeiMpInitLibUpDepLib: MpInitLib unique-processor dep
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 There are 4 MpInitLibDepLib: - PeiMpInitLibMpDepLib: MpInitLib multi-processor dependency - PeiMpInitLibUpDepLib: MpInitLib unique-processor dep
|
By
Min Xu
·
|
|
[PATCH 2/6] OvmfPkg: Add MpInitLibDepLib related PPI/Protocol definitions
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 MpInitLibDepLib is a set of libraries which depend on PPI/Protocol. This patch defines the related PPI/Protocols in OvmfPkg. Cc: Eric Dong <eric
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 MpInitLibDepLib is a set of libraries which depend on PPI/Protocol. This patch defines the related PPI/Protocols in OvmfPkg. Cc: Eric Dong <eric
|
By
Min Xu
·
|
|
[PATCH 1/6] UefiCpuPkg: Revert "UefiCpuPkg: Enable Tdx support in MpInitLib"
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 This reverts commit 88da06ca763eb6514565c1867a801a427c1f3447. This commit triggers the ASSERT in Non-Td guest. Cc:
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 This reverts commit 88da06ca763eb6514565c1867a801a427c1f3447. This commit triggers the ASSERT in Non-Td guest. Cc:
|
By
Min Xu
·
|
|
[PATCH 0/6] Support 2 CpuMpPei/CpuDxe in One image
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 Above BZ reports an issue that commit 88da06ca triggers ASSERT in some scenario. This patch-set is to fix this issue. As commit 88da06ca describ
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 Above BZ reports an issue that commit 88da06ca triggers ASSERT in some scenario. This patch-set is to fix this issue. As commit 88da06ca describ
|
By
Min Xu
·
|
|
[PATCH 1/1] UefiCpuPkg: Save PcdConfidentialComputingGuestAttr in mCcGuestAttr 5 messages
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 There is an issue reported when booting multiple vCPU guests (regular and SEV). This issues consist of EfiAcquireLock() / EfiReleaseLock() ASSER
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 There is an issue reported when booting multiple vCPU guests (regular and SEV). This issues consist of EfiAcquireLock() / EfiReleaseLock() ASSER
|
By
Min Xu
·
|
|
[rfc] Remove support for unsupported tool_chain_tags 4 messages
As discussed at the weekly tools meeting, I am proposing that all unsupported tool chains get removed from tools_def.template in the Basetools/Conf folder (edk2/tools_def.template at master · tianocor
As discussed at the weekly tools meeting, I am proposing that all unsupported tool chains get removed from tools_def.template in the Basetools/Conf folder (edk2/tools_def.template at master · tianocor
|
By
Sean
·
|
|
[PATCH 1/1] BaseTools: Add FMMT Python Tool 2 messages
The FMMT python tool is used for firmware files operation, which has the Fv/FFs-based 'View'&'Add'&'Delete'&'Replace' operation function: 1.Parse a FD(Firmware Device) / FV(Firmware Volume) / FFS(Firm
The FMMT python tool is used for firmware files operation, which has the Fv/FFs-based 'View'&'Add'&'Delete'&'Replace' operation function: 1.Parse a FD(Firmware Device) / FV(Firmware Volume) / FFS(Firm
|
By
Yuwei Chen
·
|
|
回复: [edk2-rfc] [rfc] Remove support for unsupported tool_chain_tags
Sean: After remove, the supported tool chain will have its maintainer. This is a good idea. For CLANG tool chain, CLANGPDB and CLANGDWARF supports IA32 and X64 arch only, they can run Windows/Linux/Ma
Sean: After remove, the supported tool chain will have its maintainer. This is a good idea. For CLANG tool chain, CLANGPDB and CLANGDWARF supports IA32 and X64 arch only, they can run Windows/Linux/Ma
|
By
gaoliming
·
|
|
回复: [edk2-devel] Does BaseTools support VS2022?
Ray: There is one BZ https://bugzilla.tianocore.org/show_bug.cgi?id=3879 for VS2022. Now, there is no work plan for it. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Ni, Ray 发送时间:
Ray: There is one BZ https://bugzilla.tianocore.org/show_bug.cgi?id=3879 for VS2022. Now, there is no work plan for it. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Ni, Ray 发送时间:
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH 10/10] BaseTools: Remove RVCT support
Acked-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Rebecca Cran > 发送时间: 2022年5月4日 2:48 > 收件人: devel@edk2.groups.io; Leif Lindholm <quic_llindho
Acked-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Rebecca Cran > 发送时间: 2022年5月4日 2:48 > 收件人: devel@edk2.groups.io; Leif Lindholm <quic_llindho
|
By
gaoliming
·
|
|
[PATCH v1 11/11] EmulatorPkg: Pipeline: Resolve SecureBootVariableLib dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve pipeline builds. Cc: Andrew Fish
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve pipeline builds. Cc: Andrew Fish
|
By
Kun Qin
·
|
|
[PATCH v1 10/11] OvmfPkg: Pipeline: Resolve SecureBootVariableLib dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve pipeline builds. Cc: Ard Biesheu
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve pipeline builds. Cc: Ard Biesheu
|
By
Kun Qin
·
|
|
[PATCH v1 09/11] SecurityPkg: SecureBootVariableLib: Added unit tests
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This change added unit test and enabled it from pipeline for the updated SecureBootVariableLib. The unit test covers al
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This change added unit test and enabled it from pipeline for the updated SecureBootVariableLib. The unit test covers al
|
By
Kun Qin
·
|
|
[PATCH v1 08/11] SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 This change is in pair with the previous SecureBootVariableLib change, which updated the interface of `CreateTimeBase
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 This change is in pair with the previous SecureBootVariableLib change, which updated the interface of `CreateTimeBase
|
By
Kun Qin
·
|