|
[PATCH 0/3] CryptoPkg/openssl: Enable EC conditionally.
Recommend for Gerd: (2) Keep the EC config option, but update process_files.pl to automatically add the PcdEcEnabled config option handling to the files it generates. This patch set does (2). When rem
Recommend for Gerd: (2) Keep the EC config option, but update process_files.pl to automatically add the PcdEcEnabled config option handling to the files it generates. This patch set does (2). When rem
|
By
yi1 li
·
|
|
[PATCH] [edk2-staging] BaseTools:Remove useless FMMT entry file
FMMT can be directly used as its compiled binary path saved in PATH, the FMMT in BaseTools/BinWrappers/PosixLike is useless now. This patch remove the useless file. Cc: Bob Feng <bob.c.feng@...> Cc: L
FMMT can be directly used as its compiled binary path saved in PATH, the FMMT in BaseTools/BinWrappers/PosixLike is useless now. This patch remove the useless file. Cc: Bob Feng <bob.c.feng@...> Cc: L
|
By
Yuwei Chen
·
|
|
[PATCH] [edk2-staging] BaseTools: Modify FMMT GNUmakefile
Currently the path of compiled FMMT binary is not saved in PATH, this patch modified FMMT binary path for directly using. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Yu
Currently the path of compiled FMMT binary is not saved in PATH, this patch modified FMMT binary path for directly using. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Yu
|
By
Yuwei Chen
·
|
|
[PATCH] Remove useless FMMT entry file
FMMT can be directly used as its compiled binary path saved in PATH, the FMMT in BaseTools/BinWrappers/PosixLike is useless now. This patch remove the useless file. Cc: Bob Feng <bob.c.feng@...> Cc: L
FMMT can be directly used as its compiled binary path saved in PATH, the FMMT in BaseTools/BinWrappers/PosixLike is useless now. This patch remove the useless file. Cc: Bob Feng <bob.c.feng@...> Cc: L
|
By
Yuwei Chen
·
|
|
[PATCH] BaseTools: Modify FMMT GNUmakefile
Currently the path of compiled FMMT binary is not saved in PATH, this patch modified FMMT binary path for directly using. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Yu
Currently the path of compiled FMMT binary is not saved in PATH, this patch modified FMMT binary path for directly using. Cc: Bob Feng <bob.c.feng@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Yu
|
By
Yuwei Chen
·
|
|
[PATCH 10/10] BaseTools: Remove RVCT support 2 messages
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- BaseTools/Conf/build_rule.template | 42 ++---- BaseTools/Conf/tools_def.template | 157 ----
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@...> --- BaseTools/Conf/build_rule.template | 42 ++---- BaseTools/Conf/tools_def.template | 157 ----
|
By
Rebecca Cran
·
|
|
[Patch V2] UefiPayloadPkg: Fix the UPL build failure 2 messages
Add double quotes to LlvmObjcopyPath. Blank space in LlvmObjcopyPath will cause build failure. This build failure is introduced by 2306555bf908 ( "UefiPayloadPkg: Fix IA32 entry build failure"). Signe
Add double quotes to LlvmObjcopyPath. Blank space in LlvmObjcopyPath will cause build failure. This build failure is introduced by 2306555bf908 ( "UefiPayloadPkg: Fix IA32 entry build failure"). Signe
|
By
duntan
·
|
|
Event: TianoCore Design Meeting - APAC/NAMO - 05/13/2022
#cal-reminder
Reminder: TianoCore Design Meeting - APAC/NAMO When: 05/13/2022 9:30am to 10:30am (UTC+08:00) Asia/Shanghai Where: Microsoft Teams Organizer: Ray Ni ray.ni@... View Event Description: TOPIC NA For mor
Reminder: TianoCore Design Meeting - APAC/NAMO When: 05/13/2022 9:30am to 10:30am (UTC+08:00) Asia/Shanghai Where: Microsoft Teams Organizer: Ray Ni ray.ni@... View Event Description: TOPIC NA For mor
|
By
devel@edk2.groups.io Calendar
·
|
|
[PATCH v3] PcAtChipsetPkg: Change the flow of PcRtcInit() 2 messages
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3913 The original flow of PcRtcInit() is like: 1. Guarantee atomic accesses to the RTC time registers and read out the value. 2. Program RTC register
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3913 The original flow of PcRtcInit() is like: 1. Guarantee atomic accesses to the RTC time registers and read out the value. 2. Program RTC register
|
By
Zhuoran Chao
·
|
|
[PATCH 4/4] MpInitLib: Only allocate below 1MB memory for 16bit code
Today's implementation allocates below 1MB memory for the 16bit, 32bit and 64bit code. But it's not necessary since now the 32bit and 64bit code run at high memory no matter in PEI and DXE phase. The
Today's implementation allocates below 1MB memory for the 16bit, 32bit and 64bit code. But it's not necessary since now the 32bit and 64bit code run at high memory no matter in PEI and DXE phase. The
|
By
Ni, Ray
·
|
|
[PATCH 2/4] MpInitLib: remove unneeded global ASM_PFX
global in NASM file is used for symbols that are referenced in C files. Remove unneeded global keyword in NASM file. Signed-off-by: Ray Ni <ray.ni@...> --- UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.na
global in NASM file is used for symbols that are referenced in C files. Remove unneeded global keyword in NASM file. Signed-off-by: Ray Ni <ray.ni@...> --- UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.na
|
By
Ni, Ray
·
|
|
[PATCH 1/4] MpInitLib: Allocate code buffer for PEI phase
Today's implementation assumes PEI phase runs at 32bit so the execution-disable feature is not applicable. It's not always TRUE. The patch allocates 32bit&64bit code buffer for PEI phase as well. Sign
Today's implementation assumes PEI phase runs at 32bit so the execution-disable feature is not applicable. It's not always TRUE. The patch allocates 32bit&64bit code buffer for PEI phase as well. Sign
|
By
Ni, Ray
·
|
|
[PATCH v2] PcAtChipsetPkg: Change the flow of PcRtcInit() 2 messages
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3913 The original flow of PcRtcInit() is like: 1. Guarantee atomic accesses to the RTC time registers and read out the value. 2. Program RTC register
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3913 The original flow of PcRtcInit() is like: 1. Guarantee atomic accesses to the RTC time registers and read out the value. 2. Program RTC register
|
By
Zhuoran Chao
·
|
|
[PATCH V2 1/6] UefiCpuPkg: Revert "UefiCpuPkg: Enable Tdx support in MpInitLib" 2 messages
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 V2 6/6] OvmfPkg: Enable 2 different CpuMpPei and CpuDxe drivers
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 In OvmfPkgX64 we enable 2 different CpuMpPei and CpuDxe drivers. The difference between the drivers is the MpInitL
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 In OvmfPkgX64 we enable 2 different CpuMpPei and CpuDxe drivers. The difference between the drivers is the MpInitL
|
By
Min Xu
·
|
|
[PATCH V2 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 V2 4/6] OvmfPkg/Sec: Install MpInitLibDepLib PPIs in SecMain.c
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 Td guest should use MpInitLibUp, other guest use the MpInitLib. So in SecMain.c different PPI is installed accordi
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 Td guest should use MpInitLibUp, other guest use the MpInitLib. So in SecMain.c different PPI is installed accordi
|
By
Min Xu
·
|
|
[PATCH V2 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 V2 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 6/6] OvmfPkg: Enable 2 different CpuMpPei and CpuDxe drivers 3 messages
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 In OvmfPkgX64 we enable 2 different CpuMpPei and CpuDxe drivers. The difference between the drivers is the MpInitL
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3918 In OvmfPkgX64 we enable 2 different CpuMpPei and CpuDxe drivers. The difference between the drivers is the MpInitL
|
By
Min Xu
·
|