From: Christophe Leroy <christophe.leroy@csgroup.eu>
To: stephane.franjou@csgroup.eu, Tom Rini <trini@konsulko.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>, u-boot@lists.denx.de
Subject: [PATCH v2 00/11] Misc fixes + 8xx CPM relocation
Date: Fri, 5 May 2023 12:51:30 +0200 [thread overview]
Message-ID: <cover.1683278585.git.christophe.leroy@csgroup.eu> (raw)
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.
Changes in v2:
- Patch 5: Update r1 at once (From Joakim)
- Patch 6: New to avoid sparse warnings with memcpy_toio()
- Patch 7 and 8: Fixed sparse warnings
Christophe Leroy (11):
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: Force cast on memcpy_toio()
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 | 8 +-
arch/powerpc/include/asm/cpm_8xx.h | 41 +++++---
arch/powerpc/include/asm/immap_8xx.h | 8 +-
arch/powerpc/include/asm/io.h | 6 +-
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 +
16 files changed, 254 insertions(+), 86 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
next reply other threads:[~2023-05-05 10:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-05 10:51 Christophe Leroy [this message]
2023-05-05 10:51 ` [PATCH v2 01/11] board: cssi: Remove duplicated FPGA loading sequence on CMPC885 Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 02/11] board: cssi: Remove stale macro from cmpcpro.c Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 03/11] board: cssi: Load CMPC885's motherboard FPGA earlier Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 04/11] powerpc: mpc8xx: CPM parameter RAM can be anywhere Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 05/11] powerpc: mpc8xx: Reorganise init RAM Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 06/11] powerpc: Force cast on memcpy_toio() Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 07/11] powerpc: mpc885: Add CPM USB-SOF microcode for CPM15 ERRATA Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 08/11] powerpc: mpc8xx: Add SMC relocation CPM microcode Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 09/11] spi, mpc8xx: Take parameter RAM relocation into account Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 10/11] serial, " Christophe Leroy
2023-05-05 10:51 ` [PATCH v2 11/11] board: cssi: Activate SMC relocation on CMPC885 board for MIAE device Christophe Leroy
2023-05-05 12:09 ` [PATCH v2 00/11] Misc fixes + 8xx CPM relocation Joakim Tjernlund
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1683278585.git.christophe.leroy@csgroup.eu \
--to=christophe.leroy@csgroup.eu \
--cc=stephane.franjou@csgroup.eu \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.