diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-04-24 17:18:35 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-04-24 17:18:35 +0000 |
commit | 6b695415241fa38c55aaa4e3954b23af58d619e2 (patch) | |
tree | d1ab207013d791c95c99e82d7f70003d0401de7d /sysutils/u-boot-olinuxino-lime2 | |
parent | 00b7df841da1cb1bf8a8b4818fa784436f628fe7 (diff) | |
download | ports-6b695415241fa38c55aaa4e3954b23af58d619e2.tar.gz ports-6b695415241fa38c55aaa4e3954b23af58d619e2.zip |
Notes
Diffstat (limited to 'sysutils/u-boot-olinuxino-lime2')
-rw-r--r-- | sysutils/u-boot-olinuxino-lime2/Makefile | 9 | ||||
-rw-r--r-- | sysutils/u-boot-olinuxino-lime2/pkg-descr | 13 |
2 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/u-boot-olinuxino-lime2/Makefile b/sysutils/u-boot-olinuxino-lime2/Makefile new file mode 100644 index 000000000000..1e27b5d8571f --- /dev/null +++ b/sysutils/u-boot-olinuxino-lime2/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= olinuxino-lime2 +BOARD_CONFIG= A20-OLinuXino-Lime2_defconfig +FAMILY= allwinner + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-olinuxino-lime2/pkg-descr b/sysutils/u-boot-olinuxino-lime2/pkg-descr new file mode 100644 index 000000000000..270fa649df34 --- /dev/null +++ b/sysutils/u-boot-olinuxino-lime2/pkg-descr @@ -0,0 +1,13 @@ +U-Boot loader for Olinuxino Lime2. + +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-olinuxino-lime/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync + +This version is patched so that: + * API features are enabled. + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +WWW: http://www.denx.de/wiki/U-Boot |