public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-05-15 17:41:06 to 2020-05-19 21:52:35 UTC [more...]

[PATCH v8 00/46] SEV-ES guest support
 2020-05-19 21:51 UTC  (37+ messages)
` [PATCH v8 01/46] MdeModulePkg: Create PCDs to be used in support of SEV-ES
` [PATCH v8 02/46] UefiCpuPkg: Create PCD "
` [PATCH v8 03/46] MdePkg: Add the MSR definition for the GHCB register
` [PATCH v8 04/46] MdePkg: Add a structure definition for the GHCB
` [PATCH v8 05/46] MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tables
` [PATCH v8 06/46] MdePkg/BaseLib: Add support for the XGETBV instruction
` [PATCH v8 07/46] MdePkg/BaseLib: Add support for the VMGEXIT instruction
` [PATCH v8 08/46] UefiCpuPkg: Implement library support for VMGEXIT
` [PATCH v8 09/46] OvmfPkg: Prepare OvmfPkg to use the VmgExitLib library
` [PATCH v8 10/46] UefiPayloadPkg: Prepare UefiPayloadPkg "
` [PATCH v8 11/46] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception
` [PATCH v8 12/46] OvmfPkg/VmgExitLib: Implement library support for VmgExitLib in OVMF
` [PATCH v8 13/46] OvmfPkg/VmgExitLib: Add support for IOIO_PROT NAE events
` [PATCH v8 14/46] OvmfPkg/VmgExitLib: Support string IO "
` [PATCH v8 15/46] OvmfPkg/VmgExitLib: Add support for CPUID "
` [PATCH v8 16/46] OvmfPkg/VmgExitLib: Add support for MSR_PROT "
` [PATCH v8 17/46] OvmfPkg/VmgExitLib: Add support for NPF NAE events (MMIO)
` [PATCH v8 18/46] OvmfPkg/VmgExitLib: Add support for WBINVD NAE events
` [PATCH v8 19/46] OvmfPkg/VmgExitLib: Add support for RDTSC "
` [PATCH v8 20/46] OvmfPkg/VmgExitLib: Add support for RDPMC "
` [PATCH v8 21/46] OvmfPkg/VmgExitLib: Add support for INVD "
` [PATCH v8 22/46] OvmfPkg/VmgExitLib: Add support for VMMCALL "
` [PATCH v8 23/46] OvmfPkg/VmgExitLib: Add support for RDTSCP "
` [PATCH v8 24/46] OvmfPkg/VmgExitLib: Add support for MONITOR/MONITORX "
` [PATCH v8 25/46] OvmfPkg/VmgExitLib: Add support for MWAIT/MWAITX "
` [PATCH v8 26/46] OvmfPkg/VmgExitLib: Add support for DR7 Read/Write "
` [PATCH v8 27/46] OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator function
` [PATCH v8 28/46] OvmfPkg: Add support to perform SEV-ES initialization
` [PATCH v8 29/46] OvmfPkg: Create a GHCB page for use during Sec phase
` [PATCH v8 30/46] OvmfPkg/PlatformPei: Reserve GHCB-related areas if S3 is supported
` [PATCH v8 31/46] OvmfPkg: Create GHCB pages for use during Pei and Dxe phase
` [PATCH v8 32/46] OvmfPkg/PlatformPei: Move early GDT into ram when SEV-ES is enabled
` [PATCH v8 33/46] UefiCpuPkg: Create an SEV-ES workarea PCD
` [PATCH v8 34/46] OvmfPkg: Reserve a page in memory for the SEV-ES usage
` [PATCH v8 35/46] OvmfPkg/PlatformPei: Reserve SEV-ES work area if S3 is supported
` [PATCH v8 36/46] OvmfPkg/ResetVector: Add support for a 32-bit SEV check

[edk2-staging/EdkRepo] [PATCH v2 0/2] Enabling selective submodule initialization
 2020-05-19 21:51 UTC  (3+ messages)
` [edk2-staging/EdkRepo] [PATCH v2 1/2] EdkRepo: Adding selective submodule init script
` [edk2-staging/EdkRepo] [PATCH v2 2/2] EdkRepo: Update commands to use new submodule code

[edk2-devel] [edk2-rfc] GitHub Pull Request based Code Review Process
 2020-05-19 21:38 UTC  (14+ messages)

[PATCH edk2-test] Maintainers: replace Supreeth with Edhaya as SCT maintainer
 2020-05-19 19:58 UTC  (4+ messages)
    ` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH v1 0/2] Enabling selective submodule initialization
 2020-05-19 17:46 UTC  (8+ messages)
` [edk2-staging/EdkRepo] [PATCH v1 1/2] EdkRepo: Adding selective submodule init script
` [edk2-staging/EdkRepo] [PATCH v1 2/2] EdkRepo: Update commands to use new submodule code

[PATCH v1 1/1] BaseTools: Remove deprecated Visual Studio Option
 2020-05-19 17:19 UTC  (5+ messages)
` [EXTERNAL] [edk2-devel] "

