Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 17:38:54 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499871 - in head/sysutils: . u-boot-olinuxino-lime2-emmc
Message-ID:  <201904241738.x3OHcsvZ078589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904241738.x3OHcsvZ078589>