svn commit: r499868 - in head/sysutils: . u-boot-olinuxino-lime2
Emmanuel Vadot
manu at FreeBSD.org
Wed Apr 24 17:18:37 UTC 2019
Author: manu
Date: Wed Apr 24 17:18:35 2019
New Revision: 499868
URL: https://svnweb.freebsd.org/changeset/ports/499868
Log:
u-boot-olinuxino-lime2: Add new port
Add a port for this Allwinner A20 board by Olimex.
Added:
head/sysutils/u-boot-olinuxino-lime2/
head/sysutils/u-boot-olinuxino-lime2/Makefile (contents, props changed)
head/sysutils/u-boot-olinuxino-lime2/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Wed Apr 24 17:18:17 2019 (r499867)
+++ head/sysutils/Makefile Wed Apr 24 17:18:35 2019 (r499868)
@@ -1378,6 +1378,7 @@
SUBDIR += u-boot-nanopi-neo-air
SUBDIR += u-boot-olimex-a20-som-evb
SUBDIR += u-boot-olinuxino-lime
+ SUBDIR += u-boot-olinuxino-lime2
SUBDIR += u-boot-orangepi-one
SUBDIR += u-boot-orangepi-pc
SUBDIR += u-boot-orangepi-pc-plus
Added: head/sysutils/u-boot-olinuxino-lime2/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/u-boot-olinuxino-lime2/Makefile Wed Apr 24 17:18:35 2019 (r499868)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= olinuxino-lime2
+BOARD_CONFIG= A20-OLinuXino-Lime2_defconfig
+FAMILY= allwinner
+
+.include "${MASTERDIR}/Makefile"
Added: head/sysutils/u-boot-olinuxino-lime2/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/u-boot-olinuxino-lime2/pkg-descr Wed Apr 24 17:18:35 2019 (r499868)
@@ -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
More information about the svn-ports-head
mailing list