public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-08-15 03:02:09 to 2019-08-16 23:58:14 UTC [more...]

[PATCH v1 0/3] Replace VERIFY_SIZE_OF with STATIC_ASSERT
 2019-08-16 23:58 UTC  (2+ messages)
` [PATCH v1 1/3] MdeModulePkg/ResetUtilityLib: Use STATIC_ASSERT macro

[PATCH v2 0/1] MdePkg: Add STATIC_ASSERT macro
 2019-08-16 23:34 UTC  (22+ messages)
` [PATCH v2 1/1] "
  ` [edk2-devel] "

[PATCH v3 0/1] MdePkg: Add STATIC_ASSERT macro
 2019-08-16 23:28 UTC  (2+ messages)
` [PATCH v3 1/1] "

[POC QEMU PATCH 0/2] CPU hotplug: use dedicated SMRAM at 0x30000 in SMM address space
 2019-08-16 22:43 UTC  (4+ messages)
` [PATCH QEMU 1/1] q35: use dedicated SMRAM at default SMM_BASE
` [POC Seabios PATCH] seabios: use isolated SMM address space for relocation

CPU hotplug using SMM with QEMU+OVMF
 2019-08-16 22:19 UTC  (18+ messages)
      ` [edk2-devel] "

[Patch V4 00/10] EmulatorPkg: Fix VS20xx IA32 boot and simplify build config
 2019-08-16 21:14 UTC  (19+ messages)
` [Patch V4 01/10] EmulatorPkg: Fix VS20xx IA32 boot failure
` [Patch V4 02/10] EmulatorPkg: Remove UNIX_SEC_BUILD/WIN_SEC_BUILD
` [Patch V4 03/10] EmulatorPkg: Add -D DISABLE_NEW_DEPRECATED_INTERFACES
` [Patch V4 04/10] EmulatorPkg: Add support for NOOPT target
` [Patch V4 05/10] EmulatorPkg/Unix/Host: Disable inline/optimizations
` [Patch V4 06/10] EmulatorPkg: Fix XCODE5 lldb issues
      ` [edk2-devel] "
` [Patch V4 07/10] EmulatorPkg/Unix/Host: Fix BerkeleyPacketFilter.c issues
` [Patch V4 08/10] EmulatorPkg: Disable TftpDynamicCommand and LogoDxe for XCODE5
` [Patch V4 09/10] EmulatorPkg/Sec: Change local variable scope "
` [Patch V4 10/10] BaseTools/tools_def.template: Add -gdwarf to XCODE5 X64
  ` [edk2-devel] "

[edk2-platforms: PATCH v2 00/10] Marvell Octeon CN913X SoC family support
 2019-08-16 21:04 UTC  (24+ messages)
` [edk2-platforms: PATCH v2 01/10] Marvell/Armada7k8k: Fix 32-bit compilation
` [edk2-platforms: PATCH v2 02/10] Marvell/Cn9130Db: Add ACPI tables
` [edk2-platforms: PATCH v2 03/10] Marvell/Cn9130Db: Add DeviceTree
` [edk2-platforms: PATCH v2 04/10] Marvell/Cn9130Db: Introduce board support
` [edk2-platforms: PATCH v2 05/10] Marvell/Library: ArmadaSoCDescLib: Extend Xenon information
` [edk2-platforms: PATCH v2 06/10] Marvell/Library: MppLib: Allow to configure more Xenon PHYs
  ` [edk2-devel] "
` [edk2-platforms: PATCH v2 07/10] Marvell/Library: IcuLib: Fix debug information
` [edk2-platforms: PATCH v2 08/10] Marvell/Cn9131Db: Introduce board support
` [edk2-platforms: PATCH v2 09/10] Marvell/Cn9132Db: "
` [edk2-platforms: PATCH v2 10/10] Marvell/Drivers: SmbiosPlatformDxe: Use more generic board name
  ` [edk2-devel] "

[PATCH] UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf
 2019-08-16 20:40 UTC  (7+ messages)
` [edk2-devel] "

[PATCH v4 0/2] Add SCSI Support for Storage Security Command Protocol
 2019-08-16 20:22 UTC  (4+ messages)
` [PATCH v4 2/2] MdeModulePkg/ScsiDiskDxe: Support "
  ` [edk2-devel] "

[patch v2][edk2-stable201908] MdeModulePkg DxeCore: Fix for missing Memory Attributes Table (MAT) update
 2019-08-16 19:47 UTC  (2+ messages)

[Patch] MdeModulePkg DxeCore: Fix for missing MAT update
 2019-08-16 18:54 UTC  (10+ messages)
` [edk2-devel] "

Patch List for 201908 stable tag
 2019-08-16 18:37 UTC  (2+ messages)

Determining TSC frequency programmatically
 2019-08-16 18:35 UTC  (2+ messages)
` [edk2-devel] "

BaseTools/BinWrappers question?
 2019-08-16 17:01 UTC 

static data in dxe_runtime modules
 2019-08-16 17:00 UTC  (13+ messages)
` [edk2-devel] "

[edk2-platforms: PATCH v2 0/2] Platforms/RPi3: Device Tree driver improvements
 2019-08-16 16:47 UTC  (4+ messages)
` [edk2-platforms: PATCH v2 1/2] Platforms/RPi3: Improve debug output in FdtDxe
` [edk2-platforms: PATCH v2 2/2] Platforms/RPi3: Add multiple embedded Device Tree selection

[Patch v4 0/6] Add "test then write" mechanism
 2019-08-16 16:46 UTC  (8+ messages)
` [Patch v4 1/6] UefiCpuPkg/RegisterCpuFeaturesLib: Add "Test Then Write" Macros
` [Patch v4 2/6] UefiCpuPkg/PiSmmCpuDxeSmm: Combine CR read/write action
` [Patch v4 3/6] UefiCpuPkg/PiSmmCpuDxeSmm: Supports test then write new value logic
` [Patch v4 4/6] UefiCpuPkg/RegisterCpuFeaturesLib: Combine CR read/write action
` [Patch v4 5/6] UefiCpuPkg/RegisterCpuFeaturesLib: Supports test then write new value logic
` [Patch v4 6/6] UefiCpuPkg/CpuCommonFeaturesLib: Use new macros

[edk2-devel] [Patch 1/1] BaseTools: Fixed issue of incorrect Module Unique Name
 2019-08-16 14:37 UTC  (2+ messages)

[PATCH v1 00/11] Test against invalid pointers in acpiview
 2019-08-16 10:25 UTC  (16+ messages)
` [PATCH v1 01/11] ShellPkg: acpiview: Set ItemPtr to NULL for unprocessed table fields
` [PATCH v1 02/11] ShellPkg: acpiview: RSDP: Validate global pointer before use
` [PATCH v1 03/11] ShellPkg: acpiview: FADT: "
` [PATCH v1 04/11] ShellPkg: acpiview: SLIT: "
` [PATCH v1 05/11] ShellPkg: acpiview: SLIT: Validate System Locality count
` [PATCH v1 06/11] ShellPkg: acpiview: SRAT: Validate global pointers before use
` [PATCH v1 07/11] ShellPkg: acpiview: MADT: "
` [PATCH v1 08/11] ShellPkg: acpiview: PPTT: "
` [PATCH v1 09/11] ShellPkg: acpiview: IORT: "
` [PATCH v1 10/11] ShellPkg: acpiview: GTDT: "
` [PATCH v1 11/11] ShellPkg: acpiview: DBG2: "
` [edk2-devel] [PATCH v1 00/11] Test against invalid pointers in acpiview

[PATCH] UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf
 2019-08-16  8:07 UTC  (7+ messages)
` [edk2-devel] "

Soft Feature Freeze starts now for edk2-stable201908
 2019-08-16  8:06 UTC 

[PATCH 1/1] CryptoPkg: Fix coding style
 2019-08-16  7:56 UTC  (3+ messages)

[PATCH v2 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Replace shift logical left
 2019-08-16  7:51 UTC  (3+ messages)

[Patch 1/1] BaseTools: Fixed issue of incorrect Module Unique Name
 2019-08-16  6:38 UTC 

[PATCH 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Replace shift logical left
 2019-08-16  6:10 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH] UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf
 2019-08-16  4:27 UTC  (2+ messages)

[PATCH 1/1] UefiCpuPkg/Cpuid: Add description for parameter LeafFunction
 2019-08-16  4:26 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Initialize local variables
 2019-08-16  4:07 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v6 0/5] Build cache enhancement
 2019-08-16  4:06 UTC  (7+ messages)
` [PATCH v6 1/5] BaseTools: Improve the cache hit in the edk2 build cache
` [PATCH v6 2/5] BaseTools: Print first cache missing file for build cachle
` [PATCH v6 3/5] BaseTools: Change the [Arch][Name] module key in Build cache
` [PATCH v6 4/5] BaseTools: Add GenFds multi-thread support in build cache
` [PATCH v6 5/5] BaseTools: Improve the file saving and copying reliability

[PATCH 1/1] CryptoPkg/OpensslLib: Add missing header files in INF file
 2019-08-16  3:58 UTC  (5+ messages)
` [edk2-devel] "

