diff --git a/sysutils/Makefile b/sysutils/Makefile index 038752b556c6..85dd5fe9e2fb 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1362,6 +1362,7 @@ SUBDIR += u-boot-pine64 SUBDIR += u-boot-pine64-lts SUBDIR += u-boot-pinebook + SUBDIR += u-boot-pinebookpro SUBDIR += u-boot-qemu-arm SUBDIR += u-boot-riotboard SUBDIR += u-boot-rock64 diff --git a/sysutils/u-boot-pinebookpro/Makefile b/sysutils/u-boot-pinebookpro/Makefile new file mode 100644 index 000000000000..fadd625bd5e4 --- /dev/null +++ b/sysutils/u-boot-pinebookpro/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= pinebookpro +BOARD_CONFIG= pinebook-pro-rk3399_defconfig +FAMILY= rk3399 + +PATCHFILES+= 1273633/raw \ + 1273674/raw \ + 1273675/raw \ + 1273676/raw \ + 1273677/raw \ + 1273678/raw + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-pinebookpro/pkg-descr b/sysutils/u-boot-pinebookpro/pkg-descr new file mode 100644 index 000000000000..663cb49a2403 --- /dev/null +++ b/sysutils/u-boot-pinebookpro/pkg-descr @@ -0,0 +1,7 @@ +U-Boot loader and related files for the Pine64 RockPro64. + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-rockpro64/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync +dd if=/usr/local/share/u-boot/u-boot-rockpro64/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync + +WWW: https://www.denx.de/wiki/U-Boot