public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-07-23 10:04:14 to 2020-07-28 02:42:30 UTC [more...]

[PATCH v1 0/2] Use RngLib instead of TimerLib for OpensslLib
 2020-07-28  2:42 UTC  (5+ messages)
` [PATCH v1 1/2] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool
` [PATCH v1 2/2] MdePkg: TimerRngLib: Added RngLib that uses TimerLib
  ` [edk2-devel] "

[edk2-devel] [PATCH v3] UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test
 2020-07-28  2:41 UTC 

[PATCH V4 0/2] CXL Specification Registers
 2020-07-28  2:36 UTC  (11+ messages)
` [PATCH V4 1/2] MdePkg/Include/IndustryStandard: CXL 1.1 Registers
  ` [edk2-devel] [PATCH V4 1/2] MdePkg/Include/IndustryStandard: "
` [PATCH V4 2/2] MdePkg/Include/IndustryStandard: Main CXL header

[PATCH v3] UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test
 2020-07-28  2:30 UTC 

[PATCH] Maintainers.txt: Add 'Yuwei Chen' for Tools review
 2020-07-28  1:56 UTC  (2+ messages)

[PATCH 1/1] Maintainers.txt: Add 'Yuwei Chen' for BaseTools review
 2020-07-28  1:56 UTC  (2+ messages)

[PATCH v4 0/3] UefiPayloadPkg: Runtime MMCONF
 2020-07-28  1:55 UTC  (6+ messages)
` [PATCH v4 1/3] UefiPayloadPkg: Store the size of the MMCONF window
` [PATCH v4 2/3] MdePkg/BasePciExpressLib: Support variable size MMCONF
` [PATCH v4 3/3] UefiPayloadPkg: Support variable size MMCONF space

[PATCH v5 0/5] Compile AML bytecode array into OBJ file
 2020-07-28  1:38 UTC  (8+ messages)
` [PATCH v5 4/5] BaseTools: Compile AML bytecode arrays into .obj file
  ` [edk2-devel] "

[PATCH v12 00/46] SEV-ES guest support
 2020-07-28  1:34 UTC  (51+ messages)
` [PATCH v12 01/46] MdeModulePkg: Create PCDs to be used in support of SEV-ES
` [PATCH v12 02/46] UefiCpuPkg: Create PCD "
` [PATCH v12 03/46] MdePkg: Add the MSR definition for the GHCB register
` [PATCH v12 04/46] MdePkg: Add a structure definition for the GHCB
` [PATCH v12 05/46] MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tables
` [PATCH v12 06/46] MdePkg/BaseLib: Add support for the XGETBV instruction
` [PATCH v12 07/46] MdePkg/BaseLib: Add support for the VMGEXIT instruction
` [PATCH v12 08/46] UefiCpuPkg: Implement library support for VMGEXIT
` [PATCH v12 09/46] OvmfPkg: Prepare OvmfPkg to use the VmgExitLib library
` [PATCH v12 10/46] UefiPayloadPkg: Prepare UefiPayloadPkg "
` [PATCH v12 11/46] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception
` [PATCH v12 12/46] OvmfPkg/VmgExitLib: Implement library support for VmgExitLib in OVMF
` [PATCH v12 13/46] OvmfPkg/VmgExitLib: Add support for IOIO_PROT NAE events
` [PATCH v12 14/46] OvmfPkg/VmgExitLib: Support string IO "
` [PATCH v12 15/46] OvmfPkg/VmgExitLib: Add support for CPUID "
` [PATCH v12 16/46] OvmfPkg/VmgExitLib: Add support for MSR_PROT "
` [PATCH v12 17/46] OvmfPkg/VmgExitLib: Add support for NPF NAE events (MMIO)
` [PATCH v12 18/46] OvmfPkg/VmgExitLib: Add support for WBINVD NAE events
` [PATCH v12 19/46] OvmfPkg/VmgExitLib: Add support for RDTSC "
` [PATCH v12 20/46] OvmfPkg/VmgExitLib: Add support for RDPMC "
` [PATCH v12 21/46] OvmfPkg/VmgExitLib: Add support for INVD "
` [PATCH v12 22/46] OvmfPkg/VmgExitLib: Add support for VMMCALL "
` [PATCH v12 23/46] OvmfPkg/VmgExitLib: Add support for RDTSCP "
` [PATCH v12 24/46] OvmfPkg/VmgExitLib: Add support for MONITOR/MONITORX "
` [PATCH v12 25/46] OvmfPkg/VmgExitLib: Add support for MWAIT/MWAITX "
` [PATCH v12 26/46] OvmfPkg/VmgExitLib: Add support for DR7 Read/Write "
` [PATCH v12 27/46] OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator function
` [PATCH v12 28/46] OvmfPkg: Add support to perform SEV-ES initialization
` [PATCH v12 29/46] OvmfPkg: Create a GHCB page for use during Sec phase
` [PATCH v12 30/46] OvmfPkg/PlatformPei: Reserve GHCB-related areas if S3 is supported
` [PATCH v12 31/46] OvmfPkg: Create GHCB pages for use during Pei and Dxe phase
` [PATCH v12 32/46] OvmfPkg/PlatformPei: Move early GDT into ram when SEV-ES is enabled
` [PATCH v12 33/46] UefiCpuPkg: Create an SEV-ES workarea PCD
` [PATCH v12 34/46] OvmfPkg: Reserve a page in memory for the SEV-ES usage
` [PATCH v12 35/46] OvmfPkg/PlatformPei: Reserve SEV-ES work area if S3 is supported
` [PATCH v12 36/46] OvmfPkg/ResetVector: Add support for a 32-bit SEV check
` [PATCH v12 37/46] OvmfPkg/Sec: Add #VC exception handling for Sec phase
` [PATCH v12 38/46] OvmfPkg/Sec: Enable cache early to speed up booting
` [PATCH v12 39/46] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Bypass flash detection with SEV-ES
` [edk2-devel] [PATCH v12 00/46] SEV-ES guest support
` [PATCH v12 40/46] UefiCpuPkg: Add a 16-bit protected mode code segment descriptor
` [PATCH v12 41/46] UefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate if SEV-ES is enabled
` [PATCH v12 42/46] UefiCpuPkg: Allow AP booting under SEV-ES
` [PATCH v12 43/46] OvmfPkg: Use the SEV-ES work area for the SEV-ES AP reset vector
` [PATCH v12 44/46] OvmfPkg: Move the GHCB allocations into reserved memory
` [PATCH v12 45/46] UefiCpuPkg/MpInitLib: Prepare SEV-ES guest APs for OS use
` [PATCH v12 46/46] Maintainers.txt: Add reviewers for the OvmfPkg SEV-related files

