Date: Wed, 24 Apr 2019 17:18:35 +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: r499868 - in head/sysutils: . u-boot-olinuxino-lime2 Message-ID: <201904241718.x3OHIZkp067808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904241718.x3OHIZkp067808>