Patch List for 202005 stable tag
 2020-05-19 17:17 UTC  (3+ messages)

[edk2-platforms] [PATCH 0/5] Intel: Fix spelling errors
 2020-05-19 17:08 UTC  (16+ messages)
` [edk2-platforms] [PATCH 1/5] MinPlatformPkg: "
` [edk2-platforms] [PATCH 2/5] Vlv2TbltDevicePkg: "
  ` [edk2-devel] "
` [edk2-platforms] [PATCH 3/5] CoffeeLakeSiliconPkg: "
` [edk2-platforms] [PATCH 4/5] IntelSiliconPkg: "
  ` [edk2-devel] "
` [edk2-platforms] [PATCH 5/5] KabylakeSiliconPkg: "

[PATCH v2 0/2] ArmPkg/PlatformBootManagerLib: add build time checks for serial terminal settings
 2020-05-19 16:32 UTC  (6+ messages)
` [PATCH v2 1/2] ArmPkg/PlatformBootManagerLib: use static assertion for console type
` [PATCH v2 2/2] ArmPkg/PlatformBootManagerLib: reject 'default' parity and stop bit count

[PATCH V7 0/6] Add definitions introduced in UEFI 2.8a
 2020-05-19 15:42 UTC  (6+ messages)
` [PATCH V7 5/6] MdeModulePkg: Add FMP Capsule Image Header extension
      ` [edk2-devel] "

[edk2-devel] [PATCH 2/2] SignedCapsulePkg: Add FMP Capsule Image Header extension
 2020-05-19 15:41 UTC  (2+ messages)

[edk2-devel] [PATCH 1/2] MdeModulePkg: Add FMP Capsule Image Header extension
 2020-05-19 15:40 UTC  (2+ messages)

[edk2-platforms: PATCH v2 0/3] Marvell UTMI fixes
 2020-05-19 15:26 UTC  (9+ messages)
` [edk2-platforms: PATCH v2 1/3] Marvell/Library: UtmiLib: update USB2.0 analog settings
` [edk2-platforms: PATCH v2 2/3] Marvell/Library: UtmiLib: Fix pll initialization for the second port
` [edk2-platforms: PATCH v2 3/3] Marvell/Library: UtmiLib: Fix USB mux configuration

[RFC edk2-platforms v3 0/3] Improve D0x
 2020-05-19 14:09 UTC  (4+ messages)
` [RFC edk2-platforms v3 1/3] Silicon/Hisilicon: Fix a typo issue in M41T83RealTimeClockLib
` [RFC edk2-platforms v3 2/3] Hisilicon/Library: Move two functions to RtcHelperLib
` [RFC edk2-platforms v3 3/3] Silicon/Hisilicon: Add RX8900RealTimeClockLib

[PATCH edk2-platforms 1/1] Platform/96Boards/96BoardsI2cDxe: rewrite DEPEX expression for legibility
 2020-05-19 13:26 UTC  (3+ messages)
  ` [edk2-devel] "

[RFC edk2-platforms v2 0/3] Improve D0x
 2020-05-19 13:26 UTC  (6+ messages)
` [RFC edk2-platforms v2 1/3] Silicon/Hisilicon: Fix a typo issue in M41T83RealTimeClockLib
` [RFC edk2-platforms v2 2/3] Hisilicon/Library: Move two functions to RtcHelperLib
` [RFC edk2-platforms v2 3/3] Silicon/Hisilicon: Add RX8900RealTimeClockLib

[edk2-platforms] [PATCH] SpiTool: Fix spelling errors
 2020-05-19 12:32 UTC  (2+ messages)

[PATCH edk2-platforms 0/3] Silicon/SynQuacer: preparatory ConnectAll fixes
 2020-05-19 12:32 UTC  (8+ messages)
` [PATCH edk2-platforms 1/3] Platform/96Boards/96BoardsI2cDxe: connect I2C controllers at EndOfDxe
` [PATCH edk2-platforms 2/3] Silicon/SynQuacer/NetsecDxe: drop false dependency on device path protocol
` [PATCH edk2-platforms 3/3] Silicon/SynQuacer/NetsecDxe: avoid media detection delay at boot

[PATCH edk2-platforms 1/1] Silicon/Socionext/SynQuacer: use Generic Event Device for power button
 2020-05-19 12:30 UTC  (6+ messages)
` [edk2-devel] "

[PATCH] ArmPkg/PlatformBootManagerLib: reject 'default' parity and stop bit count
 2020-05-19 12:12 UTC  (5+ messages)
` [edk2-devel] "

[edk2][PATCH 1/1] HttpBoot: handle servers which may FIN after file sizing in HttpBootLoadFile
 2020-05-19 12:02 UTC  (3+ messages)