TianoCore Bug Triage - APAC / NAMO - Tue, 07/28/2020 6:30pm-7:30pm #cal-reminder
 2020-07-28  1:30 UTC 

[PATCH v8 0/9] Add new feature that evacuate temporary to permanent memory (CVE-2019-11098)
 2020-07-28  1:25 UTC  (14+ messages)
` [PATCH v8 1/9] MdeModulePkg: Add new PCD to control the evacuate temporary memory feature (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v8 2/9] MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)
  ` [edk2-devel] "
` [PATCH v8 3/9] UefiCpuPkg/CpuMpPei: Add GDT migration support (CVE-2019-11098)
` [PATCH v8 4/9] UefiCpuPkg/SecMigrationPei: Add initial PEIM (CVE-2019-11098)
` [PATCH v8 5/9] MdeModulePkg/Core: Create Migrated FV Info Hob for calculating hash (CVE-2019-11098)
` [PATCH v8 6/9] SecurityPkg/Tcg2Pei: Use "
` [PATCH v8 7/9] UefiCpuPkg/CpuMpPei: Enable paging and set NP flag to avoid TOCTOU (CVE-2019-11098)
` [PATCH v8 8/9] UefiCpuPkg: Correct some typos
` [PATCH v8 9/9] SecurityPkg/TcgPei: Use Migrated FV Info Hob for calculating hash (CVE-2019-11098)
` [edk2-devel] [PATCH v8 0/9] Add new feature that evacuate temporary to permanent memory (CVE-2019-11098)

[PATCH 00/15] Add a plugin LicenseCheck in open ci
 2020-07-28  1:11 UTC  (12+ messages)
