public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Christophe Leroy <christophe.leroy@csgroup.eu>
To: Jagan Teki <jagan@amarulasolutions.com>, Tom Rini <trini@konsulko.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>, u-boot@lists.denx.de
Subject: [PATCH 0/7] Add new equipment from CSSI
Date: Mon, 30 Jan 2023 15:33:59 +0100	[thread overview]
Message-ID: <cover.1675088759.git.christophe.leroy@csgroup.eu> (raw)

This series adds a new CPU board called CMPC885 which
is used on two equipments called MCR3000 second generation
and MIAE/VGoIP devices, manufactured by former CSSI company
now called CS GROUP France.

This new board has a mpc 885 cpu.

The three first patches of the series update the already
included MCR3000 board in order to get more similarities.

Christophe Leroy (7):
  board: MCR3000: Use lowercase filename
  board: MCR3000: Modernise the settings to properly work on lastest
    u-boot version
  board: MCR3000: Remove update of non-existing e1-wan DT node
  driver, gpio: Add support for MPC 8xx CPU ports
  spi, mpc8xx: Add support for chipselect via GPIO and fixups
  board: cssi: Add new board MCR3000_2G
  board: cssi: Add MIAE & VGoIP devices

 arch/powerpc/Kconfig                          |    1 +
 arch/powerpc/cpu/mpc8xx/Kconfig               |    4 +
 arch/powerpc/dts/Makefile                     |    1 +
 arch/powerpc/dts/cmpc885.dts                  |   94 ++
 arch/powerpc/include/asm/arch-mpc8xx/gpio.h   |   12 +
 board/cssi/CMPC885/Kconfig                    |   23 +
 board/cssi/{MCR3000 => CMPC885}/Makefile      |    6 +-
 board/cssi/CMPC885/cmpc885.c                  | 1106 +++++++++++++++++
 board/cssi/CMPC885/nand.c                     |   47 +
 board/cssi/CMPC885/sdram.c                    |  107 ++
 board/cssi/CMPC885/u-boot.lds                 |   95 ++
 board/cssi/MAINTAINERS                        |    2 +
 board/cssi/MCR3000/Makefile                   |    2 +-
 board/cssi/MCR3000/{MCR3000.c => mcr3000.c}   |   12 -
 .../{MCR3000_defconfig => CMPC885_defconfig}  |   83 +-
 configs/MCR3000_defconfig                     |    8 +-
 drivers/gpio/Kconfig                          |    7 +
 drivers/gpio/Makefile                         |    1 +
 drivers/gpio/mpc8xx_gpio.c                    |  351 ++++++
 drivers/spi/mpc8xx_spi.c                      |   96 +-
 include/configs/CMPC885.h                     |   69 +
 include/configs/MCR3000.h                     |   42 +-
 22 files changed, 2056 insertions(+), 113 deletions(-)
 create mode 100644 arch/powerpc/dts/cmpc885.dts
 create mode 100644 arch/powerpc/include/asm/arch-mpc8xx/gpio.h
 create mode 100644 board/cssi/CMPC885/Kconfig
 copy board/cssi/{MCR3000 => CMPC885}/Makefile (52%)
 create mode 100644 board/cssi/CMPC885/cmpc885.c
 create mode 100644 board/cssi/CMPC885/nand.c
 create mode 100644 board/cssi/CMPC885/sdram.c
 create mode 100644 board/cssi/CMPC885/u-boot.lds
 rename board/cssi/MCR3000/{MCR3000.c => mcr3000.c} (90%)
 copy configs/{MCR3000_defconfig => CMPC885_defconfig} (52%)
 create mode 100644 drivers/gpio/mpc8xx_gpio.c
 create mode 100644 include/configs/CMPC885.h

-- 
2.38.1


             reply	other threads:[~2023-01-30 14:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30 14:33 Christophe Leroy [this message]
2023-01-30 14:34 ` [PATCH 1/7] board: MCR3000: Use lowercase filename Christophe Leroy
2023-01-30 14:34 ` [PATCH 2/7] board: MCR3000: Modernise the settings to properly work on lastest u-boot version Christophe Leroy
2023-01-30 17:23   ` Tom Rini
2023-01-30 14:34 ` [PATCH 3/7] board: MCR3000: Remove update of non-existing e1-wan DT node Christophe Leroy
2023-01-30 14:34 ` [PATCH 4/7] driver, gpio: Add support for MPC 8xx CPU ports Christophe Leroy
2023-01-30 14:34 ` [PATCH 5/7] spi, mpc8xx: Add support for chipselect via GPIO and fixups Christophe Leroy
2023-01-30 14:34 ` [PATCH 6/7] board: cssi: Add new board MCR3000_2G Christophe Leroy
2023-01-30 14:34 ` [PATCH 7/7] board: cssi: Add MIAE & VGoIP devices Christophe Leroy

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.1675088759.git.christophe.leroy@csgroup.eu \
    --to=christophe.leroy@csgroup.eu \
    --cc=jagan@amarulasolutions.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox