public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-07-29 18:16:13 to 2016-08-02 14:39:41 UTC [more...]

[PATCH 0/3] BaseTools GCC: pass CC flags to linker
 2016-08-02 14:39 UTC  (2+ messages)
` [PATCH 1/3] BaseTools GCC: move -c compiler flag to build rules

[PATCH v5 0/8] BaseTools: add support for GCC5 in LTO mode
 2016-08-02 13:56 UTC  (26+ messages)
` [PATCH v5 1/8] BaseTools CLANG35: drop problematic use-movt and save-temps options
` [PATCH v5 2/8] ArmVirtPkg/ArmVirtPrePiUniCoreRelocatable: ignore .hash and .note sections
` [PATCH v5 3/8] BaseTools UNIXGCC ELFGCC CYGGCC: clone GCC build rule family into GCCLD
` [PATCH v5 4/8] BaseTools GCC: use 'gcc' as the linker command for GCC44 and later
` [PATCH v5 5/8] ArmPkg: add prebuilt glue binaries for GCC5 LTO support
` [PATCH v5 6/8] BaseTools GCC: drop GNU notes section from EFI image
` [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 v5 00/48] MP Initialize Library
 2016-08-02 11:39 UTC  (50+ 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] SecurityPkg OpalPasswordDxe: Fix buffer overflow issue
 2016-08-02 11:32 UTC 

[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)

Foreign keyboard support in UEFI
 2016-08-02  4:52 UTC 

[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)

[staging/HTTPS-TLS][PATCH 0/4] Replace the TLS definitions with the standardized one
 2016-08-02  3:46 UTC  (8+ 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  (11+ 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)

[PATCH v4 0/7] BaseTools: add support for GCC5 in LTO mode
 2016-08-01  6:03 UTC  (11+ messages)

[Patch 0/2] Add missed character in copyright
 2016-08-01  2:19 UTC  (4+ messages)
` [Patch 1/2] MdeModulePkg: "
` [Patch 2/2] NetworkPkg: "

Intel FSP Firmware Volume content
 2016-07-31  5:51 UTC  (2+ messages)

[Patch] Vlv2TbltDevicePkg:Change RESET_VALUE of FADT
 2016-07-30  7:47 UTC 

[PATCH] ArmPkg/Library: Add ArmReadSctlr for aarch64
 2016-07-29 23:11 UTC 

[staging/HTTPS-TLS][PATCH 2/2] NetworkPkg: Continue the session even no local cert found
 2016-07-29 22:32 UTC 

[staging/HTTPS-TLS][PATCH 1/2] CryptoPkg/Library/TlsLib: Refine the coding style
 2016-07-29 22:27 UTC  (2+ messages)
  ` [staging/HTTPS-TLS][PATCH 2/2] NetworkPkg: Fix potential assert issue

[staging/HTTPS-TLS][PATCH] NetworkPkg: Centralize TlsCaCertificate name and guid
 2016-07-29 22:03 UTC 

[Patch v4 00/46] MP Initialize Library
 2016-07-29 18:15 UTC  (7+ messages)
` [Patch v4 41/46] UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol services
` [Patch v4 42/46] UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location
` [Patch v4 43/46] UefiCpuPkg/CpuDxe: Remove unused codes and files
` [Patch v4 44/46] MdePkg/MpService.h: Fixed typo in function header to match PI spec
` [Patch v4 45/46] MdePkg/MpService.h: Trim whitespace at end of line
` [Patch v4 46/46] UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI spec


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