add /sys/src/boot/bcm/mkfile to download raspberry pi bootcode firmware

This commit is contained in:
cinap_lenrek 2018-10-22 00:15:39 +02:00
parent 8dfff00e50
commit f059563b9d

12
sys/src/boot/bcm/mkfile Normal file
View file

@ -0,0 +1,12 @@
URL=https://github.com/raspberrypi/firmware/raw/master/boot
FILES=bootcode.bin fixup_cd.dat start_cd.elf LICENCE.broadcom
all:V: $FILES
clean:V:
rm -f $FILES
$FILES:
for(i in $target){
hget -o $i $URL/$i
}