[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/19] ppc-for-6.0 queue 20210210
From: |
David Gibson |
Subject: |
[PULL 00/19] ppc-for-6.0 queue 20210210 |
Date: |
Wed, 10 Feb 2021 17:17:16 +1100 |
The following changes since commit 1214d55d1c41fbab3a9973a05085b8760647e411:
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into
staging (2021-02-09 13:24:37 +0000)
are available in the Git repository at:
https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.0-20210210
for you to fetch changes up to 298091f831db1a8f360686369f9760849e90dd03:
target/ppc: Add E500 L2CSR0 write helper (2021-02-10 14:50:11 +1100)
----------------------------------------------------------------
ppc patch queue for 20201-02-10
Here's the latest batch of patches for the ppc target and machine
types. Highlights are:
* Several fixes for E500 from Bin Meng
* Fixes and cleanups for PowerNV from Cédric Le Goater
* Assorted other fixes and cleanups
----------------------------------------------------------------
Bin Meng (4):
hw/ppc: e500: Use a macro for the platform clock frequency
hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes
hw/net: fsl_etsec: Reverse the RCTRL.RSF logic
target/ppc: Add E500 L2CSR0 write helper
Cédric Le Goater (8):
ppc/pnv: Add trace events for PCI event notification
ppc/xive: Add firmware bit when dumping the ENDs
ppc/pnv: Use skiboot addresses to load kernel and ramfs
ppc/pnv: Simplify pnv_bmc_create()
ppc/pnv: Discard internal BMC initialization when BMC is external
ppc/pnv: Remove default disablement of the PNOR contents
ppc/pnv: Introduce a LPC FW memory region attribute to map the PNOR
ppc/pnv: Set default RAM size to 1 GB
Daniel Henrique Barboza (5):
spapr.c: use g_auto* with 'nodename' in CPU DT functions
spapr.c: add 'name' property for hotplugged CPUs nodes
spapr: move spapr_machine_using_legacy_numa() to spapr_numa.c
spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helper
spapr_numa.c: fix ibm,max-associativity-domains calculation
Greg Kurz (1):
spapr: Adjust firmware path of PCI devices
Philippe Mathieu-Daudé (1):
target/ppc: Remove unused MMU definitions
hw/intc/pnv_xive.c | 3 +++
hw/intc/trace-events | 3 +++
hw/intc/xive.c | 3 ++-
hw/net/fsl_etsec/rings.c | 2 +-
hw/pci-host/pnv_phb4.c | 3 +++
hw/pci-host/trace-events | 3 +++
hw/ppc/e500.c | 10 ++++++----
hw/ppc/pnv.c | 27 +++++++++++++++++++------
hw/ppc/pnv_bmc.c | 22 ++++++++++++++-------
hw/ppc/pnv_lpc.c | 15 --------------
hw/ppc/spapr.c | 44 ++++++++++++++++++++---------------------
hw/ppc/spapr_numa.c | 27 ++++++++++++++++++++++++-
hw/ppc/spapr_pci.c | 33 +++++++++++++++++--------------
include/hw/pci-host/spapr.h | 2 ++
include/hw/ppc/pnv.h | 1 +
include/hw/ppc/spapr.h | 1 -
include/hw/ppc/spapr_numa.h | 1 +
include/hw/ppc/xive_regs.h | 2 ++
target/ppc/cpu.h | 9 ++++++---
target/ppc/translate_init.c.inc | 16 +++++++++++++++
20 files changed, 150 insertions(+), 77 deletions(-)
- [PULL 00/19] ppc-for-6.0 queue 20210210,
David Gibson <=
- [PULL 04/19] target/ppc: Remove unused MMU definitions, David Gibson, 2021/02/10
- [PULL 01/19] spapr.c: use g_auto* with 'nodename' in CPU DT functions, David Gibson, 2021/02/10
- [PULL 02/19] spapr.c: add 'name' property for hotplugged CPUs nodes, David Gibson, 2021/02/10
- [PULL 06/19] ppc/xive: Add firmware bit when dumping the ENDs, David Gibson, 2021/02/10
- [PULL 08/19] ppc/pnv: Simplify pnv_bmc_create(), David Gibson, 2021/02/10
- [PULL 05/19] ppc/pnv: Add trace events for PCI event notification, David Gibson, 2021/02/10
- [PULL 09/19] ppc/pnv: Discard internal BMC initialization when BMC is external, David Gibson, 2021/02/10
- [PULL 03/19] spapr: Adjust firmware path of PCI devices, David Gibson, 2021/02/10
- [PULL 14/19] spapr_numa.c: fix ibm, max-associativity-domains calculation, David Gibson, 2021/02/10
- [PULL 19/19] target/ppc: Add E500 L2CSR0 write helper, David Gibson, 2021/02/10