public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-08-09 15:09:38 to 2019-08-13 01:57:14 UTC [more...]

[edk2-devel][edk2-platfoms][PATCH v2 00/22] Add ResetUtilityLib to dsc files that contian CapsuleRuntimeDxe
 2019-08-13  1:57 UTC  (26+ messages)
` [edk2-devel][edk2-platfoms][PATCH v2 01/22] Platform/ARM/JunoPkg/ArmJuno.dsc: Add ResetUtilityLib to dsc file
` [edk2-devel][edk2-platfoms][PATCH v2 02/22] Platform/ArmVExpress-CTA15-A7.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 03/22] Platform/ArmVExpress-FVP-AArch64.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 04/22] Platform/BeagleBoardPkg.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 05/22] Platform/CelloBoard.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 06/22] Platform/CoreDxeInclude.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 07/22] Platform/D03.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 08/22] Platform/D05.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 09/22] Platform/D06.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 10/22] Platform/DeveloperBox.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 11/22] Platform/HiKey.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 12/22] Platform/HiKey960.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 13/22] Platform/Overdrive1000Board.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 14/22] Platform/OverdriveBoard.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 15/22] Platform: Add ResetUtilityLib to vlv2 PlatformPkgIA32.dsc
` [edk2-devel][edk2-platfoms][PATCH v2 16/22] Platform: Add ResetUtilityLib to vlv2 PlatformPkgX64.dsc
` [edk2-devel][edk2-platfoms][PATCH v2 17/22] Platform/Quark.dsc: Add ResetUtilityLib to dsc file
` [edk2-devel][edk2-platfoms][PATCH v2 18/22] Platform/QuarkMin.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 19/22] Platform/RDKQemu.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 20/22] Platform/RPi3.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 21/22] Platform/SgiPlatform.dsc: "
` [edk2-devel][edk2-platfoms][PATCH v2 22/22] Platform/SynQuacerEvalBoard.dsc: "

[PATCH 1/1] MdeModulePkg/DxeIplPeim: Relocate the operation of PageMapLevel5Entry++
 2019-08-13  1:51 UTC  (3+ messages)

[PATCH v2 0/3] Fix warning message issues
 2019-08-13  1:50 UTC  (10+ messages)
` [PATCH v2 1/3] MdeModulePkg: Add missing header files in INF files
` [PATCH v2 2/3] ShellPkg/UefiShellAcpiViewCommandLib: Add missing header files in INF
` [PATCH v2 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file in INF file
  ` [edk2-devel] "

[edk2-platforms] [PATCH] ClevoOpenBoardPkg: Remove batch build scripts
 2019-08-13  1:48 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/3] Move MdeModulePkg/Include/Protocol/Dpc.h to NetworkPkg
 2019-08-13  1:44 UTC  (7+ messages)
` [PATCH 1/3] NetworkPkg: Add Dpc protocol
` [PATCH 2/3] NetworkPkg: Move Dpc.h from MdeModulePkg to NetworkPkg
  ` [edk2-devel] "
` [PATCH 3/3] MdeModulePkg/MdeModulePkg.dec: Remove gEfiDpcProtocolGuid

[edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch
 2019-08-13  1:36 UTC  (5+ messages)

[RFC] BZ 1772 MdeModulePkg: Transfer reset data for 201908 stable tag
 2019-08-12  9:37 UTC  (2+ messages)

ovmf build fail with gcc 4.8.5
 2019-08-13  1:13 UTC 

[PATCH v6 1/1] Platform: Intel: Add Stratix 10 platform support
 2019-08-13  1:02 UTC  (7+ messages)

[Patch] MdeModulePkg DxeCore: Fix for missing MAT update
 2019-08-12 23:22 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] MdePkg: Add STATIC_ASSERT macro
 2019-08-12 21:12 UTC  (2+ messages)
` [edk2-devel] "

static data in dxe_runtime modules
 2019-08-12 18:43 UTC  (8+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v1 1/1] ShellPkg/UefiShellBcfgCommandLib: Fix '-opt' option
 2019-08-12 16:31 UTC  (5+ messages)

[edk2-platforms] [PATCH] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch
 2019-08-12 16:09 UTC  (4+ messages)

[Patch V3] BaseTools: Fix checking for Sources section in INF file
 2019-08-12 15:39 UTC  (2+ messages)

[PATCH v4 00/15] MdeModulePkg: Transfer reset data
 2019-08-12 15:28 UTC  (23+ messages)
` [PATCH v4 01/15] MdeModulePkg: Add guids for capsule update
` [PATCH v4 02/15] MdeModulePkg: Add ResetUtilityLib to dsc file
` [PATCH v4 03/15] ArmVirtPkg/ArmVirtQemu.dsc: "
` [PATCH v4 04/15] ArmVritPkg/ArmVirtQemuKernel.dsc: "
` [PATCH v4 05/15] ArmVirtPkg/ArmVirtXen.dsc: "
` [PATCH v4 06/15] EmulatorPkg/EmulatorPkg.dsc: "
` [PATCH v4 07/15] OvmfPkg/OvmfPkgIa32.dsc: "
` [PATCH v4 08/15] OvmfPkg/OvmfPkgIa32X64.dsc: "
` [PATCH v4 09/15] OvmfPkg/OvmfPkgX64.dsc: "
` [PATCH v4 10/15] UefiPayloadPkg/UefiPayloadPkgIa32.dsc: "
` [PATCH v4 11/15] UefiPayloadPkg: Add ResetUtilityLib to UefiPayloadPkgIa32X64.dsc
` [PATCH v4 12/15] MdeModulePkg/CapsuleRuntimeDxe: Transfer reset data
` [PATCH v4 13/15] MdeModulePkg/CapsuleLib: "
` [PATCH v4 14/15] MdePkg/UefiRuntimeLib.h: Change the comment
` [PATCH v4 15/15] MdePkg/UefiRuntimeLib: "
  ` [edk2-devel] "
` [edk2-devel] [PATCH v4 00/15] MdeModulePkg: Transfer reset data

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

[PATCH v4 00/35] Specific platform to run OVMF in Xen PVH and HVM guests
 2019-08-12 15:12 UTC  (10+ messages)
` [PATCH v4 29/35] OvmfPkg/OvmfXen: Override PcdFSBClock to Xen vLAPIC timer frequency
  ` [edk2-devel] "
` [edk2-devel] [PATCH v4 00/35] Specific platform to run OVMF in Xen PVH and HVM guests

[PATCH] ShellPkg/UefiShellLevel2CommansLib: Pointer Resonse should be checked
 2019-08-12 14:44 UTC  (2+ messages)

[Patch v2 0/6] Add "test then write" mechanism
 2019-08-12 14:15 UTC  (10+ messages)
` [Patch v2 1/6] UefiCpuPkg/RegisterCpuFeaturesLib: Add "Test Then Write" Macros
` [Patch v2 2/6] UefiCpuPkg/PiSmmCpuDxeSmm: Combine CR read/write action in one function
` [Patch v2 3/6] UefiCpuPkg/PiSmmCpuDxeSmm: Supports test then write new value logic
` [Patch v2 4/6] UefiCpuPkg/RegisterCpuFeaturesLib: Combine CR read/write action in one function
` [Patch v2 5/6] UefiCpuPkg/RegisterCpuFeaturesLib: Supports test then write new value logic
` [Patch v2 6/6] UefiCpuPkg/CpuCommonFeaturesLib: Use new macros

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

[Patch 0/4] Add "Test then Set" mechanism
 2019-08-12 13:01 UTC  (10+ messages)
` [Patch 1/4] UefiCpuPkg/RegisterCpuFeaturesLib: Add "detect before set" Micros
    ` [edk2-devel] "
` [Patch 3/4] UefiCpuPkg/PiSmmCpuDxeSmm: Supports detect before set new value logic
    ` [edk2-devel] "

[Patch] Readme.md: Remove tag release from Readme
 2019-08-12 13:00 UTC  (3+ messages)

[PATCH] UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf
 2019-08-12 11:23 UTC 

[PATCH] UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf
 2019-08-12 11:03 UTC 

[PATCH] MdePkg: Add STATIC_ASSERT macro
 2019-08-12 10:56 UTC 

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

[RFC] BZ 1772 MdeModulePkg: Transfer reset data
 2019-08-12  8:33 UTC 

[PATCH V2 2/2] BaseTools/Capsule: Tool to generate Windows Firmware Update Driver
 2019-08-12  7:45 UTC 

[RFC] BZ 2067 BaseTools/Scripts: Add GetUtcDateTime.py for edk2-stable201908 stable tag
 2019-08-12  7:45 UTC 

[PATCH V2 1/2] BaseTools/Capsule: Add WindowsCapsuleSupportHelper
 2019-08-12  7:43 UTC 

[PATCH V2 0/2] Enable Windows Firmware Update Driver Tool
 2019-08-12  7:43 UTC 

[RFC] BZ 1837 Enable Windows Firmware Update Driver Tool in Edk2/BaseTools for 201908 stable tag
 2019-08-12  7:08 UTC 

[PATCH] BaseTools/Scripts: Add GetUtcDateTimer script
 2019-08-12  5:52 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf
 2019-08-12  5:42 UTC 

[PATCH] UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf
 2019-08-12  5:24 UTC 

[PATCH 0/3] Fix warning message issues
 2019-08-12  5:19 UTC  (4+ messages)
` [PATCH 1/3] MdeModulePkg: Add missing header files in INF files
  ` [edk2-devel] "

[PATCH] UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf
 2019-08-12  5:14 UTC 

[Patch] MdeModulePkg/RegularExpressionDxe: Add two missing null pointer checks
 2019-08-12  5:08 UTC  (2+ messages)

[edk2-devel] [Patch] MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3
 2019-08-12  5:07 UTC  (2+ messages)

[PATCH v2] IntelSiliconPkg-Vtd: A new PMR interface
 2019-08-12  4:48 UTC 

[PATCH] UefiCpuPkg: Add new TimerLib for CPUID Leaf 0x15 Core Crystal Clock Frequency
 2019-08-12  4:37 UTC 

[PATCHv3 0/4] Add EDKII_UFS_HC_PLATFORM_PROTOCOL to support platform specific programming of UFS host controllers
 2019-08-12  2:38 UTC  (2+ messages)

[Patch] Vlv2TbltDevicePkg/VlvPlatformInitDxe: Avoid memset instrinsic
 2019-08-12  2:35 UTC  (3+ messages)

[Patch] Vlv2Tbl2DevicePkg/PlatformSetupDxe: Fix setup info regression
 2019-08-12  2:33 UTC  (3+ messages)

[edk2-platforms][PATCH] Vlv2TbltDevicePkg/FmpDeviceLib: Implement new APIs
 2019-08-12  2:33 UTC  (2+ messages)
` [edk2-devel] "

[Patch V3 0/4] EmulatorPkg: Fix VS20xx IA32 boot and simplify build config
 2019-08-12  2:30 UTC  (8+ messages)
` [Patch V3 1/4] EmulatorPkg: Fix VS20xx IA32 boot failure
` [Patch V3 2/4] EmulatorPkg: Remove UNIX_SEC_BUILD/WIN_SEC_BUILD
` [Patch V3 3/4] EmulatorPkg: Add -D DISABLE_NEW_DEPRECATED_INTERFACES
` [Patch V3 4/4] EmulatorPkg: Add support for NOOPT target
  ` [edk2-devel] "
  ` [edk2-devel] [Patch V3 0/4] EmulatorPkg: Fix VS20xx IA32 boot and simplify build config

