From: Oleksij Rempel <o.rempel@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [PATCH v4 0/8] add noswitch support for skov boards
Date: Wed, 6 Oct 2021 10:43:15 +0200 [thread overview]
Message-ID: <20211006084323.14051-1-o.rempel@pengutronix.de> (raw)
changes v4:
- rename skov_no_switch to skov_have_switch
- use xasprintf instead of xzallox + snprintf
- use alias for ethernet0 node detection and make it compatible with the
old DTs versions.
changes v3:
- add missing byte in the switch path generation
- make sure it work with old devicetrees
Oleksij Rempel (8):
ARM: dts: skov-imx6: add USB nodes
ARM: boards: skov-imx6: fixup_machine_compatible() add optional root
node
ARM: boards: skov-imx6: add switch detection
ARM: boards: skov-imx6: disable eth0 for barebox if no switch is
detected
ARM: boards: skov-imx6: fixup different DTS variants
ARM: boards: skov-imx6: start using deep-probe
ARM: boards: skov-imx6: add defaultenv with eth1-discover script
ARM: boards: skov-imx6: use separate DTS for the iMX6 Solo variant
arch/arm/boards/skov-imx6/Makefile | 1 +
arch/arm/boards/skov-imx6/board.c | 228 +++++++++++++++---
.../network/eth1-discover | 8 +
arch/arm/boards/skov-imx6/lowlevel.c | 6 +-
arch/arm/dts/Makefile | 2 +-
arch/arm/dts/imx6qdl-skov-imx6.dtsi | 20 ++
arch/arm/dts/imx6s-skov-imx6.dts | 22 ++
7 files changed, 253 insertions(+), 34 deletions(-)
create mode 100644 arch/arm/boards/skov-imx6/defaultenv-skov-imx6/network/eth1-discover
create mode 100644 arch/arm/dts/imx6s-skov-imx6.dts
--
2.30.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2021-10-06 8:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-06 8:43 Oleksij Rempel [this message]
2021-10-06 8:43 ` [PATCH v4 1/8] ARM: dts: skov-imx6: add USB nodes Oleksij Rempel
2021-10-06 8:43 ` [PATCH v4 2/8] ARM: boards: skov-imx6: fixup_machine_compatible() add optional root node Oleksij Rempel
2021-10-06 8:43 ` [PATCH v4 3/8] ARM: boards: skov-imx6: add switch detection Oleksij Rempel
2021-10-06 8:43 ` [PATCH v4 4/8] ARM: boards: skov-imx6: disable eth0 for barebox if no switch is detected Oleksij Rempel
2021-10-06 8:43 ` [PATCH v4 5/8] ARM: boards: skov-imx6: fixup different DTS variants Oleksij Rempel
2021-10-06 8:43 ` [PATCH v4 6/8] ARM: boards: skov-imx6: start using deep-probe Oleksij Rempel
2021-10-06 8:43 ` [PATCH v4 7/8] ARM: boards: skov-imx6: add defaultenv with eth1-discover script Oleksij Rempel
2021-10-06 8:43 ` [PATCH v4 8/8] ARM: boards: skov-imx6: use separate DTS for the iMX6 Solo variant Oleksij Rempel
2021-10-11 9:36 ` [PATCH v4 0/8] add noswitch support for skov boards Sascha Hauer
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=20211006084323.14051-1-o.rempel@pengutronix.de \
--to=o.rempel@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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