|
[PATCH v4] MdePkg/Include: Add IPMI KCS definitions
From: Abner Chang <abner.chang@...> BZ #4354 This change adds definitions for IPMI KCS. Spec ref: https://www.intel.com/content/www/us/en/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-r
From: Abner Chang <abner.chang@...> BZ #4354 This change adds definitions for IPMI KCS. Spec ref: https://www.intel.com/content/www/us/en/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-r
|
By
Chang, Abner
·
|
|
[PATCH v3] MdePkg/Include: Add DMTF MCTP definitions
3 messages
From: Abner Chang <abner.chang@...> BZ #4355 This change adds definitions for DMTF MCTP base specification. Spec ref: https://www.dmtf.org/sites/default/files/standards/documents/DSP0236_1.3.1.pdf Sig
From: Abner Chang <abner.chang@...> BZ #4355 This change adds definitions for DMTF MCTP base specification. Spec ref: https://www.dmtf.org/sites/default/files/standards/documents/DSP0236_1.3.1.pdf Sig
|
By
Chang, Abner
·
|
|
[PATCH v4] MdePkg/Include: Add DMTF MCTP definitions
From: Abner Chang <abner.chang@...> BZ #4355 This change adds definitions for DMTF MCTP base specification. Spec ref: https://www.dmtf.org/sites/default/files/standards/documents/DSP0236_1.3.1.pdf Sig
From: Abner Chang <abner.chang@...> BZ #4355 This change adds definitions for DMTF MCTP base specification. Spec ref: https://www.dmtf.org/sites/default/files/standards/documents/DSP0236_1.3.1.pdf Sig
|
By
Chang, Abner
·
|
|
[Patch V4 06/21] UefiCpuPkg/CpuPageTableLib: Fix issue when splitting leaf entry
3 messages
When splitting leaf parent entry to smaller granularity, create child page table before modifing parent entry. In previous code logic, when splitting a leaf parent entry, parent entry will point to a
When splitting leaf parent entry to smaller granularity, create child page table before modifing parent entry. In previous code logic, when splitting a leaf parent entry, parent entry will point to a
|
By
duntan
·
|
|
[Patch V4 08/21] UefiCpuPkg/CpuPageTableLib:Add check for Mask and Attr
3 messages
For different usage, check if the combination for Mask and Attr is valid when creating or updating page table. 1.For non-present range 1.1Mask.Present is 0 but some other attributes is provided. This
For different usage, check if the combination for Mask and Attr is valid when creating or updating page table. 1.For non-present range 1.1Mask.Present is 0 but some other attributes is provided. This
|
By
duntan
·
|
|
[edk2-staging/OpenSSL11_EOL][PATCH 4/4] Readme: 0322 update
3 messages
Signed-off-by: Yi Li <yi1.li@...> --- CryptoPkg/Readme-OpenSSL3.0.md | 65 +++++++++++++++++++++++++++++----- 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/CryptoPkg/Readme-OpenSSL3.0.m
Signed-off-by: Yi Li <yi1.li@...> --- CryptoPkg/Readme-OpenSSL3.0.md | 65 +++++++++++++++++++++++++++++----- 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/CryptoPkg/Readme-OpenSSL3.0.m
|
By
Li, Yi
·
|
|
[PATCH] OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetQueueAlignment.
Nothing to do here for virtio 1.0 devices Signed-off-by: Jeff Brasen <jbrasen@...> --- .../Library/VirtioMmioDeviceLib/VirtioMmioDeviceFunctions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(
Nothing to do here for virtio 1.0 devices Signed-off-by: Jeff Brasen <jbrasen@...> --- .../Library/VirtioMmioDeviceLib/VirtioMmioDeviceFunctions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(
|
By
Jeff Brasen
·
|
|
[PATCH 0/1] MdeModulePkg/Ahci: Skip retry for non-transient errors
5 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 V5 4/8] OvmfPkg/PlatformPei: Update ReserveEmuVariableNvStore
3 messages
From: Min M Xu <min.m.xu@...> ReserveEmuVariableNvStore is updated with below 2 functions defined in PlatformInitLib: - PlatformReserveEmuVariableNvStore - PlatformInitEmuVariableNvStore PlatformInitE
From: Min M Xu <min.m.xu@...> ReserveEmuVariableNvStore is updated with below 2 functions defined in PlatformInitLib: - PlatformReserveEmuVariableNvStore - PlatformInitEmuVariableNvStore PlatformInitE
|
By
Min Xu
·
|
|
[PATCH v3] MdePkg/Include: Add IPMI KCS definitions
4 messages
From: Abner Chang <abner.chang@...> BZ #4354 This change adds definitions for IPMI KCS. Spec ref: https://www.intel.com/content/www/us/en/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-r
From: Abner Chang <abner.chang@...> BZ #4354 This change adds definitions for IPMI KCS. Spec ref: https://www.intel.com/content/www/us/en/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-r
|
By
Chang, Abner
·
|
|
PATCH v1 1/1 MdePkg: Remove Itanium leftover data structure
17 messages
Itanium support has been removed from EDK2 aroun 2019. ITANIUM_HANDOFF_STATUS data structure looks to be some leftover from that process. There is also positive sidefect of this data structure removal
Itanium support has been removed from EDK2 aroun 2019. ITANIUM_HANDOFF_STATUS data structure looks to be some leftover from that process. There is also positive sidefect of this data structure removal
|
By
Paweł Poławski
·
|
|
[PATCH v4 7/9] ManageabilityPkg: Implement Ipmi Protocol/Ppi
2 messages
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 0/2] Add and use FirmwareVolumeShadowPpi
3 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 v4 5/9] ManageabilityPkg: Add ManageabilityTransportHelperLib
2 messages
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 2/9] ManageabilityPkg: Initial package
2 messages
From: Abner Chang <abner.chang@...> Initial commit of ManageabilityPkg Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...> Cc: Nate DeSimone <
From: Abner Chang <abner.chang@...> Initial commit of ManageabilityPkg Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...> Cc: Nate DeSimone <
|
By
Chang, Abner
·
|
|
[PATCH v4 1/9] ManageabilityPkg: Add Readme file
2 messages
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 9/9] edk2-platforms: Maintainers.txt
3 messages
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 2/3] BaseTools: Replace duplicate __PcdSet prototype with __PcdGet
2 messages
Replace the duplicate __PcdSet prototype in PcdValueCommon.h with the prototype for __PcdGet. Signed-off-by: Rebecca Cran <rebecca@...> --- BaseTools/Source/C/Common/PcdValueCommon.h | 13 ++++++------
Replace the duplicate __PcdSet prototype in PcdValueCommon.h with the prototype for __PcdGet. Signed-off-by: Rebecca Cran <rebecca@...> --- BaseTools/Source/C/Common/PcdValueCommon.h | 13 ++++++------
|
By
Rebecca Cran
·
|
|
[edk2-staging/OpenSSL11_EOL][PATCH 0/4] Openssl 3.0 POC update Mar 22
2 messages
Please check the patch series if interested. PR: https://github.com/tianocore/edk2-staging/pull/363 Latest size data: Binaries: CryptoDxeFull 1.70% -> -1.6% -17KB CryptoDxe 10.1% -> 8.3% 68KB CryptoSm
Please check the patch series if interested. PR: https://github.com/tianocore/edk2-staging/pull/363 Latest size data: Binaries: CryptoDxeFull 1.70% -> -1.6% -17KB CryptoDxe 10.1% -> 8.3% 68KB CryptoSm
|
By
Li, Yi
·
|
|
[PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32
6 messages
The clang toolchain might default to fPIE/fPIC, which prevents lld from linking the objects into a binary. Specify -fno-pie -fno-pic as done on GCC to fix linking. Test: Building the Universal Payload
The clang toolchain might default to fPIE/fPIC, which prevents lld from linking the objects into a binary. Specify -fno-pie -fno-pic as done on GCC to fix linking. Test: Building the Universal Payload
|
By
Patrick Rudolph
·
|