public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-05-29 10:17:38 to 2023-06-01 15:02:28 UTC [more...]

[Patch v2 0/3] Address C++ keyword collisions
 2023-06-01 15:01 UTC  (11+ messages)
` [Patch v2 1/3] MdePkg/Include/IndustryStandard: Add Operator and Xor field names
` [Patch v2 2/3] SecurityPkg/Library/TpmCommandLib: Change xor to Xor
  ` [edk2-devel] [PATCH] ShellPkg\SmbiosView: SmBiosView does not print correct Slot ID information
` [Patch v2 3/3] MdePkg/Include/IndustryStandard: Address C++ keyword collisions
` [edk2-devel] [Patch v2 0/3] "
  ` 回复: "

[PATCH v5 1/3] OvmfPkg/Xen: export search of RSDP into a library function
 2023-06-01 15:01 UTC  (3+ messages)
  ` [edk2-devel] "

[RFC PATCH 00/11] Permit DXE drivers to execute in place
 2023-06-01 14:53 UTC  (43+ messages)
` [RFC PATCH 01/11] MdeModulePkg/DxeCore: Remove unused 'EntryPoint' argument to LoadImage
` [RFC PATCH 02/11] MdeModulePkg/DxeCore: Remove unused DstBuffer arg from LoadImage
` [RFC PATCH 03/11] MdeModulePkg/DxeCore: Remove FreePage argument from CoreUnloadImage
` [RFC PATCH 04/11] MdeModulePkg/DxeCore: Avoid caching memory mapped FFS files
` [RFC PATCH 05/11] MdeModulePkg/DxeCore: Use memory mapped FV protocol to avoid image copy
    ` [edk2-devel] "
` [RFC PATCH 06/11] MdeModulePkg/DxeCore: Expose memory mapped FV protocol when possible
` [RFC PATCH 07/11] MdeModulePkg/DxeCore: Execute loaded images in place if possible
` [RFC PATCH 08/11] MdeModulePkg/DxeIpl: Relocate and remap XIP capable DXE drivers
  ` [edk2-devel] "
` [RFC PATCH 09/11] MdeModulePkg/DxeCore: Add PCD NX policy bit for default NX state
` [RFC PATCH 10/11] ArmVirtPkg/ArmVirtQemu: Allow CPU arch protocol DXE to execute in place
` [RFC PATCH 11/11] ArmVirtPkg/ArmVirtQemu: Map all DRAM non-execute by default
` [edk2-devel] [RFC PATCH 00/11] Permit DXE drivers to execute in place

[PATCH v2 0/4] ArmVirt: add VirtioSerialDxe
 2023-06-01 14:44 UTC  (6+ messages)
` [PATCH v2 1/4] ArmVirt: add VirtioSerialDxe to ArmVirtQemu builds
` [PATCH v2 2/4] ArmVirt/PlatformBootManagerLib: factor out IsVirtio()
` [PATCH v2 3/4] ArmVirt/PlatformBootManagerLib: factor out IsVirtioPci()
` [PATCH v2 4/4] ArmVirt/PlatformBootManagerLib: set up virtio serial as console

[edk2-devel] Now: TianoCore edk2-test Bug Triage Meeting - Thursday, June 1, 2023 #cal-notice
 2023-06-01 14:00 UTC 

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, June 1, 2023 #cal-reminder
 2023-06-01 13:45 UTC 

[PATCH] ShellPkg/SmbiosView: type 45 and type 46 support
 2023-06-01 13:01 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/1] ArmPkg: add SMC defines for SiP service calls
 2023-06-01 12:58 UTC 

[PATCH v2] MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5
 2023-06-01 11:55 UTC 

[PATCH v1] MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5
 2023-06-01 11:53 UTC 

[edk2-platforms] Platform/Loongson: Revise the Readme
 2023-06-01 11:20 UTC 

[edk2-platforms] Platform/Loongson: Pre-allocate 0-4K memory during the Pei phase
 2023-06-01 11:19 UTC 

[PATCH v4 0/2] Qemu/Sbsa versioning
 2023-06-01 10:58 UTC  (3+ messages)
` [PATCH 1/2] Platform/SbsaQemu: read platform version

[PATCH v2 1/1] MdePkg/BaseLib: Add SpeculationBarrier implementation for RiscV64
 2023-06-01 10:56 UTC 

[edk2-devel] [PATCH 1/1] MdePkg/BaseLib: Add SpeculationBarrier implementation for RiscV64
 2023-06-01 10:40 UTC  (3+ messages)

[edk2-devel] [edk2-platforms][PATCH V2 1/1] Platform/Loongson: Set Dxe common page size to 16k
 2023-06-01  9:10 UTC  (3+ messages)

