public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-01-02 13:19:35 to 2019-01-08 07:56:38 UTC [more...]

[Patch v4 0/2] Avoid AP calls PeiServices table
 2019-01-08  7:58 UTC  (4+ messages)
` [Patch v4 1/2] UefiCpuPkg/RegisterCpuFeaturesLib: Enhance debug message
` [Patch v4 2/2] UefiCpuPkg/RegisterCpuFeaturesLib: Avoid AP calls PeiService

[Patch v3] Dec Spec: Support the syntax of the structure array for structure PCD
 2019-01-08  7:41 UTC  (2+ messages)

[Patch v2] Dsc Spec: Add the syntax to initialize structure PCD with C style value
 2019-01-08  7:41 UTC  (2+ messages)

[Patch v2 0/2] Avoid AP calls PeiServices table
 2019-01-08  5:32 UTC  (6+ messages)
` [Patch v2 1/2] UefiCpuPkg/RegisterCpuFeaturesLib: Enhance debug message
` [Patch 2/2] UefiCpuPkg/RegisterCpuFeaturesLib: Avoid AP calls PeiService

[edk2-test][RFC] Integrating SBBR tests into SCT - A design proposal
 2019-01-08  2:00 UTC  (3+ messages)

[PATCH] SecurityPkg: Incorrect warning message for Opal admin revert action
 2019-01-08  1:55 UTC  (2+ messages)

[PATCH 00/26] remove the GCC44 through GCC47 toolchains
 2019-01-08  1:54 UTC  (38+ messages)
` [PATCH 01/26] EmulatorPkg: require GCC48 or later
` [PATCH 02/26] OvmfPkg: "
` [PATCH 03/26] Vlv2TbltDevicePkg: assume "
` [PATCH 04/26] BaseTools/Conf/tools_def.template: drop ARM/AARCH support from GCC46/GCC47
` [PATCH 05/26] BaseTools/tools_def.template: fix up LF-only line terminator
` [PATCH 06/26] BaseTools/tools_def.template: strip trailing whitespace
` [PATCH 07/26] BaseTools/tools_def.template: remove GCC48_IA32_X64_DLINK_COMMON dead-end
` [PATCH 08/26] BaseTools/tools_def.template: remove GCC47 leaf definitions
` [PATCH 09/26] BaseTools/tools_def.template: propagate loss of GCC47 references
` [PATCH 10/26] BaseTools/tools_def.template: remove GCC47 documentation
` [PATCH 11/26] BaseTools/tools_def.template: remove GCC46 leaf definitions
` [PATCH 12/26] BaseTools/tools_def.template: propagate loss of GCC46 references
` [PATCH 13/26] BaseTools/tools_def.template: remove GCC46 documentation
` [PATCH 14/26] BaseTools/tools_def.template: remove GCC45 leaf definitions
` [PATCH 15/26] BaseTools/tools_def.template: propagate loss of GCC45 references
` [PATCH 16/26] BaseTools/tools_def.template: remove GCC45 documentation
` [PATCH 17/26] BaseTools/tools_def.template: remove GCC44 leaf definitions
` [PATCH 18/26] BaseTools/tools_def.template: propagate loss of GCC44 references
` [PATCH 19/26] BaseTools/tools_def.template: rename GCC44_ALL_CC_FLAGS to GCC48_ALL_CC_FLAGS
` [PATCH 20/26] BaseTools/tools_def.template: eliminate GCC44_IA32_X64_DLINK_FLAGS
` [PATCH 21/26] BaseTools/tools_def.template: rename GCC44_IA32_X64_DLINK_COMMON to GCC48_IA32_X64_DLINK_COMMON
` [PATCH 22/26] BaseTools/tools_def.template: remove comment about GCC44 + LzmaF86Compress
` [PATCH 23/26] BaseTools/tools_def.template: remove GCC44 documentation
` [PATCH 24/26] ArmPkg/ArmSoftFloatLib: drop build flags specific to GCC46/GCC47
` [PATCH 25/26] CryptoPkg/BaseCryptLib: drop build flags specific to GCC44
` [PATCH 26/26] Revert "MdePkg: avoid __builtin_unreachable() on GCC v4.4"

[PATCH v2 00/11] Extend secure variable service to be usable from Standalone MM
 2019-01-08  1:11 UTC  (22+ messages)
