public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2017-11-17 19:00:33 to 2017-11-23 02:08:25 UTC [more...]

[PATCH v8 0/2] Fix multiple entries of RT_CODE in memory map
 2017-11-23  2:12 UTC  (2+ messages)
` [PATCH v8 1/2] UefiCpuPkg/CpuDxe: "

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

EDK2 build issues
 2017-11-23  0:01 UTC  (8+ messages)

[PATCH 0/5] MdeModulePkg, OvmfPkg: more easily visible boot progress reporting
 2017-11-22 23:58 UTC  (6+ 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

[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] MdeModulePkg/AtaAtapiPassThru: disable only BM-DMA at ExitBootServices()
 2017-11-22 10:26 UTC  (4+ messages)

[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 v2 0/8] Implement stack guard feature
 2017-11-22  8:45 UTC  (9+ 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 00/15] ArmVirtPkg: get rid of ArmPlatformLib
 2017-11-22  8:45 UTC  (43+ messages)
` [PATCH 01/15] ArmPlatformPkg/ArmPlatformLibNull: remove bogus PCD dependencies
` [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

SCT Test crashes After HTTPS boot success
 2017-11-22  8:43 UTC  (5+ messages)

[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: suppres PIE sections via linker script
 2017-11-21 16:48 UTC  (2+ messages)

[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  (4+ messages)
` [RFC v1 13/15] StandaloneMmPkg/Core: Implementation of Standalone MM Core Module

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

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

[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  (5+ messages)
` [PATCH edk2-platforms 1/4] Platform/ARM: import BdsLib from ArmPkg
` [PATCH edk2-platforms 2/4] Platform/ARM: import FdtPlatformDxe driver from EDK2
` [PATCH edk2-platforms 3/4] Platform/ARM/Juno: move to migrated FdtPlatformDxe
` [PATCH edk2-platforms 4/4] Platform/TC2: move to private FdtPlatformDxe implementation

[PATCH] [edk2-platforms]: Adding usb Host driver support from OpenPlatformPkg hikey-wip branch
 2017-11-20 10:25 UTC 

[Patch] BaseTools: Guid.xref contain information from FILE statements in FDF
 2017-11-20  9:25 UTC  (2+ messages)

[Patch] BaseTools: Fix a bug for single module build with GenC/GenMake option
 2017-11-20  9:25 UTC  (2+ messages)

[PATCH] MdeModulePkg EhciPei: Also check Buf against NULL to return error
 2017-11-20  8:34 UTC  (2+ messages)

[PATCH v2 0/2] Fix unix style of EOL
 2017-11-20  8:27 UTC  (4+ messages)
` [PATCH v2 1/2] MdeModulePkg: "
` [PATCH v2 2/2] UefiCpuPkg: "

[PATCH] MdeModulePkg/UefiCpuPkg: Fix unix style of EOL
 2017-11-20  7:04 UTC 

[PATCH v2] MdeModulePkg/Core: Fix build error with old Visual Studio
 2017-11-20  6:36 UTC  (3+ messages)

[Patch] MdeModulePkg: Add error handling when IP address is Class E
 2017-11-20  6:31 UTC 

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Code Cleanup
 2017-11-20  5:45 UTC 

[PATCH] MdeModulePkg/Core: Fix build error with old Visual Studio
 2017-11-20  5:42 UTC  (3+ messages)

[PATCH] MdeModulePkg/PiSmmCore: Fix an assert issue in pool free
 2017-11-20  3:21 UTC  (4+ messages)

[Patch V4 0/2] Add Max LUN status/value checks
 2017-11-20  3:17 UTC  (2+ messages)

[PATCH edk2-platforms v5 0/6] add remaining support for Socionext SynQuacer
 2017-11-17 19:04 UTC  (5+ messages)
` [PATCH edk2-platforms v5 3/6] Silicon/Socionext: implement I2C master protocol for SynQuacer I2C
` [PATCH edk2-platforms v5 4/6] Silicon/NXP: add RTC support library for PCF8563 I2C IP
` [PATCH edk2-platforms v5 5/6] Platform/DeveloperBox: wire up RTC support
` [PATCH edk2-platforms v5 6/6] Platform/SynQuacerEvalBoard: add eMMC driver stack


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