|
[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 6/6] UefiCpuPkg/MtrrLib: use new IS_POW2() macro.
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
·
|
|
[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
·
|
|
[PATCH v2 2/6] OvmfPkg: Rename IS_ALIGNED macros to avoid name collisions
This patch is a preparation for the patches that follow. The subsequent patches will introduce and integrate new alignment-related macros, which collide with existing definitions in OvmfPkg. Temporari
This patch is a preparation for the patches that follow. The subsequent patches will introduce and integrate new alignment-related macros, which collide with existing definitions in OvmfPkg. Temporari
|
By
Gerd Hoffmann
·
|
|
[PATCH v2 0/6] MdePkg/Base.h: Introduce various alignment-related macros
v2 changes: - rebase to latest master, adapt patches to changes. - update macro documentation to use @retval TRUE/FALSE. - added patch to use IS_POW2 in MtrrLib. - add reviews and acks. Gerd Hoffmann
v2 changes: - rebase to latest master, adapt patches to changes. - update macro documentation to use @retval TRUE/FALSE. - added patch to use IS_POW2 in MtrrLib. - add reviews and acks. Gerd Hoffmann
|
By
Gerd Hoffmann
·
|
|
[PATCH 0/1] MdeModulePkg/Ahci: Skip retry for non-transient errors
2 messages
Fix for the recovery logic which causes hdd unlock to fail if user supplies incorrect password. Every failed packet used to be recovered which is causing the incorrect password to be tried multiple ti
Fix for the recovery logic which causes hdd unlock to fail if user supplies incorrect password. Every failed packet used to be recovered which is causing the incorrect password to be tried multiple ti
|
By
Albecki, Mateusz
·
|
|
[PATCH 1/9] OvmfPkg: Replace static struct initialization with ZeroMem call
2 messages
Replace the static struct initialization with a call to ZeroMem to avoid generating a call to memset in certain build configurations. Signed-off-by: Rebecca Cran <rebecca@...> --- OvmfPkg/Library/Plat
Replace the static struct initialization with a call to ZeroMem to avoid generating a call to memset in certain build configurations. Signed-off-by: Rebecca Cran <rebecca@...> --- OvmfPkg/Library/Plat
|
By
Rebecca Cran
·
|
|
[PATCH 3/9] BaseTools: Update CLANGDWARF toolchain and remove CLANG35 and CLANG38
2 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 v3 1/1] ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware version
4 messages
The BIOS Firmware Version in the SMBIOS Type 0 can be fetched from the fixed PcdFirmwareVersionString or platform specific OemMiscLib. In fact, the support from OemMiscLib comes into play when the fir
The BIOS Firmware Version in the SMBIOS Type 0 can be fetched from the fixed PcdFirmwareVersionString or platform specific OemMiscLib. In fact, the support from OemMiscLib comes into play when the fir
|
By
Tinh Nguyen
·
|
|
[PATCH v4 8/9] ManageabilityPkg: Add IpmiProtocol to Manageability Package
From: Abner Chang <abner.chang@...> Add Ipmi Protocol/Ppi/SMM modules to ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...>
From: Abner Chang <abner.chang@...> Add Ipmi Protocol/Ppi/SMM modules to ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...>
|
By
Chang, Abner
·
|
|
[PATCH v4 9/9] edk2-platforms: Maintainers.txt
From: Abner Chang <abner.chang@...> Add maintainer and reviewer of ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Abdul Lateef Attar <abdattar@...> Cc: Leif Lindholm <quic_llindhol
From: Abner Chang <abner.chang@...> Add maintainer and reviewer of ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Abdul Lateef Attar <abdattar@...> Cc: Leif Lindholm <quic_llindhol
|
By
Chang, Abner
·
|
|
[PATCH v4 7/9] ManageabilityPkg: Implement Ipmi Protocol/Ppi
From: Abner Chang <abner.chang@...> Add Ipmi Protocol/Ppi/SMM implementations. The underlying implementation of transport interface depends on the binded ManageabilityTransportLib. Signed-off-by: Abne
From: Abner Chang <abner.chang@...> Add Ipmi Protocol/Ppi/SMM implementations. The underlying implementation of transport interface depends on the binded ManageabilityTransportLib. Signed-off-by: Abne
|
By
Chang, Abner
·
|
|
[PATCH v4 6/9] ManageabilityPkg/ManageabilityTransportKcsLib
From: Abner Chang <abner.chang@...> This is the KCS manageability transport library instance follows the design guidance described in Readme file under ManageabilityPkg. Signed-off-by: Abner Chang <ab
From: Abner Chang <abner.chang@...> This is the KCS manageability transport library instance follows the design guidance described in Readme file under ManageabilityPkg. Signed-off-by: Abner Chang <ab
|
By
Chang, Abner
·
|
|
[PATCH v4 5/9] ManageabilityPkg: Add ManageabilityTransportHelperLib
From: Abner Chang <abner.chang@...> The helper functions library facilitates reducing duplicated code in the manageability transport library instances. Signed-off-by: Abner Chang <abner.chang@...> Cc:
From: Abner Chang <abner.chang@...> The helper functions library facilitates reducing duplicated code in the manageability transport library instances. Signed-off-by: Abner Chang <abner.chang@...> Cc:
|
By
Chang, Abner
·
|
|
[PATCH v4 4/9] ManageabilityPkg: Add NULL ManageabilityTransportLib
From: Abner Chang <abner.chang@...> The NULL instance of ManageabilityTransportLib library. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...
From: Abner Chang <abner.chang@...> The NULL instance of ManageabilityTransportLib library. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...
|
By
Chang, Abner
·
|
|
[PATCH v4 1/9] ManageabilityPkg: Add Readme file
From: Abner Chang <abner.chang@...> Add Readme file of edk2 platform ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...> Cc:
From: Abner Chang <abner.chang@...> Add Readme file of edk2 platform ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...> Cc:
|
By
Chang, Abner
·
|
|
[PATCH v4 3/9] ManageabilityPkg: Add ManageabilityTransportLib header file
From: Abner Chang <abner.chang@...> Add ManageabilityTransportLib header file to package. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...>
From: Abner Chang <abner.chang@...> Add ManageabilityTransportLib header file to package. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...>
|
By
Chang, Abner
·
|