public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-08-04 11:27:03 to 2020-08-10 03:00:12 UTC [more...]

Propose on enabling TLSv1.3
 2020-08-10  2:59 UTC  (2+ messages)

[PATCH v13 00/46] SEV-ES guest support
 2020-08-10  2:41 UTC  (5+ messages)
  ` [edk2-devel] "

你好我来寻求帮助 Hello, I'm here for help
 2020-08-10  2:20 UTC  (4+ messages)
` [edk2-devel] "

[edk2-wiki][PATCH] Update the Boot Guard TOCTOU wiki page
 2020-08-10  1:42 UTC  (2+ messages)

Meet failure when running open ci env locally
 2020-08-10  0:57 UTC  (3+ messages)
` [edk2-devel] "

Partition issue with Linux Distribution iso image
 2020-08-09 21:14 UTC  (2+ messages)
` [edk2-devel] "

Adding bhyve to the Continuous Integration system
 2020-08-09 19:18 UTC 

[PATCH edk2-platforms 0/3] Add Features to NXP Platforms
 2020-08-08  2:39 UTC  (9+ messages)
` [PATCH edk2-platforms 1/3] Silicon/NXP: Use runtime safe version of DebugLib
` [PATCH edk2-platforms 2/3] Silicon/NXP: Add support for reserving a chunk from RAM
    ` [EXTERNAL] Re: [edk2-devel] "
` [PATCH edk2-platforms 3/3] Silicon/NXP: Add Support for git commit info print

[Wiki][Patch V2] Add EDK II Code First Process Wiki Page
 2020-08-08  1:06 UTC  (2+ messages)
` [edk2-devel] "

[Wiki][Patch] Add EDK II Code First Process Wiki Page
 2020-08-08  1:03 UTC 

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

[PATCH v1 0/7] Extend Last Attempt Status Usage
 2020-08-07 18:28 UTC  (4+ messages)

[PATCH v4 0/2] Enable EDKII CI support for DynamicTablesPkg
 2020-08-07 17:29 UTC  (3+ messages)
` [PATCH v4 1/2] .pytool: CI Settings to support DynamicTablesPkg
` [PATCH v4 2/2] .azurepipelines: Add DynamicTablesPkg to CI matrix

[edk2-devel] [PATCH 0/1] edk2-platforms: Deduplicate RISC-V SMBIOS
 2020-08-07 17:16 UTC 

[PATCH 0/1] edk2-platforms: Deduplicate RISC-V SMBIOS
 2020-08-07 16:44 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3 0/2] Add EDKII CI support for DynamicTablesPkg
 2020-08-07 16:12 UTC  (3+ messages)
` [PATCH v3 1/2] DynamicTablesPkg: Fix issues reported by EDKII CI
` [PATCH v3 2/2] DynamicTablesPkg: Add EDK2 Core CI support

[PATCH v1 0/2] DynamicTablesPkg: Build option updates
 2020-08-07 15:25 UTC  (6+ messages)
` [PATCH v1 1/2] DynamicTablesPkg: Update ASL build options
  ` [edk2-devel] "
` [PATCH v1 2/2] DynamicTablesPkg: Update release build flags
  ` [edk2-devel] "
` [edk2-devel] [PATCH v1 0/2] DynamicTablesPkg: Build option updates

[PATCH v1 1/7] FmpDevicePkg/SystemResourceTable.h: Add vendor range values
 2020-08-07  7:15 UTC  (7+ messages)
` [PATCH v1 2/7] FmpDevicePkg: Add LastAttemptStatus.h
` [PATCH v1 3/7] FmpDevicePkg/FmpDxe: Add check image path Last Attempt Status capability
` [PATCH v1 4/7] FmpDevicePkg/FmpDxe: Improve set image path Last Attempt Status granularity
` [PATCH v1 5/7] FmpDevicePkg/LastAttemptStatus.h: Add dependency range codes
` [PATCH v1 6/7] FmpDevicePkg: Add Last Attempt Status support to dependency libs
` [PATCH v1 7/7] FmpDevicePkg/FmpDeviceLib: Add Last Attempt Status to Check/Set API

[Patch 0/6] Fix spelling mistake for occurred
 2020-08-07  5:38 UTC  (5+ messages)
` [Patch 1/6] EmulatorPkg: "
  ` [edk2-devel] "
` [Patch 2/6] MdeModulePkg: "
  ` [edk2-devel] "

[Patch] UnitTestFrameworkPkg/Readme.md: Update documentation for latest features
 2020-08-07  3:42 UTC  (2+ messages)
