messages from 2019-07-03 06:54:48 to 2019-07-08 14:01:35 UTC [more...]
[Patch v4 0/2] Enable new MM MP protocol
2019-07-08 14:01 UTC
[edk2-devel][staging/edk2-host-test] Announce to create edk2-host-test branch in edk2-staging
2019-07-08 10:14 UTC
[Patch v3 0/2] Enable new MM MP protocol
2019-07-08 9:18 UTC (8+ messages)
` [Patch v3 1/2] MdePkg: Add new MM MP Protocol definition
` [edk2-devel] "
` [Patch v3 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: Enable MM MP Protocol
` [edk2-devel] "
` [edk2-devel] [Patch v3 0/2] Enable new MM MP protocol
ExtScsiPassThru support for Logical SCSI devices
2019-07-08 8:35 UTC (7+ messages)
` [edk2-devel] "
[PATCH v6 edk2-platforms 1/1] Silicon/Synopsys/Designware/Driver: DwEmacSnpDxe: Add DesignWare EMAC driver
2019-07-08 7:05 UTC
[PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in PosixLike
2019-07-08 2:18 UTC (7+ messages)
` [PATCH 1/3] BaseTools/FMMT: Change FMMT "
` [PATCH 2/3] BaseTools/FMMT: Change BfmLib "
` [PATCH 3/3] BaseTools/FMMT: Change FCE "
` [edk2-devel] [PATCH 0/3] BaseTools: Change FMMT,BfmLib and "
[PATCH v1 1/1] BaseTools: Add HOST_APPLICATION module type
2019-07-08 2:09 UTC (7+ messages)
[Patch 1/1] BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.c
2019-07-08 2:06 UTC (2+ messages)
[PATCH] FmpDevicePkg: Fix various typos
2019-07-08 1:21 UTC (2+ messages)
[PATCH V2] BaseTools:Add the Judgment Method of "--exclude"
2019-07-08 0:44 UTC (2+ messages)
[edk2-BuildSpecification PATCH] Document: Support HOST_APPLICATION ModuleType
2019-07-08 0:40 UTC (2+ messages)
` [edk2-devel] "
[edk2-InfSpecification PATCH v2] Document: Add new MODULE_TYPE HOST_APPLICATION
2019-07-08 0:40 UTC (2+ messages)
[PATCH] IntelFsp2Pkg: Fix various typos
2019-07-07 23:59 UTC (3+ messages)
Upcoming Event: TianoCore Community Meeting - APAC/NAMO - Thu, 07/11/2019 7:30pm-8:00pm #cal-reminder
2019-07-07 2:30 UTC
Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Thu, 07/11/2019 6:30pm-7:30pm #cal-reminder
2019-07-07 1:30 UTC
Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Thu, 07/11/2019 5:00pm-5:30pm #cal-reminder
2019-07-07 0:00 UTC
Upcoming Event: TianoCore Community Meeting - EMEA/NAMO - Thu, 07/11/2019 9:00am-10:00am #cal-reminder
2019-07-06 16:00 UTC
[edk2-devel] [PATCH] [MdePkg/Protocols]: New interface, EFI encodings to PCI Plat protocol
2019-07-05 15:35 UTC (11+ messages)
[PATCH v3 00/35] Specific platform to run OVMF in Xen PVH and HVM guests
2019-07-05 15:06 UTC (46+ messages)
` [PATCH v3 01/35] OvmfPkg/ResetSystemLib: Add missing dependency on PciLib
` [PATCH v3 02/35] OvmfPkg: Create platform OvmfXen
` [PATCH v3 03/35] OvmfPkg: Introduce XenResetVector
` [PATCH v3 04/35] OvmfPkg: Introduce XenPlatformPei
` [PATCH v3 05/35] OvmfPkg/OvmfXen: Creating an ELF header
` [PATCH v3 06/35] OvmfPkg/XenResetVector: Add new entry point for Xen PVH
` [PATCH v3 07/35] OvmfPkg/XenResetVector: Saving start of day pointer for PVH guests
` [PATCH v3 08/35] OvmfPkg/XenResetVector: Allow jumpstart from either hvmloader or PVH
` [PATCH v3 09/35] OvmfPkg/OvmfXen: use a TimerLib instance that depends only on the CPU
` [PATCH v3 10/35] OvmfPkg/XenPlatformPei: Detect OVMF_INFO from hvmloader
` [PATCH v3 11/35] OvmfPkg/XenPlatformPei: Use mXenHvmloaderInfo to get E820
` [PATCH v3 12/35] OvmfPkg/XenPlatformPei: Grab RSDP from PVH guest start of day struct
` [PATCH v3 13/35] OvmfPkg/Library/XenPlatformLib: New library
` [PATCH v3 14/35] OvmfPkg/AcpiPlatformDxe: Use XenPlatformLib
` [PATCH v3 15/35] OvmfPkg/AcpiPlatformDxe: Use Xen PVH RSDP if it exist
` [PATCH v3 16/35] OvmfPkg/XenHypercallLib: Enable it in PEIM
` [PATCH v3 17/35] OvmfPkg/XenPlatformPei: Reinit XenHypercallLib
` [PATCH v3 18/35] OvmfPkg/XenPlatformPei: Introduce XenHvmloaderDetected
` [PATCH v3 19/35] OvmfPkg/XenPlatformPei: Reserve hvmloader's memory only when it has run
` [PATCH v3 20/35] OvmfPkg/XenPlatformPei: Setup HyperPages earlier
` [PATCH v3 21/35] OvmfPkg/XenPlatformPei: Introduce XenPvhDetected
` [PATCH v3 22/35] OvmfPkg: Import XENMEM_memory_map hypercall to Xen/memory.h
` [PATCH v3 23/35] OvmfPkg/XenPlatformPei: no hvmloader: get the E820 table via hypercall
` [PATCH v3 24/35] OvmfPkg/XenPlatformPei: Rework memory detection
` [PATCH v3 25/35] OvmfPkg/XenPlatformPei: Reserve VGA memory region, to boot Linux
` [PATCH v3 26/35] OvmfPkg/XenPlatformPei: Ignore missing PCI Host Bridge on Xen PVH
` [PATCH v3 27/35] OvmfPkg/XenPlatformLib: Cache result for XenDetected
` [PATCH v3 28/35] OvmfPkg/PlatformBootManagerLib: Use XenDetected from XenPlatformLib
` [PATCH v3 29/35] OvmfPkg/PlatformBootManagerLib: Handle the absence of PCI bus on Xen PVH
` [PATCH v3 30/35] OvmfPkg/OvmfXen: Override PcdFSBClock to Xen vLAPIC timer frequency
` [PATCH v3 31/35] OvmfPkg/OvmfXen: Introduce XenTimerDxe
` [PATCH v3 32/35] OvmfPkg/PlatformBootManagerLib: Use a Xen console for ConOut/ConIn
` [PATCH v3 33/35] OvmfPkg: Introduce XenIoPvhDxe to initialize Grant Tables
` [PATCH v3 34/35] OvmfPkg: Move XenRealTimeClockLib from ArmVirtPkg
` [PATCH v3 35/35] OvmfPkg/OvmfXen: use RealTimeClockRuntimeDxe from EmbeddedPkg
` [edk2-devel] [PATCH v3 00/35] Specific platform to run OVMF in Xen PVH and HVM guests
[Patch] BaseTools FCE: Update GNUmakefile to BSD + Patent License
2019-07-05 14:16 UTC
[Patch v2] BaseTools: Fix GCC compiler failure in new added tools
2019-07-05 14:13 UTC
[PATCH] BaseTools: fix FCE build when edksetup not executed
2019-07-05 14:01 UTC (4+ messages)
` [edk2-devel] "
[PATCH] SignedCapsulePkg: Fix various typos
2019-07-05 13:34 UTC
[PATCH] PcAtChipsetPkg: Fix various typos
2019-07-05 13:31 UTC
[PATCH] BaseTools: Fix encoding typos
2019-07-05 12:23 UTC (4+ messages)
` [edk2-devel] "
Make edk2 fail on Red Hat 8.0
2019-07-05 9:14 UTC (7+ messages)
` [edk2-devel] "
[Patch] BaseTools: Fix GCC compiler failure in new added tools
2019-07-05 7:51 UTC
[edk2-InfSpecification PATCH] Document: Add new MODULE_TYPE HOST_APPLICATION
2019-07-05 5:57 UTC (5+ messages)
[Patch] Maintainers.txt: Change SecurityPkg Maintainer Role
2019-07-05 4:49 UTC (2+ messages)
` [edk2-devel] "
[Patch] Maintainers.txt: Change SecurityPkg Maintainer Role
2019-07-05 4:42 UTC
[PATCH] UefiCpuPkg/CpuFeature: Introduce FirstX to indicate 1st unit in parent scope
2019-07-05 3:51 UTC
[PATCH 0/5] MdePkg, SecurityPkg, OvmfPkg: revert unreviewed SM3 patches
2019-07-05 3:08 UTC (11+ messages)
` [PATCH 1/5] Revert "OvmfPkg: link SM3 support into Tcg2Pei and Tcg2Dxe"
` [PATCH 2/5] Revert "SecurityPkg: set SM3 bit in TPM 2.0 hash mask by default"
` [PATCH 3/5] Revert "SecurityPkg/HashLibBaseCryptoRouter: recognize the SM3 digest algorithm"
` [PATCH 4/5] Revert "SecurityPkg: introduce "
` [PATCH 5/5] Revert "MdePkg/Protocol/Hash: introduce GUID for SM3"
` [edk2-devel] [PATCH 0/5] MdePkg, SecurityPkg, OvmfPkg: revert unreviewed SM3 patches
[PATCH v2 0/5] Implement SM3 measured boot
2019-07-05 3:02 UTC (7+ messages)
` [PATCH v2 5/5] OvmfPkg: link SM3 support into Tcg2Pei and Tcg2Dxe
` [edk2-devel] "
[PATCH] BaseTools: Fix various typos
2019-07-05 0:29 UTC (6+ messages)
` [edk2-devel] "
[edk2-platforms: PATCH v2 0/2] Platform/RPi3: Improve boot order and add custom freqs
2019-07-04 16:51 UTC (3+ messages)
` [edk2-platforms: PATCH v2 1/2] Platform/RPi3: Set the boot option of UEFI Shell as non-active
` [edk2-platforms: PATCH v2 2/2] Platform/Rpi3: Add custom CPU frequency support
[RFC PATCH 2/3] Maintainers.txt: add wildcard path association for Arm/AArch64
2019-07-04 14:27 UTC (6+ messages)
[PATCH] EmbeddedPkg: Fix various typos
2019-07-04 14:20 UTC (6+ messages)
` [edk2-devel] "
[PATCH v2] OvmfPkg: use DxeTpmMeasurementLib if and only if TPM2_ENABLE
2019-07-04 13:53 UTC (2+ messages)
` [edk2-devel] "
[PATCH] [MdePkg/Protocols]: New interface, EFI encodings to PCI Plat protocol
2019-07-04 13:12 UTC
[PATCH] FatPkg: Fix various typos
2019-07-04 13:08 UTC (2+ messages)
` [edk2-devel] "
[PATCH v2 0/7] EmulatorPkg: Fix various typos
2019-07-04 13:04 UTC (2+ messages)
` [edk2-devel] "
[PATCH v5 edk2-platforms 1/1] Silicon/DesignWare/Driver: DwEmacSnpDxe: Add DesignWare EMAC driver
2019-07-04 9:11 UTC (4+ messages)
` [edk2-devel] "
[PATCH 1/1] OvmfPkg: Only import DxeTpmMeasurementLib when TPM is enabled
2019-07-04 8:58 UTC (5+ messages)
` [edk2-devel] "
[PATCH v5 0/5] Implement SM3 measured boot
2019-07-04 8:52 UTC (2+ messages)
` [edk2-devel] "
[PATCH] SecurityPkg: Don't Verify the enrolled PK in setup mode
2019-07-04 6:29 UTC (2+ messages)
` [edk2-devel] "
[edk2-devel] [Patch v3 0/3] BaseTools: Move FCE & FMMT tools to edk2 repo
2019-07-04 3:39 UTC
[patch 0/2] Edk2Setup: Enahnce edk2setup batch files
2019-07-04 1:07 UTC (10+ messages)
[PATCH v5 5/5] OvmfPkg: link SM3 support into Tcg2Pei and Tcg2Dxe
2019-07-04 0:47 UTC
[PATCH v5 4/5] SecurityPkg: set SM3 bit in TPM 2.0 hash mask by default
2019-07-04 0:47 UTC
[PATCH v5 3/5] SecurityPkg/HashLibBaseCryptoRouter: recognize the SM3 digest algorithm
2019-07-04 0:47 UTC
[PATCH v5 2/5] SecurityPkg: introduce the SM3 digest algorithm
2019-07-04 0:47 UTC
[PATCH v5 1/5] MdePkg/Protocol/Hash: introduce GUID for SM3 digest algorithm
2019-07-04 0:47 UTC
[PATCH v4 2/5] SecurityPkg: introduce the SM3 digest algorithm
2019-07-04 0:34 UTC (3+ messages)
` [edk2-devel] "
[RFC][PATCH 0/1] Drop the SourceForge SVN mirror
2019-07-04 0:10 UTC (5+ messages)
` [RFC][PATCH 1/1] Maintainers.txt: Drop deprecated SourceForge SVN link
` [edk2-devel] "
[PATCH edk2-platforms 0/2] Platform/ARM: Disable deprecated APIs for Arm Platforms
2019-07-03 15:42 UTC (2+ messages)
[PATCH 1/1] Maintainers.txt: add Leif Lindholm as Package Reviewer of ArmVirtPkg
2019-07-03 15:33 UTC (3+ messages)
` [edk2-devel] "
[PATCH v2] OvmfPkg: Use DxeRuntimeCapsuleLib from DxeCapsuleLibFmp in X64 builds
2019-07-03 15:28 UTC (5+ messages)
` [edk2-devel] "
[edk2-platforms: PATCH 0/2] Platform/RPi3 improve boot order and add custom freqs
2019-07-03 12:09 UTC (6+ messages)
` [edk2-platforms: PATCH 1/2] Platform/RPi3: Set the boot option of UEFI Shell as non-active
` [edk2-platforms: PATCH 2/2] Platform/Rpi3: Add custom CPU frequency support
[PATCH 0/3] Enable 5 level paging when CPU supports
2019-07-03 10:08 UTC (7+ messages)
` [PATCH 3/3] UefiCpuPkg/PiSmmCpu: "
` [edk2-devel] "
[PATCH v2 0/3] Enable 5 level paging in SMM mode
2019-07-03 6:54 UTC (3+ messages)
` [PATCH v2 2/3] MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level paging
` [PATCH v2 3/3] UefiCpuPkg/PiSmmCpu: Enable 5 level paging when CPU supports
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