` [edk2-devel] "

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Wed, 05/20/2020 9:30am-10:30am #cal-reminder
 2020-05-19 10:57 UTC  (2+ messages)
` [edk2-devel] "

[RFC edk2-platforms v1 0/2] Improve D0x
 2020-05-19 10:30 UTC  (7+ messages)
` [RFC edk2-platforms v1 1/2] Hisilicon/Library: Move two functions to RtcHelperLib
` [RFC edk2-platforms v1 2/2] Silicon/Hisilicon: Add RX8900RealTimeClockLib

reg: Wifi Connection Manager Setup Page Issues
 2020-05-19  9:11 UTC  (2+ messages)

[edk2-devel] [PATCH v3] SecurityPkg: Change default value source
 2020-05-19  5:47 UTC 

[PATCH V6 00/13] CryptoPkg: Retire the deprecated functions
 2020-05-19  1:58 UTC  (4+ messages)
` [PATCH V6 12/13] CryptoPkg/opensslconf.h: Covert the file ending to dos format

[edk2-staging/EdkRepo] [PATCH v1] EdkRepo: Fixed incorrect commit template warnings
 2020-05-18 22:56 UTC  (3+ messages)
` [edk2-devel] "

Broken link on: https://github.com/tianocore/tianocore.github.io/wiki/Code-Contributions
 2020-05-18 20:55 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v7 00/43] SEV-ES guest support
 2020-05-18 20:44 UTC  (12+ messages)
      ` [edk2-devel] "

[PATCH V7 0/1] Disable safe string constraint assertions
 2020-05-18 18:07 UTC  (4+ messages)
` [PATCH V7 1/1] MdePkg: Fix SafeString performing assertions on runtime checks
  ` [edk2-devel] "

[PATCH v3 0/2] Fix warnings reported by VS2017 compiler
 2020-05-18 17:51 UTC  (4+ messages)
` [PATCH v1-resend 1/2] ArmPlatformPkg: Fix UART divisor warning
` [PATCH v2 2/2] ArmPlatformPkg: Fix comparison of constants warning

[PATCH 0/4] OvmfPkg/PlatformPei: rewrite MemTypeInfo HOB production logic
 2020-05-18 16:09 UTC  (6+ messages)
` [PATCH 1/4] OvmfPkg/PlatformPei: don't track BS Code/Data in default MemTypeInfo HOB
` [PATCH 3/4] OvmfPkg/PlatformPei: extract memory type info defaults to PCDs
` [edk2-devel] [PATCH 0/4] OvmfPkg/PlatformPei: rewrite MemTypeInfo HOB production logic

[PATCH v3] SecurityPkg: Change default value source
 2020-05-18 15:03 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v1 0/3] Compile AML bytecode array into OBJ file
 2020-05-18 14:31 UTC  (5+ messages)
` [PATCH v1 1/3] BaseTools: Generate multiple rules when multiple output files
` [PATCH v1 2/3] BaseTools: Rename AmlToHex script to AmlToC
` [PATCH v1 3/3] BaseTools: Compile AML bytecode arrays into .obj file

[edk2-rfc] GitHub Pull Request based Code Review Process
 2020-05-18 11:48 UTC  (12+ messages)
` [edk2-devel] "
  ` [EXTERNAL] "

[edk2-staging/EdkRepo] [PATCH v1] EdkRepo: Fixed submodule attribute in pin files
 2020-05-18  2:11 UTC  (3+ messages)
` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Pass a ManifestXML to find_project_in_all_indices
 2020-05-18  2:03 UTC  (4+ messages)
` [edk2-devel] "

[edk2-staging/EdkRepo] [PATCH] EdkRepo: Improve clone error handling
 2020-05-18  1:53 UTC  (4+ messages)

[edk2-staging/EdkRepo] [PATCH v1 0/2] Manifest parser line ending cleanup and small bug fixes
 2020-05-18  1:48 UTC  (5+ messages)
` [edk2-staging/EdkRepo] [PATCH v1 1/2] EdkRepo: Normalize line endings
` [edk2-staging/EdkRepo] [PATCH v1 2/2] EdkRepo: Fixed use of incorrect variable names

[edk2-staging/EdkRepo] [PATCH V2] EdkRepo: Only process the checkout command if a valid combo is used
 2020-05-18  1:22 UTC  (3+ messages)

[PATCH] Edk2-Platform/Maintainers.txt: Add Eric as Reviewer for MinPlatformPkg
 2020-05-18  1:05 UTC  (2+ messages)

Hii PE/COFF resource section
 2020-05-16 22:43 UTC 

[PATCH v2] SecurityPkg: Change default value source
 2020-05-16  3:20 UTC  (2+ messages)

[PATCH edk2-platforms v5 00/24] Add PEI phase to LS1043ARDB Platform
 2020-05-15 22:13 UTC  (3+ messages)
` [PATCH edk2-platforms v5 12/24] Silicon/NXP: Move RAM retrieval from SocLib


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