svn commit: r499871 - in head/sysutils: . u-boot-olinuxino-lime2-emmc

Emmanuel Vadot manu at FreeBSD.org
Wed Apr 24 17:38:56 UTC 2019


Author: manu
Date: Wed Apr 24 17:38:54 2019
New Revision: 499871
URL: https://svnweb.freebsd.org/changeset/ports/499871

Log:
  u-boot-olinuxino-lime2-emmc: Add new port
  
  Add a port for this Allwinner A20 board by Olimex.

Added:
  head/sysutils/u-boot-olinuxino-lime2-emmc/
  head/sysutils/u-boot-olinuxino-lime2-emmc/Makefile   (contents, props changed)
  head/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed Apr 24 17:31:26 2019	(r499870)
+++ head/sysutils/Makefile	Wed Apr 24 17:38:54 2019	(r499871)
@@ -1379,6 +1379,7 @@
     SUBDIR += u-boot-olimex-a20-som-evb
     SUBDIR += u-boot-olinuxino-lime
     SUBDIR += u-boot-olinuxino-lime2
+    SUBDIR += u-boot-olinuxino-lime2-emmc
     SUBDIR += u-boot-orangepi-one
     SUBDIR += u-boot-orangepi-pc
     SUBDIR += u-boot-orangepi-pc-plus

Added: head/sysutils/u-boot-olinuxino-lime2-emmc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-olinuxino-lime2-emmc/Makefile	Wed Apr 24 17:38:54 2019	(r499871)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../u-boot-master
+
+MODEL=		olinuxino-lime2-emmc
+BOARD_CONFIG=	A20-OLinuXino-Lime2-eMMC_defconfig
+FAMILY=		allwinner
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr	Wed Apr 24 17:38:54 2019	(r499871)
@@ -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-all mailing list