From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 17 Apr 2023 15:12:01 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1poOeG-006KPn-Gy for lore@lore.pengutronix.de; Mon, 17 Apr 2023 15:12:01 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1poOeG-0003s2-6Z; Mon, 17 Apr 2023 15:12:00 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1poOe0-0003qm-4e for distrokit@pengutronix.de; Mon, 17 Apr 2023 15:11:44 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1poOdz-00BtB1-FJ for distrokit@pengutronix.de; Mon, 17 Apr 2023 15:11:43 +0200 Received: from afa by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1poOdy-003oPW-HO for distrokit@pengutronix.de; Mon, 17 Apr 2023 15:11:42 +0200 From: Ahmad Fatoum To: distrokit@pengutronix.de Date: Mon, 17 Apr 2023 15:11:36 +0200 Message-Id: <20230417131141.908678-1-a.fatoum@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 0/5] v7a: add first support for Wifx L1 X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false The Wifx L1 is a SAMA5D4-based LoRaWAN gateway. This commit adds first support for booting DistroKit on it from SD-Card. Default boot medium is NAND, but a bootable SD-Card always has precedence over NAND. Ahmad Fatoum (5): at91bootstrap2: make targetinstall v4.x compatible v7a: at91bootstrap: configure v4.0.6-rc1 for Wifx L1 v7a: barebox: extend support to SAMA5D4-based Wifx L1 v7a: kernel: extend support to SAMA5D4-based Wifx L1 v7a: add Wifx L1 SD-Card image .../platform-v7a/at91bootstrap-wifx-l1.config | 296 +++++++++++++++ configs/platform-v7a/barebox-at91.config | 55 ++- configs/platform-v7a/barebox-at91.config.diff | 45 ++- .../platform-v7a/dts/at91-sama5d4_wifx_l1.dts | 347 ++++++++++++++++++ configs/platform-v7a/kernelconfig | 82 ++++- configs/platform-v7a/platformconfig | 9 +- .../platforms/image-wifx-l1-sd.in | 12 + configs/platform-v7a/rules/barebox-at91.make | 1 + .../platform-v7a/rules/image-wifx-l1-sd.make | 36 ++ doc/hardware.rst | 1 + doc/hardware_v7a_sama5d4.rst | 16 + rules/at91bootstrap2.make | 90 +++++ 12 files changed, 970 insertions(+), 20 deletions(-) create mode 100644 configs/platform-v7a/at91bootstrap-wifx-l1.config create mode 100644 configs/platform-v7a/dts/at91-sama5d4_wifx_l1.dts create mode 100644 configs/platform-v7a/platforms/image-wifx-l1-sd.in create mode 100644 configs/platform-v7a/rules/image-wifx-l1-sd.make create mode 100644 doc/hardware_v7a_sama5d4.rst create mode 100644 rules/at91bootstrap2.make -- 2.39.2