From: Michael Walle <michael@walle.cc>
To: u-boot@lists.denx.de
Subject: [PATCH v6 0/2] Basic Kontron SMARC-sAL28 board support
Date: Sun, 30 Aug 2020 22:02:59 +0200 [thread overview]
Message-ID: <20200830200301.8497-1-michael@walle.cc> (raw)
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 v5:
- moved CONFIG_ENV_OVERWRITE to defconfig. Thanks Kuldeep!
changes since v4:
- dropped "armv8: ls1028a: move FSL_LAYERSCAPE to kconfig" as it is
already upstream
- new patch "board: sl28: add board specific nvm command"
- use binman
- sync device trees with linux
- use "<devicetree>-u-boot.dtsi" style
- rebase to lastest master
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):
board: kontron: add sl28 support
board: sl28: add board specific nvm command
arch/arm/Kconfig | 11 +
arch/arm/dts/Makefile | 3 +
.../dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi | 135 +++++++++++++
.../fsl-ls1028a-kontron-sl28-var3-u-boot.dtsi | 2 +
.../arm/dts/fsl-ls1028a-kontron-sl28-var3.dts | 15 ++
.../fsl-ls1028a-kontron-sl28-var4-u-boot.dtsi | 2 +
.../arm/dts/fsl-ls1028a-kontron-sl28-var4.dts | 48 +++++
arch/arm/dts/fsl-ls1028a-kontron-sl28.dts | 189 ++++++++++++++++++
board/kontron/sl28/Kconfig | 18 ++
board/kontron/sl28/MAINTAINERS | 6 +
board/kontron/sl28/Makefile | 8 +
board/kontron/sl28/README | 142 +++++++++++++
board/kontron/sl28/cmds.c | 178 +++++++++++++++++
board/kontron/sl28/common.c | 10 +
board/kontron/sl28/ddr.c | 98 +++++++++
board/kontron/sl28/sl28.c | 70 +++++++
board/kontron/sl28/spl.c | 32 +++
configs/kontron_sl28_defconfig | 107 ++++++++++
include/configs/kontron_sl28.h | 122 +++++++++++
19 files changed, 1196 insertions(+)
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var3-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var4-u-boot.dtsi
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/cmds.c
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
next reply other threads:[~2020-08-30 20:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-30 20:02 Michael Walle [this message]
2020-08-30 20:03 ` [PATCH v6 1/2] board: kontron: add sl28 support Michael Walle
2020-08-31 16:08 ` Tom Rini
2020-09-07 12:25 ` Michael Walle
2020-08-30 20:03 ` [PATCH v6 2/2] board: sl28: add board specific nvm command 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=20200830200301.8497-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox