messages from 2023-03-15 10:11:31 to 2023-03-20 10:06:31 UTC [more...]
[PATCH v3 0/2] OvmfPkg: Enable measured direct boot on AMD SEV-SNP
2023-03-20 10:06 UTC (2+ messages)
[PATCH 0/5] MdePkg/Base.h: Introduce various alignment-related macros
2023-03-20 10:04 UTC (2+ messages)
[PATCH 0/2] UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processors, fix error handling
2023-03-20 10:04 UTC (5+ messages)
` [PATCH 1/2] UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processors
` [PATCH 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: fix error handling
[PATCH v2 RESEND 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
2023-03-20 10:02 UTC (19+ messages)
` [PATCH v2 RESEND 1/4] Platform/AMD: Adds BoardPkg and PlatformPkg
` [PATCH v2 RESEND 2/4] Platform/AMD/PlatformPkg: Adds PciHotPlug init protocol implementation
` [edk2-devel] "
` [PATCH v2 RESEND 3/4] Platform/AMD/BoarkPkg: Adds SetCacheMtrrLib library
` [PATCH v2 RESEND 4/4] Maintainers.txt: Adds AMD/BoardPkg and AMD/PlatformPkg maintainers
[PATCH v2 1/1] SecurityPkg/DxeImageVerificationLib: Check result of GetEfiGlobalVariable2
2023-03-20 10:02 UTC (2+ messages)
[PATCH v2 0/3] OvmfPkg/PlatformInitLib: move mmconfig to 0xe0000000
2023-03-20 9:57 UTC (2+ messages)
[PATCH 1/1] UefiCpuPkg/MpInitLib: fix apic mode for cpu hotplug
2023-03-20 9:56 UTC (2+ messages)
[PATCH 1/3] MdeModulePkg/BootLogoLib: Add option to follow Microsoft Recommendations
2023-03-20 9:56 UTC (14+ messages)
` [PATCH 2/3] MdeModulePkg/Logo: Add a PCD to control the position of the Logo
` [edk2-devel] "
[PATCH v3 00/11] OvmfPkg: add Crypto Driver support
2023-03-20 9:54 UTC (2+ messages)
[PATCH RESEND 0/4] Fixes for SEV-SNP CC blob and CPUID table handling
2023-03-20 9:49 UTC (9+ messages)
` [PATCH RESEND 1/4] OvmfPkg/AmdSevDxe: Allocate SEV-SNP CC blob as EfiACPIReclaimMemory
` [PATCH RESEND 2/4] OvmfPkg/AmdSevDxe: Update ConfidentialComputing blob struct definition
` [edk2-devel] "
` [PATCH RESEND 3/4] OvmfPkg/CcExitLib: Fix SEV-SNP XSave area size calculation
` [PATCH RESEND 4/4] OvmfPkg/CcExitLib: Use documented XSave area base size for SEV-SNP
[PATCH 0/3] BaseTools: allow users to override CC and CXX on the make command line
2023-03-20 9:35 UTC (9+ messages)
` [PATCH 1/3] BaseTools: Allow users to specify compiler to use with make CC= CXX=
` [edk2-devel] "
` [PATCH 2/3] BaseTools: Improve detection of users wanting to build using clang
` [edk2-devel] "
` [PATCH 3/3] BaseTools: Build against C++14 when building with clang
` [edk2-devel] "
[edk2-platforms][PATCH 1/2][RESEND] PlatformPayloadFeaturePkg.dsc: Add missing packages
2023-03-20 8:53 UTC (2+ messages)
` [edk2-platforms][PATCH 2/2][RESEND] PlatformPayloadFeaturePkg.py: Add Linux support
[PATCH v2 0/3] BMC USBNIC Platform HI Lib
2023-03-20 8:45 UTC (5+ messages)
` [PATCH v2 1/3] RedfishPkg/Library: Redfish BMC USBNIC Host Interface
` [PATCH v2 2/3] RedfishPkg: Update Redfish DSC
` [PATCH v2 3/3] RedfishPkg: Update Readme.md
[PATCH v2 1/1] ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware version
2023-03-20 8:33 UTC
[edk2-platforms][PATCH V2 0/8] Introduce ManageabilityPkg
2023-03-20 8:25 UTC (9+ messages)
` [edk2-platforms][PATCH V2 1/8] ManageabilityPkg: Add Readme file
` [edk2-platforms][PATCH V2 2/8] ManageabilityPkg: Initial package
` [edk2-platforms][PATCH V2 3/8] ManageabilityPkg: Add NULL ManageabilityTransportLib
` [edk2-platforms][PATCH V2 4/8] ManageabilityPkg: Add ManageabilityTransportHelperLib
[PATCH 0/3] BMC USBNIC Platform HI Lib
2023-03-20 8:14 UTC (8+ messages)
` [PATCH 1/3] RedfishPkg/Library: Redfish BMC USBNIC Host Interface
` [PATCH 2/3] RedfishPkg: Update Redfish DSC
` [PATCH 3/3] RedfishPkg: Update Readme.md
` [edk2-devel] "
[PATCH] Platform/Loongson: Allow building with stack protector support
2023-03-20 8:07 UTC (3+ messages)
` [edk2-devel] "
[PATCH v2] IntelFsp2Pkg: Fix NASM X64 build warnings
2023-03-20 7:31 UTC (9+ messages)
` [edk2-devel] "
[Patch V3 00/18] Fix issues in CpuPageTableLib
2023-03-20 5:33 UTC (19+ messages)
` [Patch V3 01/18] UefiCpuPkg/CpuPageTableLib: Remove unneeded 'if' condition
` [Patch V3 02/18] UefiCpuPkg/CpuPageTableLib: Add check for input Length
` [Patch V3 03/18] UefiCpuPkg/CpuPageTableLib:Initialize some LocalVariable at beginning
` [Patch V3 04/18] UefiCpuPkg/CpuPageTableLib: Fix the non-1:1 mapping issue
` [Patch V3 05/18] UefiCpuPkg/CpuPageTableLib:Clear PageSize bit(Bit7) for non-leaf
` [Patch V3 06/18] UefiCpuPkg/CpuPageTableLib: Fix issue when splitting leaf entry
` [Patch V3 07/18] UefiCpuPkg/CpuPageTableLib:Add check for Mask and Attr
` [Patch V3 08/18] UefiCpuPkg/CpuPageTableLib: Add manual test to check "
` [Patch V3 09/18] UefiCpuPkg/CpuPageTableLib:Modify RandomBoolean() in RandomTest
` [Patch V3 10/18] UefiCpuPkg/CpuPageTableLib:Modify RandomTest to check Mask/Attr
` [Patch V3 11/18] UefiCpuPkg/CpuPageTableLib: Enable non-1:1 mapping in random test
` [Patch V3 12/18] UefiCpuPkg/CpuPageTableLib: Add OUTPUT IsModified parameter
` [Patch V3 13/18] UefiCpuPkg/CpuPageTableLib: Modify RandomTest to check IsModified
` [Patch V3 14/18] UefiCpuPkg: Fix IA32 build failure in CpuPageTableLib.inf
` [Patch V3 15/18] UefiCpuPkg/MpInitLib: Add code to initialize MapMask to 0
` [Patch V3 16/18] UefiCpuPkg: Modify UnitTest code since tested API is changed
` [Patch V3 17/18] UefiCpuPkg/CpuPageTableLib: Add check for page table creation
` [Patch V3 18/18] UefiCpuPkg: Combine branch for non-present and leaf ParentEntry
[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Reduce the header file dependency
2023-03-20 1:05 UTC (2+ messages)
[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, March 20, 2023 #cal-reminder
2023-03-19 23:30 UTC
[sbsigntools] [ANNOUNCE] sbsigntools version 0.9.5 available
2023-03-19 21:48 UTC
[PATCH v5 00/38] Implement strict memory permissions throughout
2023-03-17 21:41 UTC (32+ messages)
` [PATCH v5 08/38] ArmPkg/ArmMmuLib: Avoid splitting block entries if possible
` [edk2-devel] "
` [PATCH v5 09/38] ArmPkg/CpuDxe: Expose unified region-to-EFI attribute conversion
` [edk2-devel] "
` [PATCH v5 11/38] ArmPkg/CpuDxe: Implement EFI memory attributes protocol
` [edk2-devel] "
` [PATCH v5 18/38] MdeModulePkg/DxeIpl AARCH64: Remap DXE core code section before launch
` [edk2-devel] "
` [PATCH v5 21/38] ArmPkg: Implement ArmSetMemoryOverrideLib
` [edk2-devel] "
` [PATCH v5 23/38] EmbeddedPkg/PrePiLib AARCH64: Remap DXE core before execution
` [edk2-devel] "
` [PATCH v5 27/38] BaseTools/GccBase AARCH64: Avoid page sharing between code and data
` [edk2-devel] "
` [PATCH v5 32/38] MdeModulePkg/DxeCore: Update memory protections before freeing a region
` [edk2-devel] "
` [PATCH v5 35/38] MdeModulePkg/DxeCore: Clear NX permissions on non-protected images
` [edk2-devel] "
` [edk2-devel] [PATCH v5 00/38] Implement strict memory permissions throughout
[PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32
2023-03-17 20:35 UTC (5+ messages)
` [PATCH 2/3] BaseTools/Conf/tools_def: Fix CLANGDWARF_IA32_X64
` [edk2-devel] [PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32
[edk2-devel] [edk2-platforms] Enable GitHub PR, protected branches, and 'push' label
2023-03-17 15:37 UTC (7+ messages)
[edk2-platforms] Enable GitHub PR, protected branches, and 'push' label
2023-03-17 15:27 UTC (10+ messages)
` [edk2-devel] "
[PATCH 1/2] MdePkg: Update Base.h to be compliant with C11
2023-03-17 15:16 UTC (8+ messages)
` [PATCH 2/2] MdePkg: Update code to be more C11 compliant by using __func__
` [edk2-devel] "
[PATCH 1/1] ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware version
2023-03-17 14:52 UTC (10+ messages)
` [edk2-devel] "
[PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32_X64
2023-03-17 14:07 UTC (14+ messages)
` [PATCH 2/3] BaseTools/Conf/tools_def: Fix CLANGDWARF_IA32_X64
` [edk2-devel] "
` [PATCH 3/3] ShellPkg/TftpDynamicCommand.inf: Add missing DEPEX
` [edk2-devel] "
` [edk2-devel] [PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32_X64
[PATCH v2 0/4] OvmfPkg: make better use of physical address space
2023-03-17 14:01 UTC (6+ messages)
` [PATCH v2 2/4] OvmfPkg/PlatformInitLib: detect "
` [edk2-devel] "
[PATCH 1/1] OvmfPkg/PlatformBootManagerLib: use utf8 for the serial console
2023-03-17 12:19 UTC
[edk2-staging/OpenSSL11_EOL 0/7] Openssl 3.0 POC update Mar 17
2023-03-17 10:21 UTC (11+ messages)
` [edk2-staging/OpenSSL11_EOL 1/7] OpensslLib: remove bio prov
` [edk2-staging/OpenSSL11_EOL 2/7] CryptoPkg/Test: Remove Pem and Pkcs7Sign func in test
` [edk2-staging/OpenSSL11_EOL 3/7] CryptoPkg/OpensslLib: enable no autoalginit
` [edk2-staging/OpenSSL11_EOL 4/7] Readme: 0315 update
` [edk2-staging/OpenSSL11_EOL 5/7] bugfix: The order of NIDs should remain the same as before
` [edk2-staging/OpenSSL11_EOL 6/7] CryptoPkg/OpensslLibFull: apply all work to full inf
` [edk2-staging/OpenSSL11_EOL 7/7] Readme: 0317 update
[edk2-staging/OpenSSL11_EOL PATCH 0/7] Enable MbedTLS for CryptoPkg update Mar 17
2023-03-17 9:00 UTC (8+ messages)
` [edk2-staging/OpenSSL11_EOL PATCH 1/7] Update ReadmeMbedtls
` [edk2-staging/OpenSSL11_EOL PATCH 2/7] Clear unnecessary API in DH
` [edk2-staging/OpenSSL11_EOL PATCH 3/7] Make all BaseCryptLibMbedTls inf files consistent with BaseCryptLib
` [edk2-staging/OpenSSL11_EOL PATCH 4/7] Update Pkcs7 api based on MbedTlsLib for CryptoPkg
` [edk2-staging/OpenSSL11_EOL PATCH 5/7] Update EC "
` [edk2-staging/OpenSSL11_EOL PATCH 6/7] Update X509 "
` [edk2-staging/OpenSSL11_EOL PATCH 7/7] Clean SysCall api by adding platform_util.c
[PATCH] IntelFsp2Pkg: Fix NASM X64 build warnings
2023-03-17 6:46 UTC
[PATCH v2 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
2023-03-17 6:31 UTC (6+ messages)
` [PATCH v2 1/4] Platform/AMD: Adds BoardPkg and PlatformPkg
` [PATCH v2 2/4] Platform/AMD/PlatformPkg: Adds PciHotPlug init protocol implementation
` [PATCH v2 3/4] Platform/AMD/BoarkPkg: Adds SetCacheMtrrLib library
` [PATCH v2 4/4] Maintainers.txt: Adds AMD/BoardPkg and AMD/PlatformPkg maintainers
[PATCH v5 0/3] RISC-V SBI-backed SerialLib
2023-03-17 5:44 UTC (5+ messages)
` [PATCH v5 2/3] MdePkg: add SBI-based SerialPortLib for RISC-V
[PATCH v1 0/4] Adds AMD/BoardPkg and AMD/PlatformPkg
2023-03-17 4:16 UTC (7+ messages)
` [PATCH v1 1/4] Platform/AMD: Adds BoardPkg and PlatformPkg
` [PATCH v1 2/4] Platform/AMD/PlatformPkg: Adds PciHotPlug init protocol implementation
` [edk2-devel] "
` [PATCH v1 4/4] Maintainers.txt: Adds AMD/BoardPkg and AMD/PlatformPkg maintainers
` [edk2-devel] "
[PATCH v1 3/4] Platform/AMD/BoarkPkg: Adds SetCacheMtrrLib library
2023-03-17 4:14 UTC (2+ messages)
` [edk2-devel] "
回复: [edk2-devel] [PATCH 1/3] MdeModulePkg/BmBoot: Skip removable media if it is not present
2023-03-17 3:03 UTC (4+ messages)
` [edk2-devel] "
` 回复: "
[PATCH 1/1] OvmfPkg/PlatformCI: Add CI coverage for RiscVVirtQemu
2023-03-16 12:56 UTC (3+ messages)
[PATCH] UefiPayloadPkg:Add new build commands for Universalpayload
2023-03-16 7:20 UTC (2+ messages)
[edk2-devel][edk2-platforms][PATCH V1 1/1] MinPlatformPkg/Build: Add standalone MM build rules
2023-03-15 13:17 UTC
[PATCH v4 0/2] Upl remove arch spec initialization
2023-03-15 12:19 UTC (3+ messages)
` [PATCH v4 1/2] UefiPayloadPkg: Remove FP Init from UPL entry
` [PATCH v4 2/2] UefiPayloadPkg: Move INT prog outside common flow
[PATCH v4 0/2] Upl remove arch spec initialization
2023-03-15 12:17 UTC
[edk2-devel][PATCH V1 1/1] BaseTools: Generate compile information in build report
2023-03-15 10:28 UTC (16+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox