mbox series

[GIT,PULL] Please pull u-boot-mpc8xx

Message ID 1ef8ea54-3ed3-12e9-4c06-1e828de5deb1@csgroup.eu
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-mpc8xx | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-mpc8xx.git for-2023.07-2

Message

Christophe Leroy May 5, 2023, 5:16 p.m. UTC
Hi Tom,

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

CI: https://source.denx.de/u-boot/custodians/u-boot-mpc8xx/-/pipelines/16261

Thanks
Christophe


The following changes since commit 6735ab59e6fd71ced1c58d8dfb3dd6baf3690d16:

   Prepare v2023.07-rc1 (2023-05-01 12:02:02 -0400)

are available in the Git repository at:

   git@source.denx.de:u-boot/custodians/u-boot-mpc8xx.git for-2023.07-2

for you to fetch changes up to 0ec8ebef87d78529d1b4f3e7beaced0b9fbea629:

   board: cssi: Activate SMC relocation on CMPC885 board for MIAE device 
(2023-05-05 07:26:53 +0200)

----------------------------------------------------------------
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

Comments

Tom Rini May 7, 2023, 9:57 p.m. UTC | #1
On Fri, May 05, 2023 at 05:16:25PM +0000, Christophe Leroy wrote:

> Hi Tom,
> 
> This pull request adds misc fixes for cssi boards and activates
> CPM relocation in order to enable the use of SCC4 in
> QMC (QUICC Multi-Channel) mode.
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mpc8xx/-/pipelines/16261
> 
> Thanks
> Christophe
> 
> 
> The following changes since commit 6735ab59e6fd71ced1c58d8dfb3dd6baf3690d16:
> 
>    Prepare v2023.07-rc1 (2023-05-01 12:02:02 -0400)
> 
> are available in the Git repository at:
> 
>    git@source.denx.de:u-boot/custodians/u-boot-mpc8xx.git for-2023.07-2
> 
> for you to fetch changes up to 0ec8ebef87d78529d1b4f3e7beaced0b9fbea629:
> 
>    board: cssi: Activate SMC relocation on CMPC885 board for MIAE device 
> (2023-05-05 07:26:53 +0200)
> 

Applied to u-boot/master, thanks!