public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-06-17 20:12:59 to 2018-06-21 04:44:45 UTC [more...]

[PATCH v3 00/20] BaseTools: One step toward python3
 2018-06-21  4:43 UTC  (15+ 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] SecurityPkg: Cache TPM interface type info
 2018-06-21  3:41 UTC 

Is the PEI Core MP Safe? UefiCpuPkg seems to think so calling GetFirstGuidHob on the APs?
 2018-06-21  3:34 UTC  (4+ messages)

[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] ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contents
 2018-06-20 22:05 UTC  (2+ 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] ArmPkg/ArmMmuLib ARM: fix Mva to use idx instead of table base
 2018-06-20 19:09 UTC  (7+ messages)

[PATCH edk2-platforms v1][platforms/devel-dynamictables] Platform/ARM: Fix OEM Table ID length in DSDT
 2018-06-20 17:00 UTC  (2+ 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 v1 0/1] BaseTools/tools_def: Add WINGCC49 support
 2018-06-19 23:26 UTC  (2+ messages)
` [PATCH v1 1/1] "

[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] MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logic
 2018-06-19  2:54 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] BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR file
 2018-06-19  1:11 UTC 

[platforms: PATCH v3 00/25] Armada hardware description rework
 2018-06-18 22:58 UTC  (26+ 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/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: "

[platforms: PATCH v2 00/25] Armada hardware description rework
 2018-06-18 17:16 UTC  (39+ messages)
` [platforms: PATCH v2 01/25] Marvell/Library: Introduce ArmadaSoCDescLib class
` [platforms: PATCH v2 04/25] Marvell/Drivers: MvBoardDesc: Introduce board description driver
` [platforms: PATCH v2 08/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with PP2 information
` [platforms: PATCH v2 09/25] Marvell/Drivers: MvBoardDesc: Extend protocol with PP2 support
` [platforms: PATCH v2 10/25] Marvell/Drivers: Pp2Dxe: Switch to use MARVELL_BOARD_DESC protocol
` [platforms: PATCH v2 11/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with AHCI/SDMMC/XHCI
` [platforms: PATCH v2 12/25] Marvell/Drivers: MvBoardDesc: Extend protocol "
` [platforms: PATCH v2 14/25] Marvell/Library: ComPhyLib: Get AHCI data with MARVELL_BOARD_DESC
` [platforms: PATCH v2 15/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with ComPhy information
` [platforms: PATCH v2 16/25] Marvell/Drivers: MvBoardDesc: Extend protocol with ComPhy support
` [platforms: PATCH v2 17/25] Marvell/Library: ComPhyLib: Switch library to use MARVELL_BOARD_DESC
` [platforms: PATCH v2 18/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with MDIO information
` [platforms: PATCH v2 19/25] Marvell/Drivers: MvBoardDesc: Extend protocol with MDIO support
` [platforms: PATCH v2 22/25] Marvell/Armada7k8k: Extend ArmadaSoCDescLib with I2C information
` [platforms: PATCH v2 23/25] Marvell/Drivers: MvBoardDesc: Extend protocol with I2C support
` [platforms: PATCH v2 24/25] Marvell/Drivers: MvI2cDxe: Switch driver to use MARVELL_BOARD_DESC
` [platforms: PATCH v2 25/25] Marvell/Drivers: MvPhyDxe: Remove MvHwDescLib.h dependency

[PATCH v1 0/2] ArmPkg/ArmScmiDxe: Fix a bug uncovered with the new SCP firmware
 2018-06-18 17:05 UTC  (6+ messages)
` [PATCH v1 1/2] ArmPkg/ArmScmiDxe: Fix ASSERT error in SCMI DXE
` [PATCH v1 2/2] ArmPkg/ArmScmiDxe: Dynamically allocate buffer for protocol ids

[PATCH] BaseTools/tools_def IA32: drop -no-pie linker option for GCC49
 2018-06-18 15:53 UTC  (4+ messages)

[PATCH] MdePkg/UefiDebugLibConOut: Explicitely consume UefiLib
 2018-06-18 15:49 UTC  (3+ messages)

[PATCH v2 0/5] MdeModulePkg ArmPkg: support for persistent capsules and progress reporting
 2018-06-18 14:59 UTC  (5+ messages)
` [PATCH v2 2/5] MdeModulePkg/DxeCapsuleLibFmp: permit ProcessCapsules () to be called once

[OvmfPkg] Secure Boot issues
 2018-06-18 12:30 UTC  (12+ messages)

[PATCH edk2-platforms v3 0/2] Platform/ARM/Sgi: Enable Dynamic Configuration feature
 2018-06-18 10:51 UTC  (5+ messages)
` [PATCH edk2-platforms v3 1/2] Platform/ARM/Sgi: Install a Platform ID HOB
` [PATCH edk2-platforms v3 2/2] Platform/ARM/Sgi: Pick ACPI tables to install based on platform ID

[PATCH edk2-platforms 0/3] DeveloperBox capsule update changes for progress reporting
 2018-06-18  6:43 UTC  (4+ messages)
` [PATCH edk2-platforms 1/3] Platform/Socionext/DeveloperBox: add support for persistent capsules

[PATCH edk2-platforms v2 0/2] ARM Dynamic Configuration
 2018-06-18  5:43 UTC  (6+ messages)
` [PATCH edk2-platforms v2 2/2] Platform/ARM/Sgi: Pick ACPI tables to install based on platform ID


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