public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-08-16 01:49:35 to 2018-08-21 14:20:27 UTC [more...]

[PATCH v2 0/7] Removed unused PCDs
 2018-08-21 14:20 UTC  (12+ messages)
` [PATCH v2 1/7] IntelFsp2Pkg: Remove "
` [PATCH v2 2/7] IntelFsp2WrapperPkg: "
` [PATCH v2 3/7] MdeModulePkg: "
` [PATCH v2 4/7] MdePkg: Remove an unused PCD
` [PATCH v2 5/7] SecurityPkg: Remove unused PCDs
` [PATCH v2 6/7] ShellPkg: "
` [PATCH v2 7/7] UefiCpuPkg: Remove an unused PCD

[PATCH 0/4] {Mde, IntelFramework, Network, UefiCpu}Pkg: roundup for BZs 1074, 1090, 1092
 2018-08-21 13:30 UTC  (10+ messages)
` [PATCH 1/4] MdePkg/UefiLib: don't special-case EFI_FILE_MODE_CREATE in OpenMode
` [PATCH 2/4] IntelFrameworkPkg/FrameworkUefiLib: don't special-case EFI_FILE_MODE_CREATE
` [PATCH 3/4] NetworkPkg/TlsAuthConfigDxe: fix TlsCaCertificate attributes retrieval
` [PATCH 4/4] UefiCpuPkg/PiSmmCpuDxeSmm: clear exec file mode bits on "PiSmmCpuDxeSmm.c"

[edk2-wiki PATCH 0/2] document the Soft and Hard Feature Freezes
 2018-08-21 13:24 UTC  (6+ messages)
` [edk2-wiki PATCH 1/2] release planning: describe the hard and soft feature freezes
` [edk2-wiki PATCH 2/2] release planning: link soft and hard feature freeze definitions

[Patch] MdeModulePkg/PiSmmCore: Check valid memory range
 2018-08-21 12:27 UTC  (3+ messages)

[Patch v2] MdeModulePkg/PiSmmCore: Check valid memory range
 2018-08-21 12:24 UTC 

[PATCH edk-platforms v1 0/4] enable usb driver on HiKey
 2018-08-21 11:35 UTC  (5+ messages)
` [PATCH edk-platforms v1 1/4] Platform/HiKey: add more register definitions
` [PATCH edk-platforms v1 2/4] Platform/HiKey: add usb platform driver
` [PATCH edk-platforms v1 3/4] Platform/HiKey: add fastboot "
` [PATCH edk-platforms v1 4/4] Platform/HiKey: enable usb driver

[PATCH v1 1/1] EmbeddedPkg/Drivers: add DwUsbDxe
 2018-08-21 11:35 UTC 

[PATCH v1 1/1] ArmPkg: Add support for GICv4
 2018-08-21 10:14 UTC 

[patch] MdeModulePkg/SmmCorePerfLib: Add DxeServicesLib library class in INF
 2018-08-21  9:35 UTC  (2+ messages)

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Add /C build option
 2018-08-21  8:00 UTC 

[PATCH 0/2] Add SMBIOS 3.2.0 definitions
 2018-08-21  7:29 UTC  (3+ messages)
` [PATCH 1/2] MdePkg SmBios.h: "
` [PATCH 2/2] MdeModulePkg: Update SMBIOS PCDs to 3.2.0

[PATCH v2 0/7] ArmPkg related changes for StandaloneMM package
 2018-08-21  6:50 UTC  (5+ messages)
` [PATCH v2 7/7] ArmPkg: Extra action to update permissions for S-ELO MM Image

[PATCH V2] BaseTools: Fix regression issue by b23414f6540d
 2018-08-21  5:33 UTC  (2+ messages)

[PATCH v2 0/4] Support non-stop mode in heap guard and null detection
 2018-08-21  3:05 UTC  (5+ messages)
` [PATCH v2 1/4] MdeModulePkg/MdeModulePkg.dec: add new settings for PCDs
` [PATCH v2 2/4] UefiCpuPkg/CpuExceptionHandlerLib: Setup single step in #PF handler
` [PATCH v2 3/4] UefiCpuPkg/CpuDxe: implement non-stop mode for uefi
` [PATCH v2 4/4] UefiCpuPkg/PiSmmCpuDxeSmm: implement non-stop mode for SMM

[PATCH] IntelFsp2WrapperPkg: Add EFIAPI to AsmExecute32BitCode
 2018-08-21  1:57 UTC  (3+ messages)

[PATCH] BaseTools: Fix regression issue by b23414f6540d
 2018-08-21  0:45 UTC  (3+ messages)

[PATCH edk-platforms v1 0/4] enable USB on HiKey960
 2018-08-20 10:31 UTC  (5+ messages)
` [PATCH edk-platforms v1 1/4] Platform/Hisilicon: add UsbSerialNumberLib
` [PATCH edk-platforms v1 2/4] Platform/HiKey960: add platform usb driver
` [PATCH edk-platforms v1 3/4] Platform/HiKey960: add fastboot platform driver
` [PATCH edk-platforms v1 4/4] Platform/HiKey960: enable usb device driver

[PATCH v1 0/2] add DwUsb3Dxe driver
 2018-08-20 10:31 UTC  (3+ messages)
` [PATCH v1 1/2] EmbeddedPkg: add DwUsb protocol
` [PATCH v1 2/2] EmbeddedPkg/Drivers: add DwUsb3Dxe driver

[PATCH 0/4] Support non-stop mode in heap guard and null detection
 2018-08-20  8:28 UTC  (6+ messages)
` [PATCH 1/4] MdeModulePkg/MdeModulePkg.dec: add new settings for PCDs
` [PATCH 2/4] UefiCpuPkg/CpuExceptionHandlerLib: Setup single step in #PF handler
` [PATCH 3/4] UefiCpuPkg/CpuDxe: implement non-stop mode for uefi
` [PATCH 4/4] UefiCpuPkg/PiSmmCpuDxeSmm: implement non-stop mode for SMM

[PATCH v3 0/2] UefiCpuPkg: [CVE-2017-5715] Stuff RSB before RSM
 2018-08-20  6:46 UTC  (5+ messages)
` [PATCH v3 1/2] UefiCpuPkg/PiSmmCpuDxeSmm: "
` [PATCH v3 2/2] UefiCpuPkg/SmmCpuFeaturesLib: "

[PATCH v2 00/27] MdeModulePkg Remove redundant functions
 2018-08-20  4:57 UTC  (7+ messages)
` [PATCH v2 07/27] MdeModulePkg SdMmcPciHcDxe: "
` [PATCH v2 26/27] MdeModulePkg SetupBrowserDxe: Remove a redundant function
` [PATCH v2 27/27] MdeModulePkg UiApp: Remove a redundant function and a variable

[PATCH v1 1/1] BaseTools: remove unused setter functions
 2018-08-20  3:33 UTC  (2+ messages)

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change folder name
 2018-08-20  3:05 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change file name
 2018-08-20  2:35 UTC 

GOP Console Driver
 2018-08-19 17:22 UTC  (5+ messages)

[PATCH edk2-platforms v2 00/43] Upload for D06 platform
 2018-08-18  7:26 UTC  (4+ messages)
` [PATCH edk2-platforms v2 03/43] Silicon/Hisilicon/Acpi: Move some macro to PlatformArch.h

[PATCH edk2-platforms v3 00/36] Upload for D06 platform
 2018-08-18  6:20 UTC  (39+ messages)
