|
[PATCH 2/2] MdePkg: Update code to be more C11 compliant by using __func__
14 messages
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout M
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among others support, while __func__ was standardized in C99. Since it's more standard, replace __FUNCTION__ with __func__ throughout M
|
By
Rebecca Cran
·
|
|
[PATCH 0/9] BaseTools,CryptoPkg,MdePkg,OvmfPkg: Delete CLANG35,CLANG38 and update CLANGDWARF, delete VS 2008-2013, EBC
3 messages
Update the toolchain definitions: - Delete the CLANG35 and CLANG38 toolchains, and replace CLANG38 with CLANGDWARF, updating it to support ARM and AARCH64 in addition to X64 and IA32. - Remove VS2008,
Update the toolchain definitions: - Delete the CLANG35 and CLANG38 toolchains, and replace CLANG38 with CLANGDWARF, updating it to support ARM and AARCH64 in addition to X64 and IA32. - Remove VS2008,
|
By
Rebecca Cran
·
|
|
[PATCH 1/1] OvmfPkg/PlatformBootManagerLib: use utf8 for the serial console.
3 messages
Time to leave behind relics from the last century and arrive in the modern world. Drop PC-ANSI Terminal Type for the serial console, use UTF-8 instead. Signed-off-by: Gerd Hoffmann <kraxel@...> --- Ov
Time to leave behind relics from the last century and arrive in the modern world. Drop PC-ANSI Terminal Type for the serial console, use UTF-8 instead. Signed-off-by: Gerd Hoffmann <kraxel@...> --- Ov
|
By
Gerd Hoffmann
·
|
|
[Patch 0/2] Add and use FirmwareVolumeShadowPpi
2 messages
Add FirmwareVolumeShadow PPI to shadow an FV to memory. and use it to shadow FVs to memory. Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Signed-off-
Add FirmwareVolumeShadow PPI to shadow an FV to memory. and use it to shadow FVs to memory. Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Signed-off-
|
By
Michael D Kinney
·
|
|
[Patch 2/2] SecurityPkg/FvReportPei: Use FirmwareVolumeShadowPpi
2 messages
From: Umang Patel <umang.patel@...> If FirmwareVolumeShadow PPI is available, then use it to shadow FVs to memory. Otherwise fallback to CopyMem(). Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jia
From: Umang Patel <umang.patel@...> If FirmwareVolumeShadow PPI is available, then use it to shadow FVs to memory. Otherwise fallback to CopyMem(). Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jia
|
By
Michael D Kinney
·
|
|
[PATCH v1 3/6] TGC2ACPI: Uninstall the TPM2 ACPI if present
2 messages
From: Subash Lakkimsetti <subash.lakkimsetti@...> Bootloader supports multiple payload and TPM2 ACPI tables are updated at bootloader phase. When UEFI is used payload these will be duplicates. The tab
From: Subash Lakkimsetti <subash.lakkimsetti@...> Bootloader supports multiple payload and TPM2 ACPI tables are updated at bootloader phase. When UEFI is used payload these will be duplicates. The tab
|
By
Subash Lakkimsetti
·
|
|
[PATCH v2 RESEND 4/4] Maintainers.txt: Adds AMD/BoardPkg and AMD/PlatformPkg maintainers
16 messages
From: Abdul Lateef Attar <AbdulLateef.Attar@...> Adds maintainers for AMD/BoardPkg and AMD/PlatformPkg. Signed-off-by: Abdul Lateef Attar <abdattar@...> Cc: Ard Biesheuvel <ardb+tianocore@...> Cc: Lei
From: Abdul Lateef Attar <AbdulLateef.Attar@...> Adds maintainers for AMD/BoardPkg and AMD/PlatformPkg. Signed-off-by: Abdul Lateef Attar <abdattar@...> Cc: Ard Biesheuvel <ardb+tianocore@...> Cc: Lei
|
By
Abdul Lateef Attar
·
|
|
[PATCH v1 6/6] UefiPayloadPkg: Add secure boot definitions to ci build
From: Subash Lakkimsetti <subash.lakkimsetti@...> Define the build flags for secure boot and measure boot for ci builds Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@...> --- UefiPayloadPkg/Ue
From: Subash Lakkimsetti <subash.lakkimsetti@...> Define the build flags for secure boot and measure boot for ci builds Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@...> --- UefiPayloadPkg/Ue
|
By
Subash Lakkimsetti
·
|
|
[PATCH v1 5/6] Uefipayloadpkg Enable TPM measured boot
From: Subash Lakkimsetti <subash.lakkimsetti@...> Update the packages to support TPM and measured boot in uefi payload. Measured boot can be controoled using flag MEASURED_BOOT_ENABLE Cc: Guo Dong <gu
From: Subash Lakkimsetti <subash.lakkimsetti@...> Update the packages to support TPM and measured boot in uefi payload. Measured boot can be controoled using flag MEASURED_BOOT_ENABLE Cc: Guo Dong <gu
|
By
Subash Lakkimsetti
·
|
|
[PATCH v1 4/6] UefiPayloadPkg: Add secure boot configurations
From: Subash Lakkimsetti <subash.lakkimsetti@...> Add the required modules for secure boot in UefiPayloadPkg. SECURE_BOOT_ENABLE flag added to control the secure boot feature. Requires SMM_SUPPORT and
From: Subash Lakkimsetti <subash.lakkimsetti@...> Add the required modules for secure boot in UefiPayloadPkg. SECURE_BOOT_ENABLE flag added to control the secure boot feature. Requires SMM_SUPPORT and
|
By
Subash Lakkimsetti
·
|
|
[PATCH v1 2/6] UefiPayloadPkg: Add secureboot information HOBs
From: Subash Lakkimsetti <subash.lakkimsetti@...> This patch add the HOB fpr secure and measured boot information. This is populated by bootloader phase and uefipayload pkg uses this info to sync the
From: Subash Lakkimsetti <subash.lakkimsetti@...> This patch add the HOB fpr secure and measured boot information. This is populated by bootloader phase and uefipayload pkg uses this info to sync the
|
By
Subash Lakkimsetti
·
|
|
[PATCH v1 1/6] MdeModulePkg: universal payload HOB for secure boot info
From: Subash Lakkimsetti <subash.lakkimsetti@...> Add the hob structure header for universal payload for secure boot and measure boot information from bootloaders. Universal payload spec definied at h
From: Subash Lakkimsetti <subash.lakkimsetti@...> Add the hob structure header for universal payload for secure boot and measure boot information from bootloaders. Universal payload spec definied at h
|
By
Subash Lakkimsetti
·
|
|
[PATCH v1 0/6] Universal payload secure boot and measured boot
From: Subash Lakkimsetti <subash.lakkimsetti@...> Support added in universal payload to enable secure boot and measured boot Hob structure header for universal payload for secure boot and measure boot
From: Subash Lakkimsetti <subash.lakkimsetti@...> Support added in universal payload to enable secure boot and measured boot Hob structure header for universal payload for secure boot and measure boot
|
By
Subash Lakkimsetti
·
|
|
[PATCH 3/9] BaseTools: Update CLANGDWARF toolchain and remove CLANG35 and CLANG38
8 messages
Update the CLANGDWARF toolchain definition with the settings from CLANG38, and delete the CLANG35 and CLANG38 toolchains. The existing CLANGDWARF toolchain definition used ld.lld, but this causes the
Update the CLANGDWARF toolchain definition with the settings from CLANG38, and delete the CLANG35 and CLANG38 toolchains. The existing CLANGDWARF toolchain definition used ld.lld, but this causes the
|
By
Rebecca Cran
·
|
|
[PATCH v2 6/6] UefiCpuPkg/MtrrLib: use new IS_POW2() macro.
2 messages
Drop MtrrLibIsPowerOfTwo function, use the new IS_POW2() macro instead. The ASSERT() removed (inside MtrrLibIsPowerOfTwo) is superfluous, another ASSERT() a few lines up in MtrrLibCalculateMtrrs() alr
Drop MtrrLibIsPowerOfTwo function, use the new IS_POW2() macro instead. The ASSERT() removed (inside MtrrLibIsPowerOfTwo) is superfluous, another ASSERT() a few lines up in MtrrLibCalculateMtrrs() alr
|
By
Gerd Hoffmann
·
|
|
[edk2-staging/crypto-new-api][PATCH] CryptoPkg: Move ECC feature to OpensslLibFull
2 messages
The purpose is to use OpensslLib to compile drivers that do not require ECC functions, instead of enabling ECC unconditionally. Cc: Zhichao Gao <zhichao.gao@...> Cc: Heng Luo <heng.luo@...> Signed-off
The purpose is to use OpensslLib to compile drivers that do not require ECC functions, instead of enabling ECC unconditionally. Cc: Zhichao Gao <zhichao.gao@...> Cc: Heng Luo <heng.luo@...> Signed-off
|
By
Li, Yi
·
|
|
[PATCH v2 5/6] OvmfPkg: Consume new alignment-related macros
This patch substitutes the macros that were renamed in the second patch with the new, shared alignment macros. Signed-off-by: Gerd Hoffmann <kraxel@...> Reviewed-by: Michael D Kinney <michael.d.kinney
This patch substitutes the macros that were renamed in the second patch with the new, shared alignment macros. Signed-off-by: Gerd Hoffmann <kraxel@...> Reviewed-by: Michael D Kinney <michael.d.kinney
|
By
Gerd Hoffmann
·
|
|
[PATCH v2 1/6] MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisions
From: Marvin Häuser <mhaeuser@...> This patch is a preparation for the patches that follow. The subsequent patches will introduce and integrate new alignment-related macros, which collide with existin
From: Marvin Häuser <mhaeuser@...> This patch is a preparation for the patches that follow. The subsequent patches will introduce and integrate new alignment-related macros, which collide with existin
|
By
Gerd Hoffmann
·
|
|
[PATCH v2 4/6] MdeModulePkg: Consume new alignment-related macros
From: Marvin Häuser <mhaeuser@...> This patch substitutes the macros that were renamed in the first patch with the new, shared alignment macros. Cc: Jian J Wang <jian.j.wang@...> Cc: Hao A Wu <hao.a.w
From: Marvin Häuser <mhaeuser@...> This patch substitutes the macros that were renamed in the first patch with the new, shared alignment macros. Cc: Jian J Wang <jian.j.wang@...> Cc: Hao A Wu <hao.a.w
|
By
Gerd Hoffmann
·
|
|
[PATCH v2 3/6] MdePkg/Base.h: Introduce various alignment-related macros
From: Marvin Häuser <mhaeuser@...> ALIGNOF: Determining the alignment requirement of data types is crucial to ensure safe memory accesses when parsing untrusted data. IS_POW2: Determining whether a va
From: Marvin Häuser <mhaeuser@...> ALIGNOF: Determining the alignment requirement of data types is crucial to ensure safe memory accesses when parsing untrusted data. IS_POW2: Determining whether a va
|
By
Gerd Hoffmann
·
|