public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2019-07-01 10:40:18 to 2019-07-04 14:58:45 UTC [more...]

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

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

[edk2-devel] [PATCH] [MdePkg/Protocols]: New interface, EFI encodings to PCI Plat protocol
 2019-07-04 13:20 UTC 

[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] BaseTools: Fix encoding typos
 2019-07-04 13:07 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 0/7] EmulatorPkg: Fix various typos
 2019-07-04 13:04 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] BaseTools: Fix various typos
 2019-07-04 13:03 UTC  (5+ messages)
` [edk2-devel] "

[PATCH 0/5] MdePkg, SecurityPkg, OvmfPkg: revert unreviewed SM3 patches
 2019-07-04 10:58 UTC  (8+ 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 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 v2 0/5] Implement SM3 measured boot
 2019-07-04  8:30 UTC  (6+ messages)
` [PATCH v2 5/5] OvmfPkg: link SM3 support into Tcg2Pei and Tcg2Dxe
  ` [edk2-devel] "

[PATCH] SecurityPkg: Don't Verify the enrolled PK in setup mode
 2019-07-04  6:29 UTC  (2+ messages)
` [edk2-devel] "

[Patch v3 0/2] Enable new MM MP protocol
 2019-07-04  6:18 UTC  (10+ 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

[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  (5+ 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 v1 1/1] BaseTools: Add HOST_APPLICATION module type
 2019-07-03  8:41 UTC  (3+ messages)

[edk2-BuildSpecification PATCH] Document: Support HOST_APPLICATION ModuleType
 2019-07-03  8:23 UTC 

[edk2-InfSpecification PATCH] Document: Add new MODULE_TYPE HOST_APPLICATION
 2019-07-03  8:21 UTC 

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

[RFC][PATCH v1 0/3] Remove IntelFramework[Module]Pkg
 2019-07-03  5:26 UTC  (5+ messages)
` [edk2-devel] "

[edk2-platforms Patch 00/14] Vlv2TbltDevicePkg: Remove Intel Framework dependencies
 2019-07-03  3:57 UTC  (7+ messages)
` [edk2-devel] "

[Patch v2 0/2] Enable new MM MP protocol
 2019-07-03  3:04 UTC  (5+ messages)
` [Patch v2 1/2] MdePkg: Add new MM MP Protocol definition
` [Patch v2 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: Enable MM MP Protocol
  ` [edk2-devel] "

May I become a contributor in EmulatorPkg ?
 2019-07-03  2:10 UTC  (5+ messages)
    ` 回覆: "

[PATCH v2] IntelFsp2Pkg: FSP Python scripts to support 3.x
 2019-07-03  1:43 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 7/7] EmulatorPkg: Fix various typos
 2019-07-02 16:43 UTC 

[PATCH v2 6/7] EmulatorPkg: Fix various typos
 2019-07-02 16:43 UTC 

[PATCH v2 5/7] EmulatorPkg: Fix various typos
 2019-07-02 16:43 UTC 

[PATCH v2 4/7] EmulatorPkg: Fix various typos
 2019-07-02 16:42 UTC 

[PATCH v2 3/7] EmulatorPkg: Fix various typos
 2019-07-02 16:41 UTC 

[PATCH v2 2/7] EmulatorPkg: Fix various typos
 2019-07-02 16:41 UTC 

[PATCH v2 1/7] EmulatorPkg: Fix various typos
 2019-07-02 16:40 UTC 

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

[PATCH] Platform/Intel:Change the way of getting the env file content
 2019-07-02 13:27 UTC  (2+ messages)

[PATCH 0/3] MdePkg, OvmfPkg: rewrite Base64Decode(), clean up call site
 2019-07-02 10:28 UTC  (4+ messages)
` [PATCH 1/3] MdePkg/BaseLib: re-specify Base64Decode(), and add temporary stub impl
` [PATCH 2/3] MdePkg/BaseLib: rewrite Base64Decode()
` [PATCH 3/3] OvmfPkg/EnrollDefaultKeys: clean up Base64Decode() retval handling

[PATCH v1 0/4] Fix a number of small issues in acpiview
 2019-07-02  8:44 UTC  (6+ messages)
` [PATCH v1 1/4] ShellPkg: acpiview: Improve PPTT table field validation
    ` [edk2-devel] "

[PATCH v1 0/5] Clean up acpiview input parameters
 2019-07-02  8:44 UTC  (2+ messages)

[PATCH] UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER]
 2019-07-02  7:16 UTC 

[PATCH v1] EmulatorPkg/MiscSubClassPlatformDxe: Remove this unused module
 2019-07-02  3:46 UTC  (2+ messages)
` [edk2-devel] "

[edk2-platforms Patch 0/4] Quark*Pkg: Remove Intel Framework depenencies
 2019-07-02  2:20 UTC  (12+ messages)
` [edk2-platforms Patch 1/4] QuarkPlatformPkg: Update network library mappings
  ` [edk2-devel] "
` [edk2-platforms Patch 2/4] QuarkSocPkg: Remove Intel Framework dependencies
` [edk2-platforms Patch 3/4] QuarkPlatformPkg: "
` [edk2-platforms Patch 4/4] QuarkPkatformPkg: Update MemoryTypeInformation to reduce reboots
  ` [edk2-devel] "
` [edk2-devel] [edk2-platforms Patch 0/4] Quark*Pkg: Remove Intel Framework depenencies

[PATCH 0/3] MdePkg/BaseLib: Base64Decode: Make it follow its specification
 2019-07-01 18:01 UTC  (6+ messages)
` [PATCH 2/3] MdePkg/BaseLib: Base64Decode: Make DestinationSize complied to spec
  ` [edk2-devel] "
` [edk2-devel] [PATCH 0/3] MdePkg/BaseLib: Base64Decode: Make it follow its specification

[edk2-devel][staging/edk2-host-test] Announce to create edk2-host-test branch in edk2-staging
 2019-07-01 15:31 UTC 

[PATCH] OvmfPkg/XenBusDxe: Don't call DisconnectController in Stop()
 2019-07-01 14:56 UTC  (3+ messages)

[PATCH v2] OvmfPkg/XenBusDxe: Close XenIoProtocol openned by children
 2019-07-01 14:55 UTC  (2+ messages)

[PATCH] Silicon/Tools: Replace white spaces with tabs in GNUmakefile
 2019-07-01 11:32 UTC  (2+ messages)

[Patch v3 0/3] BaseTools: Move FCE & FMMT tools to edk2 repo
 2019-07-01 11:27 UTC  (4+ messages)
` [Patch v3 1/3] BaseTools: Add a tool BfmLib
` [Patch v3 2/3] BaseTools: Add a tool FCE
` [Patch v3 3/3] BaseTools: Add a tool FMMT

[PATCH] OvmfPkg/XenBusDxe: Close XenIoProtocol openned by childs
 2019-07-01 10:48 UTC  (3+ messages)


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