public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 00/10] Misc fixes + 8xx CPM relocation
@ 2023-05-04  8:56 Christophe Leroy
  2023-05-04  8:56 ` [PATCH 01/10] board: cssi: Remove duplicated FPGA loading sequence on CMPC885 Christophe Leroy
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Christophe Leroy @ 2023-05-04  8:56 UTC (permalink / raw)
  To: Tom Rini; +Cc: Christophe Leroy, u-boot

This series adds misc fixes for cssi boards and activates
CPM relocation in order to enable the use of SCC4 in
QMC (QUICC Multi-Channel) mode.

Christophe Leroy (10):
  board: cssi: Remove duplicated FPGA loading sequence on CMPC885
  board: cssi: Remove stale macro from cmpcpro.c
  board: cssi: Load CMPC885's motherboard FPGA earlier
  powerpc: mpc8xx: CPM parameter RAM can be anywhere
  powerpc: mpc8xx: Reorganise init RAM
  powerpc: mpc885: Add CPM USB-SOF microcode for CPM15 ERRATA
  powerpc: mpc8xx: Add SMC relocation CPM microcode
  spi, mpc8xx: Take parameter RAM relocation into account
  serial, mpc8xx: Take parameter RAM relocation into account
  board: cssi: Activate SMC relocation on CMPC885 board for MIAE device

 arch/powerpc/cpu/mpc8xx/Kconfig              |  45 ++++++++
 arch/powerpc/cpu/mpc8xx/Makefile             |   2 +
 arch/powerpc/cpu/mpc8xx/cpu.c                |   2 +-
 arch/powerpc/cpu/mpc8xx/micropatch_smc.c     | 105 +++++++++++++++++++
 arch/powerpc/cpu/mpc8xx/micropatch_usb_sof.c |  38 +++++++
 arch/powerpc/cpu/mpc8xx/start.S              |   9 +-
 arch/powerpc/include/asm/cpm_8xx.h           |  41 +++++---
 arch/powerpc/include/asm/immap_8xx.h         |   8 +-
 board/cssi/cmpc885/cmpc885.c                 |  43 ++------
 board/cssi/cmpcpro/cmpcpro.c                 |   5 -
 configs/CMPC885_defconfig                    |   3 +-
 drivers/serial/serial_mpc8xx.c               |  24 ++---
 drivers/spi/mpc8xx_spi.c                     |   8 +-
 include/configs/cmpc885.h                    |   1 +
 include/configs/mcr3000.h                    |   1 +
 15 files changed, 251 insertions(+), 84 deletions(-)
 create mode 100644 arch/powerpc/cpu/mpc8xx/micropatch_smc.c
 create mode 100644 arch/powerpc/cpu/mpc8xx/micropatch_usb_sof.c

-- 
2.39.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-05-04 11:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-04  8:56 [PATCH 00/10] Misc fixes + 8xx CPM relocation Christophe Leroy
2023-05-04  8:56 ` [PATCH 01/10] board: cssi: Remove duplicated FPGA loading sequence on CMPC885 Christophe Leroy
2023-05-04  8:56 ` [PATCH 02/10] board: cssi: Remove stale macro from cmpcpro.c Christophe Leroy
2023-05-04  8:56 ` [PATCH 03/10] board: cssi: Load CMPC885's motherboard FPGA earlier Christophe Leroy
2023-05-04  8:56 ` [PATCH 04/10] powerpc: mpc8xx: CPM parameter RAM can be anywhere Christophe Leroy
2023-05-04  8:56 ` [PATCH 05/10] powerpc: mpc8xx: Reorganise init RAM Christophe Leroy
2023-05-04 10:07   ` Joakim Tjernlund
2023-05-04 10:17     ` Christophe Leroy
2023-05-04 11:28       ` Joakim Tjernlund
2023-05-04  8:56 ` [PATCH 06/10] powerpc: mpc885: Add CPM USB-SOF microcode for CPM15 ERRATA Christophe Leroy
2023-05-04  8:56 ` [PATCH 07/10] powerpc: mpc8xx: Add SMC relocation CPM microcode Christophe Leroy
2023-05-04  8:56 ` [PATCH 08/10] spi, mpc8xx: Take parameter RAM relocation into account Christophe Leroy
2023-05-04  8:56 ` [PATCH 09/10] serial, " Christophe Leroy
2023-05-04  8:56 ` [PATCH 10/10] board: cssi: Activate SMC relocation on CMPC885 board for MIAE device Christophe Leroy

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