messages from 2018-08-22 16:46:11 to 2018-08-28 08:53:06 UTC [more...]
[Patch 0/2] Add 32bit subnet mask support for IP4 PXE
2018-08-28 8:52 UTC (6+ messages)
` [Patch 1/2] MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot
` [Patch 2/2] ShellPkg: Update Ifconfig command to accept 32bit subnet mask
[PATCH] MdePkg: Add the missing spec version information for header files
2018-08-28 8:45 UTC (2+ messages)
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] LPDDR4 Change
2018-08-28 8:29 UTC
[V2 patch] ShellPkg/SmbiosView: Update SmbiosView for SMBIOS3.2.0
2018-08-28 7:37 UTC (2+ messages)
[PATCH v1 1/1] BaseTools: AutoGen.py remove unused import
2018-08-28 6:49 UTC (2+ messages)
[Patch] BaseTools: Fix one expression bug to support ~ operate
2018-08-28 6:25 UTC (2+ messages)
[PATCH] Maintainers.txt: Update maintainer of MdeModulePkg
2018-08-28 5:52 UTC (3+ messages)
[PATCH v3 00/16] Removed unused PCDs
2018-08-28 5:30 UTC (20+ messages)
` [PATCH v3 01/16] IntelFsp2Pkg/FspSecCore: Remove "
` [PATCH v3 02/16] IntelFsp2Pkg/BaseFspCommonLib: "
` [PATCH v3 03/16] IntelFsp2Pkg/BaseFspPlatformLib: "
` [PATCH v3 04/16] IntelFsp2Pkg/BaseFspSwitchStackLib: "
` [PATCH v3 05/16] IntelFsp2WrapperPkg/FspWrapperNotifyDxe: Remove an unused PCD
` [PATCH v3 06/16] IntelFsp2WrapperPkg/BaseFspWrapperPlatformLibSample: Remove PCDs
` [PATCH v3 07/16] SecurityPkg/Tcg2ConfigPei: Remove an unused PCD
` [PATCH v3 08/16] SecurityPkg/Tcg2Dxe: Remove unused PCDs
` [PATCH v3 09/16] UefiCpuPkg/CpuCommonFeaturesLib: Remove an unused PCD
` [PATCH v3 10/16] MdePkg/BaseLib: "
` [PATCH v3 11/16] MdeModulePkg/DxeCapsuleLibFmp: Remove unused PCDs
` [PATCH v3 12/16] MdeModulePkg/FirmwarePerformanceDataTableDxe: Remove an unused PCD
` [PATCH v3 13/16] ShellPkg/Shell: Remove unused PCDs
` [PATCH v3 14/16] ShellPkg/DpDynamicCommand: "
` [PATCH v3 15/16] ShellPkg/UefiHandleParsingLib: Remove an unused PCD
` [PATCH v3 16/16] ShellPkg/UefiShellDebug1CommandsLib: Remove unused PCDs
[PATCH v2 0/4] Support non-stop mode in heap guard and null detection
2018-08-28 3:24 UTC (4+ messages)
` [PATCH v2 2/4] UefiCpuPkg/CpuExceptionHandlerLib: Setup single step in #PF handler
[edk2-wiki PATCH] release planning: Add "SMBIOS 3.2.0 support" in Proposed Features
2018-08-28 2:10 UTC (6+ messages)
[patch] MdeModulePkg/Setup: Fix incorrect size used in AllocateCopyPool
2018-08-28 2:05 UTC
[PATCH V2 0/2] Add SMBIOS 3.2.0 definitions
2018-08-28 1:55 UTC (7+ messages)
` [PATCH V2 1/2] MdePkg SmBios.h: "
` [PATCH V2 2/2] MdeModulePkg: Update SMBIOS PCDs to 3.2.0
Can we use python 3 to build edk2?
2018-08-28 1:00 UTC (6+ messages)
[PATCH] BaseTools: Add check only VOID* type Pcd need the maxsize info
2018-08-28 0:49 UTC (2+ messages)
[PATCH v2 0/2] Add ArmPkg/Optee library APIs
2018-08-27 11:50 UTC (3+ messages)
` [PATCH v2 1/2] MdePkg/IndustryStandard: Add Global Plaform header file
` [PATCH v2 2/2] ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE
[PATCH 1/1] ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE
2018-08-27 9:58 UTC (10+ messages)
` [Tee-dev] "
[PATCH 00/10] Quality improvement for EmulatorPkg Win Host
2018-08-27 7:53 UTC (11+ messages)
` [PATCH 01/10] EmulatorPkg/EmuGopDxe: Fix TxtInEx.SetState SCT conformance failure
` [PATCH 02/10] EmulatorPkg/EmuGopDxe: Clear screen to black in GOP.SetMode
` [PATCH 03/10] EmulatorPkg/Win: Use FrameBufferBltLib for BLT operation
` [PATCH 04/10] EmulatorPkg/Win: ReadKeyStrokeEx() always returns correct KeyState
` [PATCH 05/10] EmulatorPkg/Win: Do not zero out file content
` [PATCH 06/10] EmulatorPkg/Win: Enable 64bit (SEC, PEI, DXE all run at 64bit)
` [PATCH 07/10] EmulatorPkg/AutoScanPei: Report the correct CPU address size
` [PATCH 08/10] EmulatorPkg/Win: Add VS2017 project file
` [PATCH 09/10] EmulatorPkg: Use MdeModulePkg/Bds module
` [PATCH 10/10] EmulatorPkg: IoThunk->Close() is called too early, may causing hang
[PATCH v2 00/12] Add WinHost support in EmulatorPkg
2018-08-27 6:43 UTC (16+ messages)
` [PATCH v2 01/12] EmulatorPkg/ThunkProtocolList: Fix VS build failure
` [PATCH v2 02/12] EmulatorPkg/Win: Add Windows host support
` [PATCH v2 03/12] EmulatorPkg/Win: Enable source level debugging
` [PATCH v2 04/12] EmulatorPkg/Win: Enable native OS console as firmware console
` [PATCH v2 05/12] EmulatorPkg/Win: Add input/output support
` [PATCH v2 06/12] EmulatorPkg/Win: Add timer and interrupt support
` [PATCH v2 07/12] EmulatorPkg/Win: Add RTC support
` [PATCH v2 08/12] EmulatorPkg/Win: Add SimpleFileSystem support
` [PATCH v2 09/12] EmulatorPkg/Win: Add BlockIo support
` [PATCH v2 10/12] EmulatorPkg/PlatformBds: Signal EndOfDxe in platform BDS
` [PATCH v2 11/12] EmulatorPkg/EmuFileSystem: Fix a bug that causes Close() assertion
` [PATCH v2 12/12] EmulatorPkg/DSC: Remove FS mapping to EDK Shell bin directory
[patch] ShellPkg/SmbiosView: Update SmbiosView for SMBIOS3.2.0
2018-08-27 6:11 UTC
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change BIOS Version
2018-08-27 1:32 UTC
[PATCH] BaseTools: Check pcd DefaultValue and SkuId EBNF
2018-08-27 1:29 UTC
[PATCH v1 1/1] BaseTools: Create and use a shared value for 'MSFT' from DataType
2018-08-24 16:33 UTC
[PATCH v2 0/7] ArmPkg related changes for StandaloneMM package
2018-08-24 14:55 UTC (6+ messages)
` [PATCH v2 7/7] ArmPkg: Extra action to update permissions for S-ELO MM Image
[PATCH v1 1/1] EmbeddedPkg/AndroidFastbootApp: only use ENTER or SPACE to exit
2018-08-24 14:46 UTC (2+ messages)
[PATCH edk2-platforms v2 00/43] Upload for D06 platform
2018-08-24 14:43 UTC (26+ messages)
` [PATCH edk2-platforms v2 23/43] Silicon/Hisilicon/D06: Add I2C delay for HNS auto config
` [PATCH edk2-platforms v2 34/43] Hisilicon/D06: add apei driver
` [PATCH edk2-platforms v2 35/43] Silicon/Hisilicon/D06: Add some Lpc macro to LpcLib.h
` [PATCH edk2-platforms v2 36/43] Platform/Hisilicon/D06: Add capsule upgrade support
` [PATCH edk2-platforms v2 39/43] Silicon/Hisilicon/Setup: Support SPCR table switch
` [PATCH edk2-platforms v2 40/43] Silicon/Hisilicon/setup: Support SMMU switch
` [PATCH edk2-platforms v2 42/43] Hisilicon/D06: Add edk2-non-osi Shell components
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] UP2 GCC build enabling
2018-08-24 8:18 UTC
[PATCH 0/2] MdeModulePkg/PciBus: Restrict one VGA per HostBridge not Segment
2018-08-24 8:16 UTC (5+ messages)
` [PATCH 1/2] MdeModulePkg/PciBus: Refine ActiveVGADeviceOnTheRootBridge
` [PATCH 2/2] MdeModulePkg/PciBus: Restrict one VGA per HostBridge not Segment
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Add SpiAccessControl for UP2
2018-08-24 4:56 UTC
[PATCH 0/6] IntelFrameworkModulePkg: Remove something reduntdant
2018-08-24 3:28 UTC (3+ messages)
` [PATCH 4/6] IntelFrameworkModulePkg Snp16Dxe: Remove redundant functions
[PATCH edk2-platforms v4 00/31] Upload for D06 platform
2018-08-23 16:07 UTC (32+ messages)
` [PATCH edk2-platforms v4 01/31] Silicon/Hisilicon/Acpi: Move some macro to PlatformArch.h
` [PATCH edk2-platforms v4 02/31] Silicon/Hisilicon/D0x: Move RAS "
` [PATCH edk2-platforms v4 03/31] Silicon/Hisilicon: Fix I2CLib enable fail issue
` [PATCH edk2-platforms v4 04/31] Silicon/Hisilicon: Add I2CLib delay for HNS auto config
` [PATCH edk2-platforms v4 05/31] Silicon/Hisilicon: Optimize I2CLib for HNS config CDR time
` [PATCH edk2-platforms v4 06/31] Hisilicon/D06: Add several base file for D06
` [PATCH edk2-platforms v4 07/31] Platform/Hisilicon/D06: Add M41T83RealTimeClockLib
` [PATCH edk2-platforms v4 08/31] Platform/Hisilicon/D06: Add edk2-non-osi components for D06
` [PATCH edk2-platforms v4 09/31] Hisilicon/D06: Add OemMiscLibD06
` [PATCH edk2-platforms v4 10/31] Silicon/Hisilicon/D06: Wait for all disk ready
` [PATCH edk2-platforms v4 11/31] Silicon/Hisilicon/Acpi: Unify HisiAcpiPlatformDxe
` [PATCH edk2-platforms v4 12/31] Hisilicon/D06: Add Debug Serial Port Init Driver
` [PATCH edk2-platforms v4 13/31] Hisilicon/D06: Add ACPI Tables for D06
` [PATCH edk2-platforms v4 14/31] Hisilicon/D06: Add Hi1620OemConfigUiLib
` [PATCH edk2-platforms v4 15/31] Silicon/Hisilicon/D06: Stop watchdog
` [PATCH edk2-platforms v4 16/31] Silicon/Hisilicon/Setup: Add Setup Item "EnableGOP"
` [PATCH edk2-platforms v4 17/31] Hisilicon/Hi1620: Add ACPI PPTT table
` [PATCH edk2-platforms v4 18/31] Platform/Hisilicon/D06: Enable ACPI PPTT
` [PATCH edk2-platforms v4 19/31] Platform/Hisilicon/D06: Add OemNicLib
` [PATCH edk2-platforms v4 20/31] Platform/Hisilicon/D06: Add OemNicConfig2P Driver
` [PATCH edk2-platforms v4 21/31] Hisilicon/D0x: Update SMBIOS type9 info
` [PATCH edk2-platforms v4 22/31] Platform/Hisilicon/D06: Add EarlyConfigPeim peim
` [PATCH edk2-platforms v4 23/31] Platform/Hisilicon/D06: Add PciHostBridgeLib
` [PATCH edk2-platforms v4 24/31] Hisilicon/D06: add apei driver
` [PATCH edk2-platforms v4 25/31] Platform/Hisilicon/D06: Add capsule upgrade support
` [PATCH edk2-platforms v4 26/31] Silicon/Hisilicon: Modify for close slave core clock
` [PATCH edk2-platforms v4 27/31] Silicon/Hisilicon: Add I2C Bus Exception handle function
` [PATCH edk2-platforms v4 28/31] Silicon/Hisilicon/Setup: Support SPCR table switch
` [PATCH edk2-platforms v4 29/31] Silicon/Hisilicon/setup: Enable/disable SMMU
` [PATCH edk2-platforms v4 30/31] Hisilicon/D06: Add PciPlatformLib
` [PATCH edk2-platforms v4 31/31] Platform/Hisilicon/D0x: Update version string to 18.08
[PATCH edk2-non-osi v4 0/2] Upload D06 binary modules
2018-08-23 15:59 UTC (3+ messages)
` [PATCH edk2-non-osi v4 1/2] Hisilicon: Add dec and header file
` [PATCH edk2-non-osi v4 2/2] Hisilicon/D06: Add binary modules
[PATCH v1 1/1] ArmPkg/PlatformBootManagerLib: fix hotkey of boot option
2018-08-23 15:42 UTC (3+ messages)
[PATCH edk2-platforms v3 00/36] Upload for D06 platform
2018-08-23 11:58 UTC (6+ messages)
` [PATCH edk2-platforms v3 32/36] Silicon/Hisilicon/Setup: Support SPCR table switch
Issues with OVMF detecting TPM2.0
2018-08-23 11:44 UTC
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] C State Change
2018-08-23 10:24 UTC
[PATCH 00/12] Add WinHost support in EmulatorPkg
2018-08-23 9:56 UTC (14+ messages)
` [PATCH 01/12] EmulatorPkg/ThunkProtocolList: Fix VS build failure
` [PATCH 02/12] EmulatorPkg/Win: Add Windows host support
` [PATCH 03/12] EmulatorPkg/Win: Enable source level debugging
` [PATCH 04/12] EmulatorPkg/Win: Enable native OS console as firmware console
` [PATCH 05/12] EmulatorPkg/Win: Add input/output support
` [PATCH 06/12] EmulatorPkg/Win: Add timer and interrupt support
` [PATCH 07/12] EmulatorPkg/Win: Add RTC support
` [PATCH 08/12] EmulatorPkg/Win: Add SimpleFileSystem support
` [PATCH 09/12] EmulatorPkg/Win: Add BlockIo support
` [PATCH 10/12] EmulatorPkg/PlatformBds: Signal EndOfDxe in platform BDS
` [PATCH 11/12] EmulatorPkg/EmuFileSystem: Fix a bug that causes Close() assertion
` [PATCH 12/12] EmulatorPkg/DSC: Remove FS mapping to EDK Shell bin directory
[PATCH 0/5] NetworkPkg: Remove the redundant code and definition
2018-08-23 8:25 UTC (2+ messages)
[PATCH 0/3] Optimizing code
2018-08-23 6:58 UTC (2+ messages)
[Patch V2] BaseTools: Update Makefile for ECC tool
2018-08-23 6:13 UTC (2+ messages)
[PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Add /C build option
2018-08-23 6:13 UTC
[Patch] DSC Spec: Correct expression operator, update some typo and remove IPF
2018-08-23 6:01 UTC (2+ messages)
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Correct code format
2018-08-23 5:34 UTC
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 3Add NULL checking for some pointers
2018-08-23 5:32 UTC
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 4Initialize some pointers
2018-08-23 5:32 UTC
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 2Change StrCpy() to StrCpyS()
2018-08-23 5:32 UTC
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 Fix klocwork issues
2018-08-23 5:32 UTC
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900 1Fix klocwork issues
2018-08-23 5:32 UTC
Coffee Lake FSP Released
2018-08-23 4:33 UTC
[PATCH v1 1/1] ArmPkg: Add support for GICv4
2018-08-22 19:19 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox