messages from 2022-08-25 14:25:27 to 2022-08-31 18:19:18 UTC [more...]
[edk2-platforms: PATCH] MinPlatformPkg: Add FSP 2.4 MultiPhase library
2022-08-31 18:18 UTC
[PATCH v2 0/4] IntelFsp2(Wrapper)Pkg: Support FSP 2.4 MultiPhase
2022-08-31 18:13 UTC (11+ messages)
` [PATCH v2 1/4] IntelFsp2Pkg: Add FSP 2.4 MultiPhase interface
` [PATCH v2 2/4] IntelFsp2WrapperPkg: "
` [PATCH v2 3/4] IntelFsp2Pkg: Adopt FSP 2.4 MultiPhase functions
` [PATCH v2 4/4] IntelFsp2WrapperPkg: Implement FSP 2.4 MultiPhase wrapper handlers
[PATCH 1/1] DynamicTablesPkg: Fix typo in AmlCodeGenRdMemory32Fixed doxygen comment
2022-08-31 16:20 UTC
[PATCH] MdeModulePkg/CapsuleApp: support on-disk with undefined BootOrder
2022-08-31 14:33 UTC
[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - 09/01/2022 #cal-reminder
2022-08-31 14:00 UTC
[PATCH] UsbNetworkPkg: add USB network devices support
2022-08-31 13:28 UTC (2+ messages)
` [edk2-devel] "
[PATCH] UsbNetworkPkg: add USB network devices support
2022-08-31 12:15 UTC (4+ messages)
` 回复: [edk2-devel] "
` "
[PATCH EDK2 v1 0/1] MdeModulePkg/BaseBmpSupportLib: Fix ColorMap issue
2022-08-31 8:23 UTC (4+ messages)
` [PATCH EDK2 v1 1/1] "
` 回复: [edk2-devel] 回复: "
[PATCH v2] BaseTools: Support COMPAT16 section generation
2022-08-31 7:28 UTC (3+ messages)
` 回复: [edk2-devel] "
` "
[PATCH v5 1/2] UefiPayloadPkg: Implement a new SerialPortLib instance
2022-08-31 4:44 UTC (4+ messages)
` [PATCH v5 2/2] UefiPayloadPkg: Allow DxeMain.inf to consume the new SerialPortLib
[PATCH v3 1/1] NetworkPkg/HttpBootDxe: Add Support for HTTPS Proxy Server for HTTP Boot
2022-08-31 2:47 UTC
[PATCH v1 0/1] ShellPkg: Adds Local APIC parser to AcpiView
2022-08-31 2:32 UTC (4+ messages)
` [PATCH v1 1/1] "
` 回复: [edk2-devel] "
[PATCH v2] UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test
2022-08-31 2:30 UTC (2+ messages)
` 回复: [edk2-devel] "
[PATCH 1/6] BaseTools/VolInfo: Fix EFI_SECTION_GUID_DEFINED parsing
2022-08-31 1:43 UTC (7+ messages)
` [PATCH 2/6] BaseTools/VolInfo: Correct buffer for GenCrc32 tool
` [PATCH 3/6] BaseTools/VolInfo: Increase GUID base name string
` [PATCH 4/6] BaseTools/VolInfo: Update file and section type strings
` [PATCH 5/6] BaseTools/VolInfo: Parse apriori files
` [PATCH 6/6] BaseTools/VolInfo: Update copyright information
` 回复: [edk2-devel] [PATCH 1/6] BaseTools/VolInfo: Fix EFI_SECTION_GUID_DEFINED parsing
[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 08/30/2022 #cal-reminder
2022-08-31 1:15 UTC
[edk2-devel][edk2-platforms][PATCH v1 0/5] Implement S3 resume
2022-08-30 23:25 UTC (15+ messages)
` [edk2-devel][edk2-platforms][PATCH v1 1/5] IntelSiliconPkg/Feature/PeiSmmAccessLibSmramc: Implement chipset support
` [edk2-devel][edk2-platforms][PATCH v1 2/5] Silicon/Intel: Port SmmControl protocol to PPI for S3
` [edk2-devel][edk2-platforms][PATCH v1 3/5] S3FeaturePkg: Implement working S3 resume
` [edk2-devel][edk2-platforms][PATCH v1 4/5] MinPlatformPkg: "
` [edk2-devel][edk2-platforms][PATCH v1 5/5] KabylakeOpenBoardPkg: Example of board S3
Python368 socket support #includes
2022-08-30 18:20 UTC
[PATCH v4 0/6] Enhance DynamicTablesPkg modules
2022-08-30 17:55 UTC (8+ messages)
` [PATCH v4 6/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added case handling for PCI config
` [edk2-devel] "
[PATCH 0/2] Add support EFI_MP_SERVICES_PROTOCOL on AARCH64
2022-08-30 16:29 UTC (4+ messages)
` [PATCH 1/2] ArmPkg: implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls
` [PATCH 2/2] MdeModulePkg: Add new Application/MpServicesTest application
[PATCH 1/1] OvmfPkg: Add BUILD_SHELL flag for IA32, IA32X64, X64
2022-08-30 16:13 UTC
[edk2-devel][PATCH] Maintainers.txt: Update Maintainers/reviewers for universal payload
2022-08-30 16:07 UTC (2+ messages)
[PATCH V2 00/14] Introduce Lazy-accept for Tdx guest
2022-08-30 14:24 UTC (28+ messages)
` [PATCH V2 01/14] MdeModulePkg: Add PrePiHob.h
` [PATCH V2 02/14] MdePkg: Increase EFI_RESOURCE_MAX_MEMORY_TYPE
` [PATCH V2 03/14] OvmfPkg: Use EFI_RESOURCE_MEMORY_UNACCEPTED which defined in MdeModulePkg
` [PATCH V2 04/14] MdePkg: Add UEFI Unaccepted memory definition
` [PATCH V2 05/14] MdeModulePkg: Update Dxe to handle unaccepted memory type
` [PATCH V2 06/14] ShellPkg: Update shell command memmap to show unaccepted memory
` [PATCH V2 07/14] OvmfPkg: Add PCD and DEFINEs for Lazy Accept page
` [PATCH V2 08/14] OvmfPkg: Add MaxAcceptedMemoryAddress in TDX work area
` [PATCH V2 09/14] OvmfPkg: Introduce lazy accept in PlatformInitLib and PlatformPei
` [PATCH V2 10/14] OvmfPkg: Update ConstructFwHobList for lazy accept
` [PATCH V2 11/14] MdePkg: The prototype definition of EdkiiMemoryAcceptProtocol
` [PATCH V2 12/14] OvmfPkg: Realize EdkiiMemoryAcceptProtocol in TdxDxe
` [PATCH V2 13/14] OvmfPkg: Call gEdkiiMemoryAcceptProtocolGuid to accept pages
` [PATCH V2 14/14] MdeModulePkg: Pool and page functions accept memory when OOM occurs
` [edk2-devel] "
[PATCH v2] BaseTools: Correct initialization data size check for array PCDs
2022-08-30 10:20 UTC
[PATCH v2] BaseTools: Add missing spaces for PCD expression values in AutoGenC
2022-08-30 10:20 UTC
[PATCH v2] BaseTools: Add support for SUBTYPE_GUID section generation
2022-08-30 10:19 UTC
[PATCH v2] BaseTools/GenFds: Correct file type set for the PIC section
2022-08-30 10:18 UTC
[PATCH v2 0/1] Use PCI_DEVICE_PPI to manage Nvme device
2022-08-30 6:27 UTC (3+ messages)
` [PATCH v2 1/1] MdeModulePkg/NvmExpressPei: "
[PATCH] RedfishPkg/RedfishDiscoverDxe: Install EFI_DISCOVER_PROTOCOL on each network interface
2022-08-30 4:22 UTC
[PATCH v1 1/1] MdePkg: Remove the restriction of SmmCpuRendezvousLibNull
2022-08-30 3:22 UTC (2+ messages)
[PATCH] Maintainers.txt: update Gary's email address
2022-08-30 3:20 UTC (2+ messages)
[PATCH v1 1/1] .azurepipelines: Use Python 3.10.6+
2022-08-30 3:01 UTC (2+ messages)
[PATCH 0/1] MdeModulePkg/NvmExpressPei: Use PCI_DEVICE_PPI to manage Nvme device
2022-08-30 2:29 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] UefiPayloadPkg: To replace the libraries for the capsule driver
2022-08-30 1:34 UTC (2+ messages)
[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 08/30/2022 #cal-reminder
2022-08-30 1:30 UTC
[PATCH V5 0/2] Re-design CcProbeLib
2022-08-30 1:03 UTC (3+ messages)
` [PATCH V5 1/2] OvmfPkg: Add SecPeiCcProbeLib
` [PATCH V5 2/2] OvmfPkg: Update CcProbeLib to DxeCcProbeLib
[PATCH V4 0/2] Re-design CcProbeLib
2022-08-29 23:57 UTC (6+ messages)
` [PATCH V4 1/2] OvmfPkg: Add SecPeiCcProbeLib
` [PATCH V4 2/2] OvmfPkg: Update CcProbeLib to DxeCcProbeLib
[edk2-devel] Now: Tools, CI, Code base construction meeting series - 08/29/2022 #cal-notice
2022-08-29 23:30 UTC
[PATCH 1/1] MdePkg: Use ANSI colors to indicate debug message severity
2022-08-29 23:29 UTC (2+ messages)
[edk2-devel] Event: Tools, CI, Code base construction meeting series - 08/29/2022 #cal-reminder
2022-08-29 22:30 UTC
[edk2][PATCH V4 1/1] ArmPlatformPkg/PrePeiCore: Invoke constructors for SEC phase
2022-08-29 22:17 UTC (4+ messages)
` [edk2-devel] "
[edk2-platforms][PATCH v4 0/2] Ext4Pkg: Add Symbolic Links support
2022-08-29 22:12 UTC (3+ messages)
` [edk2-platforms][PATCH v4 1/2] Ext4Pkg: Add symbolic links support
[edk2-platforms][PATCH v1 00/02] Add QemuOpenBoardPkg
2022-08-29 21:41 UTC (5+ messages)
` [edk2-platforms][PATCH v1 01/02] QemuOpenBoardPkg: "
` [edk2-platforms][PATCH v1 02/02] Maintainers: Add maintainers for QemuOpenBoardPkg
` [edk2-devel] [edk2-platforms][PATCH v1 00/02] Add QemuOpenBoardPkg
How to restrict HTTPS boot to a single address
2022-08-29 13:21 UTC (4+ messages)
` [edk2-devel] "
[PATCH] UsbNetworkPkg: add USB network devices support
2022-08-29 10:57 UTC (4+ messages)
` [edk2-devel] "
[PATCH] edk2-staging/RedfishClientPkg: Update Redfish converter lib
2022-08-29 10:21 UTC (2+ messages)
[PATCH v2] OvmfPkg/IncompatiblePciDeviceSupportDxe: Ignore OptionRom in Sev guest
2022-08-29 9:32 UTC (2+ messages)
[edk2-devel][PATCH v1] BaseTools: 64bit FSP FV map file cannot be created correctly
2022-08-29 9:28 UTC
EDK II Stable Tag release edk2-stable202208 completed
2022-08-29 9:05 UTC
[PATCH 0/4] CryptoPkg: add AeadAesGcm support
2022-08-29 8:42 UTC (5+ messages)
` [PATCH 1/4] CryptoPkg: add AeadAesGcm function() definition
` [PATCH 2/4] CryptoPkg: add AeadAesGcm support
` [PATCH 3/4] CryptoPkg: add AeadAesGcm to Crypto Service
` [PATCH 4/4] CryptoPkg: add UnitTest for AeadAesGcm
[PATCH edk2-stable202208 1/1] BaseTools: Fix DevicePath GNUmakefile for macOS
2022-08-29 2:48 UTC (3+ messages)
` [edk2-devel] "
` 回复: "
[edk2-stable202208 0/3] Revert three patches for edk2 stable tag 202208
2022-08-29 2:48 UTC (8+ messages)
` [edk2-stable202208 1/3] Revert "UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test"
` [edk2-devel] "
` [edk2-stable202208 2/3] Revert "ShellPkg: Adds Local APIC parser to AcpiView"
` [edk2-stable202208 3/3] Revert "BaseTools: Fix DSC LibraryClass precedence rule"
` [edk2-devel] "
` [edk2-devel] [edk2-stable202208 0/3] Revert three patches for edk2 stable tag 202208
` 回复: "
FW: [PATCH] ShellPkg: Displaying SMBIOS Type38 fields in formatted manner
2022-08-29 1:01 UTC (2+ messages)
` 回复: [edk2-devel] "
[edk2-devel] Event: Tools, CI, Code base construction meeting series - 08/29/2022 #cal-reminder
2022-08-28 23:30 UTC
[PATCH 1/2] DynamicTablesPkg: Add SMBIOS table generation
2022-08-26 17:37 UTC (2+ messages)
` [PATCH 2/2] DynamicTablesPkg: Add Smbios Type17 Table generator
[edk2-platforms][PATCH v2 1/1] MinPlatformPkg: Add FspNvsBuffer compression option
2022-08-26 16:36 UTC (5+ messages)
` [edk2-devel] "
[PATCH] UefiCpuPkg: Use Top of each AP's stack to save CpuMpData
2022-08-26 14:27 UTC (2+ messages)
` [edk2-devel] "
[PATCH] OvmfPkg/IncompatiblePciDeviceSupportDxe: Ignore OptionRom in Sev guest
2022-08-26 10:56 UTC (3+ messages)
MdeModulePkg build fails for AARCH64 on Ubuntu 22.04
2022-08-26 10:12 UTC (14+ messages)
` [edk2-devel] "
` 回复: "
[PATCH V3 0/2] Re-design CcProbeLib
2022-08-26 9:11 UTC (6+ messages)
` [PATCH V3 1/2] OvmfPkg: Add SecPeiCcProbeLib
` [PATCH V3 2/2] OvmfPkg: Update CcProbeLib to DxeCcProbeLib
` [edk2-devel] "
[PATCH v4] UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlers
2022-08-26 8:51 UTC (2+ messages)
[PATCH v3] UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlers
2022-08-26 7:37 UTC (2+ messages)
[PATCH v2] UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlers
2022-08-26 7:28 UTC (6+ messages)
` [PATCH v2] UefiCpuPkg/MpInitLib: Simplify logic in SwitchBsp
` [PATCH v2] UefiCpuPkg: Simplify the implementation when separate exception stacks
回复: [edk2-devel] Regarding review for Bug 3755
2022-08-26 7:15 UTC (3+ messages)
` [edk2-devel] "
[PATCH 0/4] CryptoPkg: Add Hkdf SHA384 support
2022-08-26 6:32 UTC (5+ messages)
` [PATCH 1/4] CryptoPkg: add new Hkdf api definition in Crypt Lib
` [PATCH 2/4] CryptoPkg: add new Hkdf api "
` [PATCH 3/4] CryptoPkg: add new Hkdf api to Crypto Service
` [PATCH 4/4] CryptoPkg: add Hkdf UnitTest
[PATCH 1/1] OvmfPkg: Set default Pci PCDs in Tdx guest
2022-08-26 5:27 UTC (2+ messages)
[edk2-devel] Extend Hard Feature Freeze to 2022-08-29 for edk2-stable202208
2022-08-26 2:48 UTC
BaseTools no longer builds on macOS: "error: unknown warning option '-Werror=stringop-overflow'"
2022-08-26 7:32 UTC (7+ messages)
` [edk2-devel] "
` 回复: "
TianoCore edk2-test Bug Triage Meeting
2022-08-25 23:59 UTC
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