All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Basic Kontron SMARC-sAL28 board support
@ 2020-07-26 13:07 Michael Walle
  2020-07-26 13:07 ` [PATCH v4 1/2] armv8: ls1028a: move FSL_LAYERSCAPE to kconfig Michael Walle
  2020-07-26 13:07 ` [PATCH v4 2/2] board: kontron: add sl28 support Michael Walle
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Walle @ 2020-07-26 13:07 UTC (permalink / raw)
  To: u-boot

Add basic board support for the Kontron SMARC-sAL28 board. Please note,
that this board doesn't support TF-a (yet). Therefore, the u-boot SPL is
the first code which is run and it has to set up the RAM.

changes since v3:
 - rebase to latest master
 - use CONFIG_PCI_INIT_R
 - set fdtfile in default environment

changes since v2:
 - add variant 4 support. Since the atheros PHY dt bindings were merged
   into master, we can now use them
 - add environment section in include/configs/kontron_sl28.h
 - add cover letter

changes since v1:
 - fix watchdog device tree reference

Michael Walle (2):
  armv8: ls1028a: move FSL_LAYERSCAPE to kconfig
  board: kontron: add sl28 support

 arch/arm/Kconfig                              |  10 ++
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig     |   1 +
 arch/arm/dts/Makefile                         |   3 +
 .../arm/dts/fsl-ls1028a-kontron-sl28-var3.dts |  14 ++
 .../arm/dts/fsl-ls1028a-kontron-sl28-var4.dts |  42 ++++++
 arch/arm/dts/fsl-ls1028a-kontron-sl28.dts     | 128 ++++++++++++++++++
 board/kontron/sl28/Kconfig                    |  18 +++
 board/kontron/sl28/MAINTAINERS                |   6 +
 board/kontron/sl28/Makefile                   |   8 ++
 board/kontron/sl28/README                     |  63 +++++++++
 board/kontron/sl28/common.c                   |  10 ++
 board/kontron/sl28/ddr.c                      |  98 ++++++++++++++
 board/kontron/sl28/sl28.c                     |  88 ++++++++++++
 board/kontron/sl28/spl.c                      |   9 ++
 configs/kontron_sl28_defconfig                | 105 ++++++++++++++
 include/configs/kontron_sl28.h                | 120 ++++++++++++++++
 include/configs/ls1028a_common.h              |   1 -
 17 files changed, 723 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts
 create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var4.dts
 create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28.dts
 create mode 100644 board/kontron/sl28/Kconfig
 create mode 100644 board/kontron/sl28/MAINTAINERS
 create mode 100644 board/kontron/sl28/Makefile
 create mode 100644 board/kontron/sl28/README
 create mode 100644 board/kontron/sl28/common.c
 create mode 100644 board/kontron/sl28/ddr.c
 create mode 100644 board/kontron/sl28/sl28.c
 create mode 100644 board/kontron/sl28/spl.c
 create mode 100644 configs/kontron_sl28_defconfig
 create mode 100644 include/configs/kontron_sl28.h

-- 
2.20.1

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

end of thread, other threads:[~2020-07-26 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26 13:07 [PATCH v4 0/2] Basic Kontron SMARC-sAL28 board support Michael Walle
2020-07-26 13:07 ` [PATCH v4 1/2] armv8: ls1028a: move FSL_LAYERSCAPE to kconfig Michael Walle
2020-07-26 13:07 ` [PATCH v4 2/2] board: kontron: add sl28 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.