messages from 2018-02-23 13:17:26 to 2018-02-27 18:51:47 UTC [more...]
[PATCH 1/2] MdeModulePkg/PciBusDxe: Prevent truncating constant values
2018-02-27 18:57 UTC (4+ messages)
[PATCH 2/2] MdeModulePkg/BaseSerialPortLib16550: Prevent truncating constant values
2018-02-27 18:55 UTC (3+ messages)
[PATCH] BaseTools/tools_def: use separate PP definition for DTC
2018-02-27 18:36 UTC (3+ messages)
[PATCH edk2-platforms] Platform/96Boards/Secure96Dxe: remove /plugin/ from .dts
2018-02-27 18:26 UTC
[PATCH edk2-platforms] Silicon/SynQuacer: add stage 2 override translation tables for PCIe
2018-02-27 18:10 UTC (5+ messages)
[PATCH edk2-platforms 1/2] Platform, Silicon: use DxeRuntimeDebugLibSerialPort for runtime DXE drivers
2018-02-27 17:55 UTC (16+ messages)
` [PATCH edk2-platforms 2/2] Silicon/SynQuacerI2cDxe: remove special runtime treatment of DEBUG()s
[PATCH] UefiCpuPkg/SecMain: Add NORETURN decorator to SecStartup()
2018-02-27 17:40 UTC (2+ messages)
[PATCH 0/2] Add SMM support when SEV is active
2018-02-27 17:17 UTC (8+ messages)
` [PATCH 1/2] OvmfPkg/AmdSevDxe: Clear the C-bit from SMM Saved State
` [PATCH 2/2] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Clear C-bit when SEV is active
[PATCH 2/5] MdePkg/SPI: Add missing definitions
2018-02-27 16:49 UTC (4+ messages)
` [PATCH 3/5] MdePkg/SPI: Cleanup the protocol headers
` [PATCH 4/5] MdePkg/LegacySpiSmmFlash.h: Add missing include directive
` [PATCH 5/5] MdePkg/LegacySpiSmmFlash.h: Add the missing SpiSmmIo header
[PATCH 1/5] MdePkg/SPI: Change function definitions to match their descriptions
2018-02-27 16:49 UTC
[PATCH 2/2] MdePkg/UefiSpec.h: Ensure safe bitwise operations
2018-02-27 16:47 UTC
[PATCH 1/2] MdePkg/Base.h: Ensure safe bitwise operations
2018-02-27 16:47 UTC
[PATCH] MdePkg/UefiLib: Add 'OUT' decorator where necessary
2018-02-27 16:47 UTC
[Patch] BaseTools: Resolve BaseTools C tool build failure
2018-02-27 13:35 UTC (2+ messages)
[PATCH] EmbeddedPkg/Drivers: add virtual keyboard driver
2018-02-27 12:28 UTC (2+ messages)
[RFC v4 0/3] Add translation support to generic PciHostBridge
2018-02-27 11:44 UTC (11+ messages)
` [RFC v4 1/3] MdeModulePkg/PciHostBridgeDxe: Add support for address translation
` [RFC v4 2/3] MdeModulePkg/PciBus: convert host address to device address
` [RFC v4 3/3] MdeModulePkg/PciBus: return CPU address for GetBarAttributes
[Patch V3] DSC spec: Add flexible PCD value format into spec
2018-02-27 11:30 UTC (2+ messages)
[RFC] Add Platform Include path in modules
2018-02-27 11:21 UTC (8+ messages)
` [RFC v2] "
[PATCH 1/1] MdeModulePkg/UefiBootManagerLib: limit recursive call depth
2018-02-27 10:39 UTC (9+ messages)
[RFC PATCH edk2-non-osi] Platform/DeveloperBox: add prebuilt binary containing stage 2 page tables
2018-02-27 10:37 UTC (2+ messages)
[PATCH] UefiCpuPkg/CpuExceptionHandlerLib: fix incorrect init of exception stack
2018-02-27 10:26 UTC (2+ messages)
[RFC v1 0/1] Add PcdUsbBootIoBlocks to UsbMassBoot
2018-02-27 10:01 UTC (5+ messages)
` [RFC v1 1/1] MdeModulePkg/Usb: Use Pcd for UsbBootIoBlocks
[PATCH] MdePkg/Include/IndustryStandard: Add PCI Express 4.0 header file
2018-02-27 9:49 UTC (2+ messages)
[patch v2] MdePkg/BaseSafeIntLib: Fix VS2015 IA32 NOOPT build failure
2018-02-27 9:34 UTC (2+ messages)
[PATCH edk2-platforms 0/5] SynQuacer ACPI support
2018-02-27 9:20 UTC (6+ messages)
` [PATCH edk2-platforms 1/5] Platform/Socionext/DeveloperBox: fix PCIe slot to B/D/F mapping
` [PATCH edk2-platforms 2/5] Silicon/SynQuacer: tweak PCI I/O windows for ACPI/Linux support
` [PATCH edk2-platforms 3/5] Silicon/SynQuacer: add ACPI drivers and tables
` [PATCH edk2-platforms 4/5] Silicon/SynQuacer/PlatformDxe: add option to enable ACPI mode
` [PATCH edk2-platforms 5/5] Silicon/SynQuacer/PlatformDxe: add ACPI description of eMMC
[PATCH V2]BaseTools: Fix flexible PCD single quote and double quote bugs
2018-02-27 8:42 UTC
[Patch] MdeModulePkg PCD: Add more debug message to show SkuId update
2018-02-27 7:59 UTC (2+ messages)
[Patch] MdeModulePkg PCD: Fix the issue to set the big SkuId
2018-02-27 7:58 UTC (2+ messages)
[PATCH] BaseTools: Fix report not used --pcd value incorrectly
2018-02-27 7:38 UTC
[Patch] BaseTools:Override the MAKE_FLAGS by BuildOptions in DSC
2018-02-27 6:54 UTC (2+ messages)
[patch 1/2] BaseTool/VfrCompile: make delete[] match with new[]
2018-02-27 5:53 UTC (2+ messages)
` [patch 2/2] BaseTool/VfrCompile: Fix potential memory leak issue
[Patch] EmulatorPkg: Undefine CR3 macro in Host.h
2018-02-27 5:36 UTC (2+ messages)
[PATCH v2 0/2] Update memory test driver to handle more reliable memory
2018-02-27 5:15 UTC (2+ messages)
[Patch] NetworkPkg/HttpDxe: Support HTTP Delete Method
2018-02-27 3:56 UTC (2+ messages)
[RFC v3 0/3] Add translation support to generic PciHostBridge
2018-02-27 2:19 UTC (15+ messages)
` [RFC v3 1/3] MdeModulePkg/PciHostBridgeDxe: Add support for address translation
` [RFC v3 3/3] MdeModulePkg/PciBus: return CPU address for GetBarAttributes
[PATCH v4] ShellPkg: Add acpiview tool to dump ACPI tables
2018-02-26 19:16 UTC (3+ messages)
[patch] MdePkg/BaseSafeIntLib: Fix VS2015 IA32 NOOPT build failure
2018-02-26 15:29 UTC (2+ messages)
[PATCH] BaseTools: Fix flexible PCD single quote and double quote bugs
2018-02-26 11:44 UTC
[PATCH 0/7] RFC: ovmf: preliminary TPM2 support
2018-02-26 10:29 UTC (18+ messages)
` [PATCH 1/7] SecurityPkg/Tcg2Pei: drop Tcg2PhysicalPresenceLib dependency
` [PATCH 2/7] ovmf: link with Tcg2ConfigPei module
` [PATCH 3/7] HACK: HobLib: workaround infinite loop
` [PATCH 4/7] ovmf: link with Tcg2Pei module
` [PATCH 5/7] ovmf: link with Tcg2Dxe module
` [PATCH 6/7] ovmf: link with Tcg2ConfigDxe module
` [PATCH 7/7] ovmf: add DxeTpm2MeasureBootLib
[platform][PATCH 0/4] enable virtual keyboard
2018-02-26 8:53 UTC (5+ messages)
` [platform][PATCH 1/4] Platform/Hisilicon/HiKey960: add gpio platform driver
` [platform][PATCH 2/4] Platform/Hisilicon/HiKey960: enable virtual keyboard
` [platform][PATCH 3/4] Platform/Hisilicon/HiKey: add gpio platform driver
` [platform][PATCH 4/4] Platform/Hisilicon/HiKey: enable virtual keyboard
[Patch] BaseTools: Fix a bug override Pcd by DSC Components section
2018-02-26 7:49 UTC
[Patch] BaseTools: Add more error message when PcdValue is wrong
2018-02-26 7:42 UTC (2+ messages)
[Patch] BaseTools: Update GenFw to correct DebugEntry Offset when convert XIP image
2018-02-26 7:41 UTC (2+ messages)
[RFC] MdePkg/BaseLib: Change BitField functions
2018-02-26 6:33 UTC (6+ messages)
[PATCH] MdeModulePkg SmmLockBox: Return updated Length for EFI_BUFFER_TOO_SMALL
2018-02-26 3:42 UTC (2+ messages)
TPM 2.0 Manufacutre ID wrong byte order
2018-02-26 2:32 UTC (5+ messages)
[Patch] BaseTools: Add the missing basic definition in C BaseType.h
2018-02-26 2:17 UTC (2+ messages)
[Patch] BaseTools GenFv: Update error message to describe PE image alignment
2018-02-26 2:16 UTC (2+ messages)
[PATCH edk2-platforms v1 00/14] Improve D0x platforms and bug fix
2018-02-26 1:12 UTC (7+ messages)
` [PATCH edk2-platforms v1 13/14] Hisilicon/Library: Add OsBootLib
[PATCH v4 0/2] Create UART DebugLib implementation for runtime drivers
2018-02-24 14:10 UTC (4+ messages)
MdeModulePkg/UefiBootManagerLib: recursive call of BmRepairAllControllers
2018-02-24 8:47 UTC (5+ messages)
[PATCH] MdeModulePkg/Terminal: ReadKeyStrokeEx always return key state
2018-02-24 8:05 UTC (2+ messages)
[PATCH] MdeModulePkg/Logo.idf: Remove incorrect comments
2018-02-24 8:05 UTC (2+ messages)
[PATCH] MdeModulePkg/PlatformLogo.h: Correct function header comments
2018-02-24 8:04 UTC (2+ messages)
[PATCH V2] BaseTools/Expression: Use 2nd passes on PCD values
2018-02-24 7:34 UTC
[PATCH] BaseTools/Expression: Use 2nd passes on PCD values
2018-02-24 7:24 UTC (2+ messages)
[PATCH] BaseTools: Update ValueExpressionEx for flexible PCD
2018-02-24 7:21 UTC (2+ messages)
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] AX88179 UNDI driver
2018-02-24 5:18 UTC
[Patch] BaseTool: GUID assignment fail
2018-02-24 4:02 UTC
[PATCH] MdeModulePkg/RamDiskDxe: Perform MediaId check first in BlkIo services
2018-02-24 3:21 UTC (2+ messages)
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change BIOS Version
2018-02-24 2:50 UTC
[PATCH edk2-non-osi v3 0/7] Improve D0x platforms and bug fix
2018-02-24 1:53 UTC (6+ messages)
` [PATCH edk2-non-osi v3 7/7] Hisilicon/D05: Update binary of trusted-firmware
[RFC] ShellPkg/Ping: fix loss of first packet
2018-02-23 16:35 UTC (9+ messages)
[PATCH edk2-platforms v3 0/6] Add Secure96 mezzanine support
2018-02-23 16:02 UTC (9+ messages)
` [PATCH edk2-platforms v3 1/6] Platform/96Boards: introduce package and mezzanine protocol
` [PATCH edk2-platforms v3 2/6] Platform/96Boards: introduce I2C driver
` [PATCH edk2-platforms v3 3/6] Platform/96Boards: introduce LsConnector protocol
` [PATCH edk2-platforms v3 4/6] Platform/96Boards: add a driver for the Secure96 mezzanine board
` [PATCH edk2-platforms v3 5/6] Platform/96Boards: add driver for low speed (LS) connector
` [PATCH edk2-platforms v3 6/6] Platform/Socionext/DeveloperBox: add 96Boards mezzanine support
[PATCH edk2-platforms v2 0/7] Add Secure96 mezzanine support
2018-02-23 15:33 UTC (4+ messages)
` [PATCH edk2-platforms v2 1/7] Silicon/Atmel: add support for AtSha204a RNG
[PATCH edk2-platforms 00/39] NXP: Add support of LS1043, LS1046 and LS2088 SoCs
2018-02-23 15:17 UTC (20+ messages)
` [PATCH edk2-platforms 01/39] Silicon/NXP: Add support for Big Endian Mmio APIs
[PATCH v2 0/3] Use central definitions for EFI_VARIABLE_*
2018-02-23 14:24 UTC (7+ messages)
` [PATCH v2 1/3] MdePkg: restrict UefiMultiPhase.h contents if VFRCOMPILE defined
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