From ee1cee2cac67108194f1496c29fead90afff1763 Mon Sep 17 00:00:00 2001 From: Marko Ratkaj Date: Thu, 6 Apr 2017 20:13:31 +0200 Subject: mvebu: add ClearFog Base support Add support for SolidRun ClearFog Base board. The base model is a smaller version of ClearFog Pro without the DSA switch, replacing it with a second copper gigabit port, and only one PCIe socket. Signed-off-by: Marko Ratkaj --- target/linux/mvebu/image/cfbase-boot.script | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 target/linux/mvebu/image/cfbase-boot.script (limited to 'target/linux/mvebu/image/cfbase-boot.script') diff --git a/target/linux/mvebu/image/cfbase-boot.script b/target/linux/mvebu/image/cfbase-boot.script new file mode 100644 index 0000000..3043d26 --- /dev/null +++ b/target/linux/mvebu/image/cfbase-boot.script @@ -0,0 +1,7 @@ +setenv bootargs console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootfstype=squashfs rootwait overlay=/dev/mmcblk0p3 +setenv fdt_high 0x07a12000 + +fatload mmc 0:1 0x02000000 zImage +fatload mmc 0:1 0x05F00000 armada-388-clearfog-base.dtb + +bootz 0x02000000 - 0x05F00000 -- cgit v1.1