public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-08-01 08:02:08 to 2016-08-03 10:00:45 UTC [more...]

[PATCH 0/2] ArmVirtPkg EmbeddedPkg: fix build for CLANG35/ARM
 2016-08-03 10:00 UTC  (6+ messages)
` [PATCH 1/2] EmbeddedPkg: make PrePiMemoryAllocationLib a SEC type library
` [PATCH 2/2] ArmVirtPkg ARM: make relocatable PrePi users build with CLANG35

[Patch] BaseTools: Fix the bug when use FILE_GUID override the module in DSC
 2016-08-03  9:45 UTC 

[PATCH v5 0/4] Introduce CLANG38 toolchain in edk2
 2016-08-03  9:43 UTC  (5+ messages)
` [PATCH v5 1/4] BaseTools-Conf:Remove short dash in ar flag for LLVM
` [PATCH v5 2/4] BaseTools-Conf:Introduce CLANG38 new toolchain for x86
` [PATCH v5 3/4] ShellPkg-UefiShellTftpCommandLib: Replace compiler builtin
` [PATCH v5 4/4] ShellPkg-UefiShellCommandLib: Add EFIAPI in VA_List library function

[PATCH 0/3] BaseTools GCC: pass CC flags to linker
 2016-08-03  9:23 UTC  (12+ messages)
