shithub: riscv

Download patch

ref: a16d54da37131f00ce2db824cf85c85ae746b752
parent: 7d4ffb868403377922d9cd0c8b4531cb77ec901c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jun 18 14:15:16 EDT 2022

add /sys/src/boot/reform/mkfile to download official u-boot for the mnt-reform

diff: cannot open b/sys/src/boot/reform//null: file does not exist: 'b/sys/src/boot/reform//null'
--- /dev/null
+++ b/sys/src/boot/reform/mkfile
@@ -1,0 +1,9 @@
+FILES=flash.bin
+
+all:V:	flash.bin
+
+clean:V:
+	rm -f $FILES
+
+flash.bin:
+	hget -o flash.bin 'https://source.mnt.re/reform/reform-boundary-uboot/-/jobs/artifacts/v3/raw/flash.bin?job=build'