diff --git a/sysutils/Makefile b/sysutils/Makefile index cbb42c2844a5..5d87229ed633 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/u-boot-olinuxino-lime2-emmc/Makefile b/sysutils/u-boot-olinuxino-lime2-emmc/Makefile new file mode 100644 index 000000000000..0cf57d5a3052 --- /dev/null +++ b/sysutils/u-boot-olinuxino-lime2-emmc/Makefile @@ -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" diff --git a/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr b/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr new file mode 100644 index 000000000000..270fa649df34 --- /dev/null +++ b/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr @@ -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