summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-09-24 13:14:38 +0200
committerEmmanuel Vadot <manu@FreeBSD.org>2024-09-26 09:15:33 +0200
commit92d17fc29a8de44442e7d996bb4220fd00cf3a85 (patch)
treef036c175f1b36d6502eaa60b638d6ed1bc39acb9 /sysutils
parentsysutils/u-boot-master: Update to 2024.07 (diff)
sysutils: Add u-boot for Pine64 Quartz-A and -B board
Sponsored by: Beckhoff Automation GmbH & Co. KG
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile2
-rw-r--r--sysutils/u-boot-quartz64-a/Makefile7
-rw-r--r--sysutils/u-boot-quartz64-a/pkg-descr6
-rw-r--r--sysutils/u-boot-quartz64-b/Makefile7
-rw-r--r--sysutils/u-boot-quartz64-b/pkg-descr6
5 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 0f2236a64df5..eb4de93be275 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1552,6 +1552,8 @@
SUBDIR += u-boot-qemu-arm
SUBDIR += u-boot-qemu-arm64
SUBDIR += u-boot-qemu-riscv64
+ SUBDIR += u-boot-quartz64-a
+ SUBDIR += u-boot-quartz64-b
SUBDIR += u-boot-riotboard
SUBDIR += u-boot-rock-pi-4
SUBDIR += u-boot-rock64
diff --git a/sysutils/u-boot-quartz64-a/Makefile b/sysutils/u-boot-quartz64-a/Makefile
new file mode 100644
index 000000000000..208616aaf473
--- /dev/null
+++ b/sysutils/u-boot-quartz64-a/Makefile
@@ -0,0 +1,7 @@
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= quartz64-a
+BOARD_CONFIG= quartz64-a-rk3566_defconfig
+FAMILY= rk356X
+
+.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-quartz64-a/pkg-descr b/sysutils/u-boot-quartz64-a/pkg-descr
new file mode 100644
index 000000000000..fcea82040ddc
--- /dev/null
+++ b/sysutils/u-boot-quartz64-a/pkg-descr
@@ -0,0 +1,6 @@
+U-Boot loader and related files for the Pine64 Quartz-A
+
+To install this bootloader on an sdcard just do:
+
+dd if=/usr/local/share/u-boot/u-boot-quartz-a/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
+dd if=/usr/local/share/u-boot/u-boot-quartz-a/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
diff --git a/sysutils/u-boot-quartz64-b/Makefile b/sysutils/u-boot-quartz64-b/Makefile
new file mode 100644
index 000000000000..68b3b5b20213
--- /dev/null
+++ b/sysutils/u-boot-quartz64-b/Makefile
@@ -0,0 +1,7 @@
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= quartz64-b
+BOARD_CONFIG= quartz64-b-rk3566_defconfig
+FAMILY= rk356X
+
+.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-quartz64-b/pkg-descr b/sysutils/u-boot-quartz64-b/pkg-descr
new file mode 100644
index 000000000000..08b55a95f4f3
--- /dev/null
+++ b/sysutils/u-boot-quartz64-b/pkg-descr
@@ -0,0 +1,6 @@
+U-Boot loader and related files for the Pine64 Quartz-B
+
+To install this bootloader on an sdcard just do:
+
+dd if=/usr/local/share/u-boot/u-boot-quartz-b/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
+dd if=/usr/local/share/u-boot/u-boot-quartz-b/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync