diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-08-18 22:19:29 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-08-18 22:19:29 +0200 |
| commit | ac98922f44c3df8839f1bdd07f23fcccf27d0cba (patch) | |
| tree | 2fced5865a085a1c850fb761da971b895d669992 | |
| parent | 534be5aeb33760ebf77fd611a493bf959338225c (diff) | |
| download | plan9front-ac98922f44c3df8839f1bdd07f23fcccf27d0cba.tar.xz | |
add missing device tree file for raspberry pi 4
| -rw-r--r-- | sys/lib/dist/mkfile | 2 | ||||
| -rw-r--r-- | sys/src/boot/bcm/mkfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/dist/mkfile b/sys/lib/dist/mkfile index 98b19ed29..206a9e134 100644 --- a/sys/lib/dist/mkfile +++ b/sys/lib/dist/mkfile @@ -53,7 +53,7 @@ cd:V: /tmp/9front.386.iso.gz %.pi3.img: @{ objtype=arm64 - bootcode=/sys/src/boot/bcm/^(bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf LICENCE.broadcom) + bootcode=/sys/src/boot/bcm/^(bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf bcm2711-rpi-4-b.dtb LICENCE.broadcom) kernel=/n/src9/$objtype/^(9pi3 9pi4) > /env/config.txt { echo '[pi4]' diff --git a/sys/src/boot/bcm/mkfile b/sys/src/boot/bcm/mkfile index fb329c326..e0c658873 100644 --- a/sys/src/boot/bcm/mkfile +++ b/sys/src/boot/bcm/mkfile @@ -1,5 +1,5 @@ URL=https://github.com/raspberrypi/firmware/raw/master/boot -FILES=bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf LICENCE.broadcom +FILES=bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf bcm2711-rpi-4-b.dtb LICENCE.broadcom all:V: $FILES |