` [edk2-devel] "

TianoCore Community Meeting Minutes - August
 2020-08-07  3:41 UTC 

[Patch] MdeModulePkg/CapsuleApp: Fix spelling mistake
 2020-08-07  3:18 UTC  (2+ messages)

TianoCore Community Meeting - APAC/NAMO - Thu, 08/06/2020 7:30pm-8:30pm #cal-reminder
 2020-08-07  2:25 UTC 

TianoCore Community Meeting - APAC/NAMO - Thu, 08/06/2020 7:30pm-8:30pm #cal-reminder
 2020-08-07  2:15 UTC 

[PATCH v3 0/7] FmpDevicePkg Minor Fixes
 2020-08-06 21:07 UTC  (2+ messages)

[PATCH v3 1/7] FmpDevicePkg/FmpDependencyLib: Correct ValidateDependency() documentation
 2020-08-06 19:05 UTC  (7+ messages)
` [PATCH v3 2/7] FmpDevicePkg/FmpDependencyLib: Fix "exression" typo
` [PATCH v3 3/7] FmpDevicePkg/FmpDependencyLib: Handle version string overflow
` [PATCH v3 4/7] FmpDevicePkg/FmpDependencyCheckLib: Return unsatisfied on handle failure
` [PATCH v3 5/7] FmpDevicePkg/FmpDxe: Better warn of potential ImageTypeId misconfig
` [PATCH v3 6/7] FmpDevicePkg/FmpDxe: Indicate ESRT GUID on invalid ImageIdName
` [PATCH v3 7/7] FmpDevicePkg/FmpDxe: Improve function parameter validation

[PATCH v1 1/7] FmpDevicePkg/FmpDependencyLib: Correct ValidateDependency() documentation
 2020-08-06 18:22 UTC  (19+ messages)
` [PATCH v1 2/7] FmpDevicePkg/FmpDependencyLib: Fix "exression" typo
` [PATCH v1 3/7] FmpDevicePkg/FmpDependencyLib: Handle version string overflow
` [PATCH v1 4/7] FmpDevicePkg/FmpDependencyCheckLib: Return unsatisfied on handle failure
` [PATCH v1 5/7] FmpDevicePkg/FmpDxe: Better warn of potential ImageTypeId misconfig
` [PATCH v1 6/7] FmpDevicePkg/FmpDxe: Indicate ESRT GUID on invalid ImageIdName
  ` [edk2-devel] "
` [PATCH v1 7/7] FmpDevicePkg/FmpDxe: Improve function parameter validation
        ` [edk2-devel] "

TianoCore Community Meeting - EMEA / NAMO - Thu, 08/06/2020 9:00am-10:00am #cal-reminder
 2020-08-06 15:55 UTC 

TianoCore Community Meeting - EMEA / NAMO - Thu, 08/06/2020 9:00am-10:00am #cal-reminder
 2020-08-06 15:45 UTC 

DIMM Memory and NVRAM Variable Management
 2020-08-06 14:36 UTC 

[PATCH] Check return status on calls to GetTime()
 2020-08-06 14:08 UTC  (6+ messages)

[PATCH 1/1] Maintainers.txt: Add bhyve reviewers
 2020-08-06 11:39 UTC  (3+ messages)
` [edk2-devel] "

[edk2-platforms PATCH v2 2/4] Silicon/Synopsys/DesignWare: Remove platform specific init code
 2020-08-06 10:13 UTC  (3+ messages)
` [edk2-platforms PATCH v2 3/4] Silicon/Synopsys/DesignWare: Support build against DesignWare.dsc
` [edk2-platforms PATCH v2 4/4] Silicon/Synopsys/DesignWare: Basic support for USB SuperSpeedPlus

[edk2-platforms PATCH v2 1/4] Silicon/Synopsys/DesignWare: Import DesignWare USB3 peripheral driver
 2020-08-06 10:13 UTC 

Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, 7 August 2020 #cal-cancelled
 2020-08-06  9:32 UTC 

Dynamic Tables patches
 2020-08-06  9:25 UTC 

[edk2-staging/EdkRepo] [PATCH V1 0/2] EdkRepo: Add support for SUBST drives
 2020-08-06  5:46 UTC  (3+ messages)
` [edk2-staging/EdkRepo] [PATCH V1 1/2] EdkRepo: Add function to enumerate subst drives
` [edk2-staging/EdkRepo] [PATCH V1 2/2] EdkRepo: Add support for "

[Patch 0/4] Update licenses
 2020-08-06  5:09 UTC  (10+ messages)