` [PATCH 1/3] BaseTools GCC: move -c compiler flag to build rules
` [PATCH 2/3] BaseTools GCC5: disable warnings-as-errors for now
` [PATCH 3/3] BaseTools GCC: add the compiler flags to the linker command line

[PATCH 0/4] Introduce CLANG38 toolchain in edk2
 2016-08-03  8:22 UTC  (8+ messages)
` [PATCH 1/4] BaseTools-Conf:Remove short dash in ar flag for LLVM
` [PATCH 2/4] BaseTools-Conf:Introduce CLANG38 new toolchain for x86
` [PATCH 3/4] ShellPkg-UefiShellTftpCommandLib: Replace compiler builtin
` [PATCH 4/4] ShellPkg-UefiShellCommandLib: Add EFIAPI in VA_List library function

[edk2-platforms/branch]: pentium-celeron-n-udk2015
 2016-08-03  8:12 UTC 

[Patch][Vlv2TbltDevicePkg] Enable Spread Spectrum of on-chip devices
 2016-08-03  8:05 UTC 

[PATCH] [staging/HTTPS-TLS] Delete extra TlsCipherMappingTable entries
 2016-08-03  3:33 UTC  (2+ messages)

[staging/HTTPS-TLS][PATCH 0/4] Replace the TLS definitions with the standardized one
 2016-08-03  3:27 UTC  (10+ messages)

[patch] MdeModulePkg/UsbMass: Not retry if usb bot transfer execution fail
 2016-08-03  2:35 UTC  (2+ messages)

Foreign keyboard support in UEFI
 2016-08-03  1:37 UTC  (4+ messages)

[Patch] SecurityPkg OpalPasswordDxe: Fix buffer overflow issue
 2016-08-03  0:43 UTC  (2+ messages)

Build traceback with new CLANG35 toolset
 2016-08-03  0:13 UTC  (4+ messages)

Tianocore Bugzilla Server is now live
 2016-08-02 20:56 UTC  (6+ messages)

Breaking change issue with NetworkPkg/Ip6Dxe/Ip6ConfigImlp.[c, h]
 2016-08-02 20:55 UTC 

[PATCH] CorebootModulePkg/SecCore: Adding NASM files in SecCore module
 2016-08-02 19:56 UTC 

[PATCH v2] OvmfPkg: use StatusCode Router and Handler from MdeModulePkg
 2016-08-02 19:47 UTC  (3+ messages)

[Patch v5 00/48] MP Initialize Library
 2016-08-02 18:55 UTC  (53+ messages)
` [Patch v5 01/48] UefiCpuPkg/LocalApic.h: Remove duplicated/conflicted definitions
` [Patch v5 02/48] UefiCpuPkg/MpInitLib: Add microcode definitions defined in IA32 SDM
` [Patch v5 03/48] UefiCpuPkg/CpuS3DataDxe: Move StartupVector allocation to EndOfDxe()
` [Patch v5 04/48] UefiCpuPkg/MpInitLib: Add MP Initialize library class definition
` [Patch v5 05/48] UefiCpuPkg/MpInitLib: Add two instances PeiMpInitLib and DxeMpInitLib
` [Patch v5 06/48] UefiCpuPkg/MpInitLib: Add AP assembly code and MP_CPU_EXCHANGE_INFO
` [Patch v5 07/48] UefiCpuPkg/MpInitLib: Fix typo and clean up the code
` [Patch v5 08/48] UefiCpuPkg/MpInitLib: Add EnableExecuteDisable in MP_CPU_EXCHANGE_INFO
` [Patch v5 09/48] UefiCpuPkg/MpInitLib: Add AsmRelocateApLoop() assembly code
` [Patch v5 10/48] UefiCpuPkg/MpInitLib: Add MP_ASSEMBLY_ADDRESS_MAP
` [Patch v5 11/48] UefiCpuPkg/MpInitLib: Get ApLoopMode and MointorFilter size
` [Patch v5 12/48] UefiCpuPkg/MpInitLib: Allocate and initialize memory of MP Data buffer
` [Patch v5 13/48] UefiCpuPkg/MpInitLib: Initialize CPU_AP_DATA for CPU APs
` [Patch v5 14/48] UefiCpuPkg/MpInitLib: Add CPU_VOLATILE_REGISTERS & worker functions
` [Patch v5 15/48] UefiCpuPkg/MpInitLib: Add MicrocodeDetect() and load microcode on BSP
` [Patch v5 16/48] UefiCpuPkg/MpInitLib: Save CPU MP Data pointer
` [Patch v5 17/48] UefiCpuPkg/MpInitLib: Register one End of PEI callback function
` [Patch v5 18/48] UefiCpuPkg/MpInitLib: Register one period event to check APs status
` [Patch v5 19/48] UefiCpuPkg/MpInitLib: Allocate AP reset vector buffer under 1MB
` [Patch v5 20/48] UefiCpuPkg/MpInitLib: Add ApWakeupFunction() executed by assembly code
` [Patch v5 21/48] UefiCpuPkg/MpInitLib: Fill MP_CPU_EXCHANGE_INFO fields
` [Patch v5 22/48] UefiCpuPkg/MpInitLib: Add WakeUpAP()
` [Patch v5 23/48] UefiCpuPkg/MpInitLib: Send INIT-SIPI-SIPI to get processor count
` [Patch v5 24/48] UefiCpuPkg/MpInitLib: Enable x2APIC mode on BSP/APs
` [Patch v5 25/48] UefiCpuPkg/MpInitLib: Sort processor by ascending order of APIC ID
` [Patch v5 26/48] UefiCpuPkg/MpInitLib: Skip collect processor count if GUIDed HOB exist
` [Patch v5 27/48] UefiCpuPkg/MpInitLib: Implementation of MpInitLibGetNumberOfProcessors()
` [Patch v5 28/48] UefiCpuPkg/MpInitLib: Implementation of MpInitLibGetProcessorInfo()
` [Patch v5 29/48] UefiCpuPkg/MpInitLib: Implementation of MpInitLibWhoAmI()
` [Patch v5 30/48] UefiCpuPkg/MpInitLib: Implementation of MpInitLibSwitchBSP()
` [Patch v5 31/48] UefiCpuPkg/MpInitLib: Implementation of MpInitLibEnableDisableAP()
` [Patch v5 32/48] UefiCpuPkg/MpInitLib: Check APs Status and update APs status
` [Patch v5 33/48] UefiCpuPkg/MpInitLib: Implementation of MpInitLibStartupThisAP()
` [Patch v5 34/48] UefiCpuPkg/MpInitLib: Implementation of MpInitLibStartupAllAPs()
` [Patch v5 35/48] UefiCpuPkg/MpInitLib: Place APs in safe loop before hand-off to OS
` [Patch v5 36/48] OvmfPkg: Add MpInitLib reference in DSC files
` [Patch v5 37/48] QuarkPlatformPkg: "
` [Patch v5 38/48] UefiCpuPkg/CpuMpPei: Consume MpInitLib to produce CPU MP PPI services
` [Patch v5 39/48] UefiCpuPkg/CpuMpPei: Remove unused files and codes
` [Patch v5 40/48] UefiCpuPkg/CpuMpPei: Delete PeiMpServices.c and PeiMpServices.h
` [Patch v5 41/48] UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol services
` [Patch v5 42/48] UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location
` [Patch v5 43/48] UefiCpuPkg/CpuDxe: Remove unused codes and files
` [Patch v5 44/48] UefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumber consuming
` [Patch v5 45/48] MdePkg/MpService.h: Fixed typo in function header to match PI spec
` [Patch v5 46/48] MdePkg/MpService.h: Trim whitespace at end of line
` [Patch v5 47/48] UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI spec
` [Patch v5 48/48] UefiCpuPkg/PiSmmCpuDxeSmm: Add gEfiVariableArchProtocolGuid dependency

[PATCH v5 0/8] BaseTools: add support for GCC5 in LTO mode
 2016-08-02 14:51 UTC  (25+ messages)
` [PATCH v5 5/8] ArmPkg: add prebuilt glue binaries for GCC5 LTO support
` [PATCH v5 7/8] MdePkg GCC/X64: avoid 'hidden' visibility for module entry points
` [PATCH v5 8/8] BaseTools GCC: introduce GCC5 toolchain to support GCC v5.x in LTO mode