[Patch v3 0/6] Add "test then write" mechanism
 2019-08-16  3:58 UTC  (8+ messages)
` [Patch v3 1/6] UefiCpuPkg/RegisterCpuFeaturesLib: Add "Test Then Write" Macros

ovmf build fail with gcc 4.8.5
 2019-08-16  1:57 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v3] IntelSiliconPkg-Vtd: A new PMR interface
 2019-08-16  1:41 UTC 

[PATCH v2 1/1] MdeModulePkg/DxeIplPeim: Initialize pointer PageMapLevel5Entry
 2019-08-16  1:05 UTC  (5+ messages)

[edk2-platform patch 0/7] Add Initial QSP MinPlatform Pkg for SIMICS
 2019-08-15 22:52 UTC  (15+ messages)
` [edk2-platform patch 1/7] SimicsX58SktPkg: Add CPU Pkg for SimicsX58
` [edk2-platform patch 2/7] SimicsICH10Pkg: Add PCH Pkg for SimicsICH10
` [edk2-platform patch 3/7] SimicsOpenBoardPkg: Add SimicsOpenBoardPkg and its modules
` [edk2-platform patch 4/7] SimicsOpenBoardPkg: Add DXE driver for Legacy Sio
` [edk2-platform patch 5/7] SimicsOpenBoardPkg: Add Overrides modules for SIMICS QSP Platform
` [edk2-platform patch 7/7] Platform/Intel: Add build option "

[edk2-platforms: PATCH 0/1] Platforms/RPi3: Add multiple embedded Device Tree selection
 2019-08-15 13:11 UTC  (4+ messages)
` [edk2-platforms: PATCH 1/1] "

[PATCH v1 0/1] Added GOP driver for DisplayLink-based Universal USB Docks to edk2-platforms
 2019-08-15 12:50 UTC 

[PATCH 1/1] CryptoPkg/BaseCryptLib: Update pHkdfCtx to PHkdfCtx
 2019-08-15 11:35 UTC  (3+ messages)

[PATCH v5 00/35] Specific platform to run OVMF in Xen PVH and HVM guests
 2019-08-15 11:03 UTC  (15+ messages)
` [PATCH v5 20/35] OvmfPkg/XenPlatformPei: Introduce XenPvhDetected
  ` [edk2-devel] "
` [PATCH v5 22/35] OvmfPkg/XenPlatformPei: no hvmloader: get the E820 table via hypercall
  ` [edk2-devel] "
` [PATCH v5 23/35] OvmfPkg/XenPlatformPei: Rework memory detection
  ` [edk2-devel] "
` [PATCH v5 31/35] OvmfPkg/PlatformBootManagerLib: Use a Xen console for ConOut/ConIn
  ` [edk2-devel] "
` [PATCH v5 32/35] OvmfPkg: Introduce PcdXenGrantFrames
  ` [edk2-devel] "
` [PATCH v5 33/35] OvmfPkg: Introduce XenIoPvhDxe to initialize Grant Tables
  ` [edk2-devel] "
` [edk2-devel] [PATCH v5 00/35] Specific platform to run OVMF in Xen PVH and HVM guests

[PATCH V2 00/10] Multiple Controllers Support solution
 2019-08-15  9:26 UTC  (6+ messages)
` [edk2-devel] "

[PATCH v2 0/3] add DwMmcHcDxe driver
 2019-08-15  9:09 UTC  (3+ messages)

[edk2-non-osi][PATCH V2 0/2] Add CoffeelakeSiliconBinPkg
 2019-08-15  8:44 UTC  (9+ messages)
` [edk2-non-osi][PATCH V2 1/2] CoffeelakeSiliconBinPkg: Add package contents
` [edk2-non-osi][PATCH V2 2/2] edk2-non-osi: Add CoffeelakeSiliconBinPkg maintainers
  ` [edk2-devel] "

[edk2-non-osi patch 0/1] Add UNDI ROM for SIMICS QSP Platform
 2019-08-15  8:29 UTC  (3+ messages)
` [edk2-non-osi patch 1/1] SimicsICH10SiliconBinPkg: "

[edk2-platforms][PATCH V1 0/2] Add CoffeelakeSiliconBinPkg
 2019-08-15  3:58 UTC  (3+ messages)
` [edk2-platforms][PATCH V1 1/2] CoffeelakeSiliconBinPkg: Add package contents
` [edk2-platforms][PATCH V1 2/2] edk2-non-osi: Add CoffeelakeSiliconBinPkg maintainers


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