` [PATCH edk2-platforms v3 01/36] Hisilicon/D0x: Unify FlashFvbDxe driver
` [PATCH edk2-platforms v3 02/36] Hisilicon/D0X: Rename the global variable gDS3231RtcDevice
` [PATCH edk2-platforms v3 03/36] Hisilicon/D06: Add several base file for D06
` [PATCH edk2-platforms v3 04/36] Platform/Hisilicon/D06: Add M41T83RealTimeClockLib
` [PATCH edk2-platforms v3 05/36] Platform/Hisilicon/D06: Add edk2-non-osi components for D06
` [PATCH edk2-platforms v3 06/36] Hisilicon/D06: Add OemMiscLibD06
` [PATCH edk2-platforms v3 07/36] Silicon/Hisilicon/D06: Wait for all disk ready
` [PATCH edk2-platforms v3 08/36] Silicon/Hisilicon/Acpi: Unify HisiAcipPlatformDxe
` [PATCH edk2-platforms v3 09/36] Hisilicon/D06: Add Debug Serial Port Init Driver
` [PATCH edk2-platforms v3 10/36] Hisilicon/D06: Add ACPI Tables for D06
` [PATCH edk2-platforms v3 11/36] Hisilicon/D06: Add Hi1620OemConfigUiLib
` [PATCH edk2-platforms v3 12/36] Silicon/Hisilicon/D06: Stop watchdog
` [PATCH edk2-platforms v3 13/36] Hisilicon/I2C: Modify I2CLib.c for coding style
` [PATCH edk2-platforms v3 14/36] Silicon/Hisilicon/I2C: Refactor I2C library
` [PATCH edk2-platforms v3 15/36] Silicon/Hisilicon/D06: Fix I2C enable fail issue for D06
` [PATCH edk2-platforms v3 16/36] Silicon/Hisilicon/D06: Add I2C delay for HNS auto config
` [PATCH edk2-platforms v3 17/36] Hisilicon/I2C: Fix a typo issue
` [PATCH edk2-platforms v3 18/36] Silicon/Hisilicon/D06: Optimize HNS config CDR post time
` [PATCH edk2-platforms v3 19/36] Silicon/Hisilicon/Setup: Add Setup Item "EnableGOP"
` [PATCH edk2-platforms v3 20/36] Hisilicon/Hi1620: Add ACPI PPTT table
` [PATCH edk2-platforms v3 21/36] Platform/Hisilicon/D06: Enable ACPI PPTT
` [PATCH edk2-platforms v3 22/36] Platform/Hisilicon/D06: Add OemNicLib
` [PATCH edk2-platforms v3 23/36] Platform/Hisilicon/D06: Add OemNicConfig2P Driver
` [PATCH edk2-platforms v3 24/36] Hisilicon/D0x: Update SMBIOS type9 info
` [PATCH edk2-platforms v3 25/36] Platform/Hisilicon/D06: Add EarlyConfigPeim peim
` [PATCH edk2-platforms v3 26/36] Platform/Hisilicon/D06: Add PciHostBridgeLib
` [PATCH edk2-platforms v3 27/36] Hisilicon/D06: add apei driver
` [PATCH edk2-platforms v3 28/36] Silicon/Hisilicon/D06: Add some Lpc macro to LpcLib.h
` [PATCH edk2-platforms v3 29/36] Platform/Hisilicon/D06: Add capsule upgrade support
` [PATCH edk2-platforms v3 30/36] Silicon/Hisilicon/D06: Modify for close slave core clock
` [PATCH edk2-platforms v3 31/36] Silicon/Hisilicon/D06: Add I2C Bus Exception handle function
` [PATCH edk2-platforms v3 32/36] Silicon/Hisilicon/Setup: Support SPCR table switch
` [PATCH edk2-platforms v3 33/36] Silicon/Hisilicon/setup: Support SMMU switch
` [PATCH edk2-platforms v3 34/36] Hisilicon/D06: Add PciPlatformLib
` [PATCH edk2-platforms v3 35/36] Hisilicon/D06: Add edk2-non-osi Shell components
` [PATCH edk2-platforms v3 36/36] Platform/Hisilicon/D0x: Update version string to 18.08

[PATCH 0/5] NetworkPkg: Remove the redundant code and definition
 2018-08-17 11:00 UTC  (11+ messages)
` [PATCH 1/5] NetworkPkg: IScsiDxe: "
` [PATCH 3/5] NetworkPkg: TcpDxe: Remove the redundant code
` [PATCH 4/5] NetworkPkg: TlsDxe: Remove the redundant definition
` [PATCH 5/5] NetworkPkg: UefiPxeBcDxe: Remove the redundant code

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Add MinnowBorad3Module EEPROM binary
 2018-08-17  9:59 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] EEPROM change
 2018-08-17  9:59 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 9Add MODULE_BOARD macro
 2018-08-17  9:34 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 8Enable module board
 2018-08-17  9:34 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 7Merged the I2C libraries
 2018-08-17  9:33 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 5Common EEPROM library instance
 2018-08-17  9:33 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 3Aligned DXE/SMM drivers on 4KB to avoid runtime warnings
 2018-08-17  9:32 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 1Change folder name
 2018-08-17  9:32 UTC 

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 2Add Minnow3Module board specific code
 2018-08-17  9:32 UTC 

