public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-02-22 16:22:37 to 2018-02-27 02:04:42 UTC [more...]

[RFC v4 0/3] Add translation support to generic PciHostBridge
 2018-02-27  2:09 UTC  (3+ messages)
` [RFC v4 1/3] MdeModulePkg/PciHostBridgeDxe: Add support for address translation
` [RFC v4 2/3] MdeModulePkg/PciBus: convert host address to device address

[PATCH edk2-platforms 1/2] Platform, Silicon: use DxeRuntimeDebugLibSerialPort for runtime DXE drivers
 2018-02-27  1:50 UTC  (4+ messages)
` [PATCH edk2-platforms 2/2] Silicon/SynQuacerI2cDxe: remove special runtime treatment of DEBUG()s

[patch v2] MdePkg/BaseSafeIntLib: Fix VS2015 IA32 NOOPT build failure
 2018-02-27  1:47 UTC 

[PATCH 1/1] MdeModulePkg/UefiBootManagerLib: limit recursive call depth
 2018-02-27  0:48 UTC  (5+ messages)

[PATCH v4] ShellPkg: Add acpiview tool to dump ACPI tables
 2018-02-26 19:16 UTC  (3+ messages)

[RFC] Add Platform Include path in modules
 2018-02-26 17:25 UTC  (6+ messages)
` [RFC v2] "

[patch] MdePkg/BaseSafeIntLib: Fix VS2015 IA32 NOOPT build failure
 2018-02-26 15:29 UTC  (2+ messages)

[PATCH] MdePkg/Include/IndustryStandard: Add PCI Express 4.0 header file
 2018-02-26 14:19 UTC 

[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] EmbeddedPkg/Drivers: add virtual keyboard driver
 2018-02-26  8:52 UTC 

[Patch V3] DSC spec: Add flexible PCD value format into spec
 2018-02-26  8:05 UTC 

[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  (6+ messages)
` [PATCH v4 1/2] MdePkg: introduce DxeRuntimeDebugLibSerialPort
` [PATCH v4 2/2] ArmVirtPkg: switch to DXE runtime version of DebugLib where appropriate

[Patch] BaseTools:Override the MAKE_FLAGS by BuildOptions in DSC
 2018-02-24 13:54 UTC 

[RFC v1 0/1] Add PcdUsbBootIoBlocks to UsbMassBoot
 2018-02-24  9:29 UTC  (2+ messages)
` [RFC v1 1/1] MdeModulePkg/Usb: Use Pcd for UsbBootIoBlocks

[RFC v3 0/3] Add translation support to generic PciHostBridge
 2018-02-24  9:15 UTC  (15+ messages)
` [RFC v3 1/3] MdeModulePkg/PciHostBridgeDxe: Add support for address translation
` [RFC v3 2/3] MdeModulePkg/PciBus: convert host address to device address
` [RFC v3 3/3] MdeModulePkg/PciBus: return CPU address for GetBarAttributes

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  (9+ messages)
` [PATCH edk2-platforms v2 1/7] Silicon/Atmel: add support for AtSha204a RNG
` [PATCH edk2-platforms v2 6/7] Platform/NinetySixBoards: add core driver for LS connector and config

[PATCH edk2-platforms 00/39] NXP: Add support of LS1043, LS1046 and LS2088 SoCs
 2018-02-23 15:17 UTC  (23+ 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  (10+ messages)
` [PATCH v2 1/3] MdePkg: restrict UefiMultiPhase.h contents if VFRCOMPILE defined
` [PATCH v2 3/3] EmbeddedPkg: use central variable definitions in .vfr files

[RFC PATCH edk2-non-osi] Platform/DeveloperBox: add prebuilt binary containing stage 2 page tables
 2018-02-23 13:28 UTC 

[PATCH 0/4] Add ARM64 support for VS2017
 2018-02-23 13:14 UTC  (7+ messages)
` [PATCH 1/4] MdePkg: Disable some Level 4 warnings for VS2017/ARM64
` [PATCH 2/4] MdePkg/Library/BaseLib: Enable VS2017/ARM64 builds
` [PATCH 3/4] MdePkg/Include: Add VA list support for VS2017/ARM64
` [PATCH 4/4] BaseTools/Conf: Add VS2017/ARM64 support

[Patch] BaseTools: Add check for INF statement must be a .inf file
 2018-02-23 10:04 UTC  (2+ messages)

[Patch 2/2] BaseTools: Fixed the pcd value override issue
 2018-02-23  9:53 UTC 

[Patch 1/2] BaseTools: Improve build performance
 2018-02-23  9:52 UTC 

[Patch] BaseTools: Add *B Flag for the field that from command line
 2018-02-23  9:44 UTC  (2+ messages)

[Patch] BaseTools: Fix the bug to display the single SKUID info
 2018-02-23  9:43 UTC  (2+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Create NvStorage.fv for GCC build
 2018-02-23  9:30 UTC 

[PATCH v3 0/2] Create UART DebugLib implementation for runtime drivers
 2018-02-23  8:55 UTC  (7+ messages)
` [PATCH v3 1/2] MdePkg: introduce DxeRuntimeDebugLibSerialPort
` [PATCH v3 2/2] ArmVirtPkg: switch to DXE runtime version of DebugLib where appropriate

OEM EFI_STATUS Code Ranges?
 2018-02-23  8:22 UTC  (2+ messages)

[edk2 PATCH v2 0/1] *** Add StandaloneMmPkg and maintainers ***
 2018-02-23  7:53 UTC  (2+ messages)

[Patch] BaseTools: Add WindowsLike path in front of PATH Env
 2018-02-23  7:25 UTC  (2+ messages)

[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Add control method power button
 2018-02-23  6:59 UTC 

[Patch] EmulatorPkg: Undefine CR3 macro in Host.h
 2018-02-23  6:22 UTC 

[Patch V2] Build spec: update PCD value and SKU, DefaultStore info in report
 2018-02-23  5:21 UTC 

[Patch v2 0/3] MdeModulePkg: Add Boot Logo 2 Protocol
 2018-02-23  3:24 UTC  (2+ messages)

[PATCH v3 0/1] ShellPkg: Add acpiview tool to dump ACPI tables
 2018-02-23  2:34 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH] MdeModulePkg/RecoveryDevice.h: Remove semicolon after GUID definitions
 2018-02-23  2:21 UTC  (2+ messages)

[RFC v2 0/2] Add translation support to generic PCIHostBridge
 2018-02-23  1:10 UTC  (4+ messages)
` [RFC v2 2/2] MdeModulePkg/PciBus: return CPU address for GetBarAttributes

[PATCH edk2-platforms v2 0/2] Create UART DebugLib implementation for runtime drivers
 2018-02-22 18:26 UTC  (8+ messages)
` [PATCH edk2-platforms v2 1/2] MdePkg: introduce DxeRuntimeDebugLibSerialPort
` [PATCH edk2-platforms v2 2/2] ArmVirtPkg: switch to DXE runtime version of DebugLib where appropriate


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