public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-02-27 14:41:01 to 2020-03-02 13:58:19 UTC [more...]

[PATCH v2 00/16] OvmfPkg: support VCPU hotplug with -D SMM_REQUIRE
 2020-03-02 13:58 UTC  (31+ messages)
` [PATCH v2 01/16] MdeModulePkg/PiSmmCore: log SMM image start failure
  ` [edk2-devel] "
` [PATCH v2 02/16] UefiCpuPkg/PiSmmCpuDxeSmm: fix S3 Resume for CPU hotplug
  ` [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 14/16] OvmfPkg: clone CpuS3DataDxe from UefiCpuPkg
` [PATCH v2 15/16] OvmfPkg/CpuS3DataDxe: superficial cleanups

[PATCH 00/13] Ovmf: use LoadImage/StartImage for loading command line images
 2020-03-02 13:45 UTC  (16+ 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
` [PATCH 04/13] OvmfPkg: provide a generic implementation of QemuLoadImageLib
` [PATCH 05/13] ArmVirtPkg: incorporate the new QEMU kernel loader driver and library
` [PATCH 06/13] ArmVirtPkg/PlatformBootManagerLib: switch to separate QEMU loader
` [PATCH 07/13] OvmfPkg/QemuKernelLoaderFsDxe: don't expose kernel command line
` [PATCH 08/13] OvmfPkg/QemuKernelLoaderFsDxe: add support for the kernel setup block
` [PATCH 09/13] OvmfPkg: implement QEMU loader library for X86 with legacy fallback
` [PATCH 10/13] OvmfPkg: add new QEMU kernel image loader components
` [PATCH 11/13] OvmfPkg/PlatformBootManagerLib: switch to QemuLoadImageLib
` [PATCH 12/13] OvmfPkg/QemuKernelLoaderFsDxe: add support for new Linux initrd device path
` [PATCH 13/13] OvmfPkg: use generic QEMU image loader for secure boot enabled builds

[PATCH v1] ShellPkg: Fix 'ping' command Ip4 receive flow
 2020-03-02 13:43 UTC  (8+ messages)
` [edk2-devel] "

[PATCH v2 0/3] Allow building MdeModulePkg on non-x86
 2020-03-02 13:38 UTC  (7+ 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] "

[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] Platform/RPi4/Library/PlatformBootManagerLib: remove dead logo code
 2020-03-02 13:09 UTC  (2+ messages)
` [edk2-devel] "

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

[edk2-platforms][PATCH 00/15] Platform/RPi: Clean up and factorize ACPI
 2020-03-02 11:21 UTC  (23+ messages)
` [edk2-platforms][PATCH 01/15] Platform/RPi: Move DW USB base address to Silicon
` [edk2-platforms][PATCH 02/15] Silicon/Bcm283x: Add missing peripherals constants
` [edk2-platforms][PATCH 03/15] Silicon/Bcm283x: Add GPU/VideoCore and Power Management constants
` [edk2-platforms][PATCH 04/15] Silicon/BcmGenet: Add missing I/O mapping length and clean up
` [edk2-platforms][PATCH 05/15] Platform/RPi4: Use Silicon constants in ACPI headers
` [edk2-platforms][PATCH 06/15] Platform/RPi3: "
` [edk2-platforms][PATCH 07/15] Platform/RPi3: Switch to .aslc for serial related ACPI tables
` [edk2-platforms][PATCH 08/15] Platform/RPi3: Update CSRT table to ACPI 5.1
` [edk2-platforms][PATCH 09/15] Platform/RPi3: Use proper aslc for FADT, GTDT and MADT tables generation
` [edk2-platforms][PATCH 10/15] Platform/RPi4: Add RPI_MODEL constant and replace PL011_ENABLE
` [edk2-platforms][PATCH 11/15] Platform/RPi4: Move ACPI interrupts definitions to AcpiTables.h
` [edk2-platforms][PATCH 12/15] Platform/RPi3: "
` [edk2-platforms][PATCH 13/15] Platform/RPi4: Prepare ACPI code for factorization
` [edk2-platforms][PATCH 14/15] Platform/RPi3: Merge ACPI code from RPi4
` [edk2-platforms][PATCH 15/15] Platform/RPi: Factorize ACPI tables

setting PcdPlatformBootTimeOut in PlatformBootManagerLib
 2020-03-02  9:47 UTC  (5+ messages)
      ` [edk2-devel] "

[PATCH v4 0/5] Ovmf: enable TPM 1.2
 2020-03-02  9:20 UTC  (4+ messages)

[edk2-platforms:PATCH] MinPlatformPkg/PeiReportFvLib: Remove redundant Fsp Fv installation
 2020-03-02  8:40 UTC 

[PATCHv3 0/5] MdeModulePkg/SdMmcPciHcDxe: Refactor command processing
 2020-03-02  7:51 UTC  (7+ messages)
` [PATCHv3 1/5] MdeModulePkg/SdMmcPciHcDxe: Enhance driver traces
` [PATCHv3 2/5] MdeModulePkg/SdMmcPciHcDxe: Read response on command completion
` [PATCHv3 3/5] MdeModulePkg/SdMmcPciHcDxe: Refactor data transfer completion
` [PATCHv3 4/5] MdeModulePkg/SdMmcPciHcDxe: Do not map memory for non DMA transfer
` [PATCHv3 5/5] MdeModulePkg/SdMmcPciHcDxe: Fix PIO transfer mode

[edk2-platforms] [PATCH] Platform/ARM/SgiPkg: Fix constant-logical-operand clang error
 2020-03-02  4:23 UTC  (3+ messages)
` [edk2-platforms] [PATCH v2] "
  ` [edk2-devel] "

[PATCH v4] UefiCpuPkg: Fix bug in MpInitLib
 2020-03-02  4:21 UTC  (5+ messages)
` [PATCH] UefiCpuPkg/MpInitLib: Skip reading PlatformId on AMD processors
    ` [edk2-devel] "

[edk2-devel] [Patch] IntelSiliconPkg/ShadowMicrocodePei: Fix GCC build error
 2020-03-02  3:47 UTC  (4+ messages)

[PATCH 0/2] Use submodule way to access brotli
 2020-03-02  3:19 UTC  (3+ messages)
` [PATCH 1/2] MdeModulePkg/BrotliCustomDecompressLib: Make brotli a submodule
` [PATCH 2/2] BaseTools: "

[Patch] BaseTools: Remove invalid leading space before !INCLUDE in Makefile
 2020-03-02  2:47 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] Platform/RPi4: allow overriding TF-A binaries during build
 2020-03-02  2:33 UTC 

[PATCH] MdeModulePkg/RegularExpressionDxe: Make oniguruma a submodule in edk2
 2020-03-02  1:42 UTC 

Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Fri, 03/06/2020 9:30am-10:30am #cal-reminder
 2020-03-01  1:30 UTC 

Upcoming Event: TianoCore Bug Triage - APAC / NAMO - Thu, 03/05/2020 5:00pm-5:30pm #cal-reminder
 2020-03-01  1:00 UTC 

[edk2-staging/RISC-V-V2: RISC-V EDK2 CI PATCH v1 0/9] Necessary code changes for RISC-V EDK2 CI
 2020-03-01  0:23 UTC  (11+ messages)
` [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 1/9] FatPkg: Add RISC-V architecture for "
` [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 2/9] FmpDevicePkg: "
` [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 3/9] NetworkPkg: "
` [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 4/9] NetworkPkg/HttpBootDxe: "
` [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 5/9] CryptoPkg: "
` [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 6/9] MdePkg/Include: Add RISC-V related definitions "
` [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 7/9] SecurityPkg: Security package changes for RISC-V "
  ` [edk2-devel] "
` [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 8/9] ShellPkg: Shell "
` [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 9/9] UnitTestFrameworkPkg: Add RISC-V architecture "

[edk2-devel] [edk2-staging/RISC-V-V2: CI Config PATCH v1 0/6] RISC-V EDK2 CI configuration files
 2020-02-29 14:56 UTC 

[PATCH v3] UefiCpuPkg: Fix bug in MpInitLib
 2020-02-29 14:11 UTC  (4+ messages)
` [PATCH] UefiCpuPkg/MpInitLib: Skip reading PlatformId on AMD processors

[edk2-staging/RISC-V-V2: CI Config PATCH v1 0/6] RISC-V EDK2 CI configuration files
 2020-02-29  4:23 UTC  (7+ messages)
` [edk2-staging/RISC-V-V2: CI Config PATCH v1 1/6] RiscVPlatformPkg: Add RiscVPlatformPkg yaml file for EDK2 CI
` [edk2-staging/RISC-V-V2: CI Config PATCH v1 2/6] RiscVPkg: Add RiscVPkg "
` [edk2-staging/RISC-V-V2: CI Config PATCH v1 3/6] MdeModulePkg: Revise MdeModulePkg yaml file for RISC-V "
` [edk2-staging/RISC-V-V2: CI Config PATCH v1 4/6] BaseTools: Enable RISC-V architecture "
` [edk2-staging/RISC-V-V2: CI Config PATCH v1 5/6] .azurepipelines: Add RISC-V architecture on "
` [edk2-staging/RISC-V-V2: CI Config PATCH v1 6/6] .pytool: "

[PATCH v2] UefiCpuPkg: Fix bug in MpInitLib
 2020-02-28 18:45 UTC  (2+ messages)
` [PATCH] UefiCpuPkg/MpInitLib: Skip reading PlatformId on AMD processors

[PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib
 2020-02-28 16:38 UTC  (13+ messages)
` [edk2-devel] "

Patch List for 202002 stable tag
 2020-02-28 12:48 UTC  (12+ messages)
                ` [edk2-devel] "

[PATCH v3 0/6] OvmfPkg: implement initrd shell command and mixed mode loader
 2020-02-28 12:02 UTC  (5+ messages)
` [PATCH v3 5/6] MdeModulePkg/DxeCore: defer PE/COFF emulator registration to StartImage
    ` [edk2-devel] "

[PATCH v2 00/13] OvmfPkg: Support booting from Fusion-MPT SCSI controllers
 2020-02-28  9:53 UTC  (22+ messages)
` [PATCH v2 01/13] OvmfPkg/MptScsiDxe: Create empty driver
` [PATCH v2 02/13] OvmfPkg/MptScsiDxe: Install DriverBinding Protocol
` [PATCH v2 03/13] OvmfPkg/MptScsiDxe: Report name of driver
` [PATCH v2 04/13] OvmfPkg/MptScsiDxe: Probe PCI devices and look for MptScsi
` [PATCH v2 05/13] OvmfPkg/MptScsiDxe: Install stubbed EXT_SCSI_PASS_THRU
` [PATCH v2 06/13] OvmfPkg/MptScsiDxe: Report one Target and one LUN
` [PATCH v2 07/13] OvmfPkg/MptScsiDxe: Build DevicePath for discovered devices
` [PATCH v2 08/13] OvmfPkg/MptScsiDxe: Implement GetTargetLun
` [PATCH v2 09/13] OvmfPkg/MptScsiDxe: Open PciIo protocol for later use
` [edk2-devel] [PATCH v2 00/13] OvmfPkg: Support booting from Fusion-MPT SCSI controllers

[PATCH 0/3] Arm*Pkg: convert LFs to CRLF, expand hard TABs
 2020-02-28  9:26 UTC  (6+ messages)
` [PATCH 1/3] ArmPkg: "
` [PATCH 2/3] ArmVirtPkg: convert LFs to CRLF
` [PATCH 3/3] ArmPlatformPkg: convert LFs to CRLF, expand hard TABs

Extend Hard Feature Freeze by a few days for edk2-stable202002
 2020-02-28  8:22 UTC 

[Patch 1/1][edk2-stable202002]BaseTools: Fixed a regression issue in Makefile for incremental build
 2020-02-28  1:34 UTC  (5+ messages)
  ` [edk2-devel] "

[PATCH v4 00/11] ArmVirtPkg: implement measured boot for ArmVirtQemu
 2020-02-27 18:15 UTC  (18+ messages)
` [PATCH v4 01/11] OvmfPkg/Tcg2ConfigPei: introduce a signalling PPI to depex on
` [PATCH v4 02/11] ArmVirtPkg/PlatformPeiLib: make PcdLib dependency explicit in .INF
  ` [edk2-devel] "
` [PATCH v4 03/11] ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DT
` [PATCH v4 04/11] ArmVirtPkg: implement ArmVirtPsciResetSystemPeiLib
` [PATCH v4 05/11] ArmVirtPkg/ArmVirtQemu: add ResetSystem PEIM for upcoming TPM2 support
` [PATCH v4 06/11] ArmVirtPkg/ArmVirtQemu: enable TPM2 support in the PEI phase
` [PATCH v4 07/11] ArmVirtPkg; avoid DxeTpmMeasurementLib in shared .DSC
` [PATCH v4 08/11] ArmVirtPkg: unshare TpmMeasurementLib resolution between platforms
` [PATCH v4 09/11] ArmVirtPkg/ArmVirtQemu: enable the DXE phase TPM2 support module
` [PATCH v4 10/11] ArmVirtPkg/ArmVirtQemu: enable the TPM2 configuration module
` [PATCH v4 11/11] ArmVirtPkg/ArmVirtQemu: enable TPM2 based measured boot
` [edk2-devel] [PATCH v4 00/11] ArmVirtPkg: implement measured boot for ArmVirtQemu


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