messages from 2020-07-28 15:09:19 to 2020-08-01 01:05:01 UTC [more...]
[Patch 0/6] Fix spelling mistake for occurred
2020-08-01 1:04 UTC (3+ messages)
` [Patch 1/6] EmulatorPkg: "
` [Patch 2/6] MdeModulePkg: "
[Patch] MdeModulePkg/CapsuleApp: Fix spelling mistake
2020-08-01 0:34 UTC
[Patch] UefiCpuPkg/CpuCommonFeaturesLib: Fix spelling mistake
2020-08-01 0:28 UTC
[PATCH v3 0/3] Use RngLib instead of TimerLib for OpensslLib
2020-08-01 0:25 UTC (6+ messages)
` [PATCH v3 1/3] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool
` [PATCH v3 2/3] MdePkg: TimerRngLib: Added RngLib that uses TimerLib
` [PATCH v3 3/3] MdePkg: BaseRngLibDxe: Add RngLib that uses RngDxe
` [edk2-devel] [PATCH v3 0/3] Use RngLib instead of TimerLib for OpensslLib
[Patch] MdeModulePkg/EbcDxe: Fix spelling mistake
2020-07-31 22:34 UTC
[Patch] BaseTools/VolInfo: Fix spelling mistake
2020-07-31 22:28 UTC
[Patch v2 0/2] Use RngLib instead of TimerLib for OpensslLib
2020-07-31 22:24 UTC (7+ messages)
` [Patch v2 1/2] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool
` [Patch v2 2/2] MdePkg: TimerRngLib: Added RngLib that uses TimerLib
` [edk2-devel] [Patch v2 0/2] Use RngLib instead of TimerLib for OpensslLib
[PATCH v13 00/46] SEV-ES guest support
2020-07-31 21:38 UTC (54+ messages)
` [PATCH v13 01/46] MdeModulePkg: Create PCDs to be used in support of SEV-ES
` [PATCH v13 02/46] UefiCpuPkg: Create PCD "
` [PATCH v13 03/46] MdePkg: Add the MSR definition for the GHCB register
` [PATCH v13 04/46] MdePkg: Add a structure definition for the GHCB
` [PATCH v13 05/46] MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tables
` [PATCH v13 06/46] MdePkg/BaseLib: Add support for the XGETBV instruction
` [PATCH v13 07/46] MdePkg/BaseLib: Add support for the VMGEXIT instruction
` [edk2-devel] "
` [PATCH v13 08/46] UefiCpuPkg: Implement library support for VMGEXIT
` [PATCH v13 09/46] OvmfPkg: Prepare OvmfPkg to use the VmgExitLib library
` [PATCH v13 10/46] UefiPayloadPkg: Prepare UefiPayloadPkg "
` [PATCH v13 11/46] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception
` [PATCH v13 12/46] OvmfPkg/VmgExitLib: Implement library support for VmgExitLib in OVMF
` [PATCH v13 13/46] OvmfPkg/VmgExitLib: Add support for IOIO_PROT NAE events
` [PATCH v13 14/46] OvmfPkg/VmgExitLib: Support string IO "
` [PATCH v13 15/46] OvmfPkg/VmgExitLib: Add support for CPUID "
` [PATCH v13 16/46] OvmfPkg/VmgExitLib: Add support for MSR_PROT "
` [PATCH v13 17/46] OvmfPkg/VmgExitLib: Add support for NPF NAE events (MMIO)
` [PATCH v13 18/46] OvmfPkg/VmgExitLib: Add support for WBINVD NAE events
` [PATCH v13 19/46] OvmfPkg/VmgExitLib: Add support for RDTSC "
` [PATCH v13 20/46] OvmfPkg/VmgExitLib: Add support for RDPMC "
` [PATCH v13 21/46] OvmfPkg/VmgExitLib: Add support for INVD "
` [PATCH v13 22/46] OvmfPkg/VmgExitLib: Add support for VMMCALL "
` [PATCH v13 23/46] OvmfPkg/VmgExitLib: Add support for RDTSCP "
` [PATCH v13 24/46] OvmfPkg/VmgExitLib: Add support for MONITOR/MONITORX "
` [PATCH v13 25/46] OvmfPkg/VmgExitLib: Add support for MWAIT/MWAITX "
` [PATCH v13 26/46] OvmfPkg/VmgExitLib: Add support for DR7 Read/Write "
` [PATCH v13 27/46] OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator function
` [PATCH v13 28/46] OvmfPkg: Add support to perform SEV-ES initialization
` [PATCH v13 29/46] OvmfPkg: Create a GHCB page for use during Sec phase
` [PATCH v13 30/46] OvmfPkg/PlatformPei: Reserve GHCB-related areas if S3 is supported
` [PATCH v13 31/46] OvmfPkg: Create GHCB pages for use during Pei and Dxe phase
` [PATCH v13 32/46] OvmfPkg/PlatformPei: Move early GDT into ram when SEV-ES is enabled
` [PATCH v13 33/46] UefiCpuPkg: Create an SEV-ES workarea PCD
` [PATCH v13 34/46] OvmfPkg: Reserve a page in memory for the SEV-ES usage
` [PATCH v13 35/46] OvmfPkg/PlatformPei: Reserve SEV-ES work area if S3 is supported
` [PATCH v13 36/46] OvmfPkg/ResetVector: Add support for a 32-bit SEV check
` [PATCH v13 37/46] OvmfPkg/Sec: Add #VC exception handling for Sec phase
` [PATCH v13 38/46] OvmfPkg/Sec: Enable cache early to speed up booting
` [PATCH v13 39/46] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Bypass flash detection with SEV-ES
` [PATCH v13 40/46] UefiCpuPkg: Add a 16-bit protected mode code segment descriptor
` [PATCH v13 41/46] UefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate if SEV-ES is enabled
` [PATCH v13 42/46] UefiCpuPkg: Allow AP booting under SEV-ES
` [PATCH v13 43/46] OvmfPkg: Use the SEV-ES work area for the SEV-ES AP reset vector
` [PATCH v13 44/46] OvmfPkg: Move the GHCB allocations into reserved memory
` [PATCH v13 45/46] UefiCpuPkg/MpInitLib: Prepare SEV-ES guest APs for OS use
` [PATCH v13 46/46] Maintainers.txt: Add reviewers for the OvmfPkg SEV-related files
[PATCH 0/1] Add BhyvePkg, to support the bhyve hypervisor
2020-07-31 21:14 UTC (10+ messages)
` [PATCH 1/1] "
` [edk2-devel] "
[PATCH] SimicsOpenBoardPkg: Update usage of functions to be removed
2020-07-31 18:05 UTC (2+ messages)
[PATCH] Check return status on calls to GetTime()
2020-07-31 17:19 UTC
[PATCH 0/8] ConfigurationManagerProtocol update
2020-07-31 16:19 UTC (9+ messages)
` [PATCH 1/8] DynamicTablesPkg: Include BaseStackCheckLib
` [PATCH 2/8] DynamicTablesPkg: Fold Namespaces into CmObjectId Enums
` [PATCH 3/8] DynamicTablesPkg: Add ConfigurationManagerDumpApp
` [PATCH 4/8] DynamicTablesPkg: Update ConfigurationManagerProtocol
` [PATCH 5/8] DynamicTablesPkg: Add CfgMgrProtocol helper functions
` [PATCH 6/8] DynamicTablesPkg/TableHelperLib: User friendly strings
` [PATCH 7/8] DynamicTablesPkg: Simplify AddAcpiHeader, CfgMgrGetInfo
` [PATCH 8/8] DynamicTablesPkg: Remove GET_OBJECT_LIST
[PATCH] MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES
2020-07-31 15:56 UTC (9+ messages)
` [edk2-devel] "
[platforms: PATCH v2 1/1] Marvell/Drivers: MvFvbDxe: Switch to PcdSet64S
2020-07-31 15:40 UTC
[PATCH] UefiCpuPkg/PiSmmCpuDxeSmm: pause in WaitForSemaphore() before re-fetch
2020-07-31 13:30 UTC (3+ messages)
` [edk2-devel] "
[PATCH 0/9] Need add a FSP binary measurement
2020-07-31 8:54 UTC (10+ messages)
` [PATCH 1/9] MdeModulePkg/TpmMeasurementLib: Add new API to TpmMeasurmentLib
` [PATCH 2/9] MdeModulePkg/NullTpmMeasurementLib: Add new API
` [PATCH 3/9] SecurityPkg/DxeTpmMeasurementLib: "
` [PATCH 4/9] SecurityPkg/PeiTpmMeasurementLib: "
` [PATCH 5/9] IntelFsp2WrapperPkg/FspMeasurementLib: Add header file
` [PATCH 6/9] IntelFsp2WrapperPkg/FspMeasurementLib: Add BaseFspMeasurementLib
` [PATCH 7/9] IntelFsp2WraperPkg/Fsp{m|s}WrapperPeim: Add FspBin measurement
` [PATCH 8/9] IntelFsp2Wrapper/dsc: Add FspTpmMeasurementLib and PcdFspMeasurementConfig
` [PATCH 9/9] SecurityPkg/HashLib: add API HashFinal
[edk2-platform][PATCH v1 1/1] Platforms/RaspberryPi: Fix RPi4 GICC PMU PPI
2020-07-31 7:55 UTC (2+ messages)
[edk2-platforms][PATCH 1/1] Platforms/RaspberryPi: Switch to PcdSet##S
2020-07-31 7:51 UTC
[edk2-devel] [PATCH 1/1] Maintainers.txt: Add reviewer for FmpDevicePkg
2020-07-31 7:30 UTC (2+ messages)
[edk2-platforms] [PATCH] IntelSiliconPkg: IOMMU generic bug fix
2020-07-31 7:29 UTC (8+ messages)
` [edk2-devel] "
[PATCH v1 0/7] FmpDevicePkg Minor Fixes
2020-07-31 6:56 UTC (2+ messages)
` [edk2-devel] "
[edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page
2020-07-31 5:27 UTC (5+ messages)
` [edk2-devel] "
[PATCH 00/15] Add a plugin LicenseCheck in open ci
2020-07-31 4:17 UTC (21+ messages)
` [PATCH 01/15] .pytool/Plugin: Add a plugin LicenseCheck
` [PATCH 06/15] FmpDevicePkg/FmpDevicePkg.ci.yaml: Add configuration for LicenseCheck
` [PATCH 15/15] UnitTestFrameworkPkg: Add configuration for LicenseCheck in yaml file
` [edk2-devel] "
` [edk2-devel] [PATCH 00/15] Add a plugin LicenseCheck in open ci
[PATCH v4 0/3] UefiPayloadPkg: Runtime MMCONF
2020-07-31 3:54 UTC (5+ messages)
` [PATCH v4 2/3] MdePkg/BasePciExpressLib: Support variable size MMCONF
` [edk2-devel] "
[PATCHv v2 00/15] Add a plugin LicenseCheck in open ci
2020-07-31 3:48 UTC (6+ messages)
` [PATCH v2 01/15] .pytool/Plugin: Add a plugin LicenseCheck
` [edk2-devel] "
[PATCH 0/2] Drop suggestions of alternative acceptable licenses
2020-07-31 3:48 UTC (8+ messages)
` [PATCH 1/2] Revert "BaseTools/PatchCheck.py: Add LicenseCheck"
` [edk2-devel] "
[PATCH v1 1/7] FmpDevicePkg/FmpDependencyLib: Correct ValidateDependency() documentation
2020-07-31 3:14 UTC (7+ 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
` [PATCH v1 7/7] FmpDevicePkg/FmpDxe: Improve function parameter validation
[platforms: PATCH 1/1] Marvell/Drivers: MvFvbDxe: Switch to PcdSet64S
2020-07-31 1:53 UTC (2+ messages)
` [edk2-devel] "
acpiview error handling patches
2020-07-31 0:43 UTC (3+ messages)
` [edk2-devel] "
[PATCH edk2-platforms v1 0/3] Casts to avoid void* pointer arithmetic
2020-07-30 19:15 UTC (4+ messages)
` [PATCH edk2-platforms v1 1/3] Silicon/Marvell/Drivers: "
` [PATCH edk2-platforms v1 2/3] Silicon/Socionext/SynQuacer: "
` [PATCH edk2-platforms v1 3/3] Silicon/Synopsys/DesignWare: "
[edk2-platforms PATCH 1/5] Silicon/Synopsys/DesignWare: Import DesignWare USB3 peripheral driver
2020-07-30 12:18 UTC (4+ messages)
[PATCH V2 0/2] Add gcc flag for void* pointer arithmetics
2020-07-30 12:08 UTC (4+ messages)
` [PATCH V2 2/2] BaseTools: Factorize GCC flags
` [edk2-devel] "
[edk2-wiki][PATCH v1 1/2] Add OVMF WinDbg source debug enabling instructions
2020-07-30 10:21 UTC (4+ messages)
` [edk2-devel] "
` [edk2-wiki][PATCH v1 2/2] Update OVMF FAQ to include WinDbg "
` [edk2-devel] "
[edk2-test] [PATCH 1/1] uefi-sct/SctPkg: EFI_RNG_PROTOCOL.GetInfo check size != 0
2020-07-30 5:28 UTC (2+ messages)
[PATCH v6 00/14] Add the VariablePolicy feature
2020-07-30 1:43 UTC (4+ messages)
` [EXTERNAL] [edk2-devel] "
[edk2-staging/EdkRepo] [PATCH v1] EdkRepo: Fixing inconsistent win32 HOME path mapping
2020-07-30 1:10 UTC
[PATCH 1/1] Maintainers.txt: Add "Guomin Jiang" as reviewer for Crypto and Capsule
2020-07-29 13:59 UTC (3+ messages)
[PATCH edk2-platforms 1/1] Silicon/Socionext: rename Emmc.c to fix build error
2020-07-29 11:34 UTC (2+ messages)
` [edk2-devel] "
[PATCH 00/16] OvmfPkg: support VCPU hotplug with -D SMM_REQUIRE
2020-07-29 8:37 UTC (4+ messages)
` [edk2-devel] "
[PATCH] BaseTools/PeCoffLoaderEx: Remove the unused local variable
2020-07-29 2:58 UTC (2+ messages)
` [edk2-devel] "
TianoCore Bug Triage - APAC / NAMO - Tue, 07/28/2020 6:30pm-7:30pm #cal-reminder
2020-07-29 1:15 UTC
[PATCH v12 00/46] SEV-ES guest support
2020-07-29 1:13 UTC (9+ messages)
` [PATCH v12 07/46] MdePkg/BaseLib: Add support for the VMGEXIT instruction
[PATCH v1 0/2] Use RngLib instead of TimerLib for OpensslLib
2020-07-29 1:08 UTC (3+ messages)
` [PATCH v1 1/2] CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_pool
` [edk2-devel] "
[PATCH v5 0/5] Compile AML bytecode array into OBJ file
2020-07-29 0:17 UTC (10+ messages)
` [PATCH v5 4/5] BaseTools: Compile AML bytecode arrays into .obj file
` [edk2-devel] "
[PATCH v4] UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test
2020-07-28 22:07 UTC (8+ messages)
` [edk2-devel] "
` [EXTERNAL] "
` [EXTERNAL] "
TianoCore Bug Triage - APAC / NAMO - Tue, 07/28/2020 6:30pm-7:30pm #cal-reminder
2020-07-28 15:08 UTC (2+ messages)
` [edk2-devel] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox