public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-05-24 00:08:35 to 2023-05-30 05:58:43 UTC [more...]

[RFC PATCH 00/11] Permit DXE drivers to execute in place
 2023-05-30  5:58 UTC  (14+ 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
` [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
` [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

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

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

[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)

failed Pr
 2023-05-29 16:44 UTC  (9+ messages)
` [edk2-devel] "

[PATCH edk2-non-osi 1/1] Platform/Qemu/Sbsa: Update TF-A binaries to enable FEAT_FGT
 2023-05-29 15:12 UTC  (3+ messages)
` [edk2-devel] "

[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 v3 0/7] RISC-V: MMU support
 2023-05-29 14:07 UTC  (9+ messages)
` [PATCH v3 1/7] MdePkg/BaseLib: RISC-V: Support getting satp register value
` [PATCH v3 2/7] MdePkg/Register: RISC-V: Add satp mode bits shift definition
` [PATCH v3 3/7] UefiCpuPkg: RISC-V: Support MMU with SV39/48/57 mode
` [PATCH v3 4/7] OvmfPkg/RiscVVirt: Remove satp bare mode setting
` [PATCH v3 5/7] OvmfPkg/RiscVVirt: VirtNorFlashPlatformLib: Fix wrong flash size
` [PATCH v3 6/7] OvmfPkg/VirtNorFlashDxe: Not add memory space if it exists
` [PATCH v3 7/7] OvmfPkg/RiscVVirt: SEC: Add IO memory resource hob for platform devices
  ` [edk2-devel] "

[RFC PATCH 00/10] Add PPI to manage PEI phase memory attributes
 2023-05-29 12:50 UTC  (16+ messages)
` [RFC PATCH 01/10] ArmPkg/ArmMmuLib: Extend API to manage memory permissions better
` [RFC PATCH 02/10] ArmPkg/CpuDxe: Simplify memory attributes protocol implementation
` [RFC PATCH 03/10] ArmPkg/CpuPei: Drop bogus DEPEX on PEI permanent memory
` [RFC PATCH 04/10] OvmfPkg/RiscVVirt: Remove unimplemented NxForStack configuration
` [RFC PATCH 05/10] MdeModulePkg: Define memory attribute PPI
` [RFC PATCH 06/10] ArmPkg/CpuPei: Implement the memory attributes PPI
` [RFC PATCH 07/10] MdeModulePkg/PeiCore: Apply restricted permissions in image loader
  ` [edk2-devel] "
` [RFC PATCH 08/10] MdeModulePkg/DxeIpl: Merge EBC, RISCV64 and LOONGARCH code
` [RFC PATCH 09/10] MdeModulePkg/DxeIpl: Use memory attribute PPI to remap the stack NX
` [RFC PATCH 10/10] MdeModulePkg/DxeIpl ARM AARCH64: Switch to generic handoff code
` [edk2-devel] [RFC PATCH 00/10] Add PPI to manage PEI phase memory attributes

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)

[PATCH] RedfishPkg/RedfishPlatformConfigDxe: fix value type issue
 2023-05-29  8:10 UTC  (2+ messages)

[PATCH v1] UefiCpuPkg: Get processor extended information for SmmCpuServiceProtocol
 2023-05-29  6:39 UTC 

[PATCH 1/1] MdePkg/BaseLib: Add SpeculationBarrier implementation for RiscV64
 2023-05-29  5:51 UTC  (2+ messages)
  ` [edk2-devel] "

[PATCH] MdeModulePkg SdMmcPciHcDxe: SD/MMC capability debug print is incorrect
 2023-05-29  4:53 UTC  (4+ messages)

EDK II Stable Tag release edk2-stable202305 completed
 2023-05-29  1:34 UTC  (4+ messages)
` [edk2-devel] "
  ` 回复: "

[Patch 1/1] OvmfPkg/VirtIoSerialDxe: Update for VS2015x86 compatibility
 2023-05-27  9:07 UTC  (2+ messages)

[PATCH] MdePkg/BaseLib: Add SpeculationBarrier implementation for RiscV64
 2023-05-27  5:40 UTC 

[PATCH 1/2] UefiCpuPkg: CpuTimerDxeRiscV64: Fix incorrect value sent to SbiSetTimer
 2023-05-26 23:25 UTC  (2+ messages)
` [PATCH 2/2] UefiCpuPkg: RISC-V: TimerLib: Fix delay function to use 64-bit

[edk2-devel][PATCH v1 1/1] ArmPkg: CpuDxe: Report AARCH64 Memory Protections Attributes To GCD
 2023-05-26 21:07 UTC  (2+ messages)

[PATCH v1] BaseTools: toolsetup.bat always execute PYTHON_HOME
 2023-05-26 17:12 UTC  (4+ messages)

[PATCH 0/3] Enable perf-logging in SMM environment
 2023-05-26 14:34 UTC  (4+ messages)
` [PATCH 1/3] UefiCpuPkg/CpuSmm: Add perf-logging for time-consuming BSP procedures
` [PATCH 2/3] UefiCpuPkg/CpuSmm: Add perf-logging for MP procedures
` [PATCH 3/3] MdeModulePkg/SmmCore: Add perf-logging for time-consuming procedures

[PATCH 0/6] Fine tune SimicsOpenBoardPkg
 2023-05-26  6:36 UTC  (15+ messages)
` [PATCH 1/6] SimicsOpenBoardPkg: Remove un-used PlatformBootManagerLib
` [PATCH 2/6] SimicsOpenBoardPkg: Remove logic that loads variable from disk file
` [PATCH 3/6] SimicsOpenBoardPkg: Enable serial terminal
` [PATCH 4/6] MinPlatform/build_bios.py: Support performance enabled build
` [PATCH 5/6] SimicsOpenBoardPkg: Add "dp" command in performance build
` [PATCH 6/6] SimicsOpenBoardPkg: Disable DriverBindingSupport perf logging
  ` [edk2-devel] [PATCH 1/6] SimicsOpenBoardPkg: Remove un-used PlatformBootManagerLib
  ` [edk2-devel] [PATCH 2/6] SimicsOpenBoardPkg: Remove logic that loads variable from disk file
  ` [edk2-devel] [PATCH 6/6] SimicsOpenBoardPkg: Disable DriverBindingSupport perf logging
  ` [edk2-devel] [PATCH 5/6] SimicsOpenBoardPkg: Add "dp" command in performance build
  ` [edk2-devel] [PATCH 3/6] SimicsOpenBoardPkg: Enable serial terminal
` [edk2-devel] [PATCH 0/6] Fine tune SimicsOpenBoardPkg

[Patch V4 00/15] Use CpuPageTableLib to create and update smm page table
 2023-05-26  2:48 UTC  (7+ messages)
` [Patch V4 07/15] UefiCpuPkg/PiSmmCpuDxeSmm: Add 2 function to disable/enable CR0.WP
  ` [edk2-devel] "

[PATCH 1/1] AMD/AmdMinBoardPkg: Implements PCI hotplug init protocol
 2023-05-26  1:31 UTC  (2+ messages)
  ` [edk2-devel] "

GoogleTest Compatibility with MdePkg's IndustyStandard header files
 2023-05-25 18:22 UTC  (11+ messages)
      ` [edk2-devel] "

[edk2-non-osi][PATCH 1/1] Platform/RaspberryPi: Update TF-A to v2.9 to fix rainbow screen on reboot
 2023-05-25 16:56 UTC  (2+ messages)

[PATCH 1/1] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: refine flash detection
 2023-05-25 15:53 UTC  (2+ messages)

[PATCH v2 0/5] ArmVirtPkg: Add dynamic CFI flash detection for Kvmtool guests
 2023-05-25 15:51 UTC  (2+ messages)

[PATCH 0/7] RISC-V: Add MMU support
 2023-05-25 14:44 UTC  (6+ messages)
` [PATCH 5/7] OvmfPkg/VirtNorFlashDxe: Not add memory space if it exists
  ` [edk2-devel] "

RDTSC is not a serializing instruction
 2023-05-25  6:11 UTC 

[PATCH] SecurityPkg/SecureBoot: Support RSA 512 and RSA 384
 2023-05-25  5:23 UTC 

[edk2-devel] [PATCH 0/6] Fine tune SimicsOpenBoardPkg
 2023-05-25  2:10 UTC 

[edk2-platforms:PATCH v2] MinPlatformPkg: Fix SetLargeVariable fail issue
 2023-05-24 19:48 UTC  (4+ messages)

[PATCH 1/1] MdeModulePkg: Cache device path during LoadImage calls
 2023-05-24 19:07 UTC 

[PATCH 1/1] MdeModulePkg: Cache device path during LoadImage calls
 2023-05-24 18:20 UTC 

[PATCH v2 0/6] RISC-V MMU support
 2023-05-24 18:16 UTC  (10+ messages)
` [PATCH v2 3/6] UefiCpuPkg: RISC-V: Support MMU with SV39/48/57 mode
  ` [edk2-devel] "
  ` [edk2-devel] [PATCH v2 0/6] RISC-V MMU support

[PATCH] MdeModulePkg Universal: Fix typos
 2023-05-24 17:37 UTC 

[PATCH] NetworkPkg: Fix typos
 2023-05-24 17:08 UTC 

BaseTools: how to generate PcdValueInit without VS?
 2023-05-24 16:10 UTC  (2+ messages)
` [edk2-devel] "

EDK2 Community Meeting
 2023-05-24 16:03 UTC 

[edk2-devel] Updated Event: TianoCore Community Meeting - APAC/NAMO - Thursday, June 8, 2023 #cal-invite
 2023-05-24 16:01 UTC 

[edk2-devel] Updated Event: TianoCore Community Meeting EMEA/NAMO - Thursday, June 8, 2023 #cal-invite
 2023-05-24 16:01 UTC 

[PATCH v6 00/11] BaseTools: remove duplicate includes
 2023-05-24 14:06 UTC  (12+ messages)
` [PATCH v6 01/11] BaseTools: make sure the got is empty
` [PATCH v6 02/11] BaseTools: add -fdirect-access-external-data to clang pie builds
` [PATCH v6 03/11] MdePkg: don't set visibility to hidden
` [PATCH v6 04/11] BaseTools: remove WinNtInclude.h
` [PATCH v6 05/11] BaseTools: remove duplicate includes: <arch>/ProcessorBind.h
` [PATCH v6 06/11] BaseTools: remove duplicate includes: IndustryStandard/Acpi*.h
` [PATCH v6 07/11] MdePkg/PeImage.h: add bits from BaseTools version
` [PATCH v6 08/11] BaseTools: drop IMAGE_FILE_MACHINE_ARM hacks
` [PATCH v6 09/11] BaseTools: switch from EFI_IMAGE_MACHINE_* to IMAGE_FILE_MACHINE_*
` [PATCH v6 10/11] BaseTools: remove duplicate includes: IndustryStandard/PeImage.h
` [PATCH v6 11/11] BaseTools: remove duplicate includes: IndustryStandard/*.h

[PATCH v2 00/11] ArmPkg: Arm GIC Library and Driver improvements
 2023-05-24 13:38 UTC  (12+ messages)
` [PATCH v2 01/11] ArmPkg: Fix data type used for GicDistributorBase
` [PATCH v2 02/11] ArmPkg: Fix data type used for GicInterruptInterfaceBase
` [PATCH v2 03/11] ArmPkg: Fix ArmGicSendSgiTo() parameters
` [PATCH v2 04/11] ArmPkg: Fix Non-Boolean comparison in ArmGicEnableDistributor
` [PATCH v2 05/11] ArmPkg: Fix return type for ArmGicGetInterfaceIdentification
` [PATCH v2 06/11] ArmPkg: Make variables used for GicInterrupt UINTN
` [PATCH v2 07/11] ArmPkg: Typecast IntID to UINT32 in ArmGicV2EndOfInterrupt
` [PATCH v2 08/11] ArmPkg: Remove unused function declarations
` [PATCH v2 09/11] ArmPkg: Prevent SgiId from setting RES0 bits of GICD_SGIR
` [PATCH v2 10/11] ArmPkg: Adjust variable type and cast for RegShift & RegOffset
` [PATCH v2 11/11] ArmPkg: Fix ArmGicAcknowledgeInterrupt () for GICv3

[PATCH 1/1] UefiCpuPkg/MpInitLib: fix apic mode for cpu hotplug
 2023-05-24 12:32 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v4 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD
 2023-05-24  9:47 UTC  (5+ messages)
` [PATCH v4 1/1] "

[PATCH v9] MinPlatformPkg: Update HWSignature field in FACS
 2023-05-24  8:39 UTC 

[PATCH v2 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD
 2023-05-24  8:37 UTC  (4+ messages)
` [PATCH v2 1/1] "
  ` [edk2-devel] "

[PATCH v3 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD
 2023-05-24  8:35 UTC  (2+ messages)
` [PATCH v3 1/1] "

managing memory attributes in PEI
 2023-05-24  2:54 UTC  (10+ messages)
      ` [edk2-devel] "

[edk2-platforms][PATCH 0/3] Add necessary changes for PCIe core and remove unnecessary checks for PCIe Devmap mode
 2023-05-24  0:45 UTC  (2+ messages)

[edk2-platforms][PATCH 0/4] Add support new SMBIOS Tables and refactor to adapt with ArmPkg/SMBIOS
 2023-05-24  0:40 UTC  (5+ messages)
` [edk2-platforms][PATCH 1/4] JadePkg: Correct PCD names for SMBIOS Type 0
` [edk2-platforms][PATCH 2/4] JadePkg: Leverage ArmPkg/Smbios (Type 0, 1, 2, 3, 13, 32)
` [edk2-platforms][PATCH 3/4] JadePkg: Refactor SmbiosPlatformDxe
` [edk2-platforms][PATCH 4/4] JadePkg: Add support SMBIOS Table Type 16, 17, 19

[PATCH] MdeModulePkg: Fix port multiplier port in AhciPei PEIM
 2023-05-24  0:33 UTC  (2+ messages)

[PATCH 1/1] MdeModulePkg: Cache device path during LoadImage calls
 2023-05-24  0:08 UTC 


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