` [PATCH v2 04/11] MdePkg/Include: Add StandaloneMmServicesTableLib library
` [PATCH v2 05/11] MdeModulePkg/FaultTolerantWriteDxe: allow reusability as a MM driver
` [PATCH v2 08/11] MdeModulePkg/VarCheckLib: allow MM_STANDALONE drivers to use this library
` [PATCH v2 10/11] SecurityPkg/AuthVariableLib: "
` [PATCH v2 11/11] CryptoPkg/BaseCryptLib: "

[RESEND PATCH v2 2/6] efi_loader: Initial HII database protocols
 2019-01-08  0:28 UTC  (4+ messages)

[PATCH v3 0/2] Provide UEFILib functions for protocol uninstallation
 2019-01-07 22:50 UTC  (6+ messages)
` [PATCH v3 1/2] MdePkg/UefiLib: Abstract driver model "
` [PATCH v3 2/2] NetworkPkg/IScsiDxe: Use UEFILib APIs to uninstall protocols

EDK II Network Stack Issue
 2019-01-07 19:27 UTC  (2+ messages)

[PATCH 0/6] implement standalone MM versions of the variable runtime drivers
 2019-01-07 19:08 UTC  (13+ messages)
` [PATCH] BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binaries
` [PATCH 1/6] MdePkg/Include: add MmServicesTableLib header file
` [PATCH 2/6] MdePkg: implement MmServicesTableLib based on traditional SMM
` [PATCH 3/6] MdeModulePkg/FaultTolerantWriteDxe: factor out boot service accesses
` [PATCH 4/6] MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
` [PATCH 5/6] MdeModulePkg/VariableRuntimeDxe: factor out boot service accesses
` [PATCH 6/6] MdeModulePkg/VariableRuntimeDxe: implement standalone MM version

[RFC] Edk2 BaseTools Python3 Migration Update
 2019-01-07 19:04 UTC  (8+ messages)

[patch] BaseTools/VfrCompile: report error for Integer overflow
 2019-01-07 14:30 UTC  (2+ messages)

[PATCH v3 00/11] Extend secure variable service to be usable from Standalone MM
 2019-01-07 13:32 UTC  (13+ messages)
` [PATCH v3 01/11] StandaloneMmPkg: Remove MM_STANDALONE LIBRARY_CLASS from StandaloneMmCoreHobLib
` [PATCH v3 02/11] StandaloneMmPkg: Adding the library packages used by MM_STANDALONE drivers
` [PATCH v3 03/11] MdeModulePkg: Add a PCD to indicate Standalone MM supports secure variable
` [PATCH v3 04/11] MdePkg/Include: Add StandaloneMmServicesTableLib library
` [PATCH v3 05/11] MdePkg/Library: Add CommonMmServicesLib library
` [PATCH v3 06/11] MdeModulePkg/FaultTolerantWriteDxe: allow reusability as a MM driver
` [PATCH v3 07/11] MdeModulePkg/Variable/RuntimeDxe: adapt for usability with MM Standalone
` [PATCH v3 08/11] MdeModulePkg/Variable/RuntimeDxe: adapt as a MM Standalone driver
` [PATCH v3 09/11] MdeModulePkg/VarCheckLib: allow MM_STANDALONE drivers to use this library
` [PATCH v3 10/11] ArmPlatformPkg/NorFlashDxe: allow reusability as a MM driver
` [PATCH v3 11/11] CryptoPkg/BaseCryptLib: allow MM_STANDALONE drivers to use SmmCryptLib

[patch edk2-wiki] Document the usage of ECC tool
 2019-01-07 12:48 UTC  (2+ messages)

[PATCH] BaseTools/tools_def ARM GCC5: disable LTO for ASLC invocations
 2019-01-07 10:08 UTC  (2+ messages)

[PATCH] MdePkg/BaseLib: Add Base64Encode() and Base64Decode()
 2019-01-07  9:55 UTC  (2+ messages)

[PATCH 0/5] memory/MMU hardening for AArch64
 2019-01-07  7:15 UTC  (6+ messages)
` [PATCH 1/5] ArmPkg/ArmMmuLib AARCH64: fix out of bounds access
` [PATCH 2/5] ArmPkg/ArmMmuLib AARCH64: get rid of needless TLB invalidation
` [PATCH 3/5] ArmPkg/ArmMmuLib AARCH64: implement support for EFI_MEMORY_RP permissions
` [PATCH 4/5] ArmPkg/ArmMmuLib AARCH64: add support for read-only page tables
` [PATCH 5/5] ArmPkg/CpuDxe: switch to read-only page tables at EndOfDxe

[PATCH] ArmPkg/ArmMmuLib ARM: disregard high memory when setting permissions
 2019-01-07  6:56 UTC 

[PATCH] MdePkg/UefiLib: Add a new API GetVariable3
 2019-01-07  4:09 UTC 

[PATCH v2 0/4] Provide UEFILib functions for protocol uninstallation
 2019-01-07  3:00 UTC  (9+ messages)
` [PATCH v2 1/4] MdePkg/UefiLib: Abstract driver model "
` [PATCH v2 2/4] NetworkPkg/IScsiDxe: Use UEFILib APIs to uninstall protocols
` [PATCH v2 3/4] MdePkg/UefiLib: Simplify protocol un/installation abstraction
` [PATCH v2 4/4] NetworkPkg/IScsiDxe: Update UEFILib Usage

Uninstalling Invalid Protocol Interfaces
 2019-01-04 22:17 UTC  (6+ messages)

