public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-11-20 11:33:15 to 2017-11-23 14:23:36 UTC [more...]

[RFC v3 0/3] Stack trace support in X64 exception handling
 2017-11-23 14:27 UTC  (5+ messages)
` [RFC v3 1/3] UefiCpuPkg/CpuExceptionHandlerLib/X64: Add stack trace support
  ` 答复: "
      ` 答复: "

[PATCH 0/5] MdeModulePkg, OvmfPkg: more easily visible boot progress reporting
 2017-11-23 14:03 UTC  (10+ messages)
` [PATCH 1/5] MdeModulePkg/BdsDxe: fall back to a Boot Manager Menu loop before hanging
` [PATCH 2/5] MdeModulePkg: introduce the EDKII_OS_LOADER_DETAIL status code payload
` [PATCH 3/5] MdeModulePkg/UefiBootManagerLib: report EDKII_OS_LOADER_DETAIL status code
` [PATCH 4/5] OvmfPkg/PlatformBootManagerLib: print EDKII_OS_LOADER_DETAIL to ConOut
` [PATCH 5/5] OvmfPkg: disable EFI_DEBUG_CODE reporting in RELEASE builds

[PATCH] MdeModulePkg/AtaAtapiPassThru: disable only BM-DMA at ExitBootServices()
 2017-11-23 13:08 UTC  (6+ messages)

[RFC PATCH 0/2] quirks handling for SDHCI controllers
 2017-11-23 12:56 UTC  (6+ messages)

[PATCH edk2-platforms v4 00/34] add support for Socionext SynQuacer
 2017-11-23 12:51 UTC  (5+ messages)
` [PATCH edk2-platforms v4 29/34] Silicon/SynQuacer: implement 'clear NVRAM' feature using a DIP switch

[PATCH] BaseTools/tools_def AARCH64 ARM: suppres PIE sections via linker script
 2017-11-23 10:46 UTC  (6+ messages)

[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Section Auth
 2017-11-23  9:53 UTC 

SCT Test crashes After HTTPS boot success
 2017-11-23  9:50 UTC  (8+ messages)

[PATCH v2 0/8] Implement stack guard feature
 2017-11-23  7:54 UTC  (26+ messages)
` [PATCH v2 1/8] MdeModulePkg/metafile: Add PCD PcdCpuStackGuard
` [PATCH v2 2/8] MdeModulePkg/CpuExceptionHandlerLib.h: Add a new API
` [PATCH v2 3/8] MdePkg/BaseLib: Add stack switch related definitions for IA32
` [PATCH v2 4/8] MdeModulePkg/DxeIpl: Enable paging for Stack Guard
` [PATCH v2 5/8] UefiCpuPkg/UefiCpuPkg.dec: Add two new PCDs for stack switch
` [PATCH v2 6/8] UefiCpuPkg/MpLib: Add GDTR, IDTR and TR in saved AP data
` [PATCH v2 7/8] UefiCpuPkg/CpuExceptionHandlerLib: Add stack switch support
` [PATCH v2 8/8] UefiCpuPkg/CpuDxe: Initialize stack switch for MP

[Patch][edk2-platforms] Toolchain
 2017-11-23  6:11 UTC 

EDK2 build issues
 2017-11-23  5:28 UTC  (9+ messages)

[PATCH] IntelFsp2WrapperPkg: Support UPD allocation outside FspWrapper
 2017-11-23  2:30 UTC 

[PATCH v8 0/2] Fix multiple entries of RT_CODE in memory map
 2017-11-23  2:12 UTC  (3+ messages)
` [PATCH v8 1/2] UefiCpuPkg/CpuDxe: "
` [PATCH v8 2/2] MdeModulePkg/DxeCore: Filter out all paging capabilities

[Patch][edk2-platforms] Minor BIOS ID
 2017-11-23  1:51 UTC 

[PATCH] MdeModulePkg/Core: Fix potential array overflow
 2017-11-23  1:38 UTC  (2+ messages)

[PATCH] MdeModulePkg/Core: Add missing header files into inf
 2017-11-23  1:28 UTC  (2+ messages)

[PATCH] IntelSiliconPkg IntelVTdDxe: Do not SetupVtd again
 2017-11-23  1:27 UTC  (2+ messages)

[Patch] MdeModulePkg: Free NET_BUF data after it is sent out to avoid memory leak
 2017-11-23  1:15 UTC  (3+ messages)

[PATCH] MdeModulePkg UhciPei: Also check TempPtr against NULL to return error
 2017-11-23  1:10 UTC  (2+ messages)

[RFC] ACPI table HID/CID allocation
 2017-11-22 20:11 UTC  (14+ messages)

[PATCH v2 00/14] ArmVirtPkg: get rid of ArmPlatformLib
 2017-11-22 17:03 UTC  (16+ messages)
` [PATCH v2 01/14] ArmVirtPkg/PrePi: run all library constructors by hand
` [PATCH v2 02/14] ArmVirtPkg/PrePi: remove unused GetPlatformPpi() function
` [PATCH v2 03/14] ArmVirtPkg/PrePi: remove bogus primary core check
` [PATCH v2 04/14] ArmVirtPkg/PrePi: move DRAM discovery code into PrePi
` [PATCH v2 05/14] ArmVirtPkg/PrePi: remove dependency on ArmPlatformLib
` [PATCH v2 06/14] ArmVirtPkg/PrePi: remove ArmPlatformStackLib dependency
` [PATCH v2 07/14] ArmVirtPkg/PrePi: remove bogus IntelFrameworkModulePkg.dec dependency
` [PATCH v2 08/14] ArmVirtPkg/ArmVirtPlatformLib: remove support for uncached mappings
` [PATCH v2 09/14] ArmVirtPkg: introduce ArmVirtMemInfoLib library class
` [PATCH v2 10/14] ArmVirtPkg/ArmVirtXen: add ArmVirtMemInfoLib implementation
` [PATCH v2 11/14] ArmVirtPkg/ArmVirtQemu: "
` [PATCH v2 12/14] ArmVirtPkg: create QemuVirtMemInfoLib version for ArmVirtQemu
` [PATCH v2 13/14] ArmVirtPkg/ArmVirtMemoryInitPeiLib: move to ArmVirtMemInfoLib
` [PATCH v2 14/14] ArmVirtPkg: remove ArmPlatformLib implementations

[PATCH v3 0/4] Add VS2017 tool chain for evaluation
 2017-11-22 16:26 UTC  (5+ messages)
` [PATCH v3 1/4] MdePkg: Disable VS warning 4701 & 4703 for VS2017
` [PATCH v3 2/4] BaseTools: Add VS2017 tool chain in BaseTools tools_def.template
` [PATCH v3 3/4] BaseTools: Update VS batch file to auto detect VS2017
` [PATCH v3 4/4] Nt32Pkg: Add VS2017 support in SecMain

[PATCH v2 0/4] Add VS2017 tool chain for evaluation
 2017-11-22 15:11 UTC  (5+ messages)
` [PATCH v2 2/4] BaseTools: Add VS2017 tool chain in BaseTools tools_def.template

