public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-04-24 16:10:29 to 2018-05-01 11:35:48 UTC [more...]

[PATCH edk2-platforms] Platform/Socionext/DeveloperBox: reduce default timeout to 5 seconds
 2018-05-01 11:35 UTC 

[PATCH v1 00/18] *** Standalone Management Mode Core Interface for AARCH64 Platforms ***
 2018-05-01  8:18 UTC  (29+ messages)
` [PATCH v1 08/18] StandaloneMmPkg/MemLib: AARCH64 Specific instance of memory check library
` [PATCH v1 09/18] StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library
` [PATCH v1 10/18] StandaloneMmPkg/HobLib: Add AARCH64 Specific HOB Library for management mode
` [PATCH v1 11/18] StandaloneMmPkg: MM driver entry point library
` [PATCH v1 12/18] StandaloneMmPkg/CpuMm: Add CPU driver suitable for ARM Platforms
` [PATCH v1 13/18] StandaloneMmPkg/Core: Implementation of Standalone MM Core Module
` [PATCH v1 14/18] StandaloneMmPkg: Describe the declaration, definition and fdf files
` [PATCH v1 15/18] ArmPkg: Extra action to update permissions for S-ELO MM Image
` [PATCH v1 16/18] BaseTools/AutoGen: Update header file for MM modules
` [PATCH v1 17/18] StandaloneMmPkg: Add application to test MM communication protocol

[PATCH v2 0/1] add virtual keyboard driver
 2018-04-30 16:59 UTC  (3+ messages)
` [PATCH v2 1/1] EmbeddedPkg/Drivers: "

[PATCH edk2-platforms v1] Platform/ARM: Map Platform Boot Timeout PCD to global NV variable
 2018-04-30 16:29 UTC 

[PATCH v1] MdeModulePkg/Bus: Enable ascending resource list
 2018-04-30 15:48 UTC  (2+ messages)

[PATCH] [PATCH v1] MdeModulePkg/Core: Fix MaxAddress in Gcd
 2018-04-30 15:46 UTC 

[PATCH v2] BaseTools/VolInfo: Update EFI FV FILETYPES for new MM types
 2018-04-30 14:36 UTC  (2+ messages)

[PATCH] BaseTools/VolInfo: Add the EFI_FV_FILETYPE_MM_STANDALONE file type
 2018-04-30 13:51 UTC  (3+ messages)

[PATCH v1] ArmPkg: Fix bug in Generic Waitchdog driver
 2018-04-30 10:19 UTC  (2+ messages)

[PATCH] ArmVirtPkg: use protocol-based DevicePathLib instance for most DXE modules
 2018-04-30  9:25 UTC  (3+ messages)

[PATCH edk2-platforms v7 0/2] add platform boot options
 2018-04-30  9:10 UTC  (4+ messages)
` [PATCH edk2-platforms v7 1/2] Platform/HiKey960: register predefined "
` [PATCH edk2-platforms v7 2/2] Platform/HiKey: create 4 "

[PATCH edk2-platforms 1/2] Platform/HiKey: enable SD/MMC controller on HiKey
 2018-04-28  8:28 UTC  (4+ messages)
` [PATCH edk2-platforms 2/2] Platform/HiKey960: enable SD controller

[PATCH] MdePkg/DevicePathToText: Fix iSCSI.Lun byte order issue
 2018-04-28  5:43 UTC  (2+ messages)

[PATCH] IntelFrameworkModule/LegacyBios: Use reserved memory for legacy data
 2018-04-28  5:40 UTC  (2+ messages)

[PATCH 1/1] MdeModulePkg/Sd: append CMD12 for multiple blocks
 2018-04-28  5:24 UTC 

[PATCH 1/1] EmbeddedPkg: add DwMmcHcDxe driver
 2018-04-28  5:23 UTC 

[PATCH] BaseTools: Fix regression bug by 3378782691af
 2018-04-28  1:00 UTC 

[PATCH] [PATCH v1] MdeModulePkg/Core: Fix MaxAddress in Gcd
 2018-04-27 22:36 UTC 

[PATCH v1 00/42] BaseTools: refactoring patches
 2018-04-27 22:32 UTC  (43+ messages)
` [PATCH v1 01/42] BaseTools: FdfParser - update to remove duplicate constant value
` [PATCH v1 02/42] BaseTools: AutoGen "
` [PATCH v1 03/42] BaseTools: check before accessing members in __eq__
` [PATCH v1 04/42] BaseTools: this function has no purpose
` [PATCH v1 05/42] BaseTools: AutoGen - refactor assemble_variable
` [PATCH v1 06/42] BaseTools: AutoGen - refactor dictionary access
` [PATCH v1 07/42] BaseTools: AutoGen - GenVar refactor static methods
` [PATCH v1 08/42] BaseTools: AutoGen - share StripComments API
` [PATCH v1 09/42] BaseTools: AutoGen - refactor class factory
` [PATCH v1 10/42] BaseTools: Eot - remove unused lists
` [PATCH v1 11/42] BaseTools: Eot - refactor global data
` [PATCH v1 12/42] BaseTools: AutoGen - remove global line
` [PATCH v1 13/42] BaseTools: AutoGen - UniClassObject refactor static methods
` [PATCH v1 14/42] BaseTools: refactor to use list not dict
` [PATCH v1 15/42] BaseTools: eliminate {} from dictionary contructor call
` [PATCH v1 16/42] BaseTools: remove Compound statements
` [PATCH v1 17/42] BaseTools: Workspace - refactor a dict
` [PATCH v1 18/42] BaseTools: move PCD size calculation functions to PcdClassObject
` [PATCH v1 19/42] BaseTools: AutoGen - refactor out functions only called in __init__
` [PATCH v1 20/42] BaseTools: AutoGen - refactor out a list
` [PATCH v1 21/42] BaseTools: AutoGen - refactor out a useless class
` [PATCH v1 22/42] BaseTools: AutoGen - no need to recompute
` [PATCH v1 23/42] BaseTools: refactor __init__ functions to not compute temporary variable
` [PATCH v1 24/42] BaseTools: AutoGen - remove function no one calls
` [PATCH v1 25/42] BaseTools: AutoGen - move function to clean file namespace
` [PATCH v1 26/42] BaseTools: AutoGen - remove another function no one calls
` [PATCH v1 27/42] BaseTools: Refactor to share GUID packing function
` [PATCH v1 28/42] BaseTools: AutoGen - refactor function to remove extra variables
` [PATCH v1 29/42] BaseTools: AutoGen - refactor more functions only called in __init__
` [PATCH v1 30/42] BaseTools: remove unused member variable
` [PATCH v1 31/42] BaseTools: remove redundant content in InfSectionParser
` [PATCH v1 32/42] BaseTools: trim whitespace
` [PATCH v1 33/42] BaseTools: AutoGen - add Opcode constants
` [PATCH v1 34/42] BaseTools: standardize GUID and pack size
` [PATCH v1 35/42] BaseTools: remove unused variable
` [PATCH v1 36/42] BaseTools: GenFds - use existing shared string
` [PATCH v1 37/42] BaseTools: missed a copyright update
` [PATCH v1 38/42] BaseTools: Remove lists form set construction
` [PATCH v1 39/42] BaseTools: refactor Depex optomization
` [PATCH v1 40/42] BaseTools: dont make iterator into list if not needed
` [PATCH v1 41/42] BaseTools: create base expression class
` [PATCH v1 42/42] BaseTools: use set instead of list

[PATCH edk2-platforms][platforms/devel-dynamictables] Platform/ARM: Update Dsdt for FVP
 2018-04-27 16:05 UTC 

[staging/dynamictables PATCH v1 0/2] IORT Generator update
 2018-04-27 15:53 UTC  (3+ messages)
` [staging/dynamictables PATCH v1 1/2] MdePkg: IORT Specification Rev D updates
` [staging/dynamictables PATCH v1 2/2] DynamicTablesPkg: Update IORT generator

[staging/dynamictables PATCH v1] Update Readme.md to reflect ACPICA compiler update
 2018-04-27 15:24 UTC 

[PATCH edk2-platforms v1 0/3][platforms/devel-dynamictables] Update for ACPICA compiler enhancements
 2018-04-27 14:58 UTC  (4+ messages)
