public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-06-20 01:56:42 to 2018-06-26 00:51:18 UTC [more...]

[PATCH 1/1] Nt32Pkg/WinNtBusDriverDxe: Fix memory allocation size
 2018-06-26  0:51 UTC  (2+ messages)

[Patch 00/17] Clean up source files by FormatDosFiles.py script
 2018-06-26  0:42 UTC  (5+ messages)

[PATCH v1 1/1] BaseTools: AutoGen - Remove unused variables
 2018-06-25 23:18 UTC 

[PATCH v2 0/1] BaseTools/tools_def: Add GCC49xASL Toolchain support
 2018-06-25 19:50 UTC  (8+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] UsbBus: Fix wrong buffer length used to read hub desc
 2018-06-25 17:27 UTC  (5+ messages)
` [PATCH 1/2] MdeModulePkg UsbBusDxe: "
` [PATCH 2/2] MdeModulePkg UsbBusPei: "

[PATCH] UefiCpuPkg/MpInitLib: AP uses memory preceding IDT to store CpuMpData
 2018-06-25 17:01 UTC  (3+ messages)

[RFC] EDK II stable tag releases
 2018-06-25 15:23 UTC  (2+ messages)

[PATCH v4 00/20] BaseTools: One step toward python3
 2018-06-25 10:31 UTC  (14+ messages)
` [PATCH v4 01/13] BaseTools: Fix a typo in ini.py
` [PATCH v4 02/13] BaseTools: Refactor python except statements
` [PATCH v4 03/13] BaseTools: Refactor python print statements
` [PATCH v4 04/13] BaseTools: Remove the old python "not-equal"
` [PATCH v4 05/13] BaseTools: Remove tuple parameter in python scripts
` [PATCH v4 06/13] BaseTools: Remove the deprecated hash_key()
` [PATCH v4 07/13] BaseTools: Replace StandardError with Expression
` [PATCH v4 08/13] BaseTools: Remove types.TypeType
` [PATCH v4 09/13] BaseTools: Refactor python raise statement
` [PATCH v4 10/13] BaseTools: Adjust the spaces around commas and colons
` [PATCH v4 11/13] BaseTools: Migrate to the new octal literal
` [PATCH v4 12/13] BaseTools: Fix old python2 idioms
` [PATCH v4 13/13] BaseTools: Replace StringIO.StringIO with io.BytesIO

[Patch] BaseTools: Enable structure pcd in FDF file
 2018-06-25  9:43 UTC 

[Patch] BaseTools: Structure pcd value assignment
 2018-06-25  9:42 UTC 

[patch V2 0/9] Add new Perf macros
 2018-06-25  8:02 UTC  (11+ messages)
` [patch V2 1/9] MdeModulePkg: Add PERFORMANCE_MEASUREMENT_PROTOCOL
` [patch V2 2/9] MdeModulePkg: Update Performance instances to use new protocol
` [patch V2 3/9] MdePkg/PerformanceLib.h: Add new Perf macros
` [patch V2 4/9] MdeModulePkg/ExtendedFirmwarePerf: Remove PerfId definitions
` [patch V2 5/9] MdeModulePkg: Update performance library instances
` [patch V2 6/9] ShellPkg/dp: Update dp tool to parse new Perf record
` [patch V2 7/9] MdeModulePkg: Use new added Perf macros
` [patch V2 8/9] SecurityPkg: "
` [patch V2 9/9] UefiCpuPkg: "

[PATCH 0/2] Fix bugs in BmpSupportLib
 2018-06-25  7:36 UTC  (3+ messages)
` [PATCH 1/2] MdeModulePkg/BmpSupportLib: Correct debug message
` [PATCH 2/2] MdeModulePkg/BmpSupportLib: Check PixelHeight/PixelWidth against 0

[PATCH v3 00/20] BaseTools: One step toward python3
 2018-06-25  6:18 UTC  (37+ 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 v3 15/20] BaseTools: Replace StringIO.StringIO with io.BytesIO
` [PATCH v3 16/20] BaseTools: Treat GenFds.py and build.py as python modules
` [PATCH v3 17/20] BaseTools: Adopt absolute import for python scripts
` [PATCH v3 18/20] BaseTools: Move OverrideAttribs to OptRomInfStatement.py
` [PATCH v3 19/20] BaseTools: Move FindExtendTool to GenFdsGlobalVariable.py
` [PATCH v3 20/20] BaseTools: Move ImageBinDict "

[Patch 0/2] Add CRB IdleByPass Support
 2018-06-25  4:44 UTC  (3+ messages)
` [Patch 1/2] Add CapCRBIdleBypass definition to interface ID register. It complies with existing register
` [Patch 2/2] SecurityPkg: Tpm2DeviceLib: Enable CapCRBIdleBypass support

[patch] MdeModulePkg/CapsuleRuntimeDxe: Fix ECC issue
 2018-06-25  1:13 UTC  (2+ messages)

[PATCH v2 0/4] Add PEI BlockIo support for NVM Express devices
 2018-06-25  0:56 UTC  (8+ messages)
` [PATCH v2 1/4] MdeModulePkg: Add definitions for EDKII PEI NVME host controller PPI
` [PATCH v2 2/4] MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo support
` [PATCH v2 3/4] MdeModulePkg: Add GUID for recovery capsule on NVM Express devices
` [PATCH v2 4/4] FatPkg/FatPei: Add the recognition of recovery capsule on NVME device

[Patch] BaseTools: Fix two drivers include the same file issue
 2018-06-25  0:48 UTC 

[Patch] BaseTools: Fix parsing multiple nest !include issue
 2018-06-25  0:47 UTC 

[PATCH edk2-platforms 00/12] Hisilicon/D0x: Switch to generic PciHostBridge
 2018-06-24 11:22 UTC  (13+ messages)

Is the PEI Core MP Safe? UefiCpuPkg seems to think so calling GetFirstGuidHob on the APs?
 2018-06-22 17:32 UTC  (7+ messages)
    ` 答复: "

[PATCH] IntelFsp2Pkg: SplitFspBin.py to support x64 drivers
 2018-06-22 16:04 UTC  (2+ messages)

[Patch] BaseTools tools_def.template: Ignore link warning 4281 for VS2017
 2018-06-22 10:33 UTC  (2+ messages)

[PATCH v2 0/2] ArmPkg/ArmScmiDxe: Fix a bug uncovered with the new SCP firmware
 2018-06-22  6:23 UTC  (2+ messages)

[Patch V3] FDF Spec: clean up the <NamedGuidOrPcd> and <NamedGuid> usage in spec
 2018-06-22  6:21 UTC  (2+ messages)

unknown section type handling in ElfConvert
 2018-06-22  6:05 UTC  (2+ messages)

[PATCH v1] Readme.md: add Socionext SynQuacer in Supported Platforms
 2018-06-22  6:00 UTC  (2+ messages)

[Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Set BIOS LOCK
 2018-06-22  3:33 UTC  (2+ messages)

[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] UART COM INT3511
 2018-06-22  3:32 UTC 

[Patch] MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logic
 2018-06-22  3:09 UTC  (2+ messages)

[Patch V2] SecurityPkg: Cache TPM interface type info
 2018-06-22  2:14 UTC  (2+ messages)

[Patch] MdeModulePkg BootMaintenanceManagerUiLib: Move refresh boot option later
 2018-06-22  1:59 UTC  (2+ messages)

[PATCH v1 0/1] BaseTools/tools_def: Add WINGCC49 support
 2018-06-22  1:56 UTC  (5+ messages)
` [PATCH v1 1/1] "

[PATCH 0/4] Add PEI BlockIo support for NVM Express devices
 2018-06-22  1:43 UTC  (14+ messages)
` [PATCH 1/4] MdeModulePkg: Add definitions for EDKII PEI NVME host controller PPI
` [PATCH 2/4] MdeModulePkg/NvmExpressPei: Add the NVME device PEI BlockIo support
` [PATCH 3/4] MdeModulePkg: Add GUID for recovery capsule on NVM Express devices
` [PATCH 4/4] FatPkg/FatPei: Add the recognition of recovery capsule on NVME device

[platforms: PATCH v3 00/25] Armada hardware description rework
 2018-06-21 17:06 UTC  (3+ messages)

[PATCH] ArmPkg/ArmMmuLib ARM: fix Mva to use idx instead of table base
 2018-06-21 14:11 UTC  (8+ messages)

[PATCH v2 0/2] ArmMmuLib ARM: remove cache maintenance
 2018-06-21 14:10 UTC  (5+ messages)
` [PATCH v2 1/2] ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contents
` [PATCH v2 2/2] ArmPkg/ArmMmuLib ARM: assume page tables are in writeback cacheable memory

[PATCH edk2-platforms v1][platforms/devel-dynamictables] Platform/ARM: Fix OEM Table ID length in DSDT
 2018-06-21 12:26 UTC  (3+ messages)

[PATCH] ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contents
 2018-06-21 10:48 UTC  (4+ messages)

[Patch] BaseTools: remove the unneeded code
 2018-06-21  8:00 UTC  (2+ messages)

[Patch] BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR file
 2018-06-21  7:57 UTC  (2+ messages)

[Patch] SecurityPkg: Cache TPM interface type info
 2018-06-21  3:41 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 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] 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)


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