[patch] MdeModulePkg/FvSimpleFileSystem: fix assertions when FV is empty
 2016-08-02 12:42 UTC  (2+ messages)

[PATCH] ArmVirtPkg/ArmVirtPrePiUniCoreRelocatable: deal with relaxed XIP alignment
 2016-08-02 12:04 UTC  (3+ messages)

[PATCH v2 2/7] BaseTools-GenFw:Add new x86_64 Elf relocation types for PIC/PIE code
 2016-08-02 12:00 UTC  (18+ messages)

[Patch] BaseTools: Allow string token identifier to use lower case letters
 2016-08-02 11:31 UTC 

[PATCH] ShellBinPkg Arm/AArch64 Shell binary update
 2016-08-02 10:28 UTC  (3+ messages)

[Patch] BaseTools: Keep the Pcd order in the Asbuilt Inf is same with Source
 2016-08-02  9:31 UTC 

[PATCH 1/2] BaseTools/GenFw AARCH64: convert ADRP to ADR if binary size allows it
 2016-08-02  9:03 UTC  (4+ messages)

[PATCH] OvmfPkg: use StatusCode Router and Handler from MdeModulePkg
 2016-08-02  8:29 UTC  (3+ messages)

[Patch] MdeModulePkg LoadFileOnFv2: Fix the potential NULL pointer access
 2016-08-02  7:11 UTC  (2+ messages)

[PATCH] MdePkg: move to 'hidden' visibility for all symbols under GCC/X64
 2016-08-02  6:21 UTC  (3+ messages)

[patch] BaseTool/UPT: Not expand macro for UserExtension
 2016-08-02  6:16 UTC  (2+ messages)

[Patch] MdeModulePkg UefiBootManagerLib: Fix VS2012 build failure
 2016-08-02  5:31 UTC  (2+ messages)

[Patch] MdeModulePkg LoadFileOnFv2: Correct copy right format
 2016-08-02  5:30 UTC  (2+ messages)

[patch] BaseTool/UPT: Add Test Install
 2016-08-02  4:04 UTC  (2+ messages)

[patch] BaseTool/Upt: Avoid UNI file name conflict
 2016-08-02  4:04 UTC  (2+ messages)

[patch 2/2] BaseTool/Upt: Add support for Private
 2016-08-02  4:03 UTC  (2+ messages)

[PATCH] add top-level .gitattributes file, dealing with .depex
 2016-08-02  1:59 UTC  (10+ messages)

[PATCHV2] MdePkg: Add DmaRemappingReportingTable.h
 2016-08-01 23:44 UTC  (2+ messages)

[PATCH] IntelFsp2Pkg: Locate FSP Info Header dynamically
 2016-08-01 18:06 UTC  (3+ messages)

[PATCH] ArmPkg/Library: Add ArmReadSctlr for aarch64
 2016-08-01 17:07 UTC  (3+ messages)

[PATCH] MdePkg: Add DmaRemappingReportingTable.h
 2016-08-01 17:05 UTC  (2+ messages)

[PATCH 1/2] MdeModulePkg/EbcDxe AARCH64: fix comment style
 2016-08-01 14:22 UTC  (2+ messages)
` [PATCH 2/2] MdeModulePkg/EbcDxe: cleanup

Ingebrigtsen: The End of Gmane?
 2016-08-01 13:25 UTC  (2+ messages)

bugzilla whining
 2016-08-01 13:13 UTC  (3+ messages)

[patch 0/2] BaseTools/VfrCompile: Add two new option for VfrCompile
 2016-08-01 11:18 UTC  (3+ messages)
` [patch 1/2] BaseTool/VfrCompile: Add missing question opcode
` [patch 2/2] BaseTools/VfrCompile: Add two new option for VfrCompile

[RFC 0/2] Add EBC support for AArch64
 2016-08-01  9:10 UTC  (10+ messages)
` [RFC 1/2] MdeModulePkg/EbcDxe: Add AARCH64 EBC VM support

[patch] NetworkPkg: Fix assert issue in iSCSI driver
 2016-08-01  8:59 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