From: Alexander Kurz <akurz@blala.de>
To: barebox@lists.infradead.org
Cc: Alexander Kurz <akurz@blala.de>
Subject: [PATCH] ARM: i.MX WaRP7: Add defaultenv and boot pre-installed kernel
Date: Sun, 19 Mar 2017 18:02:21 +0100 [thread overview]
Message-ID: <1489942941-16270-1-git-send-email-akurz@blala.de> (raw)
The WaRP7 board is shipped with a pre-installed system.
Boot the zImage and dtb from the first partition by default.
Signed-off-by: Alexander Kurz <akurz@blala.de>
---
arch/arm/boards/element14-warp7/Makefile | 1 +
arch/arm/boards/element14-warp7/board.c | 3 +++
arch/arm/boards/element14-warp7/defaultenv-warp7/boot/mmc_kernel | 7 +++++++
arch/arm/boards/element14-warp7/defaultenv-warp7/nv/boot.default | 1 +
4 files changed, 12 insertions(+)
create mode 100644 arch/arm/boards/element14-warp7/defaultenv-warp7/boot/mmc_kernel
create mode 100644 arch/arm/boards/element14-warp7/defaultenv-warp7/nv/boot.default
diff --git a/arch/arm/boards/element14-warp7/Makefile b/arch/arm/boards/element14-warp7/Makefile
index 01c7a25..847f452 100644
--- a/arch/arm/boards/element14-warp7/Makefile
+++ b/arch/arm/boards/element14-warp7/Makefile
@@ -1,2 +1,3 @@
obj-y += board.o
lwl-y += lowlevel.o
+bbenv-y += defaultenv-warp7
diff --git a/arch/arm/boards/element14-warp7/board.c b/arch/arm/boards/element14-warp7/board.c
index 84fc885..b1fe202 100644
--- a/arch/arm/boards/element14-warp7/board.c
+++ b/arch/arm/boards/element14-warp7/board.c
@@ -21,6 +21,7 @@
#include <partition.h>
#include <mach/generic.h>
#include <linux/sizes.h>
+#include <envfs.h>
static int warp7_devices_init(void)
{
@@ -30,6 +31,8 @@ static int warp7_devices_init(void)
imx6_bbu_internal_mmc_register_handler("mmc", "/dev/mmc2.boot0.barebox",
BBU_HANDLER_FLAG_DEFAULT);
+ defaultenv_append_directory(defaultenv_warp7);
+
return 0;
}
device_initcall(warp7_devices_init);
diff --git a/arch/arm/boards/element14-warp7/defaultenv-warp7/boot/mmc_kernel b/arch/arm/boards/element14-warp7/defaultenv-warp7/boot/mmc_kernel
new file mode 100644
index 0000000..dd0a31b
--- /dev/null
+++ b/arch/arm/boards/element14-warp7/defaultenv-warp7/boot/mmc_kernel
@@ -0,0 +1,7 @@
+#!/bin/sh
+[ -d /mnt/mmc2.0 ] || mkdir /mnt/mmc2.0
+mount -t fat /dev/mmc2.0 /mnt/mmc2.0/
+
+global linux.bootargs.dyn.root="console=ttymxc0,115200 root=/dev/mmcblk2p2 rootwait rw"
+
+bootm -v -o /mnt/mmc2.0/imx7s-warp.dtb /mnt/mmc2.0/zImage
diff --git a/arch/arm/boards/element14-warp7/defaultenv-warp7/nv/boot.default b/arch/arm/boards/element14-warp7/defaultenv-warp7/nv/boot.default
new file mode 100644
index 0000000..3118b7a
--- /dev/null
+++ b/arch/arm/boards/element14-warp7/defaultenv-warp7/nv/boot.default
@@ -0,0 +1 @@
+mmc_kernel
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2017-03-19 17:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-19 17:02 Alexander Kurz [this message]
2017-03-20 7:39 ` 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=1489942941-16270-1-git-send-email-akurz@blala.de \
--to=akurz@blala.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