From b87be0dd7ee7592acc165739eb2540cb9bda3351 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Mon, 4 Feb 2019 18:25:40 +0000 Subject: Add a new u-boot port for pine64-lts In release 2019.01 a special config file was added for this board. Add the port and remove the mention of this board in the sopine pkg-descr file. Approved by: bapt (mentor, implicit) --- sysutils/u-boot-pine64-lts/Makefile | 9 +++++++++ sysutils/u-boot-pine64-lts/pkg-descr | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 sysutils/u-boot-pine64-lts/Makefile create mode 100644 sysutils/u-boot-pine64-lts/pkg-descr (limited to 'sysutils/u-boot-pine64-lts') diff --git a/sysutils/u-boot-pine64-lts/Makefile b/sysutils/u-boot-pine64-lts/Makefile new file mode 100644 index 000000000000..5ca58779312e --- /dev/null +++ b/sysutils/u-boot-pine64-lts/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= pine64-lts +BOARD_CONFIG= pine64-lts_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-pine64-lts/pkg-descr b/sysutils/u-boot-pine64-lts/pkg-descr new file mode 100644 index 000000000000..986229dfd012 --- /dev/null +++ b/sysutils/u-boot-pine64-lts/pkg-descr @@ -0,0 +1,9 @@ +U-Boot loader and related files for the Pine64-LTS. + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-pine64-lts/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 -- cgit v1.2.3