[PATCH v1 1/1] BaseTools: remove unused code
 2018-08-17  6:41 UTC  (2+ messages)

[PATCH v2 0/2] UefiCpuPkg: Add RSB stuffing before RSM instruction
 2018-08-17  2:41 UTC  (11+ messages)
` [PATCH v2 1/2] UefiCpuPkg/PiSmmCpuDxeSmm: "
` [PATCH v2 2/2] UefiCpuPkg/SmmCpuFeaturesLib: "

[PATCH] BaseTools/VfrCompile: honor EXTRA_LDFLAGS
 2018-08-17  2:38 UTC 

[Patch v4 0/5] Change CpuS3Data memory type and address limitation
 2018-08-17  1:51 UTC  (8+ messages)
` [Patch v4 3/5] UefiCpuPkg/CpuS3DataDxe: Change Memory Type "

[PATCH 0/5] Removed unused PCDs
 2018-08-16 23:59 UTC  (12+ messages)
` [PATCH 1/5] MdeModulePkg: Remove "
` [PATCH 2/5] IntelFsp2Pkg: "
` [PATCH 3/5] SecurityPkg: "
` [PATCH 4/5] ShellPkg: "
` [PATCH 5/5] UefiCpuPkg: Remove an unused PCD

[PATCH 1/1] OvmfPkg: link Sha384 and Sha512 support into Tcg2Pei and Tcg2Dxe
 2018-08-16 18:47 UTC  (3+ messages)

[PATCH v2 0/5] BaseTools/Source/C: take EXTRA_OPTFLAGS and EXTRA_LDFLAGS from the caller
 2018-08-16 18:23 UTC  (4+ messages)

[PATCH v2 0/7] UefiLib: centralize OpenFileByDevicePath() and fix its bugs
 2018-08-16 18:12 UTC  (5+ messages)

[PATCH] ShellPkg/edit: Fix heap access out-of-bounds
 2018-08-16 14:57 UTC  (3+ messages)

EDK II Stable Tag release edk2-stable201808 completed
 2018-08-16 13:02 UTC  (2+ messages)

[PATCH 0/2] UefiCpuPkg: Add RSB stuffing before rsm instruction
 2018-08-16 12:46 UTC  (5+ messages)

[PATCH edk2-non-osi v3 0/2] Upload D06 binary modules
 2018-08-16 12:16 UTC  (3+ messages)
` [PATCH edk2-non-osi v3 1/2] Hisilicon/D06: Add "
` [PATCH edk2-non-osi v3 2/2] Silicon/Hisilicon/D06: Add Oem Shell libraries

[PATCH v2 edk-platforms 0/3] enable eMMC/SD controller on HiKey
 2018-08-16  9:23 UTC  (5+ messages)
` [PATCH v2 edk-platforms 1/3] Silicon/Hi3660: fix LDO9_VSET register definition
` [PATCH v2 edk-platforms 2/3] Platform/HiKey960: enable SD controller
` [PATCH v2 edk-platforms 3/3] Platform/HiKey: enable SD/MMC controller on HiKey

[PATCH edk2-non-osi v2 0/4] Upload D06 binary modules
 2018-08-16  8:26 UTC  (8+ messages)
` [PATCH edk2-non-osi v2 3/4] Hisilicon/D06: Add "
` [PATCH edk2-non-osi v2 4/4] Silicon/Hisilicon/D06: Add Oem Shell libraries

FW: Question regarding CMOS regions
 2018-08-16  6:59 UTC  (5+ messages)
      `  "

[PATCH v1 edk-platforms 0/3] enable eMMC/SD driver on HiKey
 2018-08-16  1:50 UTC  (4+ messages)
` [PATCH v1 edk-platforms 1/3] Silicon/Hi3660: fix LDO9_VSET register definition


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