From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 06 Jun 2023 16:31:57 +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 1q6Xj5-00D90i-7P for lore@lore.pengutronix.de; Tue, 06 Jun 2023 16:31:57 +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 1q6Xj2-0003UV-Lf; Tue, 06 Jun 2023 16:31:56 +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 1q6Xiu-0003Sl-EV; Tue, 06 Jun 2023 16:31:48 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1q6Xit-005Wu0-OY; Tue, 06 Jun 2023 16:31:47 +0200 Received: from localhost ([::1] helo=dude03.red.stw.pengutronix.de) by dude03.red.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1q6Xit-001ruN-3O; Tue, 06 Jun 2023 16:31:47 +0200 From: Johannes Zink Date: Tue, 06 Jun 2023 16:31:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20230606-default_enable_fastboot_rock3a-v1-4-42195d538df2@pengutronix.de> References: <20230606-default_enable_fastboot_rock3a-v1-0-42195d538df2@pengutronix.de> In-Reply-To: <20230606-default_enable_fastboot_rock3a-v1-0-42195d538df2@pengutronix.de> To: distrokit@pengutronix.de X-Mailer: b4 0.12.2 Subject: [DistroKit] [PATCH 4/5] v8a: barebox: enable loading kernel, dtb and initrd via fastboot 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: , Cc: Johannes Zink , patchwork-jzi@pengutronix.de 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 This allows to load kernel, dtb and initrd as sparse images to RAM-files. While at it, also enable the acm gadget, which exposes the barebox shell as an USB gadget and autostart the usb gadgets. Signed-off-by: Johannes Zink --- configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.acm | 1 + configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.bbu | 1 + configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.partitions | 1 + configs/platform-v8a/barebox-common-defaultenv/nv/usbgadget.autostart | 1 + 4 files changed, 4 insertions(+) diff --git a/configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.acm b/configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.acm new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.acm @@ -0,0 +1 @@ +1 diff --git a/configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.bbu b/configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.bbu new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.bbu @@ -0,0 +1 @@ +1 diff --git a/configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.partitions b/configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.partitions new file mode 100644 index 000000000000..a67f90305dd6 --- /dev/null +++ b/configs/platform-v8a/barebox-common-defaultenv/nv/fastboot.partitions @@ -0,0 +1 @@ +/dev/mmc0(sd)o,/dev/mmc1(emmc)o,/tmp/kernel(kernel)c,/tmp/initramfs(initramfs)c,/tmp/oftree(oftree)c diff --git a/configs/platform-v8a/barebox-common-defaultenv/nv/usbgadget.autostart b/configs/platform-v8a/barebox-common-defaultenv/nv/usbgadget.autostart new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/configs/platform-v8a/barebox-common-defaultenv/nv/usbgadget.autostart @@ -0,0 +1 @@ +1 -- 2.39.2