public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-08-13 09:08:46 to 2020-08-18 02:21:19 UTC [more...]

[PATCH 1/1] OvmfPkg/Bhyve: rename files to remove 'Pkg' infix
 2020-08-18  2:21 UTC  (2+ messages)
` [edk2-devel] "

[PATCH EDK2 v2 0/1] SecurityPkg/DxeImageVerificationLib:Enhanced verification of Offset
 2020-08-18  2:10 UTC  (10+ messages)
` [PATCH EDK2 v2 1/1] "
      ` [edk2-devel] "

[edk2-wiki][PATCH v3] Update the Boot Guard TOCTOU wiki page
 2020-08-18  1:39 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v3 0/8] Need add a FSP binary measurement
 2020-08-18  1:37 UTC  (11+ messages)
` [PATCH v3 1/8] SecurityPkg/FvEventLogRecordLib: add new lib for firmware measurement
` [PATCH v3 2/8] IntelFsp2WrapperPkg/FspMeasurementLib: Add header file
` [PATCH v3 3/8] IntelFsp2WrapperPkg/FspMeasurementLib: Add BaseFspMeasurementLib
` [PATCH v3 4/8] IntelFsp2WraperPkg/Fsp{m|s}WrapperPeim: Add FspBin measurement
` [PATCH v3 5/8] SecurityPkg/dsc: add FvEventLogRecordLib
` [PATCH v3 6/8] IntelFsp2Wrapper/dsc: Add FspTpmMeasurementLib and PcdFspMeasurementConfig
` [PATCH v3 7/8] SecurityPkg/Tcg2: handle PRE HASH and LOG ONLY
` [PATCH v3 8/8] IntelFsp2WrapperPkg/dsc: add HashLib, Tpm2CommandLib and Tpm2DeviceLib

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

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

[PATCH v1-resend 1/1] ShellPkg/AcpiView: PCCT Parser
 2020-08-18  0:48 UTC 

[PATCH v5 0/1] ShellPkg/DynamicCommand: add HttpDynamicCommand
 2020-08-17 22:52 UTC  (9+ messages)
` [PATCH v5 1/1] "

UefiPayloadPkg: Slimboot assign PCIe resource above 4GB. but not supported in UEFIPayload
 2020-08-17 22:43 UTC  (3+ messages)
` [edk2-devel] "

Soft Feature Freeze starts now for edk2-stable202008
 2020-08-17 21:33 UTC  (4+ messages)
    ` [EXTERNAL] "

[PATCH 0/3] Platform/RasberryPi: Thermal zone
 2020-08-17 19:03 UTC  (10+ messages)
` [PATCH 1/3] Platform/RaspberryPi4: Add a basic thermal zone
` [PATCH 2/3] Platform/RaspberryPi4: Create ACPI fan object
  ` [edk2-devel] "
` [PATCH 3/3] Platform/RaspberryPi: Add entry for user fan control
  ` [edk2-devel] [PATCH 0/3] Platform/RasberryPi: Thermal zone

[PATCH 0/2] BaseTools: Python 3.9 fixes
 2020-08-17 17:07 UTC  (6+ messages)
` [PATCH 1/2] BaseTools: fix ucs-2 lookup on python 3.9
` [PATCH 2/2] BaseTools: Work around array.array.tostring() removal in "
` [edk2-devel] [PATCH 0/2] BaseTools: Python 3.9 fixes

[PATCH v4 0/2] Enable EDKII CI support for DynamicTablesPkg
 2020-08-17 16:30 UTC  (4+ messages)

[edk2-platform][PATCH v1 0/3] Platforms/RaspberryPi: Fix ComponentName2 SCT errors
 2020-08-17 13:58 UTC  (9+ messages)
` [edk2-platform][PATCH v1 1/3] Platforms/RaspberryPi: Fix DisplayDxe ComponentName2 error checking
    ` [edk2-devel] "
