aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-clearfog
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-02-18 15:01:50 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-02-18 15:01:50 +0000
commit411c6a05f9d6b0053182120e13beed70c519f1d0 (patch)
tree3765989e0927743d2c835ce0463c07a6bc79f5af /sysutils/u-boot-clearfog
parenta488a8299f38443e8677b6e017eec8d981aa392f (diff)
downloadports-411c6a05f9d6b0053182120e13beed70c519f1d0.tar.gz
ports-411c6a05f9d6b0053182120e13beed70c519f1d0.zip
New port: sysutils/u-boot-clearfog
This is the U-Boot bootloader for the SolidRun ClearFog Pro. Submitted by: ml@vishwin.info Differential Revision: https://reviews.freebsd.org/D19230
Notes
Notes: svn path=/head/; revision=493265
Diffstat (limited to 'sysutils/u-boot-clearfog')
-rw-r--r--sysutils/u-boot-clearfog/Makefile9
-rw-r--r--sysutils/u-boot-clearfog/pkg-descr9
2 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/u-boot-clearfog/Makefile b/sysutils/u-boot-clearfog/Makefile
new file mode 100644
index 000000000000..01ca03e174f4
--- /dev/null
+++ b/sysutils/u-boot-clearfog/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= clearfog
+BOARD_CONFIG= clearfog_defconfig
+FAMILY= armada38x
+
+.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-clearfog/pkg-descr b/sysutils/u-boot-clearfog/pkg-descr
new file mode 100644
index 000000000000..c9cc0c8652c2
--- /dev/null
+++ b/sysutils/u-boot-clearfog/pkg-descr
@@ -0,0 +1,9 @@
+U-Boot loader for the SolidRun ClearFog Pro.
+
+Install the u-boot-spl.kwb file onto the boot disk using:
+
+ dd if=u-boot-spl.kwb of=/dev/whatever bs=512 seek=1
+
+The BootROM searches for U-Boot after the first 512 bytes.
+
+WWW: https://www.denx.de/wiki/U-Boot