[PATCH 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
 2023-06-01  9:07 UTC  (2+ messages)

[PATCH 0/5] ArmVirt: add VirtioSerialDxe
 2023-06-01  9:07 UTC  (13+ messages)
` [PATCH 1/5] ArmVirt: add VirtioSerialDxe to ArmVirtQemu builds
  ` [edk2-devel] "
` [PATCH 2/5] ArmVirt/PlatformBootManagerLib: factor out IsVirtio()
` [PATCH 3/5] ArmVirt/PlatformBootManagerLib: factor out IsVirtioPci()
` [PATCH 4/5] ArmVirt/PlatformBootManagerLib: set up virtio serial as console
` [PATCH 5/5] OvmfPkg/VirtioSerialDxe: use TPL_NOTIFY

[PATCH 1/1] OvmfPkg/PlatformInitLib: limit phys-bits to 46
 2023-06-01  9:07 UTC  (3+ messages)

[PATCH v2 1/1] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: refine flash detection
 2023-06-01  9:07 UTC  (3+ messages)

[PATCH v6 00/11] BaseTools: remove duplicate includes
 2023-06-01  8:59 UTC  (5+ messages)
` [PATCH v6 02/11] BaseTools: add -fdirect-access-external-data to clang pie builds
  ` 回复: "
    ` [edk2-devel] "
      ` 回复: "

[PATCH v1] UefiCpuPkg: Get processor extended information for SmmCpuServiceProtocol
 2023-06-01  6:08 UTC  (4+ messages)

[RFC] Introduce new status code for ManageabilityPkg and Redfish*Pkg
 2023-06-01  4:23 UTC 

[PATCH] UnitTestFrameworkPkg: Add UnitTestPeiServicesTablePointerLib
 2023-06-01  3:02 UTC 

[PATCH v1 1/1] MdeModulePkg/VariableSmm.c: add Ap rendezvous check before SmmSetVariable
 2023-06-01  1:09 UTC  (7+ messages)
` 回复: "
    ` [edk2-devel] "

[Patch V4 00/15] Use CpuPageTableLib to create and update smm page table
 2023-06-01  1:09 UTC  (3+ messages)
` [Patch V4 05/15] UefiCpuPkg: Use CpuPageTableLib to convert SMM paging attribute

[RFC PATCH 00/10] Add PPI to manage PEI phase memory attributes
 2023-05-31 21:01 UTC  (23+ messages)
` [RFC PATCH 04/10] OvmfPkg/RiscVVirt: Remove unimplemented NxForStack configuration
` [RFC PATCH 05/10] MdeModulePkg: Define memory attribute PPI
          ` [edk2-devel] "
` [RFC PATCH 07/10] MdeModulePkg/PeiCore: Apply restricted permissions in image loader
  ` [edk2-devel] "
` [RFC PATCH 09/10] MdeModulePkg/DxeIpl: Use memory attribute PPI to remap the stack NX
        ` [edk2-devel] "

[PATCH v1 0/1] Add support for running shell test application in an immutable volume
 2023-05-31 20:39 UTC  (3+ messages)
` [PATCH v1 1/1] UnitTestFrameworkPkg: UnitTestPersistenceLib: Save Unit Test Cache to Drive

[PATCH] MinPlatform: Add CpuPageTableLib required by CpuMpPeim
 2023-05-31 16:03 UTC  (2+ messages)

[PATCH v1 1/1] UefiCpuPkg/CpuService.c:check cpu sync mode in SmmCpuRendezvous()
 2023-05-31 15:24 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-redfish-client][PATCH 1/2] RedfishClientPkg: Replace __FUNCTION__ with __func__
 2023-05-31 15:22 UTC  (5+ messages)
` [edk2-redfish-client][PATCH 2/2] RedfishClientPkg: Use DEBUG_MANAGEABILITY

[PATCH v2 1/1] UefiCpuPkg/PiSmmCpuDxeSmm:add Ap Rendezvous check in PerformRemainingTasks
 2023-05-31 15:20 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] MdeModulePkg: Fix port multiplier port in AhciPei PEIM
 2023-05-31 14:48 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, June 1, 2023 #cal-reminder
 2023-05-31 14:00 UTC 

[PATCH V2 0/6] Enable perf-logging in SMM environment
 2023-05-31 11:34 UTC  (7+ messages)
` [PATCH V2 1/6] UefiCpuPkg/CpuSmm: Add perf-logging for time-consuming BSP procedures
` [PATCH V2 2/6] UefiCpuPkg/CpuSmm: Add perf-logging for MP procedures
` [PATCH V2 3/6] MdeModulePkg/SmmCore: Add perf-logging for time-consuming procedures
` [PATCH V2 4/6] MdeModulePkg/SmmCore: Add perf-logging for SmmDriverDispatchHandler
` [PATCH V2 5/6] MdeModulePkg/SmmPerformanceLib: Disable perf-logging after ExitBS
` [PATCH V2 6/6] MdeModulePkg/SmmCorePerformanceLib: Disable perf-logging at runtime

RDTSC is not a serializing instruction
 2023-05-31  9:55 UTC  (2+ messages)

[edk2-platforms][PATCH 1/2] ManageabilityPkg: Replace __FUNCTION__ with __func__
 2023-05-31  8:07 UTC  (7+ messages)
` [edk2-platforms][PATCH 2/2] ManageabilityPkg: Use DEBUG_MANAGEABILITY

[Patch 1/1] OvmfPkg/VirtIoSerialDxe: Update for VS2015x86 compatibility
 2023-05-31  7:33 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/1] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: refine flash detection
 2023-05-31  6:40 UTC  (3+ messages)

[PATCH v10] MinPlatformPkg: Update HWSignature field in FACS
 2023-05-31  6:02 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] IntelFsp2Pkg/Tools: PatchFv: Handle 32-bit address in GCC map
 2023-05-31  3:48 UTC 

[PATCH v9] MinPlatformPkg: Update HWSignature field in FACS
 2023-05-31  2:01 UTC  (4+ messages)
` [edk2-devel] "

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, May 30, 2023 #cal-reminder
 2023-05-31  1:15 UTC 

[Patch 0/2] Address C++ keyword collisions
 2023-05-30 18:57 UTC  (7+ messages)
` [Patch 1/2] MdePkg/Include/IndustryStandard: "
  ` [edk2-devel] "
` [Patch 2/2] SecurityPkg/Library/TpmCommandLib: Change xor to Xor
` [edk2-devel] [Patch 0/2] Address C++ keyword collisions

[PATCH v3 0/7] RISC-V: MMU support
 2023-05-30 17:37 UTC  (4+ messages)
` [PATCH v3 7/7] OvmfPkg/RiscVVirt: SEC: Add IO memory resource hob for platform devices
  ` [edk2-devel] "

failed Pr
 2023-05-30 17:26 UTC  (13+ messages)
` [edk2-devel] "

[PATCH edk2-platforms 0/2] SbsaQemu: make GIC base address Pcds dynamic
 2023-05-30 16:43 UTC  (2+ messages)
` [edk2-devel] "

BaseTools: how to generate PcdValueInit without VS?
 2023-05-30 15:32 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] RedfishPkg/RedfishPlatformConfigDxe: fix value type issue
 2023-05-30 14:28 UTC  (2+ messages)

[PATCH edk2-non-osi 1/1] Platform/Qemu/Sbsa: Update TF-A binaries to enable FEAT_FGT
 2023-05-30  9:43 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] SimicsOpenBoard: Use default 10ms as delay between INIT and SIPI
 2023-05-30  8:30 UTC 

[PATCH] RedfishPkg: Use DEBUG_MANAGEABILITY
 2023-05-30  7:15 UTC  (2+ messages)

[PATCH 1/1] IntelFsp2Pkg/Library/BaseFspCommonLib: Fix OVERRUN Coverity issue
 2023-05-30  5:22 UTC  (5+ messages)
` [edk2-devel] "

[PATCH] IntelFsp2WrapperPkg: Fix ASSERT when FSP-S/M use FFS3
 2023-05-30  4:08 UTC  (2+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, May 30, 2023 #cal-reminder
 2023-05-30  1:30 UTC 

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, May 29, 2023 #cal-notice
 2023-05-29 23:30 UTC 

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, May 29, 2023 #cal-reminder
 2023-05-29 22:30 UTC 

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, May 29, 2023 #cal-reminder
 2023-05-29 16:49 UTC  (2+ messages)

[PATCH v2 0/2] AMD/AmdMinBoardPkg: ReportFvLib library and
 2023-05-29 14:40 UTC  (7+ messages)
` [PATCH v2 1/2] AMD/AmdMinBoardPkg: Implements PCI hotplug init protocol
` [PATCH v2 2/2] AMD/AmdMinBoardkPkg: Implements PeiReportFvLib Library

PATCH [1/1] ArmPkg: Fix GicV2 BaseAddress types
 2023-05-29 11:44 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 1/1] OvmfPkg/PlatformPei: drop S3Verification()
 2023-05-29 11:41 UTC  (4+ messages)

[PATCH 1/1] OvmfPkg/PciHotPlugInitDxe: Do not reserve IO ports by default
 2023-05-29 11:41 UTC  (3+ messages)

[PATCH 0/3] OvmfPkg: gigabyte page tweaks
 2023-05-29 11:41 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox