public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-01-14 15:20:10 to 2019-01-16 16:05:57 UTC [more...]

[PATCH edk2-platforms] Platform/Intel/MinPlatformPkg: add MmServicesTableLib resolution
 2019-01-16 16:05 UTC  (3+ messages)

[Patch] BaseTools: Fix the build report issue for VPD
 2019-01-16 16:02 UTC  (2+ messages)

EmulatorPkg build issue with macOS mojave and Xcode 10
 2019-01-16 15:33 UTC  (3+ messages)

[Patch] BaseTools: Fix build report issue
 2019-01-16 15:29 UTC 

[PATCH v2 00/17] implement standalone MM versions of the variable runtime drivers
 2019-01-16 15:14 UTC  (35+ messages)
` [PATCH v2 01/17] MdeModulePkg/MdeModulePkg.dsc: add MmServicesTableLib resolution
` [PATCH v2 02/17] OvmfPkg: "
` [PATCH v2 03/17] QuarkPlatformPkg: "
` [PATCH v2 04/17] Vlv2TbltDevicePkg: "
` [PATCH v2 05/17] MdeModulePkg/FaultTolerantWriteDxe: factor out boot service accesses
` [PATCH v2 06/17] MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
` [PATCH v2 07/17] MdeModulePkg/VariableRuntimeDxe: factor out boot service accesses
` [PATCH v2 08/17] MdeModulePkg/VariableRuntimeDxe: implement standalone MM version
` [PATCH v2 09/17] MdePkg: introduce standalone MM entry point library class
` [PATCH v2 12/17] MdeModulePkg: implement NULL instance of HobLib "
` [PATCH v2 13/17] MdeModulePkg: implement NULL instance of MemoryAllocationLib "
` [PATCH v2 14/17] MdeModulePkg/MdeModulePkg/dsc: move DxeDebugSupportDxe to x86 only section
` [PATCH v2 15/17] MdeModulePkg/AuthVariableLibNull: add MM_STANDALONE support
` [PATCH v2 16/17] MdeModulePkg/VarCheckLib: "
` [PATCH v2 17/17] MdeModulePkg/MdeModulePkg.dsc: add MM_STANDALONE FTW and variable modules

[PATCH V2 00/15] Merge EmuVariable and Real variable driver
 2019-01-16 14:26 UTC  (47+ messages)
` [PATCH V2 01/15] MdeModulePkg Variable: Add some missing changes for 9b18845
` [PATCH V2 02/15] MdeModulePkg Variable: Abstract InitRealNonVolatileVariableStore
` [PATCH V2 03/15] MdeModulePkg Variable: Not get NV PCD in VariableWriteServiceInitialize
` [PATCH V2 04/15] MdeModulePkg Variable: Abstract VariableWriteServiceInitializeDxe/Smm
` [PATCH V2 05/15] MdeModulePkg: Add PcdEmuVariableNvModeEnable in dec
` [PATCH V2 06/15] MdeModulePkg Variable: Remove CacheOffset in UpdateVariable()
` [PATCH V2 07/15] MdeModulePkg Variable: type case VolatileBase to UINTN directly
` [PATCH V2 08/15] MdeModulePkg Variable: Add emulated variable NV mode support
` [PATCH V2 09/15] MdeModulePkg VariablePei: Don't check BOOT_IN_RECOVERY_MODE
` [PATCH V2 10/15] ArmVirtXen: Use merged variable driver for emulated NV mode
` [PATCH V2 11/15] ArmVirtXen: Link VarCheckUefiLib NULL class library instance
` [PATCH V2 12/15] BeagleBoardPkg: Use merged variable driver for emulated NV mode
` [PATCH V2 13/15] QuarkMin: "
` [PATCH V2 14/15] CorebootPayloadPkg: "
` [PATCH V2 15/15] MdeModulePkg: Remove EmuVariableRuntimeDxe

[PATCH V3 00/17] Merge EmuVariable and Real variable driver
 2019-01-16 12:58 UTC  (30+ messages)
` [PATCH V3 01/17] MdeModulePkg Variable: Add some missing changes for 9b18845
` [PATCH V3 02/17] MdeModulePkg Variable: Abstract InitRealNonVolatileVariableStore
` [PATCH V3 03/17] MdeModulePkg Variable: Move "extern XXX" to Variable.h
` [PATCH V3 04/17] MdeModulePkg Variable: Not get NV PCD in VariableWriteServiceInitialize
` [PATCH V3 05/17] MdeModulePkg Variable: Abstract VariableWriteServiceInitializeDxe/Smm
` [PATCH V3 06/17] MdeModulePkg Variable: Remove CacheOffset in UpdateVariable()
` [PATCH V3 07/17] MdeModulePkg Variable: type case VolatileBase to UINTN directly
` [PATCH V3 08/17] MdeModulePkg: Add PcdEmuVariableNvModeEnable in dec
` [PATCH V3 09/17] MdeModulePkg: Refine description a little for PcdEmuVariableNvStoreReserved
` [PATCH V3 10/17] MdeModulePkg Variable: Add emulated variable NV mode support
` [PATCH V3 11/17] MdeModulePkg VariablePei: Don't check BOOT_IN_RECOVERY_MODE
` [PATCH V3 12/17] ArmVirtXen: Use merged variable driver for emulated NV mode
` [PATCH V3 13/17] ArmVirtXen: Link VarCheckUefiLib NULL class library instance
` [PATCH V3 14/17] BeagleBoardPkg: Use merged variable driver for emulated NV mode
` [PATCH V3 15/17] QuarkMin: "
` [PATCH V3 16/17] CorebootPayloadPkg: "
` [PATCH V3 17/17] MdeModulePkg: Remove EmuVariableRuntimeDxe

EDK II Network Stack Issue
 2019-01-16 12:57 UTC  (4+ messages)

[edk2-platforms PATCH] Platform HiKeyXXX: Use merged variable driver for emulated NV mode
 2019-01-16 12:56 UTC  (2+ messages)

[edk2-platforms PATCH] Platform D03/D05: Remove EmuVariableRuntimeDxe including
 2019-01-16 12:55 UTC  (2+ messages)

[edk2-platforms PATCH] MinPlatformPkg: Use merged variable driver for emulated NV mode
 2019-01-16 10:24 UTC 

[PATCH] MdeModulePkg/UefiBootManagerLib: Match the nested partitions
 2019-01-16  9:02 UTC  (4+ messages)

[PATCH v1 0/2] Fix the possible NULL pointer dereference issue
 2019-01-16  8:23 UTC  (5+ messages)
` [PATCH v1 1/2] MdeModulePkg/NetLib.h: "
` [PATCH v1 2/2] MdeModulePkg/Dhcp4Dxe: Use NET_LIST_FOR_EACH instead of NET_LIST_FOR_EACH_SAFE

Recall: [PATCH V3 00/17] Merge EmuVariable and Real variable driver
 2019-01-16  7:45 UTC  (2+ messages)

[PATCH] SD/eMMC : Fix Command Argument for SD/eMMC R/W operation
 2019-01-16 13:21 UTC 

[PATCH] BaseTools:Evaluation of undefined macros in dsc files
 2019-01-16  6:56 UTC 

[Patch] BaseTools VolInfo: Fix XCODE5 build issue
 2019-01-16  6:50 UTC  (2+ messages)

[Patch] BaseTools: Fix incorrect formatting of GenFds command dictionary
 2019-01-16  2:19 UTC  (2+ messages)

Conditional Compilation support in INF file
 2019-01-15 15:10 UTC  (10+ messages)

[PATCH edk2-platforms 0/8] Silicon/SynQuacer: add support for 32-bit mode
 2019-01-15 12:08 UTC  (11+ messages)
` [PATCH edk2-platforms 1/8] Silicon/SynQuacer/NetsecDxe: fix 32-bit build
` [PATCH edk2-platforms 2/8] Silicon/SynQuacer/OpteeRngDxe: "
` [PATCH edk2-platforms 3/8] Silicon/SynQuacerPciHostBridgeLib: fix MMIO32-only configuration
` [PATCH edk2-platforms 4/8] Silicon/SynQuacerMemoryInitPeiLib: don't map memory above MAX_ALLOC_ADDRESS
` [PATCH edk2-platforms 5/8] Silicon/SynQuacerMemoryInitPeiLib: fix 32-bit build
` [PATCH edk2-platforms 6/8] Silicon/SynQuacer/Stage2Tables: "
` [PATCH edk2-platforms 7/8] Platform/Socionext/DeveloperBox: disable EbcDxe for ARM builds
` [PATCH edk2-platforms 8/8] Platform/Socionext/DeveloperBox: add resolution for ArmSoftFloatLib

[Patch V2] BaseTools: Remove EDK_SOURCE keyword from Inf Parser
 2019-01-15 11:56 UTC 

[Patch V2] BaseTools: Remove EDK_SOURCE keyword from GenFds tool
 2019-01-15 11:55 UTC 

[Patch] BaseTools: Remove EDK_SOURCE keyword from Inf Parser
 2019-01-15 11:45 UTC  (2+ messages)

[Patch] BaseTools: Remove EDK_SOURCE keyword from GenFds tool
 2019-01-15 11:44 UTC  (2+ messages)

[PATCH v2 0/5] ArmPkg: use console for minimal 'exception occurred' message
 2019-01-15 11:14 UTC  (9+ messages)
` [PATCH v2 1/5] ArmPkg/DebugAgentSymbolsBaseLib: remove exception handling
` [PATCH v2 2/5] ArmPkg/DefaultExceptionHandlerLib: declare the permitted usage context
` [PATCH v2 3/5] ArmVirtPkg: drop reference to ArmPkg/DefaultExceptionHandlerLibBase
` [PATCH v2 4/5] ArmPkg/DefaultExceptionHandlerLib: drop BASE variant
` [PATCH v2 5/5] ArmPkg/DefaultExceptionHandlerLib: use console if available

[Patch] BaseTools: Remove EDK_SOURCE keyword from ECC Tool
 2019-01-15 11:02 UTC 

[platforms: PATCH v2 00/12] Armada 7k8k GPIO support
 2019-01-15 10:26 UTC  (32+ messages)
` [platforms: PATCH v2 01/12] Marvell/Library: ArmadaSoCDescLib: Add GPIO information
` [platforms: PATCH v2 02/12] Marvell/Library: ArmadaBoardDescLib: "
` [platforms: PATCH v2 03/12] SolidRun/Armada80x0McBin: Extend board description library with GPIO
` [platforms: PATCH v2 04/12] Marvell/Armada70x0Db: "
` [platforms: PATCH v2 05/12] Marvell/Armada80x0Db: "
` [platforms: PATCH v2 06/12] Marvell/Drivers: MvBoardDesc: Extend protocol with GPIO support
` [platforms: PATCH v2 07/12] Marvell/Protocol: Introduce GPIO helper header
` [platforms: PATCH v2 08/12] Marvell/Drivers: MvGpioDxe: Introduce platform GPIO driver
` [platforms: PATCH v2 10/12] Marvell/Drivers: MvPca95xxDxe: Introduce GPIO expander driver
` [platforms: PATCH v2 12/12] Marvell/Armada7k8k: Introduce NonDiscoverable device init routines

[PATCH] BaseTools:The BuildOptionPcd value is wrong
 2019-01-15  9:13 UTC 

[PATCH] BaseTools:build break if the Path contains SingleFile.Ext
 2019-01-15  9:12 UTC 

[PATCH V2] BaseTools:Build fail when PCD use in the [DEPEX] section of INF files
 2019-01-15  9:11 UTC 

[PATCH v2 1/2] MdeModulePkg/NetLib.h: Fix the possible NULL pointer dereference issue
 2019-01-15  8:20 UTC 

[PATCH] MinPlatformPkg: Support TCO base locked by FSP
 2019-01-15  8:16 UTC  (4+ messages)

[edk2-test][RFC] Integrating SBBR tests into SCT - A design proposal
 2019-01-15  7:22 UTC  (5+ messages)

[PATCH v3] IntelFsp2Pkg: Add FspmArchConfigPpi to support Dispatch mode
 2019-01-15  6:05 UTC  (2+ messages)

[patch v2] MdePkg/BasePeCoffLib: Add more check for relocation data
 2019-01-15  6:01 UTC  (2+ messages)

[PATCH] BaseTools:Build fail when PCD use in the [DEPEX] section of INF files
 2019-01-15  5:54 UTC 

[Patch] BaseTools GenFw: Fix XCODE5 build issue
 2019-01-15  5:07 UTC  (4+ messages)

EmulatorPkg build issue with macOS mojave and Xcode 10
 2019-01-15  2:35 UTC 

[PATCH v1 0/2] Remove unused global variables in
 2019-01-15  1:29 UTC  (2+ messages)

[PATCH edk2-platforms 0/3] synquacer multi-uart support
 2019-01-14 23:18 UTC  (5+ messages)
` [PATCH edk2-platforms 3/3] Silicon/SynQuacer: add support for DEBUG output on second UART

[PATCH] IntelFsp2Pkg: Add FspmArchConfigPpi to support Dispatch mode
 2019-01-14 19:22 UTC  (3+ messages)

[PATCH v2 00/11] Extend secure variable service to be usable from Standalone MM
 2019-01-14 18:51 UTC  (13+ messages)
` [PATCH v2 04/11] MdePkg/Include: Add StandaloneMmServicesTableLib library

[PATCH 0/5] memory/MMU hardening for AArch64
 2019-01-14 18:48 UTC  (4+ messages)
` [PATCH 1/5] ArmPkg/ArmMmuLib AARCH64: fix out of bounds access

[PATCH] ArmPkg/ArmMmuLib ARM: disregard high memory when setting permissions
 2019-01-14 18:46 UTC  (3+ messages)

[PATCH v2] BaseTools/tools_def GCC5: disable LTO for ASLC invocations
 2019-01-14 17:08 UTC  (4+ messages)

[edk2-announce] Community Meeting Minutes
 2019-01-14 17:06 UTC  (3+ messages)

[PATCH] IntelSiliconPkg\Include\IndustryStandard: Update IGD_OPREGION_MBOX3 Structure
 2019-01-14 16:06 UTC  (2+ messages)

[edk2-platforms] [PATCH v6 2/2] Platform/ARM: Add Readme.md
 2019-01-14 15:40 UTC  (4+ messages)
` [edk2-platforms] [PATCH v7 "

[PATCH 0/6] implement standalone MM versions of the variable runtime drivers
 2019-01-14 15:33 UTC  (8+ messages)

[PATCH 00/12] Merge EmuVariable and Real variable driver
 2019-01-14 15:25 UTC  (7+ messages)
` [PATCH 06/12] MdeModulePkg Variable: Add emulated variable NV mode support
` [PATCH 08/12] ArmVirtXen: Use merged variable driver for emulated NV mode

[PATCH] ArmPkg/ArmGicV3Dxe: use correct value for ARM_GICD_IROUTER
 2019-01-14 15:22 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