Index: head/sysutils/u-boot-orangepi-r1/Makefile =================================================================== --- head/sysutils/u-boot-orangepi-r1/Makefile (nonexistent) +++ head/sysutils/u-boot-orangepi-r1/Makefile (revision 475137) @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= orangepi_r1 +BOARD_CONFIG= orangepi_r1_defconfig +FAMILY= allwinner + +.include "${MASTERDIR}/Makefile" Property changes on: head/sysutils/u-boot-orangepi-r1/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/sysutils/u-boot-orangepi-r1/pkg-descr =================================================================== --- head/sysutils/u-boot-orangepi-r1/pkg-descr (nonexistent) +++ head/sysutils/u-boot-orangepi-r1/pkg-descr (revision 475137) @@ -0,0 +1,9 @@ +U-Boot loader and related files for the OrangePI R1. + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-orangepi-r1/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync + +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +WWW: http://www.denx.de/wiki/U-Boot Property changes on: head/sysutils/u-boot-orangepi-r1/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property