Date: Mon, 18 Jun 2018 21:26:37 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472717 - in head/sysutils: . u-boot-riotboard Message-ID: <201806182126.w5ILQbX8090304@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Jun 18 21:26:36 2018 New Revision: 472717 URL: https://svnweb.freebsd.org/changeset/ports/472717 Log: Add new port for the u-boot code for the RIoTboard. Submitted by: manu Differential Revision: D15885 Added: head/sysutils/u-boot-riotboard/ head/sysutils/u-boot-riotboard/Makefile (contents, props changed) head/sysutils/u-boot-riotboard/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jun 18 20:56:28 2018 (r472716) +++ head/sysutils/Makefile Mon Jun 18 21:26:36 2018 (r472717) @@ -1309,6 +1309,7 @@ SUBDIR += u-boot-pandaboard SUBDIR += u-boot-pcduino3 SUBDIR += u-boot-pine64 + SUBDIR += u-boot-riotboard SUBDIR += u-boot-rpi SUBDIR += u-boot-rpi2 SUBDIR += u-boot-rpi3 Added: head/sysutils/u-boot-riotboard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-riotboard/Makefile Mon Jun 18 21:26:36 2018 (r472717) @@ -0,0 +1,11 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= riotboard +BOARD_CONFIG= riotboard_defconfig +FAMILY= riotboard + +UBOOT_PLIST= u-boot.imx + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-riotboard/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-riotboard/pkg-descr Mon Jun 18 21:26:36 2018 (r472717) @@ -0,0 +1,13 @@ +U-Boot loader for RIoTboard + +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-riotboard/u-boot.imx of=/path/to/sdcarddevice bs=1k seek=1 conv=sync + +This version is patched so that: + * API features is enabled. + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + +For information about running FreeBSD on IMX6 boards, see +https://wiki.freebsd.org/FreeBSD/arm/imx6 + +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?201806182126.w5ILQbX8090304>