public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-08-12 10:05:50 to 2020-08-14 01:05:18 UTC [more...]

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

[PATCH v7 0/5] Use RngLib instead of TimerLib for OpensslLib
 2020-08-13 23:26 UTC  (7+ 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] "

[PATCH 0/3] Platform/RasberryPi: Thermal zone
 2020-08-13 23:00 UTC  (4+ messages)
` [PATCH 1/3] Platform/RaspberryPi4: Add a basic thermal zone
` [PATCH 2/3] Platform/RaspberryPi4: Create ACPI fan object
` [PATCH 3/3] Platform/RaspberryPi: Add entry for user fan control

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

[PATCH v15 00/46] SEV-ES guest support
 2020-08-13 19:53 UTC  (48+ 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

[PATCH v6 0/5] Use RngLib instead of TimerLib for OpensslLib
 2020-08-13 19:42 UTC  (16+ 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 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
` [PATCH v6 4/5] ArmVirtPkg: Add RngLib based on TimerLib for CryptoPkg
` [PATCH v6 5/5] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool

[PATCH] UefiCpuPkg/MtrrLibUnitTest: Change to use static array for CI test
 2020-08-13 18:54 UTC  (3+ messages)

[PATCH EDK2 v2 0/1] SecurityPkg/DxeImageVerificationLib:Enhanced verification of Offset
 2020-08-13 18:50 UTC  (4+ messages)
` [PATCH EDK2 v2 1/1] "

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

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

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

[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  (32+ messages)
` [PATCH v1 01/30] DynamicTablesPkg: Introduction to Dynamic AML
` [PATCH v1 02/30] DynamicTablesPkg: AmlLib definitions
` [PATCH v1 03/30] DynamicTablesPkg: AML grammar definition
` [PATCH v1 04/30] DynamicTablesPkg: AML node definitions
` [PATCH v1 05/30] DynamicTablesPkg: AML tree interface
` [PATCH v1 06/30] DynamicTablesPkg: AML tree enumerator
` [PATCH v1 07/30] DynamicTablesPkg: AML tree traversal
` [PATCH v1 08/30] DynamicTablesPkg: AML tree iterator
` [PATCH v1 09/30] DynamicTablesPkg: AML tree/node cloning
` [PATCH v1 10/30] DynamicTablesPkg: AML utility interfaces
` [PATCH v1 11/30] DynamicTablesPkg: AML and ASL string helper
` [PATCH v1 12/30] DynamicTablesPkg: AML stream interface
` [PATCH v1 13/30] DynamicTablesPkg: AML serialise interface
` [PATCH v1 14/30] DynamicTablesPkg: AML debug logging
` [PATCH v1 15/30] DynamicTablesPkg: AML ACPI Namespace interface
` [PATCH v1 16/30] DynamicTablesPkg: AML Parser
` [PATCH v1 17/30] DynamicTablesPkg: AML resource data helper
` [PATCH v1 18/30] DynamicTablesPkg: AML resource data parser
` [PATCH v1 19/30] DynamicTablesPkg: AML Method parser
` [PATCH v1 20/30] DynamicTablesPkg: AML Field list parser
` [PATCH v1 21/30] DynamicTablesPkg: AML Codegen
` [PATCH v1 22/30] DynamicTablesPkg: AML Resource Data Codegen
` [PATCH v1 23/30] DynamicTablesPkg: AML Core interface
` [PATCH v1 24/30] DynamicTablesPkg: AmlLib APIs
` [PATCH v1 25/30] DynamicTablesPkg: Dynamic AML: Add AmlLib library
` [PATCH v1 26/30] DynamicTablesPkg: Add AsciiFromHex helper function
` [PATCH v1 27/30] DynamicTablesPkg: SSDT Serial Port Fixup library
` [PATCH v1 28/30] DynamicTablesPkg: SSDT Serial Port generator
` [PATCH v1 29/30] DynamicTablesPkg: Add SSDT Serial port for SPCR
` [PATCH v1 30/30] DynamicTablesPkg: Add SSDT Serial port for DBG2
` [edk2-devel] [PATCH v1 00/30] Add Dynamic AML generation support

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

[PATCH 0/1] CryptoPkg/BaseCryptLib: Add EVP (Envelope) Digest interface
 2020-08-13 14:38 UTC  (5+ messages)
` [PATCH 1/1] "
  ` [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  (4+ messages)
` [edk2-platform][PATCH v1 7/7] Platforms/RaspberryPi: SMBIOS minor cleanup

[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  (5+ messages)
` [edk2-devel] "

[edk2-devel] question about UnitTest Framework
 2020-08-13  8:02 UTC 

[edk2-devel] [Patch ] IP is getting Configured when IP Configuration is disabled
 2020-08-13  6:50 UTC 

[Patch 0/2] Fix the issue to set VS2017 and VS2019 prefix env
 2020-08-13  6:40 UTC  (3+ 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] MdeModulePkg/UsbBusDxe: some USB PenDisk fails enumeration
 2020-08-13  2:49 UTC  (6+ messages)
` [edk2-devel] "

[PATCH V2 0/3] MdeModulePkg/PartitionDxe: Make the parition driver match the spec
 2020-08-13  1:38 UTC  (6+ messages)
` [PATCH V2 3/3] MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child hander
  ` [edk2-devel] [PATCH V2 0/3] MdeModulePkg/PartitionDxe: Make the parition driver match the spec

[PATCH V1] MdePkg/Include/Guid/Cper.h: CXL Protocol Error
 2020-08-13  1:15 UTC  (2+ messages)

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

[PATCH v5 0/5] Use RngLib instead of TimerLib for OpensslLib
 2020-08-12 21:22 UTC  (10+ messages)
` [PATCH v5 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
    ` [edk2-devel] "
` [PATCH v5 4/5] ArmVirtPkg: Add RngLib based on TimerLib for CryptoPkg
    ` [edk2-devel] "
    ` [edk2-devel] [PATCH v5 0/5] Use RngLib instead of TimerLib for OpensslLib

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

[EXTERNAL] [edk2-devel] [PATCH v4] UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test
 2020-08-12 17:40 UTC  (5+ messages)

[PATCH] Add a stub CONTRIBUTING.md pointing to the wiki
 2020-08-12 17:33 UTC  (6+ messages)

[PATCH v14 00/46] SEV-ES guest support
 2020-08-12 16:59 UTC  (11+ messages)
` [edk2-devel] "

acpiview error handling patches
 2020-08-12 16:22 UTC  (6+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH edk2-test 1/1] SctPkg: fix page alignment calculations
 2020-08-12 13:25 UTC  (2+ messages)

[PATCH edk2-platforms 0/3] Add Features to NXP Platforms
 2020-08-12 12:45 UTC  (5+ messages)
` [PATCH edk2-platforms 3/3] Silicon/NXP: Add Support for git commit info print

Propose on enabling TLSv1.3
 2020-08-12 11:12 UTC  (3+ messages)
    ` 回覆: [edk2-devel] "

[edk2-devel] [PATCH v4 3/5] OvmfPkg: Add RngLib based on TimerLib for Crypto
 2020-08-12 10:05 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