add /sys/src/boot/bcm/mkfile to download raspberry pi bootcode firmware
This commit is contained in:
parent
8dfff00e50
commit
f059563b9d
1 changed files with 12 additions and 0 deletions
12
sys/src/boot/bcm/mkfile
Normal file
12
sys/src/boot/bcm/mkfile
Normal 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
|
||||
}
|
Loading…
Reference in a new issue