shithub: front

ref: e38d42b4a7f278a7f7835e07983115e4ee1b0db4
dir: /sys/src/boot/bcm/mkfile/

View raw version
URL=https://github.com/raspberrypi/firmware/raw/master/boot
FILES=bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf \
	bcm2711-rpi-4-b.dtb \
	bcm2711-rpi-400.dtb \
	bcm2711-rpi-cm4.dtb \
	LICENCE.broadcom

all:V:	$FILES

clean:V:
	rm -f $FILES

$FILES:
	for(i in $target){
		hget -o $i $URL/$i
	}