public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2016-07-29 00:46:50 to 2016-07-31 05:42:54 UTC [more...]

[PATCH v2 2/7] BaseTools-GenFw:Add new x86_64 Elf relocation types for PIC/PIE code
 2016-07-31  5:42 UTC  (5+ messages)

Intel FSP Firmware Volume content
 2016-07-31  2:48 UTC 

Ingebrigtsen: The End of Gmane?
 2016-07-31  2:25 UTC  (4+ messages)

[PATCH] add top-level .gitattributes file, dealing with .depex
 2016-07-30 18:33 UTC  (3+ messages)

[PATCH v4 0/7] BaseTools: add support for GCC5 in LTO mode
 2016-07-30 14:34 UTC  (8+ 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 

[PATCH] ArmPkg/Library: Add ArmReadSctlr for aarch64
 2016-07-29 23:06 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 

[staging/HTTPS-TLS][PATCH 0/4] Replace the TLS definitions with the standardized one
 2016-07-29 22:02 UTC 

[RFC 0/2] Add EBC support for AArch64
 2016-07-29 21:58 UTC  (4+ messages)
` [RFC 1/2] MdeModulePkg/EbcDxe: Add AARCH64 EBC VM support
` [RFC 2/2] ArmVirtPkg: enable EBC interpreter for AArch64 QEMU

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

bugzilla whining
 2016-07-29 16:10 UTC  (2+ messages)

[Patch v3 00/40] MP Initialize Library
 2016-07-29 10:52 UTC  (4+ messages)

[PATCH v5] Platforms/ARM/Juno: Create SMBIOS/DMI data for Juno
 2016-07-29  9:37 UTC 

[Patch] Vlv2TbltDevicePkg:Signal EndOfDxe Event
 2016-07-29  9:31 UTC 

[Patch] Vlv2TbltDevicePkg:Signal EndOfDxe Event
 2016-07-29  9:30 UTC  (4+ messages)

OVMF and passed usb 3. controller
 2016-07-29  8:14 UTC 

[patch] BaseTool/UPT: Add Test Install
 2016-07-29  7:58 UTC 

[PATCH v2 00/19] Fix Vlv2TbltDevicePkg gcc build
 2016-07-29  7:42 UTC  (21+ messages)
` [PATCH v2 01/19] Vlv2TbltDevicePkg: Amend the build script
` [PATCH v2 02/19] Vlv2TbltDevicePkg: Only define MDEPKG_NDEBUG for gcc release build
` [PATCH v2 03/19] Vlv2TbltDevicePkg/MultiPlatformLib: Remove the unused variables
` [PATCH v2 04/19] Vlv2TbltDevicePkg/PlatformPei: Remove the unused variable
` [PATCH v2 05/19] Vlv2TbltDevicePkg/PlatformBdsLib: "
` [PATCH v2 06/19] Vlv2TbltDevicePkg/PlatformInitPei: Remove the unused variables
` [PATCH v2 07/19] Vlv2TbltDevicePkg/PlatformInitPei: Suppress the gcc error message
` [PATCH v2 08/19] Vlv2TbltDevicePkg/AcpiPlatform: Remove unused variables
` [PATCH v2 09/19] Vlv2TbltDevicePkg/AcpiPlatform: Amend the declaration of mGlobalNvsArea
` [PATCH v2 10/19] Vlv2TbltDevicePkg/PlatformGopPolicy: include UefiBootServicesTableLib.h
` [PATCH v2 11/19] Vlv2DeviceRefCodePkg/ValleyView2Soc: Remove the unused code
` [PATCH v2 12/19] Vlv2TbltDevicePkg/FvbRuntimeDxe: Remove unused variables
` [PATCH v2 13/19] Vlv2TbltDevicePkg/PlatformSetupDxe: Remove the "
` [PATCH v2 14/19] Vlv2TbltDevicePkg/VlvPlatformInitDxe: Remove "
` [PATCH v2 15/19] Vlv2TbltDevicePkg/PlatformDxe: Remove the "
` [PATCH v2 16/19] Vlv2TbltDevicePkg/Wpce791: Remove the unused variable
` [PATCH v2 17/19] Vlv2TbltDevicePkg/SmBiosMiscDxe: Remove unused variables
` [PATCH v2 18/19] Vlv2TbltDevicePkg/PpmPolicy: Remove the usage of global variables
` [PATCH v2 19/19] Vlv2TbltDevicePkg/PpmPolicy: Remove the unused variable

[patch] BaseTool/Upt: Avoid UNI file name conflict
 2016-07-29  6:09 UTC 

[Patch 2/3] MdePkg PeiDxePostCodeLibReportStatusCode: Correct files with CRLF line ending
 2016-07-29  6:03 UTC  (2+ messages)
  ` [Patch 1/3] BaseTools: Correct ReadMe.txt file "

[Patch] Vlv2DeviceRefCodePkg&Vlv2DevicePkg:Add sample WSMT table
 2016-07-29  2:54 UTC 

[patch 2/2] BaseTool/Upt: Add support for Private
 2016-07-29  2:30 UTC 

[Patch V2] BaseTools: Add build info for binary modules that only list in FDF file
 2016-07-29  1:57 UTC 

inconsistency between the UNI spec and the Build tool
 2016-07-29  1:31 UTC 


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