rpi-firmware: update to 20211127

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter 2021-11-27 14:21:31 +00:00
parent 4f6ef73542
commit ee3da7ef37
4 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,7 @@
#boot/LICENCE.broadcom
boot/bcm2711-rpi-4-b.dtb
boot/bcm2711-rpi-400.dtb
boot/bcm2711-rpi-cm4.dtb
boot/bootcode.bin
boot/config.txt
boot/fixup.dat

View File

@ -1,5 +1,7 @@
#boot/LICENCE.broadcom
boot/bcm2711-rpi-4-b.dtb
#boot/bcm2711-rpi-4-b.dtb
#boot/bcm2711-rpi-400.dtb
#boot/bcm2711-rpi-cm4.dtb
boot/bootcode.bin
boot/config.txt
boot/fixup.dat

View File

@ -3,6 +3,7 @@
# Raspberry Pi - Videocore configuration file
#
###############################################################################
enable_uart=1
###############################################################################
#
@ -21,6 +22,7 @@ gpu_mem=16
#
# hdmi_drive: 0 auto, 1 DVI (no Sound), 2 HDMI (Sound)
#hdmi_drive=1
hdmi_safe=1
#
# sdtv_mode: 0 NTSC, 1 NTSC (JP), 3 PAL, 4 PAL (Brazil)
#sdtv_mode=2

View File

@ -24,7 +24,7 @@
include Config
VER = 20210606
VER = 20211127
THISAPP = rpi-firmware-$(VER)
DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 5e9cccb9df460ea870134578e6caab26
$(DL_FILE)_MD5 = d2cfb86cc19638683cd6ae042cc1eec5
install : $(TARGET)