messages from 2020-03-02 10:33:19 to 2020-03-04 06:02:48 UTC [more...]
[edk2/master PATCH RISC-V CI v1 0/6] RISC-V EDK2 CI configuration files
2020-03-04 5:26 UTC (4+ messages)
` [edk2/master PATCH RISC-V CI v1 1/6] RiscVPlatformPkg: Add RiscVPlatformPkg yaml file for EDK2 CI
` [edk2/master PATCH RISC-V CI v1 2/6] RiscVPkg: Add RiscVPkg "
` [edk2/master PATCH RISC-V CI v1 3/6] MdeModulePkg: Revise MdeModulePkg yaml file for RISC-V "
EDK II Stable Tag edk2-stable202002 will be created based on commit 4c0f6e349d32cf27a7104ddd3e729d6ebc88ea70
2020-03-04 4:38 UTC
TianoCore Community Design Meeting Minutes - Feb 21, 2020
2020-03-04 4:11 UTC (2+ messages)
` [edk2-devel] "
[PATCH v1 1/2] MdeModulePkg/Variable: Remove some debug print for runtime
2020-03-04 2:48 UTC (2+ messages)
` [PATCH v1 2/2] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable
[PATCH v1 0/2] Fix two issue in variable
2020-03-04 2:48 UTC
[PATCH v3 0/1] Add PCD to disable safe string constraint assertions
2020-03-04 0:19 UTC (18+ messages)
` [edk2-devel] "
[PATCH v5 00/42] SEV-ES guest support
2020-03-03 23:52 UTC (51+ messages)
` [PATCH v5 01/42] MdePkg: Create PCDs to be used in support of SEV-ES
` [PATCH v5 02/42] MdePkg: Add the MSR definition for the GHCB register
` [PATCH v5 03/42] MdePkg: Add a structure definition for the GHCB
` [PATCH v5 04/42] MdeModulePkg/DxeIplPeim: Support GHCB pages when creating page tables
` [PATCH v5 05/42] MdePkg/BaseLib: Add support for the XGETBV instruction
` [PATCH v5 06/42] MdePkg/BaseLib: Add support for the VMGEXIT instruction
` [PATCH v5 07/42] UefiCpuPkg: Implement library support for VMGEXIT
` [PATCH v5 08/42] OvmfPkg: Prepare OvmfPkg to use the VmgExitLib library
` [edk2-devel] "
` [PATCH v5 09/42] UefiPayloadPkg: Prepare UefiPayloadPkg "
` [edk2-devel] "
` [PATCH v5 10/42] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VC exception
` [PATCH v5 11/42] UefiCpuPkg/CpuExceptionHandler: Add support for IOIO_PROT NAE events
` [PATCH v5 12/42] UefiCpuPkg/CpuExceptionHandler: Support string IO "
` [PATCH v5 13/42] UefiCpuPkg/CpuExceptionHandler: Add support for CPUID "
` [PATCH v5 14/42] UefiCpuPkg/CpuExceptionHandler: Add support for MSR_PROT "
` [PATCH v5 15/42] UefiCpuPkg/CpuExceptionHandler: Add support for NPF NAE events (MMIO)
` [PATCH v5 16/42] UefiCpuPkg/CpuExceptionHandler: Add support for WBINVD NAE events
` [PATCH v5 17/42] UefiCpuPkg/CpuExceptionHandler: Add support for RDTSC "
` [PATCH v5 18/42] UefiCpuPkg/CpuExceptionHandler: Add support for RDPMC "
` [PATCH v5 19/42] UefiCpuPkg/CpuExceptionHandler: Add support for INVD "
` [PATCH v5 20/42] UefiCpuPkg/CpuExceptionHandler: Add support for VMMCALL "
` [PATCH v5 21/42] UefiCpuPkg/CpuExceptionHandler: Add support for RDTSCP "
` [PATCH v5 22/42] UefiCpuPkg/CpuExceptionHandler: Add support for MONITOR/MONITORX "
` [PATCH v5 23/42] UefiCpuPkg/CpuExceptionHandler: Add support for MWAIT/MWAITX "
` [PATCH v5 24/42] UefiCpuPkg/CpuExceptionHandler: Add support for DR7 Read/Write "
` [PATCH v5 25/42] OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator function
` [PATCH v5 26/42] OvmfPkg: Add support to perform SEV-ES initialization
` [PATCH v5 27/42] OvmfPkg: Create a GHCB page for use during Sec phase
` [PATCH v5.1 27/43] "
` [PATCH v5 28/42] OvmfPkg/PlatformPei: Reserve GHCB-related areas if S3 is supported
` [PATCH v5 29/42] OvmfPkg: Create GHCB pages for use during Pei and Dxe phase
` [PATCH v5 30/42] OvmfPkg/PlatformPei: Move early GDT into ram when SEV-ES is enabled
` [PATCH v5 31/42] UefiCpuPkg: Create an SEV-ES workarea PCD
` [PATCH v5 32/42] OvmfPkg: Reserve a page in memory for the SEV-ES usage
` [PATCH v5 33/42] OvmfPkg/ResetVector: Add support for a 32-bit SEV check
` [PATCH v5 34/42] OvmfPkg/Sec: Add #VC exception handling for Sec phase
` [edk2-devel] "
` [PATCH v5 35/42] OvmfPkg/Sec: Enable cache early to speed up booting
` [PATCH v5 36/42] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Bypass flash detection with SEV-ES is enabled
` [edk2-devel] "
` [PATCH v5 37/42] UefiCpuPkg: Add a 16-bit protected mode code segment descriptor
` [PATCH v5 38/42] UefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate if SEV-ES is enabled
` [PATCH v5 39/42] UefiCpuPkg: Allow AP booting under SEV-ES
` [PATCH v5 40/42] OvmfPkg: Use the SEV-ES work area for the SEV-ES AP reset vector
` [PATCH v5 41/42] OvmfPkg: Move the GHCB allocations into reserved memory
` [PATCH v5 42/42] UefiCpuPkg/MpInitLib: Prepare SEV-ES guest APs for OS use
Disabling safe string constraint assertions
2020-03-03 22:32 UTC (2+ messages)
` [edk2-devel] "
[PATCH v4 0/7] OvmfPkg: implement initrd shell command and mixed mode loader
2020-03-03 21:53 UTC (13+ messages)
` [PATCH v4 1/7] OvmfPkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID
` [PATCH v4 2/7] OvmfPkg: add 'initrd' shell command to expose Linux initrd via device path
` [PATCH v4 3/7] ArmVirtPkg: add the 'initrd' dynamic shell command
` [PATCH v4 4/7] OvmfPkg: "
` [PATCH v4 5/7] MdeModulePkg/DxeCore: defer PE/COFF emulator registration to StartImage
` [PATCH v4 6/7] OvmfPkg IA32: add support for loading X64 images
` [edk2-devel] "
` [PATCH v4 7/7] OvmfPkg/LinuxInitrdDynamicShellCommand: bail if initrd already exists
` [edk2-devel] "
[edk2-devel][PATCH v2 0/6] Platform/RPi: User config improvements
2020-03-03 16:20 UTC (10+ messages)
` [edk2-devel][PATCH v2 1/6] Platform/RPi: Add firmware call to read installed memory size
` [edk2-devel][PATCH v2 2/6] Platform/RPi: Use GetModelInstalledMB () to read RAM size
` [edk2-devel][PATCH v2 3/6] Platform/RPi: Separate RAM descriptors between 0-3 GB and 3+ GB
` [edk2-devel][PATCH v2 4/6] Platform/RPi: Make 3GB/4GB a runtime (BIOS setup) choice
` [edk2-devel][PATCH v2 5/6] Platform/RPi: Make Device Tree provision "
` [edk2-devel][PATCH v2 6/6] Platform/RPi/ConfigDxe: Improve RPi configuration form
Patch List for 202002 stable tag
2020-03-03 11:37 UTC (11+ messages)
` [edk2-devel] "
[PATCH 00/13] Ovmf: use LoadImage/StartImage for loading command line images
2020-03-03 11:27 UTC (33+ messages)
` [PATCH 01/13] OvmfPkg: add GUID for the QEMU kernel loader fs media device path
` [edk2-devel] "
` [PATCH 02/13] OvmfPkg: export abstract QEMU blob filesystem in standalone driver
` [edk2-devel] "
` [PATCH 03/13] OvmfPkg: introduce QemuLoadImageLib library class
` [edk2-devel] "
` [PATCH 04/13] OvmfPkg: provide a generic implementation of QemuLoadImageLib
` [edk2-devel] "
` [PATCH 05/13] ArmVirtPkg: incorporate the new QEMU kernel loader driver and library
` [edk2-devel] "
` [PATCH 06/13] ArmVirtPkg/PlatformBootManagerLib: switch to separate QEMU loader
` [edk2-devel] "
` [PATCH 07/13] OvmfPkg/QemuKernelLoaderFsDxe: don't expose kernel command line
` [edk2-devel] "
` [PATCH 08/13] OvmfPkg/QemuKernelLoaderFsDxe: add support for the kernel setup block
` [edk2-devel] "
` [PATCH 09/13] OvmfPkg: implement QEMU loader library for X86 with legacy fallback
` [edk2-devel] "
` [PATCH 10/13] OvmfPkg: add new QEMU kernel image loader components
` [edk2-devel] "
` [PATCH 11/13] OvmfPkg/PlatformBootManagerLib: switch to QemuLoadImageLib
` [edk2-devel] "
` [PATCH 12/13] OvmfPkg/QemuKernelLoaderFsDxe: add support for new Linux initrd device path
` [edk2-devel] "
` [PATCH 13/13] OvmfPkg: use generic QEMU image loader for secure boot enabled builds
` [edk2-devel] "
[edk2-devel][PATCH 0/5] Platform/RPi: User config improvements
2020-03-03 10:45 UTC (11+ messages)
` [edk2-devel][PATCH 1/5] Platform/RPi: Add firmware call to read installed memory size
` [edk2-devel][PATCH 2/5] Platform/RPi: Separate RAM descriptors between 0-3 GB and 3+ GB
` [edk2-devel][PATCH 3/5] Platform/RPi: Make 3GB/4GB a runtime (BIOS setup) choice
` [edk2-devel][PATCH 4/5] Platform/RPi: Make Device Tree provision "
` [edk2-devel][PATCH 5/5] Platform/RPi/ConfigDxe: Improve RPi configuration forms
[PATCH v2 00/16] OvmfPkg: support VCPU hotplug with -D SMM_REQUIRE
2020-03-03 10:31 UTC (44+ messages)
` [PATCH v2 01/16] MdeModulePkg/PiSmmCore: log SMM image start failure
` [edk2-devel] "
` [PATCH v2 03/16] OvmfPkg: clone SmmCpuPlatformHookLib from UefiCpuPkg
` [PATCH v2 04/16] OvmfPkg: enable SMM Monarch Election in PiSmmCpuDxeSmm
` [PATCH v2 05/16] OvmfPkg: enable CPU hotplug support "
` [PATCH v2 06/16] OvmfPkg/CpuHotplugSmm: introduce skeleton for CPU Hotplug SMM driver
` [PATCH v2 07/16] OvmfPkg/CpuHotplugSmm: add hotplug register block helper functions
` [edk2-devel] "
` [PATCH v2 08/16] OvmfPkg/CpuHotplugSmm: define the QEMU_CPUHP_CMD_GET_ARCH_ID macro
` [PATCH v2 09/16] OvmfPkg/CpuHotplugSmm: add function for collecting CPUs with events
` [PATCH v2 10/16] OvmfPkg/CpuHotplugSmm: collect "
` [PATCH v2 11/16] OvmfPkg/CpuHotplugSmm: introduce Post-SMM Pen for hot-added CPUs
` [edk2-devel] "
` [PATCH v2 12/16] OvmfPkg/CpuHotplugSmm: introduce First SMI Handler "
` [PATCH v2 13/16] OvmfPkg/CpuHotplugSmm: complete root MMI handler for CPU hotplug
` [PATCH v2 14/16] OvmfPkg: clone CpuS3DataDxe from UefiCpuPkg
` [PATCH v2 15/16] OvmfPkg/CpuS3DataDxe: superficial cleanups
` [PATCH v2 16/16] OvmfPkg/CpuS3DataDxe: enable S3 resume after CPU hotplug
` [edk2-devel] [PATCH v2 00/16] OvmfPkg: support VCPU hotplug with -D SMM_REQUIRE
[edk2-platform:PATCH v2] MinPlatformPkg/PeiReportFvLib: Remove redundant Fsp Fv installation
2020-03-03 4:04 UTC (3+ messages)
Upcoming Event: TianoCore Community Meeting - APAC/NAMO - Thu, 03/05/2020 7:30pm-8:30pm #cal-reminder
2020-03-03 3:30 UTC
Extend Hard Feature Freeze by a few days for edk2-stable202002
2020-03-03 1:23 UTC
[edk2-platforms] [PATCH] IntelSiliconPkg: IOMMU generic bug fix
2020-03-02 23:45 UTC (2+ messages)
[edk2-platforms:PATCH] MinPlatformPkg/PeiReportFvLib: Remove redundant Fsp Fv installation
2020-03-02 22:59 UTC (2+ messages)
[edk2-platforms] [PATCH 0/2] Add VS2017 Support
2020-03-02 22:45 UTC (2+ messages)
[edk2-devel][PATCH 1/1] Platform/RPi: Move away from AcpiPlatformDxe for loading ACPI tables
2020-03-02 18:34 UTC (3+ messages)
[edk2-devel][RESEND][PATCH 0/2] Resend of the 2 previous RPi patches
2020-03-02 18:13 UTC (7+ messages)
` [edk2-devel][RESEND][PATCH 1/2] Platform/RPi4: allow overriding TF-A binaries during build
` [edk2-devel][RESEND][PATCH 2/2] Platform/RPi4/Library/PlatformBootManagerLib: remove dead logo code
[PATCH v2 0/3] Allow building MdeModulePkg on non-x86
2020-03-02 17:38 UTC (9+ messages)
` [PATCH v2 1/3] MdeModulePkg: Restrict libraries using SMM to x86
` [edk2-devel] "
` [PATCH v2 2/3] MdeModulePkg: Set PcdDxeIplSwitchToLongMode false on non-x86
` [PATCH v2 3/3] MdeModulePkg: Use CopyMem instead of GUID assignment
` [edk2-devel] "
Upcoming Event: TianoCore Community Meeting - EMEA/NAMO - Thu, 03/05/2020 9:00am-10:00am #cal-reminder
2020-03-02 17:00 UTC
[PATCH MdeModulePkg/Variable v1 1/2] MdeModulePkg/Variable: Remove some debug print for runtime
2020-03-02 15:06 UTC (2+ messages)
` [PATCH MdeModulePkg/Variable v1 2/2] MdeModulePkg/Variable: Move FindVariable after AutoUpdateLangVariable
[PATCH MdeModulePkg/Variable v1 0/2] Fix two issue in variable
2020-03-02 15:06 UTC
[PATCH] Platform/RPi4/Library/PlatformBootManagerLib: remove dead logo code
2020-03-02 14:43 UTC (4+ messages)
` [edk2-devel] "
[PATCH v1] ShellPkg: Fix 'ping' command Ip4 receive flow
2020-03-02 13:43 UTC (8+ messages)
` [edk2-devel] "
[PATCH 0/6] ArmPkg: eradicate and deprecate by set/way cache ops
2020-03-02 13:16 UTC (9+ messages)
` [PATCH 3/6] ArmPkg/ArmMmuLib ARM: cache-invalidate initial page table entries
` [edk2-devel] "
` [PATCH 6/6] ArmPkg/ArmLib: deprecate set/way cache maintenance routines
[PATCH 1/1] ArmPkg/MmCommunicationDxe: fix logic bug in DXE driver entrypoint
2020-03-02 13:12 UTC (4+ messages)
[PATCH edk2-platforms 1/1] Silicon/SynQuacer/NetsecDxe: add missing GUID reference
2020-03-02 13:07 UTC (3+ messages)
[PATCH v1] NetworkPkg/Ip6Dxe: Improve Neightbor Discovery message validation (CVE-2019-14559)
2020-03-02 12:38 UTC
A problem with live migration of UEFI virtual machines
2020-03-02 12:32 UTC (9+ messages)
` [edk2-devel] "
[edk2-platforms][PATCH 00/15] Platform/RPi: Clean up and factorize ACPI
2020-03-02 11:21 UTC (5+ messages)
` [edk2-platforms][PATCH 01/15] Platform/RPi: Move DW USB base address to Silicon
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