[PATCH 0/4] Provide UEFILib functions for protocol uninstallation
 2019-01-04 22:16 UTC  (5+ messages)
` [PATCH 1/4] MdePkg/UefiLib: Abstract driver model "
` [PATCH 2/4] NetworkPkg/IScsiDxe: Use UEFILib APIs to uninstall protocols
` [PATCH 3/4] MdePkg/UefiLib: Simplify protocol un/installation abstraction
` [PATCH 4/4] NetworkPkg/IScsiDxe: Update UEFILib Usage

[PATCH 1/2] ArmPkg/ArmMmuLib ARM: add missing support for non-shareable cached mappings
 2019-01-04 18:04 UTC  (2+ messages)
` [PATCH 2/2] ArmPkg/ArmMmuLib ARM: fix thinko in second level page table handling

[PATCH 0/8] StandaloneMmPkg: assorted fixes and improvements
 2019-01-04 17:52 UTC  (13+ messages)
` [PATCH 1/8] StandaloneMmPkg/StandaloneMmCpu: fix typo Standlone -> Standalone
` [PATCH 2/8] StandaloneMmPkg/StandaloneMmCoreEntryPoint: add missing SerialPortLib ref
` [PATCH 3/8] StandaloneMmPkg/StandaloneMmCoreEntryPoint: use %a modifier for ASCII strings
` [PATCH 4/8] StandaloneMmPkg/StandaloneMmCoreEntryPoint: remove bogus ASSERT_EFI_ERROR()s
` [PATCH 5/8] StandaloneMmPkg/StandaloneMmPeCoffExtraActionLib: ignore runtime attribute
` [PATCH 6/8] StandaloneMmPkg/Core/Dispatcher: don't copy dispatched image twice
` [PATCH 7/8] StandaloneMmPkg/StandaloneMmCoreEntryPoint: permit the use of TE images
` [PATCH 8/8] StandaloneMmPkg/Core: permit encapsulated firmware volumes

[PATCH edk2-platforms 0/7] Silicon/SynQuacer: implement SMM based secure boot
 2019-01-04 14:43 UTC  (8+ messages)
` [PATCH edk2-platforms 1/7] Silicon/SynQuacer/Fip006Dxe: drop block I/O and disk I/O routines
` [PATCH edk2-platforms 2/7] Silicon/SynQuacer/Fip006Dxe: factor out DXE specific pieces
` [PATCH edk2-platforms 3/7] Silicon/SynQuacer/Fip006Dxe: implement standalone MM variant
` [PATCH edk2-platforms 4/7] Silicon/SynQuacer/Fip006Dxe: use proper accessor for unaligned access
` [PATCH edk2-platforms 5/7] Platform/DeveloperBox: create shared .DSC include file
` [PATCH edk2-platforms 6/7] Platform/DeveloperBox: add .DSC/.FDF description of MM components
` [PATCH edk2-platforms 7/7] Platform/DeveloperBox: add MM based UEFI secure boot support

[edk2-announce][RFC] Collaboration Software: Microsoft Teams
 2019-01-04 10:09 UTC  (2+ messages)

[patch] MdePkg/BasePeCoffLib: Add more check for relocation data
 2019-01-04  8:53 UTC 

[PATCH] BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binaries
 2019-01-04  8:43 UTC  (3+ messages)

[PATCH] MdeModulePkg/SdMmcPciHcDxe: Fix VS2015 IA32 NOOPT build failure
 2019-01-04  4:14 UTC  (3+ messages)

[Patch] BaseTools: Correct PcdArray value assigment statement
 2019-01-04  1:18 UTC  (2+ messages)

[PATCH 00/13] Extend secure variable service to be usable from Standalone MM
 2019-01-03 10:35 UTC  (19+ messages)
` [PATCH 10/13] MdeModulePkg/VarCheckLib: allow MM_STANDALONE drivers to use this library

[PATCH v8] MdeModulePkg/SdMmcPciHcDxe: Add SDMMC HC v4 and above Support
 2019-01-03  2:44 UTC  (2+ messages)

[Patch] SecurityPkg/Tcg: Fix Warnings and Remarks reported by IASL
 2019-01-03  1:12 UTC 

[PATCH v1 0/2] Fix StdLib compilation with XCODE5/CLANG38
 2019-01-02 19:28 UTC  (4+ messages)
` [PATCH v1 2/2] StdLib/Environs: Avoid infinite recursion in _Exit

[PATCH v7] MdeModulePkg/SdMmcPciHcDxe: Add SDMMC HC v4 and above Support
 2019-01-02 15:47 UTC  (4+ messages)

[PATCH edk2-platforms v2 3/6] Platform/ARM: Configuration Manager for FVP
 2019-01-02 14:47 UTC 

[PATCH edk2-platforms v1 0/6] Platform/ARM: Platform support for Dynamic Tables Framework
 2019-01-02 14:45 UTC  (3+ messages)
` [PATCH edk2-platforms v1 3/6] Platform/ARM: Configuration Manager for FVP


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