All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] board: sl28: new variants and SATA support
@ 2021-01-07 23:08 Michael Walle
  2021-01-07 23:08 ` [PATCH 1/4] board: sl28: move ethernet aliases to variant specific dtsi Michael Walle
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michael Walle @ 2021-01-07 23:08 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2021-01-07 23:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 23:08 [PATCH 0/4] board: sl28: new variants and SATA support Michael Walle
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

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.