messages from 2018-06-21 01:11:18 to 2018-06-27 04:14:21 UTC [more...]
[PATCH v2 0/1] BaseTools/tools_def: Add GCC49xASL Toolchain support
2018-06-27 4:14 UTC (13+ messages)
` [PATCH v2 1/1] "
[PATCH v1 0/1] BaseTools/Trim: Canonicalize filepaths to fix comparison
2018-06-27 3:58 UTC (2+ messages)
` [PATCH v1 1/1] "
[Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Added RamDiskDxe.inf for GCC build
2018-06-27 2:37 UTC
[Patch] MdeModulePkg: Update IP4 driver to check for NULL pointer before using
2018-06-27 1:18 UTC
[PATCH 1/1] Nt32Pkg/WinNtBusDriverDxe: Fix memory allocation size
2018-06-27 1:04 UTC (3+ messages)
[Patch 0/2] Add CRB IdleByPass Support
2018-06-27 0:55 UTC (4+ 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] ShellPkg/dp: Correct case of included file
2018-06-27 0:52 UTC (2+ messages)
[PATCH v1 1/1] BaseTools: Move variable out of Global
2018-06-27 0:12 UTC
[patch] ShellPkg/DP: Add more check for input parameters
2018-06-26 21:05 UTC (2+ messages)
[RFC PATCH 1/1] OvmfPkg/QemuFlash: Fix Runtime variable access when SEV is enabled
2018-06-26 19:46 UTC
[RFC PATCH 1/1] OvmfPkg/QemuFlash: Fix Runtime variable access when SEV is enabled
2018-06-26 19:39 UTC
[PATCH] UefiCpuPkg/MpInitLib: AP uses memory preceding IDT to store CpuMpData
2018-06-26 18:57 UTC (8+ messages)
[PATCH edk2-platforms 0/2] SynQuacer: enable MMIO translation
2018-06-26 18:21 UTC (7+ messages)
` [PATCH edk2-platforms 1/2] Silicon/SynQuacer: add preliminary support for PCIe MMIO32 translation
` [PATCH edk2-platforms 2/2] Silicon/Socionext/SynQuacer: use single translated MMIO window for PCI1
[PATCH 0/2] UsbBus: Fix wrong buffer length used to read hub desc
2018-06-26 5:40 UTC (6+ messages)
` [PATCH 1/2] MdeModulePkg UsbBusDxe: "
` [PATCH 2/2] MdeModulePkg UsbBusPei: "
[PATCH v4 00/20] BaseTools: One step toward python3
2018-06-26 4:48 UTC (16+ 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 v1 1/1] BaseTools: AutoGen - Remove unused variables
2018-06-26 3:49 UTC (2+ messages)
[Patch] BaseTools: Fix two drivers include the same file issue
2018-06-26 2:34 UTC (2+ messages)
[PATCH] BaseTools/PackageDocumentTools: Correct INI parse condition check
2018-06-26 2:31 UTC (2+ messages)
[Patch 00/17] Clean up source files by FormatDosFiles.py script
2018-06-26 0:42 UTC (5+ messages)
[RFC] EDK II stable tag releases
2018-06-25 15:23 UTC (2+ messages)
[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] 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 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 (2+ 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)
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