` [edk2-platform][PATCH v1 2/3] Platforms/RaspberryPi: Fix DwUsbHostDxe "
` [edk2-platform][PATCH v1 3/3] Platforms/RaspberryPi: Fix BcmGenetDxe "

[PATCH v10 00/16] Add a plugin to check Ecc issues for edk2 on open ci
 2020-08-17  4:10 UTC  (4+ messages)
` [PATCH v10 02/16] .pytool/Plugin: Add a plugin EccCheck
    ` [edk2-devel] "

[PATCH] .gitignore: Ignore .vscode/ directory generated by VS Code
 2020-08-17  3:00 UTC  (3+ messages)

[edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: EFI_RNG_PROTOCOL.GetInfo check size != 0
 2020-08-16 21:40 UTC  (2+ messages)

[edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix variable services conformance test
 2020-08-16 20:53 UTC  (5+ messages)
` [edk2-devel] "

TianoCore Design Meeting - APAC/NAMO - Fri, 08/21/2020 9:30am-10:30am #cal-reminder
 2020-08-16  1:30 UTC 

[PATCH 0/1] edk2-platforms: Deduplicate RISC-V SMBIOS
 2020-08-15  9:40 UTC  (5+ messages)
` [PATCH 1/1] "
  ` [edk2-devel] "

[edk2-devel] [PATCH v4 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
 2020-08-15  5:33 UTC  (4+ messages)

[PATCH 0/1] CryptoPkg/BaseCryptLib: Add EVP (Envelope) Digest interface
 2020-08-14 21:33 UTC  (6+ messages)
` [PATCH 1/1] "
  ` [edk2-devel] "

[PATCH v7 0/5] Use RngLib instead of TimerLib for OpensslLib
 2020-08-14 21:01 UTC  (9+ messages)
` [PATCH v7 1/5] MdePkg: TimerRngLib: Added RngLib that uses TimerLib
` [PATCH v7 2/5] MdePkg: BaseRngLibDxe: Add RngLib that uses RngDxe
` [PATCH v7 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
` [PATCH v7 4/5] ArmVirtPkg: Add RngLib based on TimerLib for CryptoPkg
` [PATCH v7 5/5] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool
  ` [edk2-devel] "
` [edk2-devel] [PATCH v7 0/5] Use RngLib instead of TimerLib for OpensslLib

[PATCH v2 0/2] CryptoPkg/OpensslLib: Add native instruction support for X64
 2020-08-14 19:34 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] CryptoPkg/OpensslLib: Commit the auto-generated assembly files "

[PATCH] UefiCpuPkg/MtrrLibUnitTest: Change to use static array for CI test
 2020-08-14 17:17 UTC  (4+ messages)

[Patch] BaseTools: Enable Module Scope Structure Pcd
 2020-08-14  3:55 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/2] Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES
 2020-08-14  2:09 UTC  (2+ messages)

[PATCH v9 00/16] Add a plugin to check Ecc issues for edk2 on open ci
 2020-08-14  1:58 UTC  (3+ messages)
` [PATCH v9 16/16] UnitTestFrameworkPkg: Add configuration for Ecc check in yaml file

[Patch 0/2] Fix the issue to set VS2017 and VS2019 prefix env
 2020-08-14  1:05 UTC  (5+ messages)
` [Patch 1/2] BaseTools: Move VS2019 env setting after VS2017 env setting
` [Patch 2/2] BaseTools: Fix the issue in VS prefix setting for VS2017/VS2019

[Patch] BaseTools: Fix the issue in VS2017/VS2019 setting
 2020-08-14  1:05 UTC  (2+ messages)

[edk2-devel] [Patch ] Static IP based HTTP Support
 2020-08-13 20:00 UTC  (2+ messages)

[PATCH v6 0/5] Use RngLib instead of TimerLib for OpensslLib
 2020-08-13 19:42 UTC  (12+ messages)
` [PATCH v6 1/5] MdePkg: TimerRngLib: Added RngLib that uses TimerLib
` [PATCH v6 2/5] MdePkg: BaseRngLibDxe: Add RngLib that uses RngDxe
` [PATCH v6 5/5] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool

[edk2-platform][PATCH v1 1/1] Platforms/RaspberryPi: Fix DBG2 UART namespace reference
 2020-08-13 16:58 UTC  (3+ messages)

[PATCH edk2-platforms v1-resend 0/7] Updates to support Dynamic AML
 2020-08-13 15:39 UTC  (9+ messages)
` [PATCH edk2-platforms v1-resend 1/7] Platform/ARM/Juno: Remove SSDT UART table
` [PATCH edk2-platforms v1-resend 2/7] ArmPlatformPkg: Juno: Increase FD size
` [PATCH edk2-platforms v1-resend 3/7] Platform/ARM: FVP: Fix serial port interrupt
` [PATCH edk2-platforms v1-resend 4/7] Platform/ARM: FVP: Add UART base address length
` [PATCH edk2-platforms v1-resend 5/7] Platform/ARM: FVP: Enable SSDT Serial generation
` [PATCH edk2-platforms v1-resend 6/7] Platform/ARM: Juno: Configuration Mgr lib linkage
` [PATCH edk2-platforms v1-resend 7/7] Platform/ARM: FVP: "
` [edk2-devel] [PATCH edk2-platforms v1-resend 0/7] Updates to support Dynamic AML

[PATCH v1 00/30] Add Dynamic AML generation support
 2020-08-13 15:16 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3 0/3] Use RngLib instead of TimerLib for OpensslLib
 2020-08-13 15:10 UTC  (4+ messages)
` [PATCH v3 1/3] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool
    ` [edk2-devel] "

[edk2-platform][PATCH v1 0/2] Platform/RaspberryPi : Set supported platform Language to English
 2020-08-13 13:55 UTC  (2+ messages)

[edk2-platform][PATCH v1 1/1] Platforms/RaspberryPi: Fix RPi4 GICC PMU PPI
 2020-08-13 13:52 UTC  (3+ messages)

[edk2-platform][PATCH v1 0/3] Platform/RaspberryPi : SCT EFI_GRAPHICS_OUTPUT_PROTOCOL fixes
 2020-08-13 13:50 UTC  (2+ messages)

[edk2-platform][PATCH v1 0/7] Platform/RaspberryPi : SMBIOS fixes and cleanup
 2020-08-13 13:47 UTC  (2+ messages)

[PATCH EDK2 v1 0/1] Enhanced verification of Offset(CVE-2019-14562)
 2020-08-13 12:43 UTC  (4+ messages)
` [PATCH EDK2 v1 1/1] SecurityPkg/DxeImageVerificationLib:Enhanced "
  ` [edk2-devel] "

[PATCH edk2-platforms v1 0/7] Updates to support Dynamic AML
 2020-08-13 12:39 UTC  (10+ messages)
` [PATCH edk2-platforms v1 1/7] Platform/ARM/Juno: Remove SSDT UART table
` [PATCH edk2-platforms v1 2/7] ArmPlatformPkg: Juno: Increase FD size
` [PATCH edk2-platforms v1 3/7] Platform/ARM: FVP: Fix serial port interrupt
` [PATCH edk2-platforms v1 4/7] Platform/ARM: FVP: Add UART base address length
` [PATCH edk2-platforms v1 5/7] Platform/ARM: FVP: Enable SSDT Serial generation
` [PATCH edk2-platforms v1 6/7] Platform/ARM: Juno: Configuration Mgr lib linkage
` [PATCH edk2-platforms v1 7/7] Platform/ARM: FVP: "

[Patch] BaseTools: remove the obsolete UserManuals for each tools
 2020-08-13  9:33 UTC 

[Patch] BaseTools: Move CreateAsBuiltInf into AutoGenWorker for parallel
 2020-08-13  9:12 UTC  (4+ messages)


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