summaryrefslogtreecommitdiff
path: root/sys/src/boot
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2022-06-18 18:15:16 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2022-06-18 18:15:16 +0000
commita16d54da37131f00ce2db824cf85c85ae746b752 (patch)
tree4faf973b8ae498649447af750ebf5f9284112762 /sys/src/boot
parent7d4ffb868403377922d9cd0c8b4531cb77ec901c (diff)
add /sys/src/boot/reform/mkfile to download official u-boot for the mnt-reform
Diffstat (limited to 'sys/src/boot')
-rw-r--r--sys/src/boot/reform/mkfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/src/boot/reform/mkfile b/sys/src/boot/reform/mkfile
new file mode 100644
index 000000000..17d4326dc
--- /dev/null
+++ b/sys/src/boot/reform/mkfile
@@ -0,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'