[PATCH 00/10] edk2-platforms/Platform/NXP
 2017-11-22 15:49 UTC  (10+ messages)
` [PATCH v2 1/9] Platform/NXP: Add support for Big Endian Mmio APIs
  ` [PATCH v2 2/9] Platform/NXP : Add support for Watchdog driver
  ` [PATCH v2 3/9] SocLib : Add support for initialization of peripherals
  ` [PATCH v2 4/9] Platform/NXP : Add support for DUART library
  ` [PATCH v2 5/9] Platform/NXP: Add support for I2c driver
  ` [PATCH v2 6/9] Silicon/Maxim : Add support for DS1307 RTC library
  ` [PATCH v2 7/9] Platform/NXP: Add support for ArmPlatformLib
  ` [PATCH v2 8/9] Compilation : Add the fdf, dsc and dec files
  ` [PATCH v2 9/9] Build : Add build script and environment script

[PATCH v7 0/2] Fix multiple entries of RT_CODE in memory map
 2017-11-22  9:09 UTC  (10+ messages)
` [PATCH v7 1/2] MdeModulePkg/DxeCore: Filter out all paging capabilities
` [PATCH v7 2/2] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

[PATCH 00/15] ArmVirtPkg: get rid of ArmPlatformLib
 2017-11-22  8:45 UTC  (38+ messages)
` [PATCH 02/15] ArmVirtPkg/PrePi: run all library constructors by hand
` [PATCH 03/15] ArmVirtPkg/PrePi: remove unused GetPlatformPpi() function
` [PATCH 04/15] ArmVirtPkg/PrePi: remove bogus primary core check
` [PATCH 05/15] ArmVirtPkg/PrePi: remove dependency on ArmPlatformLib
` [PATCH 06/15] ArmVirtPkg/PrePi: move DRAM discovery code into PrePi
` [PATCH 07/15] ArmVirtPkg/PrePi: remove ArmPlatformStackLib dependency
` [PATCH 08/15] ArmVirtPkg/PrePi: remove bogus IntelFrameworkModulePkg.dec dependency
` [PATCH 09/15] ArmVirtPkg/ArmVirtPlatformLib: remove support for uncached mappings
` [PATCH 10/15] ArmVirtPkg: introduce ArmVirtMemInfoLib library class
` [PATCH 11/15] ArmVirtPkg/ArmVirtXen: add ArmVirtMemInfoLib implementation
` [PATCH 12/15] ArmVirtPkg/ArmVirtQemu: "
` [PATCH 13/15] ArmVirtPkg: implement ArmVirtMemInfo PPI, PEIM and library
` [PATCH 14/15] ArmVirtPkg/ArmVirtMemoryInitPeiLib: move to ArmVirtMemInfoLib
` [PATCH 15/15] ArmVirtPkg: remove ArmPlatformLib implementations

[PATCH 0/2] MdeModulePkg/PciBusDxe: Revert the patch to disable BME
 2017-11-22  8:24 UTC  (6+ messages)
` [PATCH 1/2] MdeModulePkg/PciBus: Revert "disable all BME when entering RT"
` [PATCH 2/2] MdeModulePkg/PciBus: Revert "Enable BM on P2P bridges on demand"

[PATCH] MdeModulePkg/UefiBootManagerLib: Remove assertion
 2017-11-22  8:14 UTC  (2+ messages)

[PATCH] CryptoPkg/IntrinsicLib: Fix the warning on memset
 2017-11-22  8:10 UTC  (2+ messages)

[PATCH v6 0/2] Fix multiple entries of RT_CODE in memory map
 2017-11-22  7:54 UTC  (12+ messages)
` [PATCH v6 1/2] MdeModulePkg/DxeCore: Filter out all paging capabilities
` [PATCH 2/2] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

[PATCH] Add NetworkPkg maintainer as MdeModulePkg/Universal/Network maintainer
 2017-11-22  6:41 UTC  (3+ messages)

[Patch] NetworkPkg/HttpDxe: Fix the incorrect SizeofHeaders in HttpTcpReceiveHeader()
 2017-11-22  6:38 UTC  (2+ messages)

[PATCH] MdeModulePkg UhciPei: Support IoMmu
 2017-11-22  6:09 UTC  (2+ messages)

[PATCH] MdeModulePkg EhciPei: Minor refinement about IOMMU
 2017-11-22  6:08 UTC  (2+ messages)

[patch] PcAtChipsetPkg/IsaAcpiDxe: Fix VS2012 build failure
 2017-11-22  2:40 UTC  (2+ messages)

[PATCH] SecurityPkg/SecureBootConfigDxe: Fix deleting signature data issue
 2017-11-22  1:51 UTC 

[PATCH] BaseTools/tools_def AARCH64 ARM: disable PIE linking for .aslc sources
 2017-11-21 12:06 UTC  (10+ messages)

[PATCH] [edk2-platforms]:Enabling Secure boot feature support on hikey platfrom
 2017-11-21 10:53 UTC 

[platforms: PATCH v2 0/4] Armada 7k/8k variable support
 2017-11-21  6:46 UTC  (5+ messages)
` [platforms: PATCH v2 1/4] Platform/Marvell: Introduce MvFvbDxe variable support driver
` [platforms: PATCH v2 2/4] Marvell/Drivers: MvSpiFlash: Enable using driver in RT
` [platforms: PATCH v2 3/4] Marvell/Drivers: MvSpiDxe: "
` [platforms: PATCH v2 4/4] Marvell/Armada: Enable variables support

[Patch] CryptoPkg/TlsLib: Change the return type of TlsInitialize()
 2017-11-21  1:56 UTC  (2+ messages)

[PATCH 0/2] Define PCD's for RTC init values
 2017-11-20 16:39 UTC  (4+ messages)
` [PATCH 1/2] PcAtChipsetPkg: Define FixePCD's for RTC register values

