messages from 2018-04-05 18:08:12 to 2018-04-12 00:55:55 UTC [more...]
[PATCH 00/10] ArmPkg, ArmPlatformPkg, ArmVirtPkg, EmbeddedPkg, Omap35xxPkg: depex fixes
2018-04-12 0:55 UTC (10+ messages)
` [PATCH 01/10] Omap35xxPkg/InterruptDxe: replace CPU Arch Protocol depex with notify
` [PATCH 02/10] ArmPkg/ArmGicDxe: annotate protocol usage in "ArmGicDxe.inf"
` [PATCH 03/10] ArmPkg/CpuDxe: order CpuDxe after ArmGicDxe via protocol depex
` [PATCH 04/10] EmbeddedPkg: introduce NvVarStoreFormattedLib
` [PATCH 05/10] ArmPlatformPkg/NorFlashDxe: initialize varstore headers eagerly
` [PATCH 06/10] ArmPlatformPkg/NorFlashDxe: cue the variable driver with NvVarStoreFormatted
` [PATCH 07/10] ArmPlatformPkg/NorFlashDxe: depend on gEfiCpuArchProtocolGuid
` [PATCH 08/10] ArmPlatformPkg/PL031RealTimeClockLib: "
` [PATCH 09/10] ArmVirtPkg/PlatformHasAcpiDtDxe: depend on gEfiVariableArchProtocolGuid
[Patch V2 0/9] Add DisplayUpdateProgressLib for capsules
2018-04-12 0:48 UTC (10+ messages)
` [Patch V2 1/9] MdeModulePkg: Add DisplayUpdateProgressLib class
` [Patch V2 2/9] MdeModulePkg: Add DisplayUpdateProgressLib instances
` [Patch V2 3/9] Vlv2Tbl2DevicePkg: Add DisplayUpdateProgressLib mapping
` [Patch V2 4/9] QuarkPlatformPkg: "
` [Patch V2 5/9] MdeModulePkg/DxeCapsuleLibFmp: Add progress bar support
` [Patch V2 6/9] SignedCapsulePkg/PlatformFlashAccessLib: Add progress API
` [Patch V2 7/9] Vlv2TbltDevicePkg/PlatformFlashAccessLib: "
` [Patch V2 8/9] QuarkPlatformPkg/PlatformFlashAccessLib: "
` [Patch V2 9/9] SignedCapsulePkg/SystemFirmwareUpdateDxe: Use "
[PATCH v1 0/4] BaseTools: refactoring (and one bug fix)
2018-04-12 0:40 UTC (6+ messages)
` [PATCH v1 1/4] BaseTools: remove duplicate function name
` [PATCH v1 2/4] BaseTools: replace 'UINT8', 'UINT16', 'UINT32', 'UINT64', 'VOID*' with shared constants
` [PATCH v1 3/4] BaseTools: Remove un-needed list comprehension
` [PATCH v1 4/4] BaseTools: merge towards minimum PCD MAX <something> methods
[PATCH v1 00/18] *** Standalone Management Mode Core Interface for AARCH64 Platforms ***
2018-04-11 19:24 UTC (25+ messages)
` [PATCH v1 01/18] ArmPkg: Add PCDs needed for MM communication driver
` [PATCH v1 02/18] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver
` [PATCH v1 03/18] ArmPkg/Include: Add MM interface SVC return codes
` [PATCH v1 04/18] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0
` [PATCH v1 05/18] ArmPkg/ArmMmuLib: Add MMU library inf file "
` [PATCH v1 06/18] StandaloneMmPkg: Add an AArch64 specific entry point library
` [PATCH v1 07/18] StandaloneMmPkg/FvLib: Add a common FV Library for management mode
` [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 v1 18/18] StandaloneMmPkg: Add handler to handle event received from Normal World
Boot failure for ArmVExpress-FVP-AArch64, CpuArch protocol does not appear to be registered
2018-04-11 16:41 UTC (7+ messages)
[edk2-platforms PATCH v1 0/3] *** Enable Standalone Management Mode Core Interface on AARCH64 FVP ***
2018-04-11 16:20 UTC (5+ messages)
` [edk2-platforms PATCH v1 1/3] Platform/VExpressPkg: Enable MM communication driver
` [edk2-platforms PATCH v1 2/3] VExpressPkg: Add Test application "MmCommTest" to AArch64 FVP
` [edk2-platforms PATCH v1 3/3] VExpressPkg: Reorder driver load order for AARCH64 FVP
[PATCH 1/3] BaseTools: Correct GenSec argument dummy free memory issue
2018-04-11 14:27 UTC (5+ messages)
[PATCH v1 0/3] BaseTools: refactor to remove redundant
2018-04-11 14:20 UTC (6+ messages)
` [PATCH v1 1/3] BaseTools: refactor and remove more keys() usage
` [PATCH v1 2/3] BaseTools: use predefined constants instead of local strings
` [PATCH v1 3/3] BaseTools: use existing contrants to replace raw strings in python code
[PATCH v2 0/9] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites
2018-04-11 10:42 UTC (10+ messages)
` [PATCH v2 1/9] OvmfPkg/TlsAuthConfigLib: configure trusted cipher suites for HTTPS boot
` [PATCH v2 2/9] MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
` [PATCH v2 3/9] NetworkPkg/TlsDxe: verify DataSize for EfiTlsCipherList
` [PATCH v2 4/9] NetworkPkg/TlsDxe: clean up byte order conversion "
` [PATCH v2 5/9] CryptoPkg/TlsLib: replace TlsGetCipherString() with TlsGetCipherMapping()
` [PATCH v2 6/9] CryptoPkg/TlsLib: use binary search in the TlsGetCipherMapping() function
` [PATCH v2 7/9] CryptoPkg/TlsLib: pre-compute OpensslCipherLength in TlsCipherMappingTable
` [PATCH v2 8/9] CryptoPkg/TlsLib: sanitize lib classes in internal header and INF
` [PATCH v2 9/9] CryptoPkg/TlsLib: rewrite TlsSetCipherList()
[PATCH] CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0h
2018-04-11 8:39 UTC (3+ messages)
[PATCH 0/2] add sanity check for SetMemoryAttributes
2018-04-11 8:38 UTC (3+ messages)
` [PATCH 1/2] MdeModulePkg/DxeCore: "
` [PATCH 2/2] MdeModulePkg/SmmCore: "
[PATCH] MdeModulePkg/PiSmmIpl: fix non-executable SMM RAM
2018-04-11 8:00 UTC (2+ messages)
[PATCH] MdePkg DxeHstiLib: Fix ErrorString pointer incorrectly calculated
2018-04-11 6:39 UTC (2+ messages)
[PATCH 3/3] BaseTools: fix --genfds-multi-thread generate makefile issue
2018-04-11 6:33 UTC (2+ messages)
[PATCH 2/3] BaseTools: argument genfds-multi-thread create GenSec command issue
2018-04-11 6:33 UTC (2+ messages)
[Patch 0/2] SignedCapsulePkg/SystemFirmwareUpdate:
2018-04-11 6:26 UTC (4+ messages)
` [Patch 1/2] SignedCapsulePkg/SystemFirmwareUpdateDxe: Single FMP
` [Patch 2/2] SignedCapsulePkg/SystemFirmwareReportDxe: Pass thru on same handle
[PATCH 00/13] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites
2018-04-11 1:59 UTC (16+ messages)
` [PATCH 02/13] MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
` [PATCH 03/13] NetworkPkg/TlsDxe: verify DataSize for EfiTlsCipherList
` [PATCH 04/13] NetworkPkg/TlsDxe: clean up byte order conversion "
[Patch] BaseTools: Fix the build error caused by eca980
2018-04-11 1:50 UTC (3+ messages)
[patch] MdeModulePkg/FPDT: Add error message for unsupported case
2018-04-11 1:27 UTC
OVMF build fail because of missing Dictionary.py
2018-04-11 1:13 UTC (4+ messages)
[PATCH v1 0/5] BaseTools: remove or change un-needed variables
2018-04-10 23:17 UTC (6+ messages)
` [PATCH v1 1/5] BaseTools: use existing shared variable
` [PATCH v1 2/5] BaseTools: no need to save the data
` [PATCH v1 3/5] BaseTools: skip updating temporary variable
` [PATCH v1 4/5] BaseTools: use set instead of list for a variable to be used with in
` [PATCH v1 5/5] BaseTools: reduce list usage when not needed
[PATCH] OvmfPkg: remove BLOCK_MMIO_PROTOCOL and BlockMmioToBlockIoDxe
2018-04-10 19:42 UTC (3+ messages)
[PATCH v1 0/2] BaseTools: remove files not needed
2018-04-10 14:26 UTC (9+ messages)
` [PATCH v1 1/2] BaseTools: copy a dictionary from InfClassObject to BuildReport
` [PATCH v1 2/2] BaseTools: Remove unneeded files
[patch 1/2] BaseTools/VfrCompile:Fix memory leak issues
2018-04-10 7:54 UTC (2+ messages)
` [patch 2/2] BaseTool/VfrCompile: make delete[] match with new[]
[PATCH] BaseTools: Remove EdkIIWorkspaceBuild.py from source code
2018-04-10 6:31 UTC (2+ messages)
MdePkg: UefiTcgPlatform.h: Fix Startup Locality Indicator Definitions
2018-04-10 6:09 UTC (2+ messages)
[PATCH] BaseTools: Parse PCD GUID name in FILE statement issue
2018-04-10 2:08 UTC (2+ messages)
[PATCH v1 00/14] BaseTools: refactoring the code for readability and simplicity
2018-04-10 1:53 UTC (16+ messages)
` [PATCH v1 01/14] BaseTools: remove unused file
` [PATCH v1 02/14] BaseTools: remove uncalled functions
` [PATCH v1 03/14] BaseTools: defaultdict(set) allows us to just add to the set
` [PATCH v1 04/14] BaseTools: sets are faster to check via "in" due to hashing
` [PATCH v1 05/14] BaseTools: replace a dict with a set
` [PATCH v1 06/14] BaseTools: remove unused variables
` [PATCH v1 07/14] BaseTools: change list to set
` [PATCH v1 08/14] BaseTools: simplify testing for existance and containing data
` [PATCH v1 09/14] BaseTools: optimize buildoptions loop
` [PATCH v1 10/14] BaseTools: change another list to set
` [PATCH v1 11/14] BaseTools: remove unneeded function call
` [PATCH v1 12/14] BaseTools: change more list to set
` [PATCH v1 13/14] BaseTools: GenC - move content from both parts of if/else
` [PATCH v1 14/14] BaseTools: refactor and remove out of date use of .keys()
[PATCH v1 1/1] BaseTools: dont make temporary dict
2018-04-09 6:01 UTC (2+ messages)
[Patch] BaseTools: Fix the bug for VOID* pcd max size from component section
2018-04-09 5:45 UTC (2+ messages)
[Patch] BaseTools: Fix size override issue for Void* Patchable pcd
2018-04-09 5:44 UTC (2+ messages)
[Patch] BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild Pcd
2018-04-09 5:44 UTC (2+ messages)
[Patch] BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in Library
2018-04-09 5:43 UTC (2+ messages)
[Patch] BaseTools: Fix two cases that use GUID CName as PCD Value
2018-04-09 5:38 UTC (2+ messages)
[Patch] BaseTools: Pcd not used info should not in Module PCD section
2018-04-09 5:38 UTC (2+ messages)
[Patch] BaseTools: Pcds in [Components] are not display correct in the report
2018-04-09 5:37 UTC (2+ messages)
[PATCH] BaseTools: Remove FdfParserLite.py from soure code
2018-04-09 2:58 UTC (2+ messages)
[PATCH] SignedCapsulePkg SystemCapsuleLib: Change some dbg level to DEBUG_INFO
2018-04-09 1:37 UTC (2+ messages)
[RFC 0/4] Add FmpDevicePkg
2018-04-08 9:18 UTC (6+ messages)
` [RFC 1/4] FmpDevicePkg: Add package, library classes, and PCDs
[PATCH v1 0/3] BaseTools: refactor and cleanup
2018-04-08 8:20 UTC (2+ messages)
[PATCH v1 0/5] BaseTools: RegEx refactoring
2018-04-08 7:05 UTC (2+ messages)
[PATCH v1 00/10] BaseTools: refactor code
2018-04-08 6:40 UTC (2+ messages)
[Patch 0/9] Add DisplayUpdateProgressLib for capsules
2018-04-08 6:12 UTC (8+ messages)
` [Patch 3/9] Vlv2Tbl2DevicePkg: Add DisplayUpdateProgressLib mapping
` [Patch 7/9] Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add progress API
` [Patch 9/9] SignedCapsulePkg/SystemFirmwareUpdateDxe: Use "
[RFC v1 00/15] *** Proposal for StandaloneMmPkg ***
2018-04-08 5:28 UTC (6+ messages)
GenFds issue with multiple paths in PACKAGES_PATH
2018-04-08 2:21 UTC (4+ messages)
Dependency expression inheritance problems
2018-04-08 2:03 UTC (10+ messages)
[PATCH] MdeModulePkg/Gcd: Suppress incorrect compiler/analyzer warnings
2018-04-08 1:48 UTC (2+ messages)
vUDK2018: git clone
2018-04-08 0:12 UTC (2+ messages)
[PATCH edk2-platforms v4 00/17] Update GOP
2018-04-05 18:08 UTC (12+ messages)
` [PATCH edk2-platforms v4 01/17] ARM/VExpressPkg: Fix MODULE_TYPE of HDLCD/PL111 platform libraries
` [PATCH edk2-platforms v4 02/17] ARM/VExpressPkg: Tidy HDLCD and PL11LCD platform Lib: Coding standard
` [PATCH edk2-platforms v4 03/17] ARM/VExpressPkg: Tidy HdLcd/PL111Lcd code: Updated comments
` [PATCH edk2-platforms v4 10/17] ARM/VExpressPkg: Redefine LcdPlatformGetTimings function
` [PATCH edk2-platforms v4 11/17] ARM/VExpressPkg: PL111 and HDLCD: Add PCD to select pixel format
` [PATCH edk2-platforms v4 12/17] ARM/VExpressPkg: Allocate framebuffer using EfiReservedMemoryType
` [PATCH edk2-platforms v4 13/17] ARM/VExpressPkg: Reserving framebuffer at build
` [PATCH edk2-platforms v4 14/17] ARM/VExpressPkg: Set EFI_MEMORY_XP flag on GOP framebuffer
` [PATCH edk2-platforms v4 15/17] ARM/VExpressPkg: New DP500/DP550/DP650 platform library
` [PATCH edk2-platforms v4 16/17] ARM/JunoPkg: Adding SCMI MTL library
` [PATCH edk2-platforms v4 17/17] ARM/JunoPkg: Add HDLCD platform library
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