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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox