messages from 2024-01-12 19:16:11 to 2024-01-17 21:36:22 UTC [more...]
[edk2-devel] [PATCH v2 0/5] Platform/RaspberryPi: Various minor fixes
2024-01-17 21:36 UTC (4+ messages)
` [edk2-devel] [PATCH v2 1/5] Platform/RaspberryPi/DualSerialPortLib: Always configure the pl011
` [edk2-devel] [PATCH v2 2/5] Silicon/Broadcom/BcmGenetDxe: Suppress some bogus compiler warnings
` [edk2-devel] [PATCH v2 3/5] Platform/RaspberryPi: Cleanup menu visibility
[edk2-devel] [PATCH 0/2] SEV-SNP guest support fixes
2024-01-17 21:26 UTC (3+ messages)
` [edk2-devel] [PATCH 1/2] UefiCpuPkg/MpInitLib: Use AsmCpuidEx() for CPUID_EXTENDED_TOPOLOGY leaf
[edk2-devel] [PATCH 0/6] SECURITY PATCHES TCBZ4117 & TCBZ4118
2024-01-17 21:04 UTC (13+ messages)
[edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
2024-01-17 18:12 UTC
[edk2-devel] [PATCH] NetworkPkg/Ip4Dxe: Fix Reset To Default
2024-01-17 17:27 UTC (10+ messages)
[edk2-devel] [PATCH v2 0/2] AMD CPU extended topology
2024-01-17 15:17 UTC (5+ messages)
` [edk2-devel] [PATCH v2 1/2] MdePkg: Adds AMD Extended CPU topology CPUID
` [edk2-devel] [PATCH v2 2/2] UefiCpuPkg/BaseXApic[X2]ApicLib: Implements AMD extended cpu topology
[edk2-devel] [PATCH 0/2] OvmfPkg: drop support for TPM 1.2
2024-01-17 14:14 UTC (9+ messages)
` [edk2-devel] [PATCH 1/2] OvmfPkg: remove TPM1_ENABLE build option
` [edk2-devel] [PATCH 2/2] OvmfPkg/Tcg2Config: remove unused TPM 1.2 support
[edk2-devel] [PATCH v2] UefiCpuPkg: Fix issue that IsModified is wrongly set in PageTableMap
2024-01-17 10:51 UTC (2+ messages)
[edk2-devel] Add LocalApicTimerDxe driver in UefiCpuPkg
2024-01-17 10:46 UTC (19+ messages)
` [edk2-devel] [PATCH 1/6] UefiCpuPkg/LocalApicTimerDxe: Duplicate OvmfPkg/LocalApicTimerDxe driver
` [edk2-devel] [PATCH 2/6] UefiCpuPkg/LocalApicTimerDxe: Remove NestedInterruptTplLib call
` [edk2-devel] [PATCH 3/6] UefiCpuPkg: Add LocalApicTimerDxe driver in DSC file
` [edk2-devel] [PATCH 4/6] UefiCpuPkg/LocalApicTimerDxe: Enhance Timer Frequency calculation logic
` [edk2-devel] [PATCH 5/6] UefiCpuPkg/LocalApicTimerDxe: warn if APIC Timer is used by other code
` [edk2-devel] [PATCH 6/6] UefiCpuPkg/LocalApicTimerDxe: Passing fixed timer period is not a bug
[edk2-devel] [PATCH v2 2/2] UefiCpuPkg/CpuMpPei: Don't write CR3 in ConvertMemoryPageToNotPresent
2024-01-17 10:24 UTC (2+ messages)
[edk2-devel] [PATCH v2 1/2] UefiCpuPkg/CpuPageTableLib: Enhance function header for PageTableMap()
2024-01-17 10:23 UTC (2+ messages)
[edk2-devel] [PATCH v3 0/6] OvmfPkg/VirtNorFlashDxe: fix corruption + misc small improvements
2024-01-17 10:20 UTC (8+ messages)
` [edk2-devel] [PATCH v3 1/6] OvmfPkg/VirtNorFlashDxe: add casts to UINTN and UINT32
` [edk2-devel] [PATCH v3 2/6] OvmfPkg/VirtNorFlashDxe: clarify block write logic & fix shadowbuffer reads
` [edk2-devel] [PATCH v3 3/6] OvmfPkg/VirtNorFlashDxe: add a loop for NorFlashWriteBuffer calls
` [edk2-devel] [PATCH v3 4/6] OvmfPkg/VirtNorFlashDxe: allow larger writes without block erase
` [edk2-devel] [PATCH v3 5/6] OvmfPkg/VirtNorFlashDxe: ValidateFvHeader: unwritten state is EOL too
` [edk2-devel] [PATCH v3 6/6] OvmfPkg/VirtNorFlashDxe: move DoErase code block into new function
[edk2-devel] [PATCH] BaseTools: Optimize GenerateByteArrayValue and CollectPlatformGuids APIs
2024-01-17 7:54 UTC
[edk2-devel] [PATCH 1/2] MdeModulePkg: Remove the handle validation check in CoreGetProtocolInterface
2024-01-17 6:45 UTC (2+ messages)
` [edk2-devel] [PATCH 2/2] MdeModulePkg: Optimize CoreConnectSingleController
Recall: [edk2-devel] [Patch V2] BaseTools: VfrCompiler Adds DefaultValueError Feature
2024-01-17 3:29 UTC
[edk2-devel] [Patch V2] BaseTools: VfrCompiler Adds DefaultValueError Feature
2024-01-17 2:18 UTC (9+ messages)
` 回复: "
[edk2-devel] [PATCH v1 0/2] AMD CPU extended topology
2024-01-17 2:15 UTC (6+ messages)
` [edk2-devel] [PATCH v1 1/2] MdePkg: Adds AMD Extended CPU topology CPUID
` [edk2-devel] [PATCH v1 2/2] UefiCpuPkg/BaseXApicX2ApicLib: Implements AMD extended cpu topology
[edk2-devel] [PATCH edk2-platforms 1/1] Platform/SbsaQemu: update doc a bit
2024-01-16 18:05 UTC
[edk2-devel] [PATCH v2 0/6] OvmfPkg/VirtNorFlashDxe: fix corruption + misc small improvements
2024-01-16 15:29 UTC (14+ messages)
` [edk2-devel] [PATCH v2 1/6] OvmfPkg/VirtNorFlashDxe: add casts to UINTN and UINT32
` [edk2-devel] [PATCH v2 2/6] OvmfPkg/VirtNorFlashDxe: clarify block write logic & fix shadowbuffer reads
` [edk2-devel] [PATCH v2 3/6] OvmfPkg/VirtNorFlashDxe: add a loop for NorFlashWriteBuffer calls
` [edk2-devel] [PATCH v2 4/6] OvmfPkg/VirtNorFlashDxe: allow larger writes without block erase
` [edk2-devel] [PATCH v2 5/6] OvmfPkg/VirtNorFlashDxe: ValidateFvHeader: unwritten state is EOL too
` [edk2-devel] [PATCH v2 6/6] OvmfPkg/VirtNorFlashDxe: move DoErase code block into new function
[edk2-devel] [PATCH v7 00/37] Enable LoongArch virtual machine in edk2
2024-01-16 14:41 UTC (10+ messages)
` [edk2-devel] [PATCH v7 23/37] ArmVirtPkg: Move the FdtSerialPortAddressLib to OvmfPkg
` [edk2-devel] [PATCH v7 25/37] ArmVirtPkg: Move PlatformBootManagerLib "
[edk2-devel] [PATCH v3 0/4] Bz4166: Integer Overflow in CreateHob()
2024-01-16 14:39 UTC (3+ messages)
` [edk2-devel] [PATCH v3 4/4] MdeModulePkg/Hob: "
` 回复: "
[edk2-devel] [PATCH 1/1] MdePkg:Updated the comments of EFI_FIRMWARE_MANAGEMENT_PROTOCOL
2024-01-16 14:20 UTC (3+ messages)
` 回复: "
[edk2-devel] [PATCH v2 1/1] MdePkg/IndustryStandard: Add _PSD/_CPC/Coord types definitions
2024-01-16 14:17 UTC (3+ messages)
` 回复: "
[edk2-devel] [PATCH 1/2] MdeModulePkg: Dxe: add LOONGARCH64 to mMachineTypeInfo
2024-01-16 12:12 UTC (4+ messages)
` [edk2-devel] [PATCH 2/2] ShellPkg: Update smbiosview for LoongArch
[edk2-devel] When TPM is enabled, Ubuntu doesn't boot
2024-01-16 11:05 UTC (3+ messages)
[edk2-devel] [PATCH 0/4] OvmfPkg/VirtNorFlashDxe: fix corruption + misc small improvements
2024-01-16 10:21 UTC (6+ messages)
[edk2-devel] [edk2-redfish-client][PATCH 1/3] RedfishClientPkg/jansson: Define json_object_del
2024-01-16 8:31 UTC (9+ messages)
` [edk2-devel] [edk2-redfish-client][PATCH 2/3] RedfishClientPkg/RedfishFeatureUtilityLib: Add two helper functions
` [edk2-devel] [edk2-redfish-client][PATCH 3/3] RedfishClientPkg/ConverterLib: Function to remove Redfish unchangeable properties
[edk2-devel] [PATCH v2] OvmfPkg: RiscVVirt: Fix network drivers not be built
2024-01-15 6:53 UTC (3+ messages)
[edk2-devel] [PATCH edk2-platforms v2 0/4] get rid of DeviceTree from SbsaQemu
2024-01-16 7:48 UTC (5+ messages)
` [edk2-devel] [PATCH edk2-platforms v2 1/4] Platform/SbsaQemu: add SbsaQemuHardwareInfoLib
` [edk2-devel] [PATCH edk2-platforms v2 2/4] Platform/SbsaQemu: read amount of cpus during init
` [edk2-devel] [PATCH edk2-platforms v2 3/4] Platform/SbsaQemu: use PcdCoreCount directly
` [edk2-devel] [PATCH edk2-platforms v2 4/4] Platform/SbsaQemu: move FdtHandlerLib to SbsaQemuHardwareInfoLib
[edk2-devel] RFC: Folder layout change in UefiCpuPkg
2024-01-16 0:59 UTC (10+ messages)
[edk2-devel] [PATCH v2] NetworkPkg: Triger regularly scan only if not connect to AP
2024-01-15 5:31 UTC (11+ messages)
` 回复: "
[edk2-devel] [PATCH] UefiCpuPkg: Fix issue that IsModified is wrongly set in PageTableMap
2024-01-15 18:00 UTC (8+ messages)
[edk2-devel] [PATCH v3 1/1] Sophgo/SG2042Pkg: Disable CMO and Sstc features
2024-01-16 7:18 UTC (2+ messages)
[edk2-devel] [PATCH edk2-platforms 0/1] get rid of DeviceTree from SbsaQemu
2024-01-15 18:37 UTC (4+ messages)
` [edk2-devel] [PATCH edk2-platforms 1/1] SbsaQemu: get cpu information from TF-A
[edk2-devel] [PATCH] UefiPayloadPkg: CbParseLib: Fix integer overflow
2024-01-15 9:11 UTC (4+ messages)
[edk2-devel] [PATCH] RedfishPkg/RedfishCrtLib: handle floating point number in JSON
2024-01-14 14:46 UTC (3+ messages)
[edk2-devel] [PATCH v3 0/3] Support CloudHv guests with >1TB of RAM
2024-01-16 6:40 UTC (13+ messages)
` [edk2-devel] [PATCH v3 1/3] OvmfPkg: Add CloudHv support to PlatformScanE820 utility function
` [edk2-devel] [PATCH v3 2/3] OvmfPkg: Update PlatformAddressWidthInitialization for CloudHv
` [edk2-devel] [PATCH v3 3/3] OvmfPkg: CloudHv: Enable PcdUse1GPageTable
[edk2-devel] [PATCH 1/1] MdePkg: Update the comments of HiiConfigAccess ExtractConfig
2024-01-16 0:35 UTC (5+ messages)
` 回复: "
[edk2-devel] [PATCH v2] MdePkg/BaseLib:Fix boot DxeCore hang on riscv platform
2024-01-15 2:08 UTC (4+ messages)
[edk2-devel] [PATCH] DynamicTablesPkg/SSDT: Remove incorrect root node check
2024-01-15 11:41 UTC (6+ messages)
[edk2-devel] [PATCH v2] RedfishPkg/RedfishCrtLib: handle floating point number in JSON
2024-01-15 5:17 UTC (2+ messages)
[edk2-devel] Memory Attribute for depex section
2024-01-15 19:00 UTC (17+ messages)
[edk2-devel] [edk2-platforms][PATCH V2 0/8] Platform/Sgi: Add support for RD-Fremont platform
2024-01-15 11:12 UTC (6+ messages)
` [edk2-devel] [edk2-platforms][PATCH V2 3/8] Platform/Sgi: Introduce a flag to enable PCIe support for RD Platforms
` [edk2-devel] [edk2-platforms][PATCH V2 4/8] Platform/Sgi: Add ACPI tables for RD-Fremont platform
[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, January 15, 2024 #cal-notice
2024-01-16 0:30 UTC
[edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
2024-01-15 1:24 UTC (3+ messages)
` [edk2-devel] 回复: "
[edk2-devel] [PATCH v2 0/1] Sophgo/SG2042Pkg: Disable Sstc feature
2024-01-15 7:33 UTC (4+ messages)
` [edk2-devel] [PATCH v2 1/1] Sophgo/SG2042Pkg: Override Sstc extension
[edk2-devel] [edk2-platforms PATCH v2 0/8] Silicon/Marvell/OdysseyPkg:
2024-01-15 20:26 UTC (7+ messages)
` [edk2-devel] [edk2-platforms PATCH v2 4/8] Silicon/Marvell: Odyssey watchdog driver
` [edk2-devel] [edk2-platforms PATCH v2 7/8] Silicon/Marvell: Driver to dump board configuration
[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, January 16, 2024 #cal-reminder
2024-01-16 2:30 UTC
[edk2-devel] [PATCH 1/1] MdePkg: Update the Label definitions of the EFI_NVDIMM_LABEL
2024-01-16 0:58 UTC (4+ messages)
` 回复: "
[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, January 15, 2024 #cal-reminder
2024-01-15 0:30 UTC
[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, January 15, 2024 #cal-reminder
2024-01-15 23:30 UTC
[edk2-devel] [RESEND PATCH] RedfishPkg/JsonLib: Add JSON delete object function
2024-01-16 3:06 UTC (2+ messages)
[edk2-devel] [edk2-platforms][PATCH V2 1/1] Platform/ARM/N1Sdp: Route the Debug Serial Port to IOFPGA UART1
2024-01-12 21:02 UTC
[edk2-devel] [PATCH v1 0/1] Sophgo/SG2042Pkg: Disable Sstc feature
2024-01-12 14:27 UTC (4+ messages)
` [edk2-devel] [PATCH v1 1/1] Sophgo/SG2042Pkg: Override Sstc extension
[edk2-devel] [PATCH edk2-platforms 1/1] Maintainers: Remove Ard as Platform/ARM reviewer
2024-01-12 15:53 UTC
[edk2-devel] [PATCH] MdePkg: fix the types of casting for TD MMIO read
2024-01-12 6:02 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