messages from 2018-06-18 17:19:06 to 2018-06-22 05:29:25 UTC [more...]
[PATCH v3 00/20] BaseTools: One step toward python3
2018-06-22 5:29 UTC (26+ messages)
` [PATCH v3 01/20] BaseTools: Fix a typo in ini.py
` [PATCH v3 02/20] BaseTools: Refactor python except statements
` [PATCH v3 03/20] BaseTools: Refactor python print statements
` [PATCH v3 04/20] BaseTools: Remove the old python "not-equal"
` [PATCH v3 05/20] BaseTools: Use the python3-range functions
` [PATCH v3 06/20] BaseTools: Remove tuple parameter in python scripts
` [PATCH v3 07/20] BaseTools: Remove the deprecated hash_key()
` [PATCH v3 08/20] BaseTools: Replace StandardError with Expression
` [PATCH v3 09/20] BaseTools: Remove types.TypeType
` [PATCH v3 10/20] BaseTools: Refactor python raise statement
` [PATCH v3 11/20] BaseTools: Adjust the spaces around commas and colons
` [PATCH v3 12/20] BaseTools: Migrate to the new octal literal
` [PATCH v3 13/20] BaseTools: Unify long int and int in python scripts
` [PATCH v3 14/20] BaseTools: Fix old python2 idioms
` [PATCH v3 15/20] BaseTools: Replace StringIO.StringIO with io.BytesIO
` [PATCH v3 16/20] BaseTools: Treat GenFds.py and build.py as python modules
` [PATCH v3 17/20] BaseTools: Adopt absolute import for python scripts
` [PATCH v3 18/20] BaseTools: Move OverrideAttribs to OptRomInfStatement.py
` [PATCH v3 19/20] BaseTools: Move FindExtendTool to GenFdsGlobalVariable.py
` [PATCH v3 20/20] BaseTools: Move ImageBinDict "
[PATCH v2 0/4] Add PEI BlockIo support for NVM Express devices
2018-06-22 4:44 UTC (7+ messages)
` [PATCH v2 1/4] MdeModulePkg: Add definitions for EDKII PEI NVME host controller PPI
` [PATCH v2 2/4] MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo support
` [PATCH v2 3/4] MdeModulePkg: Add GUID for recovery capsule on NVM Express devices
` [PATCH v2 4/4] FatPkg/FatPei: Add the recognition of recovery capsule on NVME device
[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Set BIOS LOCK
2018-06-22 3:33 UTC (2+ messages)
[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] UART COM INT3511
2018-06-22 3:32 UTC
[Patch] MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logic
2018-06-22 3:09 UTC (3+ messages)
[Patch] BaseTools tools_def.template: Ignore link warning 4281 for VS2017
2018-06-22 2:33 UTC
[Patch V2] SecurityPkg: Cache TPM interface type info
2018-06-22 2:14 UTC (2+ messages)
[Patch V3] FDF Spec: clean up the <NamedGuidOrPcd> and <NamedGuid> usage in spec
2018-06-22 2:08 UTC
[Patch] MdeModulePkg BootMaintenanceManagerUiLib: Move refresh boot option later
2018-06-22 1:59 UTC (2+ messages)
[PATCH v1 0/1] BaseTools/tools_def: Add WINGCC49 support
2018-06-22 1:56 UTC (5+ messages)
` [PATCH v1 1/1] "
[PATCH 0/4] Add PEI BlockIo support for NVM Express devices
2018-06-22 1:43 UTC (14+ messages)
` [PATCH 1/4] MdeModulePkg: Add definitions for EDKII PEI NVME host controller PPI
` [PATCH 2/4] MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo support
` [PATCH 3/4] MdeModulePkg: Add GUID for recovery capsule on NVM Express devices
` [PATCH 4/4] FatPkg/FatPei: Add the recognition of recovery capsule on NVME device
[platforms: PATCH v3 00/25] Armada hardware description rework
2018-06-21 17:06 UTC (28+ messages)
` [platforms: PATCH v3 01/25] Marvell/Library: Introduce ArmadaSoCDescLib class
` [platforms: PATCH v3 02/25] Marvell/Library: Introduce ArmadaBoardDescLib class
` [platforms: PATCH v3 03/25] Marvell: Introduce MARVELL_BOARD_DESC_PROTOCOL
` [platforms: PATCH v3 04/25] Marvell/Drivers: MvBoardDesc: Introduce board description driver
` [platforms: PATCH v3 05/25] Marvell/Armada7k8k: Enable board description driver compilation
` [platforms: PATCH v3 06/25] Marvell/Library: UtmiPhyLib: Switch to use MARVELL_BOARD_DESC protocol
` [platforms: PATCH v3 07/25] Marvell/Library: RealTimeClockLib: Simplify obtaining base address
` [platforms: PATCH v3 08/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with PP2 information
` [platforms: PATCH v3 09/25] Marvell/Drivers: MvBoardDesc: Extend protocol with PP2 support
` [platforms: PATCH v3 10/25] Marvell/Drivers: Pp2Dxe: Switch to use MARVELL_BOARD_DESC protocol
` [platforms: PATCH v3 11/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with AHCI/SDMMC/XHCI
` [platforms: PATCH v3 12/25] Marvell/Drivers: MvBoardDesc: Extend protocol "
` [platforms: PATCH v3 13/25] Marvell/Drivers: NonDiscoverable: Switch to use MARVELL_BOARD_DESC
` [platforms: PATCH v3 14/25] Marvell/Library: ComPhyLib: Get AHCI data with MARVELL_BOARD_DESC
` [platforms: PATCH v3 15/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with ComPhy information
` [platforms: PATCH v3 16/25] Marvell/Drivers: MvBoardDesc: Extend protocol with ComPhy support
` [platforms: PATCH v3 17/25] Marvell/Library: ComPhyLib: Switch library to use MARVELL_BOARD_DESC
` [platforms: PATCH v3 18/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with MDIO information
` [platforms: PATCH v3 19/25] Marvell/Drivers: MvBoardDesc: Extend protocol with MDIO support
` [platforms: PATCH v3 20/25] Marvell/Drivers: MvMdioDxe: Enable 64bit addressing
` [platforms: PATCH v3 21/25] Marvell/Drivers: MvMdioDxe: Switch driver to use MARVELL_BOARD_DESC
` [platforms: PATCH v3 22/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with I2C information
` [platforms: PATCH v3 23/25] Marvell/Drivers: MvBoardDesc: Extend protocol with I2C support
` [platforms: PATCH v3 24/25] Marvell/Drivers: MvI2cDxe: Switch driver to use MARVELL_BOARD_DESC
` [platforms: PATCH v3 25/25] Marvell/Drivers: MvPhyDxe: Remove MvHwDescLib.h dependency
[PATCH] ArmPkg/ArmMmuLib ARM: fix Mva to use idx instead of table base
2018-06-21 14:11 UTC (8+ messages)
[PATCH v2 0/2] ArmMmuLib ARM: remove cache maintenance
2018-06-21 14:10 UTC (5+ messages)
` [PATCH v2 1/2] ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contents
` [PATCH v2 2/2] ArmPkg/ArmMmuLib ARM: assume page tables are in writeback cacheable memory
[PATCH edk2-platforms v1][platforms/devel-dynamictables] Platform/ARM: Fix OEM Table ID length in DSDT
2018-06-21 12:26 UTC (3+ messages)
[PATCH] ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contents
2018-06-21 10:48 UTC (4+ messages)
[Patch] BaseTools: remove the unneeded code
2018-06-21 8:00 UTC (2+ messages)
[Patch] BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR file
2018-06-21 7:57 UTC (2+ messages)
Is the PEI Core MP Safe? UefiCpuPkg seems to think so calling GetFirstGuidHob on the APs?
2018-06-21 5:57 UTC (5+ messages)
[Patch] SecurityPkg: Cache TPM interface type info
2018-06-21 3:41 UTC
[PATCH v1] Readme.md: add Socionext SynQuacer in Supported Platforms
2018-06-21 3:13 UTC
[Patch] BaseTools: introduce !error statement
2018-06-21 2:53 UTC (2+ messages)
[patch] SignedCapsulePkg/SystemFirmwareUpdateDxe: Fix ECC issues
2018-06-21 1:38 UTC (2+ messages)
[PATCH v3] MdeModulePkg: Enable SATA Controller PCI mem space
2018-06-21 1:11 UTC (4+ messages)
[PATCH v2 00/11] BaseTools Refactoring
2018-06-20 21:08 UTC (12+ messages)
` [PATCH v1 01/11] BaseTools: decorate base classes to prevent instantiation
` [PATCH v1 02/11] BaseTools: Workspace - create a base class
` [PATCH v1 03/11] BaseTools: remove unused code
` [PATCH v1 04/11] BaseTools: remove repeated calls to startswith/endswith
` [PATCH v1 05/11] BaseTools: use set presence instead of series of equality
` [PATCH v1 06/11] BaseTools: refactor section generation
` [PATCH v1 07/11] BaseTools: refactor file opening/writing
` [PATCH v1 08/11] BaseTools: refactor to change object types
` [PATCH v1 09/11] BaseTools: refactor to stop re-allocating strings
` [PATCH v1 10/11] BaseTools: change to set for membership testing
` [PATCH v1 11/11] BaseTools: remove extra assignment
Query about variable initialization
2018-06-20 19:22 UTC (5+ messages)
[PATCH] ShellPkg/comp: return NOT_EQUAL when compared files are different
2018-06-20 15:31 UTC (2+ messages)
[PATCH v3] Silicon/NXP/Pcf8563RealTimeClockLib: add Voltage-low handling
2018-06-20 10:51 UTC (2+ messages)
[PATCH v2 00/20] BaseTools: One step toward python3
2018-06-20 8:08 UTC (4+ messages)
[PATCH v2] Silicon/NXP/Pcf8563RealTimeClockLib: add Voltage-low handling
2018-06-20 6:30 UTC (3+ messages)
[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Ready To Lock events signaling and SMM S3 boot script
2018-06-20 3:29 UTC
[PATCH v3 00/17] *** Standalone Management Mode Core Interface for AARCH64 Platforms ***
2018-06-20 1:56 UTC (6+ messages)
[PATCH] Silicon/NXP/Pcf8563RealTimeClockLib: add rtc device initialization
2018-06-20 1:54 UTC (8+ messages)
[Patch V2] FDF Spec: clean up the <NamedGuidOrPcd> and <NamedGuid> usage in spec
2018-06-20 0:49 UTC
[Patch] FDF Spec: clean up the <NamedGuidOrPcd> and <NamedGuid> usage in spec
2018-06-20 0:47 UTC (3+ messages)
[PATCH v2 0/2] ArmPkg/ArmScmiDxe: Fix a bug uncovered with the new SCP firmware
2018-06-19 13:53 UTC (3+ messages)
` [PATCH v2 1/2] ArmPkg/ArmScmiDxe: Fix ASSERT error in SCMI DXE
` [PATCH v2 2/2] ArmPkg/ArmScmiDxe: Dynamically allocate buffer for protocol ids
[PATCH] EmbeddedPkg/GdbSerialLib: avoid left shift of negative quantity
2018-06-19 13:06 UTC (8+ messages)
[PATCH v1] MdeModulePkg: Enable SATA Controller PCI mem space
2018-06-19 9:32 UTC (5+ messages)
[PATCH v2] MdeModulePkg: Enable SATA Controller PCI mem space
2018-06-19 9:30 UTC (10+ messages)
[Patch] BaseTool: Fixed the bug of Boolean Hii Pcd packing
2018-06-19 8:15 UTC (2+ messages)
[patch 0/9] Add new Perf macros
2018-06-19 7:24 UTC (10+ messages)
` [patch 1/9] MdeModulePkg: Add PERFORMANCE_MEASUREMENT_PROTOCOL
` [patch 2/9] MdeModulePkg: Update Performance instances to use new protocol
` [patch 3/9] MdePkg/PerformanceLib.h: Add new Perf macros
` [patch 4/9] MdeModulePkg/ExtendedFirmwarePerf: Remove PerfId definitions
` [patch 5/9] MdeModulePkg: Update performance library instances
` [patch 6/9] ShellPkg/dp: Update dp tool to parse new Perf record
` [patch 7/9] MdeModulePkg: Use new added Perf macros
` [patch 8/9] SecurityPkg: "
` [patch 9/9] UefiCpuPkg: "
[Patch] INF Spec: FixedAtBuild (VOID*) PCD use in the [DEPEX] section
2018-06-19 5:34 UTC (2+ messages)
[PATCH] UefiCpuPkg/LocalApicLib: Exclude second SendIpi on AMD
2018-06-19 5:20 UTC (4+ messages)
` [PATCH] UefiCpuPkg/LocalApicLib: Exclude second SendIpi sequence on AMD processors
[RFC PATCH v1 0/2] Update and refine the IPMI header files
2018-06-19 4:48 UTC (2+ messages)
[PATCH v3] SourceLevelDebugPkg/DebugCommunicationLibUsb: Add endpoint configuration
2018-06-19 1:27 UTC (2+ messages)
[PATCH] BaseTools/WorkspaceCommon: Import used BuildToolError messages
2018-06-19 1:21 UTC (2+ messages)
[PATCH] ArmPkg/ArmMtlLib: fix prototype inconsistency in MtlWaitUntilChannelFree
2018-06-18 19:50 UTC (3+ messages)
[PATCH edk2-platforms] Platform/ARM/Sgi: Fix typo in GUID name
2018-06-18 18:18 UTC (2+ messages)
[PATCH] BaseTools/tools_def CLANG35: add NOOPT build target
2018-06-18 18:05 UTC (3+ messages)
[PATCH 1/2] ArmPkg/ArmPkg.dsc: enable NOOPT build target
2018-06-18 17:36 UTC (4+ messages)
` [PATCH 2/2] Embedded/EmbeddedPkg.dsc: "
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