[RFC v1 00/15] *** Proposal for StandaloneMmPkg ***
 2017-11-20 15:49 UTC  (3+ messages)

[PATCH v2 0/4] UefiCpuPkg, OvmfPkg: add reset vector docs, tweak temp stack / RAM
 2017-11-20 15:22 UTC  (3+ messages)

[RFC v2 0/3] Stack trace support in X64 exception handling
 2017-11-20 14:51 UTC  (6+ messages)
` [RFC v2 1/3] UefiCpuPkg/CpuExceptionHandlerLib/X64: Add stack trace support

[PATCH edk2-non-osi 0/2] Fix Linaro RP bug 3464
 2017-11-20 13:57 UTC  (3+ messages)
` [PATCH edk2-non-osi 1/2] Hisilicon/D0x/Sas: fix occasional exception
` [PATCH edk2-non-osi 2/2] Hisilicon/LpcSerialPortLib: return SUCCESS for SetAttributes

[PATCH 0/2] remove ARM BdsLib and FdtPlatformDxe
 2017-11-20 11:45 UTC  (3+ messages)
` [PATCH 1/2] EmbeddedPkg: remove FdtPlatformDxe
` [PATCH 2/2] ArmPkg: remove BdsLib and remaining ARM BDS related PCDs

[PATCH edk2-platforms 0/4] Platform/ARM: import BdsLib and FdtPlatformDxe
 2017-11-20 11:37 UTC  (2+ messages)
` [PATCH edk2-platforms 4/4] Platform/TC2: move to private FdtPlatformDxe implementation


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