public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-04-10 10:10:54 to 2018-04-13 20:51:41 UTC [more...]

[PATCH v1 0/9] BaseTools: refactoring
 2018-04-13 20:51 UTC  (5+ messages)
` [PATCH v1 1/9] BaseTools: remove unused local variable
` [PATCH v1 2/9] BaseTools: change DscBuildData functions without need for self to staticmethod
` [PATCH v1 4/9] BaseTools: move RegEx compile out of loops
` [PATCH v1 9/9] BaseTools: FfsInfStatement - remove unused function

[PATCH v2 0/2] Update OpenSSL version to 1.1.0h
 2018-04-13 20:07 UTC  (8+ messages)
` [PATCH v2 1/2] CryptoPkg/OpensslLib: Fix the documentation about submodule update
` [PATCH v2 2/2] CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0h

[PATCH] MdePkg: add big-endian MMIO BaseBeIoLib
 2018-04-13 19:31 UTC  (3+ messages)

[PATCH] Maintainers.txt: add Laszlo Ersek to stewards
 2018-04-13 19:26 UTC 

[PATCH v1] BaseTools: remove an unused file
 2018-04-13 17:10 UTC 

[PATCH v1] BaseTools: delete an unused file
 2018-04-13 16:58 UTC 

[PATCH v2 0/9] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites
 2018-04-13 12:10 UTC  (21+ 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] MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStart
 2018-04-13 10:09 UTC  (4+ messages)

[PATCH] SignedCapsulePkg SystemFirmwareUpdateDxe: Fix failure caused by d69d922
 2018-04-13 10:06 UTC 

[PATCH edk2-platforms 00/12] Hisilicon/D0x: Switch to generic PciHostBridge
 2018-04-13  7:19 UTC  (8+ messages)

[PATCH 1/1] BaseTools: Fix one or more multiply defined symbols found issue
 2018-04-13  5:20 UTC 

[PATCH] SignedCapsulePkg SystemCapsuleLib: Change some dbg level to DEBUG_INFO
 2018-04-13  3:34 UTC  (2+ messages)

[patch] UefiCpuPkg/PiSmmCpuDxeSmm: Add "extern" keyword for "gPatchxxx"
 2018-04-13  1:33 UTC  (5+ messages)

[PATCH v1 0/2] BaseTools: refactor for code simplification
 2018-04-13  0:02 UTC  (3+ messages)
` [PATCH v1 1/2] BaseTools: fix None comparisons
` [PATCH v1 2/2] BaseTools: refactor and remove un-needed use of .keys() on dictionaries

[PATCH 00/10] ArmPkg, ArmPlatformPkg, ArmVirtPkg, EmbeddedPkg, Omap35xxPkg: depex fixes
 2018-04-12 19:29 UTC  (27+ 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 10/10] ArmVirtPkg/ArmVirtQemu: hook NvVarStoreFormattedLib into VariableRuntimeDxe
      ` derailing into patch style discussion

[PATCH edk2-platforms v2 0/6] Platform/ARM/Sgi: Add Arm's SGI platform support
 2018-04-12 18:47 UTC  (7+ messages)
` [PATCH edk2-platforms v2 1/6] Platform/ARM/Sgi: Add Platform library implementation
` [PATCH edk2-platforms v2 2/6] Platform/ARM/Sgi: add NOR flash platform "
` [PATCH edk2-platforms v2 3/6] Platform/ARM/Sgi: add initial platform dxe driver implementation
` [PATCH edk2-platforms v2 4/6] Platform/ARM/Sgi: add support for virtio block device
` [PATCH edk2-platforms v2 5/6] Platform/ARM/Sgi: add the initial set of acpi tables
` [PATCH edk2-platforms v2 6/6] Platform/ARM/Sgi: add initial support for ARM SGI platform

Boot failure for ArmVExpress-FVP-AArch64, CpuArch protocol does not appear to be registered
 2018-04-12 17:31 UTC  (9+ messages)

[PATCH edk2-platforms] Silicon/SynQuacer/NetsecDxe: fix buffer allocation bug
 2018-04-12  9:23 UTC 

[edk2-platforms Patch V2 0/6] Add DisplayUpdateProgressLib for capsules
 2018-04-12  6:54 UTC  (9+ messages)
` [edk2-platforms Patch V2 1/6] Styx/PlatformFlashAccessLib: Add progress API
` [edk2-platforms Patch V2 2/6] Hisilicon/PlatformFlashAccessLib: "
` [edk2-platforms Patch V2 3/6] SynQuacer/PlatformFlashAccessLib: "
` [edk2-platforms Patch V2 4/6] AMD/OverdriveBoard: Add DisplayUpdateProgressLib mapping
` [edk2-platforms Patch V2 5/6] Socionext/DeveloperBox: "
` [edk2-platforms Patch V2 6/6] Socionext/SynQuacerEvalBoard: "

[patch 0/3] MdeModulePkg/UiApp: Signal event when enter/exit setup menu
 2018-04-12  6:07 UTC  (12+ messages)
` [patch 1/3] "
` [patch 2/3] MdeModulePkg/BMMUiLib: "
` [patch 3/3] MdeModulePkg/BMUiLib: "

[PATCH 0/2] add sanity check for SetMemoryAttributes
 2018-04-12  5:54 UTC  (4+ messages)
` [PATCH 1/2] MdeModulePkg/DxeCore: "
` [PATCH 2/2] MdeModulePkg/SmmCore: "

[PATCH v2] MdeModulePkg/PiSmmIpl: fix non-executable SMM RAM
 2018-04-12  5:44 UTC  (3+ messages)

[PATCH] CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0h
 2018-04-12  3:12 UTC  (4+ messages)

VT-d : VER_REG register question
 2018-04-12  2:40 UTC 

[Patch V2 0/9] Add DisplayUpdateProgressLib for capsules
 2018-04-12  2:30 UTC  (14+ 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][edk2-platforms/devel-MinnowBoard3-UDK2017] Change BIOS Version
 2018-04-12  1:59 UTC 

[patch] MdeModulePkg/FPDT: Add error message for unsupported case
 2018-04-12  1:50 UTC  (2+ messages)

[PATCH] MdeModulePkg/PiSmmIpl: fix non-executable SMM RAM
 2018-04-12  0:59 UTC  (3+ messages)

[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  (11+ 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 "

[edk2-platforms PATCH v1 0/3] *** Enable Standalone Management Mode Core Interface on AARCH64 FVP ***
 2018-04-11 16:20 UTC  (3+ messages)
` [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] 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  (2+ messages)

[PATCH 00/13] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites
 2018-04-11  1:59 UTC  (10+ messages)

[Patch] BaseTools: Fix the build error caused by eca980
 2018-04-11  1:50 UTC  (3+ messages)

OVMF build fail because of missing Dictionary.py
 2018-04-11  1:13 UTC  (3+ 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  (6+ messages)
` [PATCH v1 2/2] BaseTools: Remove unneeded files


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