All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Walle <michael@walle.cc>
To: u-boot@lists.denx.de
Subject: [PATCH 0/4] board: sl28: new variants and SATA support
Date: Fri,  8 Jan 2021 00:08:55 +0100	[thread overview]
Message-ID: <20210107230859.26028-1-michael@walle.cc> (raw)

Add support for the last two remaining board variants and add SATA
support.

This is intended for the next branch.

Michael Walle (4):
  board: sl28: move ethernet aliases to variant specific dtsi
  board: sl28: add network variant 1 support
  board: sl28: add network variant 2 support
  board: sl28: add SATA support

 arch/arm/dts/Makefile                         |  2 +
 .../dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi  | 64 +++++++++++++++++--
 .../fsl-ls1028a-kontron-sl28-var1-u-boot.dtsi |  8 +++
 .../arm/dts/fsl-ls1028a-kontron-sl28-var1.dts | 57 +++++++++++++++++
 .../fsl-ls1028a-kontron-sl28-var2-u-boot.dtsi |  2 +
 .../arm/dts/fsl-ls1028a-kontron-sl28-var2.dts | 25 ++++++++
 .../fsl-ls1028a-kontron-sl28-var3-u-boot.dtsi |  6 ++
 .../fsl-ls1028a-kontron-sl28-var4-u-boot.dtsi |  7 ++
 arch/arm/dts/fsl-ls1028a-kontron-sl28.dts     |  4 ++
 board/kontron/sl28/Makefile                   |  2 +-
 board/kontron/sl28/common.c                   | 10 ---
 board/kontron/sl28/sl28.c                     |  6 ++
 board/kontron/sl28/spl.c                      | 38 +++++++++++
 configs/kontron_sl28_defconfig                |  1 +
 include/configs/kontron_sl28.h                |  1 +
 15 files changed, 215 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var1-u-boot.dtsi
 create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var1.dts
 create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var2-u-boot.dtsi
 create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var2.dts
 delete mode 100644 board/kontron/sl28/common.c

-- 
2.20.1

             reply	other threads:[~2021-01-07 23:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07 23:08 Michael Walle [this message]
2021-01-07 23:08 ` [PATCH 1/4] board: sl28: move ethernet aliases to variant specific dtsi Michael Walle
2021-01-07 23:08 ` [PATCH 2/4] board: sl28: add network variant 1 support Michael Walle
2021-01-07 23:08 ` [PATCH 3/4] board: sl28: add network variant 2 support Michael Walle
2021-01-07 23:08 ` [PATCH 4/4] board: sl28: add SATA support Michael Walle

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=20210107230859.26028-1-michael@walle.cc \
    --to=michael@walle.cc \
    --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.