` [PATCH 10/15] OvmfPkg/OvmfPkg.ci.yaml: Add configuration for LicenseCheck
` [PATCH 13/15] ShellPkg/ShellPkg.ci.yaml: "
  ` [edk2-devel] "
` [edk2-devel] [PATCH 00/15] Add a plugin LicenseCheck in open ci
  ` [edk2-devel] [PATCH 15/15] UnitTestFrameworkPkg: Add configuration for LicenseCheck in yaml file

[edk2-devel] [PATCH] MdePkg Base.h: Delete prototype for __builtin_return_address
 2020-07-28  0:26 UTC  (4+ messages)
` [PATCH v2] "
    ` [edk2-devel] "

[PATCH v5 0/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-07-27 22:08 UTC  (5+ messages)
` [PATCH v5 1/1] "
  ` [edk2-devel] "

[edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix variable services conformance test
 2020-07-27 17:53 UTC 

[PATCH v4 0/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-07-27 15:31 UTC  (4+ messages)
` [PATCH v4 1/1] "
` [edk2-devel] [PATCH v4 0/1] "

[PATCH v3 0/3] UefiPayloadPkg: Runtime MMCONF
 2020-07-27  8:09 UTC  (4+ messages)
` [PATCH v3 2/3] MdePkg/BasePciExpressLib: Support variable size MMCONF
  ` [edk2-devel] "

[PATCH edk2-platforms V2 0/2] Add USB driver support
 2020-07-27  5:29 UTC  (4+ messages)
` [edk2-platforms] [PATCH v3 "

Help of acpi event
 2020-07-27  5:28 UTC  (2+ messages)

[PATCH v2] UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test
 2020-07-27  2:58 UTC  (4+ messages)

[PATCH edk2-platforms 0/2] Add ACPI support of MMIO TPM on SynQuacer
 2020-07-27  2:25 UTC  (3+ messages)

[PATCH v2 0/1] Upgrade the OpenSSL to 1.1.1g
 2020-07-27  0:56 UTC  (4+ messages)
` [PATCH v2 1/1] CryptoPkg/OpensslLib: Upgrade "

[PATCH v3 1/1] BaseTools/Scripts: Ignore the CRLF check when upgrade submodule
 2020-07-27  0:55 UTC  (3+ messages)

[edk2-devel] [PATCH] uefi-sct/SctPkg: Remove gEfiFormBrowserExProtocolGuid
 2020-07-26 20:09 UTC  (2+ messages)

[edk2-platforms][PATCH v5 0/5] Add initial support for N1SDP board
 2020-07-26 16:21 UTC  (7+ messages)
` [edk2-platforms][PATCH v5 1/5] Silicon/ARM/N1SoC: Add platform library implementation
` [edk2-platforms][PATCH v5 2/5] Silicon/ARM/N1SoC: Implement Neoverse N1 SoC specific PciExpressLib

[PATCH v8 00/16] Add a plugin to check Ecc issues for edk2 on open ci
 2020-07-26 15:20 UTC  (2+ messages)
` [PATCH v8 02/16] .pytool/Plugin: Add a plugin EccCheck

[PATCH] BaseTools/PeCoffLoaderEx: Remove the unused local variable
 2020-07-25  2:34 UTC 

[PATCH V3 0/2] CXL Specification Registers
 2020-07-24 18:28 UTC  (9+ messages)
` [PATCH V3 1/2] MdePkg/Include/IndustryStandard: CXL 1.1 Registers
  ` [edk2-devel] "
` [PATCH V3 2/2] MdePkg/Include/IndustryStandard: Main CXL header

[PATCH v3 1/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-07-24 17:50 UTC  (8+ messages)
` [edk2-devel] "

[PATCH v2-resend 0/4] Add EDKII CI support for DynamicTablesPkg
 2020-07-24 17:27 UTC  (5+ messages)
` [PATCH v2-resend 1/4] DynamicTablesPkg: Fix issues reported by EDKII CI
` [PATCH v2-resend 2/4] DynamicTablesPkg: Add EDK2 Core CI support
` [PATCH v2-resend 3/4] .pytool: CI Settings to support DynamicTablesPkg
` [PATCH v2-resend 4/4] .azurepipelines: Add DynamicTablesPkg to CI matrix

[PATCH 1/1] EmbeddedPkg/TimeBaseLib: Add macros to get build year/month/day
 2020-07-24 16:37 UTC 

[PATCH 00/16] OvmfPkg: support VCPU hotplug with -D SMM_REQUIRE
 2020-07-24 16:01 UTC  (3+ messages)
` [edk2-devel] "

[PATCH edk2-platforms v1 0/2] Merge ASL and CfgMngr directories
 2020-07-24 15:47 UTC  (3+ messages)
` [PATCH edk2-platforms v1 1/2] Platform/ARM/Juno: "
` [PATCH edk2-platforms v1 2/2] Platform/ARM/VExpressPkg: "

[PATCH V2 0/2] Add gcc flag for void* pointer arithmetics
 2020-07-24 11:05 UTC  (11+ messages)
` [PATCH V2 1/2] BaseTools: Add gcc flag to warn on void* pointer arithmetic
    ` [edk2-devel] "

[PATCH] UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test
 2020-07-24  6:53 UTC  (3+ messages)

[PATCH edk2-test 1/1] SctPkg: fix page alignment calculations
 2020-07-24  2:32 UTC  (3+ messages)

[edk2-test][PATCH v1 0/3] uefi-sct/SctPkg: Build Aarch64 with latest EDK2
 2020-07-24  2:29 UTC  (4+ messages)
` [edk2-test][PATCH v1 1/3] uefi-sct/SctPkg: Fix build "
` [edk2-test][PATCH v1 2/3] uefi-sct/SctPkg: Add build instructions "
` [edk2-test][PATCH v1 3/3] uefi-sct/SctPkg: Remove obsolete version macros

[Patch] MdePkg/Library/UnitTestHostBaseLib: Add missing services
 2020-07-24  1:24 UTC 

[PATCH v11 00/46] SEV-ES guest support
 2020-07-23 18:35 UTC  (8+ messages)
` [PATCH v11 06/46] MdePkg/BaseLib: Add support for the XGETBV instruction
  ` [edk2-devel] "

[edk2-platforms][PATCH 1/1] Platforms/RaspberryPi: Fix BIOS Release Date and System Manufacturer
 2020-07-23 17:44 UTC  (6+ messages)
      ` [edk2-devel] "

[PATCH v2 0/2] Enable HttpDynamicCommand for ArmVirtPkg and OvmfPkg
 2020-07-23 14:55 UTC  (7+ messages)
` [PATCH v2 1/2] ArmVirtPkg: enable HttpDynamiCommand
  ` [edk2-devel] "
` [PATCH v2 2/2] OvmfPkg: enable HttpDynamicCommand
  ` [edk2-devel] "

Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, 24 July 2020 #cal-cancelled
 2020-07-23 14:20 UTC 

[edk2-devel] [PATCH v2 3/3] .pytool: CI Settings to support DynamicTablesPkg
 2020-07-23 13:21 UTC  (2+ messages)

[edk2-devel] [PATCH v2 4/4] .azurepipelines: Add DynamicTablesPkg to CI matrix
 2020-07-23 13:11 UTC  (2+ messages)

[PATCH v2 2/3] DynamicTablesPkg: Add EDK2 Core CI support
 2020-07-23 13:08 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 1/3] DynamicTablesPkg: Fix issues reported by EDKII CI
 2020-07-23 13:08 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 0/3] Add EDKII CI support for DynamicTablesPkg
 2020-07-23 13:04 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/1] EmbeddedPkg: fix gcc build errors in AndroidBootImgLib
 2020-07-23 12:08 UTC  (4+ messages)

[PATCH v1 0/2] Fix VS2017 build errors
 2020-07-23 10:52 UTC  (5+ messages)
` [PATCH v1 2/2] EmbeddedPkg: Add cast from (void*) for VS2017 build
    ` [edk2-devel] "

[PATCH 0/2] Enable HttpDynamicCommand for ArmVirtPkg and OvmfPkg
 2020-07-23 10:37 UTC  (5+ messages)
` [PATCH 2/2] OvmfPkg: enable HttpDynamicCommand


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