` [Patch 1/4] EmbeddedPkg/NonCoherentIoMmuDxe: Apply BSD-2-Clause-Patent
` [Patch 2/4] MdeModulePkg/PeCoffImageEmulator.h: "
` [Patch 3/4] MdePkg/BaseMemoryLibOptDxe: "
` [Patch 4/4] Readme.rst: List submodules and links to licenses
  ` [edk2-devel] "

[PATCH] MdeModulePkg/UsbBusDxe: some USB PenDisk fails enumeration
 2020-08-06  4:28 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] question about MSFT compiler/link option
 2020-08-06  3:46 UTC  (2+ messages)

[PATCH] EmbeddedPkg/libfdt: Add strncmp macro to use AsciiStrnCmp
 2020-08-06  2:34 UTC 

[PATCH 1/1] Maintainers.txt: Add bhyve reviewers
 2020-08-06  2:23 UTC 

[PATCH v2 0/9] Need add a FSP binary measurement
 2020-08-06  1:09 UTC  (11+ messages)
` [PATCH v2 1/9] MdeModulePkg/TpmMeasurementLib: Add new API to TpmMeasurmentLib
` [PATCH v2 2/9] MdeModulePkg/NullTpmMeasurementLib: Add new API
` [PATCH v2 3/9] SecurityPkg/DxeTpmMeasurementLib: "
` [PATCH v2 4/9] SecurityPkg/PeiTpmMeasurementLib: "
` [PATCH v2 5/9] IntelFsp2WrapperPkg/FspMeasurementLib: Add header file
` [PATCH v2 6/9] IntelFsp2WrapperPkg/FspMeasurementLib: Add BaseFspMeasurementLib
` [PATCH v2 7/9] IntelFsp2WraperPkg/Fsp{m|s}WrapperPeim: Add FspBin measurement
` [PATCH v2 8/9] IntelFsp2Wrapper/dsc: Add FspTpmMeasurementLib and PcdFspMeasurementConfig
` [PATCH v2 9/9] SecurityPkg/Tcg2: handle PRE HASH and LOG ONLY

[PATCH V3] Maintainers.txt: Add reviewer for serial and disk
 2020-08-06  0:38 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 1/7] FmpDevicePkg/FmpDependencyLib: Correct ValidateDependency() documentation
 2020-08-05 21:39 UTC  (7+ messages)
` [PATCH v2 2/7] FmpDevicePkg/FmpDependencyLib: Fix "exression" typo
` [PATCH v2 3/7] FmpDevicePkg/FmpDependencyLib: Handle version string overflow
` [PATCH v2 4/7] FmpDevicePkg/FmpDependencyCheckLib: Return unsatisfied on handle failure
` [PATCH v2 5/7] FmpDevicePkg/FmpDxe: Better warn of potential ImageTypeId misconfig
` [PATCH v2 6/7] FmpDevicePkg/FmpDxe: Indicate ESRT GUID on invalid ImageIdName
` [PATCH v2 7/7] FmpDevicePkg/FmpDxe: Improve function parameter validation

[PATCH v2 0/7] FmpDevicePkg Minor Fixes
 2020-08-05 21:39 UTC 

[PATCH v2 0/2] Add BUILDREPORT to server builds
 2020-08-05 19:11 UTC  (3+ messages)
` [PATCH v2 1/2] .pytool/Plugin: Enable BUILDREPORT on server CI builds
` [PATCH v2 2/2] .azurepipelines: Add BUILD_REPORT to collected artifacts

[edk2-devel] question about MSFT compiler/link option
 2020-08-05 15:17 UTC  (2+ messages)

[edk2-platforms PATCH 1/5] Silicon/Synopsys/DesignWare: Import DesignWare USB3 peripheral driver
 2020-08-05 10:50 UTC  (5+ messages)

[PATCH edk2-platforms v1 0/3] Casts to avoid void* pointer arithmetic
 2020-08-05 10:06 UTC  (2+ messages)

[PATCH 0/2] Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES
 2020-08-05  6:08 UTC  (3+ messages)
` [PATCH 1/2] MdePkg: "
` [PATCH 2/2] MdeModulePkg: "

[edk2-devel] [PATCH v1 0/7] FmpDevicePkg Minor Fixes
 2020-08-05  4:42 UTC  (2+ messages)

[Patch] BaseTools/VolInfo: Fix spelling mistake
 2020-08-05  0:23 UTC  (2+ messages)

[Patch] BaseTools/GenSec: Fix spelling mistake
 2020-08-05  0:22 UTC  (2+ messages)
` [edk2-devel] "

Topics for this week's Community meeting
 2020-08-04 23:32 UTC 

[PATCH v5 0/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-08-04 17:43 UTC  (4+ messages)
` [PATCH v5 1/1] "
  ` [edk2-devel] "

[PATCH edk2-test 1/1] SctPkg: fix page alignment calculations
 2020-08-04 16:56 UTC  (3+ messages)
  ` [edk2-devel] "

[edk2-devel] question about MSFT compiler/link option
 2020-08-04 15:20 UTC  (2+ messages)

[edk2-platforms] [PATCH] IntelSiliconPkg: IOMMU generic bug fix
 2020-08-04 15:15 UTC  (9+ messages)
  ` [edk2-devel] "

[edk2-test][PATCH v1 1/1] uefi-sct/SctPkg: Fix GUID of EfiCompliant test
 2020-08-04 12:00 UTC 


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