public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-07-04 06:14:07 to 2019-07-09 16:07:53 UTC [more...]

[PATCH edk2-platforms 0/3] Rectify licensing on various files
 2019-07-09 16:07 UTC  (4+ messages)
` [PATCH edk2-platforms 1/3] Platform,Silicon RPi3: update license headers to BSD+Patent
` [PATCH edk2-platforms 2/3] Platform/RaspberryPi: add license header to PlatformUiAppLib.inf
` [PATCH edk2-platforms 3/3] Silicon/Hisilicon: add SPDX license tags to IORT .asl files

[PATCH] SecurityPkg: Don't Verify the enrolled PK in setup mode
 2019-07-09 15:39 UTC  (3+ messages)
` [edk2-devel] "

Upcoming Event: TianoCore Design / Bug Triage - EMEA - Wed, 07/10/2019 8:00am-9:00am #cal-reminder
 2019-07-09 15:00 UTC 

[PATCH] IntelFsp2Pkg: Fix various typos
 2019-07-09 13:44 UTC  (4+ messages)

[PATCH v2 0/3] Enable 5 level paging in SMM mode
 2019-07-09 13:33 UTC  (7+ messages)
` [PATCH v2 1/3] UefiCpuPkg/PiSmmCpu: Change variable names and comments to follow SDM
  ` [edk2-devel] "
` [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

[Patch v3] BaseTools: Fix GCC compiler failure in new added tools
 2019-07-09 10:19 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms: PATCH] Readme.md: Change way of cloning edk2 repo
 2019-07-09  9:54 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-DecSpecification PATCH v1] DEC document: Add HOST_APPLICATION ModuleType
 2019-07-09  9:54 UTC 

[PATCH 0/2] Add edk2 submodule policy
 2019-07-09  9:27 UTC  (5+ messages)
` [PATCH 1/2] Readme.md: add submodule policy and clone commands
` [PATCH 2/2] CryptoPkg/OpensslLib: remove "

[PATCH V2 0/4] Fix race condition and add event protocol
 2019-07-09  9:23 UTC  (6+ messages)
` [PATCH V2 1/4] MdeModulePkg: Add gEdkiiCpu2ProtocolGuid and header file
` [PATCH V2 2/4] UefiCpuPkg/CpuDxe: Implement Cpu2 protocol
` [PATCH V2 3/4] MdeModulePkg: Add gEdkiiCommonEventProtocolGuid for creating event
` [PATCH V2 4/4] MdeModulePkg/DxeMain: Implement common event protocol

[PATCH v1 1/1] BaseTools: Add HOST_APPLICATION module type
 2019-07-09  6:26 UTC  (6+ messages)

[edk2-platforms Patch 00/14] Vlv2TbltDevicePkg: Remove Intel Framework dependencies
 2019-07-09  6:04 UTC  (9+ messages)
` [edk2-devel] "

[Patch v4 0/2] Enable new MM MP protocol
 2019-07-09  5:51 UTC  (5+ messages)
` [Patch 1/2] MdePkg: Add new MM MP Protocol definition
` [Patch v4 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: Enable MM MP Protocol

[PATCH] MdeModulePkg/Setup: Check ConfigAccess protocol in case it's destroyed
 2019-07-09  3:46 UTC 

[Patch 1/1] BaseTools: Detect the change of env variable used in tooldef.txt
 2019-07-09  2:56 UTC  (2+ messages)

[Patch] BaseTools: Fix GCC compiler failure in new added tools
 2019-07-09  1:29 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER]
 2019-07-09  1:10 UTC  (2+ messages)

[PATCH] UefiCpuPkg/CpuFeature: Introduce FirstX to indicate 1st unit in parent scope
 2019-07-09  0:49 UTC  (2+ messages)

[PATCH] FmpDevicePkg: Fix various typos
 2019-07-08 17:08 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v3 00/35] Specific platform to run OVMF in Xen PVH and HVM guests
 2019-07-08 15:31 UTC  (52+ 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

[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  (4+ messages)
` [Patch v3 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: Enable MM MP Protocol
  ` [edk2-devel] "

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 1/1] BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.c
 2019-07-08  2:06 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)

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] 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] "

[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 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  (5+ messages)

[edk2-devel] [PATCH] EmbeddedPkg: Fix various typos
 2019-07-04 14:20 UTC  (5+ messages)

[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] "


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