]> git.lizzy.rs Git - plan9front.git/commitdiff
boot/bcm: download dtb files for rpi-400 and rpi-cm4
authorcinap_lenrek <cinap_lenrek@felloff.net>
Mon, 22 Feb 2021 22:44:28 +0000 (23:44 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Mon, 22 Feb 2021 22:44:28 +0000 (23:44 +0100)
sys/src/boot/bcm/mkfile

index e0c658873cdde31954eea3f08fc07be14fcf8b8b..587e8ba0aa45875e6efda6cb98da7af8b25317f0 100644 (file)
@@ -1,5 +1,9 @@
 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 LICENCE.broadcom
+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