` [PATCH edk2-platforms v1 1/3][platforms/devel-dynamictables] Platform/ARM: Match asl compiler output for Juno
` [PATCH edk2-platforms v1 2/3][platforms/devel-dynamictables] Platform/ARM: Match asl compiler output for FVP
` [PATCH edk2-platforms v1 3/3][platforms/devel-dynamictables] Update Readme.md to reflect ACPICA compiler update

[PATCH v2 11/27] BaseTools: Workspace/MetaFileParser - refactor dicts
 2018-04-27 14:04 UTC  (2+ messages)
` [PATCH v3 16/27] BaseTools: Replace EDK Component strings with predefined constant

[PATCH v1] Platforms/ARM: Enable acpiview support
 2018-04-27 13:02 UTC  (3+ messages)

[PATCH edk2-platforms] Silicon/SynQuacer: add PPTT ACPI table to describe cache topology
 2018-04-27 12:12 UTC  (3+ messages)

[PATCH edk2-platforms 0/5] assorted SynQuacer updates
 2018-04-27 11:37 UTC  (6+ messages)
` [PATCH edk2-platforms 1/5] Silicon/SynQuacer/NetsecDxe: Add polling function to reinitialize GMAC
` [PATCH edk2-platforms 2/5] Platform/Socionext/DeveloperBox: add SNP driver
` [PATCH edk2-platforms 3/5] Platform/SynQuacer: add 'acpiview' shell command to build
` [PATCH edk2-platforms 4/5] Silicon/SynQuacer/PlatformDxe: depex on gEfiVariableArchProtocolGuid
` [PATCH edk2-platforms 5/5] Silicon/SynQuacer: drop BEFORE depex for varstore formatting

[PATCH edk2-platforms] Silicon/SynQuacer/DeviceTree: use more specific PMU 'compatible string
 2018-04-27 10:12 UTC  (4+ messages)

[PATCH v2 13/27] BaseTools: replace string constants used for module types
 2018-04-27  9:54 UTC  (8+ messages)
` [PATCH v2 16/27] BaseTools: Replace EDK Component strings with predefined constant
` [PATCH v2 18/27] BaseTools: Replace PCD type "
` [PATCH v2 19/27] BaseTools: Replace Binary File "
` [PATCH v2 21/27] BaseTools: replace string "

[PATCH] IntelSiliconPkg MicrocodeUpdateDxe: Honor FIT table
 2018-04-27  8:22 UTC  (5+ messages)

[PATCH V2] IntelSiliconPkg MicrocodeUpdateDxe: Honor FIT table
 2018-04-27  8:20 UTC 

[PATCH] BaseTools: Fix regression issue by 1eb72acddd61
 2018-04-27  4:29 UTC  (2+ messages)

[PATCH v1 0/2] MdePkg: IORT Specification updates
 2018-04-27  2:19 UTC  (5+ messages)
` [PATCH v1 1/2] MdePkg: SMMUv3 updates for IORT table definitions
` [PATCH v1 2/2] MdePkg: IORT Specification Rev D updates

[PATCH edk2-platforms] Silicon/Socionext/SynQuacer: update PHY reference clock rate
 2018-04-26 17:05 UTC  (3+ messages)

[PATCH v1] Platform/ARM: Fix platform timer offset in GTDT
 2018-04-26 17:04 UTC  (2+ messages)

[PATCH v1 0/2] Fix for variable store corrupt issue
 2018-04-26 17:01 UTC  (7+ messages)
` [PATCH 1/2] Platform/ARM: Fix NOR Flash dependency for Juno
` [PATCH 2/2] Platform/ARM: Fix NOR Flash dependency for FVP

[Patch] BaseTools: Fix one invalid change in 6be94743
 2018-04-26 14:18 UTC  (3+ messages)

[PATCH 3/3] Platform/ARM: Fix NOR Flash dependency for CTA15A7
 2018-04-26 11:16 UTC 

[PATCH v2] OvmfPkg/QemuVideoDxe: round up FrameBufferSize to full page
 2018-04-26 11:00 UTC  (2+ messages)

[PATCH] CryptoPkg/OpensslLib: remove OpenSSL version number from OpenSSL-HOWTO.txt
 2018-04-26 10:48 UTC  (3+ messages)

[PATCH edk2-platforms v5 0/2] add platform boot options
 2018-04-26 10:20 UTC  (6+ messages)
` [PATCH edk2-platforms v5 1/2] Platform/HiKey960: register predefined "
` [PATCH edk2-platforms v5 2/2] Platform/HiKey: create 4 "

[PATCH] MdeModulePkg/Bds: Validate the device path stored in Boot####
 2018-04-26  7:07 UTC  (2+ messages)

[PATCH] MdeModulePkg/ConPlatform: Support short-form USB device path
 2018-04-26  7:04 UTC  (4+ messages)

[PATCH 0/2] Reenable timer mask quirk for Xen
 2018-04-26  6:33 UTC  (3+ messages)

[Patch] ShellPkg/TftpDynamicCommand: Fix the potential assertion and memory leak issue
 2018-04-26  6:18 UTC 

[PATCH edk2-platforms v6 0/2] add platform boot options
 2018-04-26  3:30 UTC  (3+ messages)
` [PATCH edk2-platforms v6 1/2] Platform/HiKey960: register predefined "
` [PATCH edk2-platforms v6 2/2] Platform/HiKey: create 4 "

How to do source level debug (OVMF & QEMU & Intel UEFI Development Debugger Tool)
 2018-04-26  3:12 UTC 

[PATCH] MdeModulePkg/PciHostBridge: Count the (mm)io overhead when polling
 2018-04-26  2:23 UTC 

Incorrect Author on patch
 2018-04-25 21:14 UTC  (2+ messages)

[PATCH] QemuVideoDxe: round up FrameBufferSize to full page
 2018-04-25 18:08 UTC  (3+ messages)

[PATCH] Add QemuIGDHelperDxe
 2018-04-25 13:59 UTC  (2+ messages)

[Patch] BaseTools: Separate HOST and PREFIX env for GCC tool chain
 2018-04-25 10:11 UTC 

[PATCH v1 00/27] BaseTools refactoring
 2018-04-25  8:52 UTC  (37+ messages)
` [PATCH v1 01/27] BaseTools: Misc - refactor RegEx to minimize multiple compiling
` [PATCH v1 02/27] BaseTools: GenPatchPcdTable "
` [PATCH v1 03/27] BaseTools: Share RegEx between files
` [PATCH v1 04/27] BaseTools: Workspace - refactor RegEx to minimize multiple compiling
` [PATCH v1 05/27] BaseTools: Autogen - replace string constants with those from DataType
` [PATCH v1 06/27] BaseTools: simplify if call
` [PATCH v1 07/27] BaseTools: Workspace - refactor GetStructurePcdInfo
` [PATCH v1 08/27] BaseTools: AutoGen - remove dictionary populated, but never accessed
` [PATCH v1 09/27] BaseTools: AutoGen - remove unused variables
` [PATCH v1 10/27] BaseTools: Remove extra .keys()
` [PATCH v1 12/27] BaseTools: remove dict from DscBuildData
` [PATCH v1 13/27] BaseTools: replace string constants used for module types
` [PATCH v1 18/27] BaseTools: Replace PCD type strings with predefined constant
` [PATCH v1 20/27] BaseTools: remove duplicate variable
` [PATCH v1 21/27] BaseTools: replace string with predefined constant
` [PATCH v1 24/27] BaseTools: GenFds - simplify testing for Hex number
` [PATCH v1 25/27] BaseTools: AutoGen - use defaultdict to auto initialize
` [PATCH v1 27/27] BaseTools: CommonClass - remove unused classes

[PATCH edk2-platforms v4 0/2] add platform boot options
 2018-04-25  4:59 UTC  (4+ messages)
` [PATCH edk2-platforms v4 1/2] Platform/HiKey960: register predefined "

[PATCH 0/1] BaseTools/Conf: Add /Gw optimisation option for VS2017 IA32 and X64
 2018-04-25  2:16 UTC  (3+ messages)
` [PATCH 1/1] "


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