public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-04-03 21:03:11 to 2018-04-10 23:17:27 UTC [more...]

[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 00/13] {Ovmf, Mde, Network, Crypto}Pkg: fixes+features for setting HTTPS cipher suites
 2018-04-10 20:06 UTC  (17+ 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] OvmfPkg: remove BLOCK_MMIO_PROTOCOL and BlockMmioToBlockIoDxe
 2018-04-10 19:42 UTC  (3+ messages)

[Patch] BaseTools: Fix the build error caused by eca980
 2018-04-10 18:02 UTC  (2+ 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 v1 0/3] BaseTools: refactor to remove redundant
 2018-04-10 14:20 UTC  (4+ 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 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[]

OVMF build fail because of missing Dictionary.py
 2018-04-10  6:41 UTC  (3+ messages)

[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 0/2] SignedCapsulePkg/SystemFirmwareUpdate:
 2018-04-10  5:53 UTC  (3+ messages)
` [Patch 1/2] SignedCapsulePkg/SystemFirmwareUpdateDxe: Single FMP
` [Patch 2/2] SignedCapsulePkg/SystemFirmwareReportDxe: Pass thru on same handle

[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 3/3] BaseTools: fix --genfds-multi-thread generate makefile issue
 2018-04-10  1:12 UTC 

[PATCH 2/3] BaseTools: argument genfds-multi-thread create GenSec command issue
 2018-04-10  1:10 UTC 

[PATCH 1/3] BaseTools: Correct GenSec argument dummy free memory issue
 2018-04-10  1:09 UTC 

[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  (9+ messages)
` [RFC 1/4] FmpDevicePkg: Add package, library classes, and PCDs
` [RFC 2/4] FmpDevicePkg: Add library instances
` [RFC 3/4] FmpDevicePkg: Add FmpDxe module
` [RFC 4/4] FmpDevicePkg: Add DSC file to build all package components

[PATCH v1 0/3] BaseTools: refactor and cleanup
 2018-04-08  8:20 UTC  (5+ messages)
` [PATCH v1 1/3] BaseTools: move RegEx to root of file and share it
` [PATCH v1 2/3] BaseTools: Autogen - change from list to set
` [PATCH v1 3/3] BaseTools: small cleanup

[PATCH v1 0/5] BaseTools: RegEx refactoring
 2018-04-08  7:05 UTC  (7+ messages)
` [PATCH v1 1/5] BaseTools: Autogen - move RegEx compile
` [PATCH v1 2/5] BaseTools: GenFds "
` [PATCH v1 3/5] BaseTools: Add new RegEx pattern to GlobalData
` [PATCH v1 4/5] BaseTools: AutoGen - use the new shared RegEx
` [PATCH v1 5/5] BaseTools: remove redundant check

[PATCH v1 00/10] BaseTools: refactor code
 2018-04-08  6:40 UTC  (12+ messages)
` [PATCH v1 01/10] BaseTools: Use local variable for list of constants
` [PATCH v1 02/10] BaseTools: use built in dict instead of custom version
` [PATCH v1 03/10] BaseTools: Eot tool never populates this dictionary
` [PATCH v1 04/10] BaseTools: remove unused import statement
` [PATCH v1 05/10] BaseTools - AutoGen - replace custom dictionary class with python standard one
` [PATCH v1 06/10] BaseTools: Eot remove unused code
` [PATCH v1 07/10] BaseTools: use built in OrderedDict instead of custom version
` [PATCH v1 08/10] BaseTools: use combined version of OrderedDict
` [PATCH v1 09/10] BaseTools: Workspace - use built in OrderedDict instead of custom version
` [PATCH v1 10/10] BaseTools: Remove unused code from Misc

[Patch 0/9] Add DisplayUpdateProgressLib for capsules
 2018-04-08  6:12 UTC  (17+ messages)
` [Patch 1/9] MdeModulePkg: Add DisplayUpdateProgressLib class
` [Patch 2/9] MdeModulePkg: Add DisplayUpdateProgressLib instances
` [Patch 3/9] Vlv2Tbl2DevicePkg: Add DisplayUpdateProgressLib mapping
` [Patch 4/9] QuarkPlatformPkg: "
` [Patch 5/9] MdeModulePkg/DxeCapsuleLibFmp: Add progress bar support
` [Patch 6/9] SignedCapsulePkg/PlatformFlashAccessLib: Add progress API
` [Patch 7/9] Vlv2TbltDevicePkg/PlatformFlashAccessLib: "
` [Patch 8/9] QuarkPlatformPkg/PlatformFlashAccessLib: "
` [Patch 9/9] SignedCapsulePkg/SystemFirmwareUpdateDxe: Use "

[PATCH v1 00/18] *** Standalone Management Mode Core Interface for AARCH64 Platforms ***
 2018-04-08  6:01 UTC  (20+ 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

[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)

[edk2-platforms PATCH v1 0/3] *** Enable Standalone Management Mode Core Interface on AARCH64 FVP ***
 2018-04-06 14:46 UTC  (4+ 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 edk2-platforms v4 00/17] Update GOP
 2018-04-05 18:08 UTC  (18+ 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 04/17] ARM/VExpressPkg: Remove unused PcdPL111LcdMaxMode from HDLCD inf
` [PATCH edk2-platforms v4 05/17] ARM/VExpressPkg: Add and update debug ASSERTS
` [PATCH edk2-platforms v4 06/17] ARM/VExpressPkg: PL111Lcd/HdLcd plaform libs: Minor code cleanup
` [PATCH edk2-platforms v4 07/17] ARM/VExpressPkg: PL111 and HDLCD: Use FixedPcdGet32
` [PATCH edk2-platforms v4 08/17] ARM/VExpressPkg: HdLcdArmVExpressLib: Remove status check EFI_TIMEOUT
` [PATCH edk2-platforms v4 09/17] ARM/VExpressPkg: HdLcdArmVExpressLib: Remove redundant Bpp
` [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

[PATCH V2] MdeModulePkg/Gcd: Filter gCpu->SetMemoryAttributes() calls
 2018-04-05  1:14 UTC  (4+ messages)

[PATCH v2 00/15] rid PiSmmCpuDxeSmm of DB-encoded instructions
 2018-04-04 15:02 UTC  (4+ messages)

OVMF UsbBulkTransfer returns EFI_OUT_OF_RESOURCES
 2018-04-04  8:09 UTC  (6+ messages)

HSTI sample code?
 2018-04-04  1:48 UTC  (2+ messages)

[PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion
 2018-04-04  1:12 UTC  (12+ messages)

[PATCH 0/2] Refine some comments about SmmMemoryAttribute
 2018-04-04  0:42 UTC  (4+ messages)
` [PATCH 1/2] MdeModulePkg SmmMemoryAttribute.h: Refine some comments

OVMF package : Question about Qemu/Xen support
 2018-04-04  0:38 UTC 

UDK2018 Release Available
 2018-04-03 23:56 UTC 


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