This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via b6ddee66fcfae2730d8cfe69704213b660ed00b8 (commit) via ee3da7ef37010037acf7ecbe1bce1aa6b997c1cd (commit) from 4f6ef735420f85180a393d729df199c56077afa4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b6ddee66fcfae2730d8cfe69704213b660ed00b8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Nov 27 14:24:18 2021 +0000
core162: add rpi-firmware
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit ee3da7ef37010037acf7ecbe1bce1aa6b997c1cd Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Nov 27 14:21:31 2021 +0000
rpi-firmware: update to 20211127
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/aarch64/rpi-firmware | 2 ++ config/rootfiles/common/armv6l/rpi-firmware | 4 +++- config/rootfiles/core/162/exclude | 1 + .../{oldcore/159 => core/162}/filelists/aarch64/rpi-firmware | 0 .../rootfiles/{oldcore/159 => core/162}/filelists/armv6l/rpi-firmware | 0 config/rpi-firmware/config.txt | 2 ++ lfs/rpi-firmware | 4 ++-- 7 files changed, 10 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/159 => core/162}/filelists/aarch64/rpi-firmware (100%) copy config/rootfiles/{oldcore/159 => core/162}/filelists/armv6l/rpi-firmware (100%)
Difference in files: diff --git a/config/rootfiles/common/aarch64/rpi-firmware b/config/rootfiles/common/aarch64/rpi-firmware index b48e117b4..9c5c2fe28 100644 --- a/config/rootfiles/common/aarch64/rpi-firmware +++ b/config/rootfiles/common/aarch64/rpi-firmware @@ -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 diff --git a/config/rootfiles/common/armv6l/rpi-firmware b/config/rootfiles/common/armv6l/rpi-firmware index b48e117b4..5147c542f 100644 --- a/config/rootfiles/common/armv6l/rpi-firmware +++ b/config/rootfiles/common/armv6l/rpi-firmware @@ -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 diff --git a/config/rootfiles/core/162/exclude b/config/rootfiles/core/162/exclude index b41e1070d..ef1e12728 100644 --- a/config/rootfiles/core/162/exclude +++ b/config/rootfiles/core/162/exclude @@ -1,3 +1,4 @@ +boot/config.txt boot/grub/grub.cfg boot/grub/grubenv boot/uEnv.txt diff --git a/config/rootfiles/core/162/filelists/aarch64/rpi-firmware b/config/rootfiles/core/162/filelists/aarch64/rpi-firmware new file mode 120000 index 000000000..00ba2284e --- /dev/null +++ b/config/rootfiles/core/162/filelists/aarch64/rpi-firmware @@ -0,0 +1 @@ +../../../../common/aarch64/rpi-firmware \ No newline at end of file diff --git a/config/rootfiles/core/162/filelists/armv6l/rpi-firmware b/config/rootfiles/core/162/filelists/armv6l/rpi-firmware new file mode 120000 index 000000000..4d6b83104 --- /dev/null +++ b/config/rootfiles/core/162/filelists/armv6l/rpi-firmware @@ -0,0 +1 @@ +../../../../common/armv6l/rpi-firmware \ No newline at end of file diff --git a/config/rpi-firmware/config.txt b/config/rpi-firmware/config.txt index cd74ef330..b28132335 100644 --- a/config/rpi-firmware/config.txt +++ b/config/rpi-firmware/config.txt @@ -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 diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index b4a9bdef7..52614e332 100644 --- a/lfs/rpi-firmware +++ b/lfs/rpi-firmware @@ -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)
hooks/post-receive -- IPFire 2.x development tree