[edk2-platforms] [PATCH] Platform/Intel/KabylakeOpenBoardPkg: Fix build
 2019-08-12  2:07 UTC  (4+ messages)
` [edk2-devel] "

[PATCH V2 09/10] FmpDevicePkg/FmpDxe: Add PcdFmpDeviceStorageAccessEnable
 2019-08-12  2:04 UTC 

[PATCH V2 10/10] FmpDevicePkg/FmpDxe: Remove use of CatSprint()
 2019-08-12  2:04 UTC 

[PATCH V2 08/10] FmpDevicePkg/FmpDxe: Add PcdFmpDeviceImageTypeIdGuid
 2019-08-12  2:01 UTC 

[PATCH V2 07/10] FmpDevicePkg/FmpDxe: Improve all DEBUG() messages
 2019-08-12  2:01 UTC 

[PATCH V2 06/10] FmpDevicePkg: Add Capsule Update Policy Protocol
 2019-08-12  2:01 UTC 

[PATCH V2 05/10] FmpDevicePkg/FmpDxe: Different variable for each FMP Descriptor
 2019-08-12  2:00 UTC 

[PATCH V2 04/10] FmpDevicePkg/FmpDxe: Use new FmpDeviceLib APIs
 2019-08-12  2:00 UTC 

[PATCH V2 03/10] FmpDEvicePkg/FmpDeviceLibNull: Implement new APIs
 2019-08-12  1:59 UTC 

[PATCH V2 02/10] FmpDevicePkg: Add APIs to FmpDeviceLib
 2019-08-12  1:49 UTC 

[PATCH] SourceLevelDebugPkg DebugCommLibUsb3: Address NULL ptr dereference case
 2019-08-12  1:48 UTC  (2+ messages)
` [edk2-devel] "

[PATCH V2 01/10] FmpDevicePkg: Add UEFI_DRIVER support
 2019-08-12  1:47 UTC 

gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate definition confusion?
 2019-08-11 23:57 UTC 

[edk2-devel] [Patch] MdeModulePkg DxeCore: Fix for missing MAT update
 2019-08-10 14:16 UTC 

[PATCH] MdePkg: Add MmAccess and MmControl definition
 2019-08-10  3:34 UTC  (11+ messages)
` [edk2-devel] "

[edk2-non-osi patch 0/1] Add UNDI ROM for SIMICS QSP Platform
 2019-08-09 23:51 UTC  (4+ messages)
` [edk2-non-osi patch 1/1] SimicsICH10SiliconBinPkg: "
` [edk2-devel] [edk2-non-osi patch 0/1] "

[edk2-non-osi patch 0/1] Add UNDI ROM for SIMICS QSP Platform
 2019-08-09 23:49 UTC  (2+ messages)
` [edk2-non-osi patch 1/1] SimicsICH10SiliconBinPkg: "

[edk2-platform patch 0/7] Add Initial QSP MinPlatform Pkg for SIMICS
 2019-08-09 22:46 UTC  (8+ 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 6/7] SimicsOpenBoardPkg: Add board module for QSP Build tip
` [edk2-platform patch 7/7] Platform/Intel: Add build option for SIMICS QSP Platform

[Patch V2 0/3] EmulatorPkg: Fix VS20xx IA32 boot and simplify build config
 2019-08-09 21:31 UTC  (4+ messages)
` [Patch V2 3/3] EmulatorPkg: Add -D DISABLE_NEW_DEPRECATED_INTERFACES
  ` [edk2-devel] "

[edk2-platforms] [PATCH v2 0/6] Fix the boot order, SMBIOS, and capsule GUIDs of Minnowboard
 2019-08-09 19:15 UTC  (5+ messages)
  ` [edk2-devel] "

[Patch 00/10 V8] Enable multiple process AutoGen
 2019-08-09 15:31 UTC  (13+ messages)
` [edk2-devel] "


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