aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-rockpro64
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-07-27 14:55:59 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-07-27 14:55:59 +0000
commit593c6238a0435c832b3cd8c339f179fd7a8ac476 (patch)
treeb6010d3b02f7c15852207d199826d4f0a34b7537 /sysutils/u-boot-rockpro64
parent0565409a4365e84950b2e8d9da995763354a06bb (diff)
downloadports-593c6238a0435c832b3cd8c339f179fd7a8ac476.tar.gz
ports-593c6238a0435c832b3cd8c339f179fd7a8ac476.zip
sysutils/u-boot-rockpro64: Add new u-boot port for Pine64 RockPro64 board
This use the DDR blob and miniloader from RockChip + trust FW + ATF + u-boot proper.
Notes
Notes: svn path=/head/; revision=507459
Diffstat (limited to 'sysutils/u-boot-rockpro64')
-rw-r--r--sysutils/u-boot-rockpro64/Makefile9
-rw-r--r--sysutils/u-boot-rockpro64/pkg-descr8
2 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/u-boot-rockpro64/Makefile b/sysutils/u-boot-rockpro64/Makefile
new file mode 100644
index 000000000000..849f6711253c
--- /dev/null
+++ b/sysutils/u-boot-rockpro64/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= rockpro64
+BOARD_CONFIG= rockpro64-rk3399_defconfig
+FAMILY= rk3399
+
+.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-rockpro64/pkg-descr b/sysutils/u-boot-rockpro64/pkg-descr
new file mode 100644
index 000000000000..73df236fa039
--- /dev/null
+++ b/sysutils/u-boot-rockpro64/pkg-descr
@@ -0,0 +1,8 @@
+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/trust.img of=/path/to/sdcarddevice seek=24576 bs=512 conv=sync
+dd if=/usr/local/share/u-boot/u-boot-rockpro64/uboot.img of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
+
+WWW: http://www.denx.de/wiki/U-Boot