From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 15667b3394ff07a9970f0c7ea76f27f08b5d1323 Date: Sat, 04 Jan 2025 21:51:24 +0000 Message-ID: <4YQYzw0qdJz2xxd@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0054797577458016875==" List-Id: --===============0054797577458016875== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 15667b3394ff07a9970f0c7ea76f27f08b5d1323 (commit) via 318c037092abe862bdf1cbea0fe5e28fb8278b7d (commit) from f7a575cebb35155372a32bc26e062dac32be9b3d (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 15667b3394ff07a9970f0c7ea76f27f08b5d1323 Author: Arne Fitzenreiter Date: Sat Jan 4 22:50:40 2025 +0100 u-boot: remove some arm32bit parts from bootscript =20 Signed-off-by: Arne Fitzenreiter commit 318c037092abe862bdf1cbea0fe5e28fb8278b7d Author: Arne Fitzenreiter Date: Sat Jan 4 22:46:29 2025 +0100 rpi-firmware: update to 20240424 =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/aarch64/rpi-firmware | 7 +++++-- config/u-boot/boot.cmd | 17 ++++------------- lfs/rpi-firmware | 6 +++--- 3 files changed, 12 insertions(+), 18 deletions(-) Difference in files: diff --git a/config/rootfiles/common/aarch64/rpi-firmware b/config/rootfiles/= common/aarch64/rpi-firmware index 9c5c2fe28..c3eb09db1 100644 --- a/config/rootfiles/common/aarch64/rpi-firmware +++ b/config/rootfiles/common/aarch64/rpi-firmware @@ -1,7 +1,10 @@ #boot/LICENCE.broadcom -boot/bcm2711-rpi-4-b.dtb boot/bcm2711-rpi-400.dtb -boot/bcm2711-rpi-cm4.dtb +boot/bcm2711-rpi-4-b.dtb +boot/bcm2711-rpi-cm4-io.dtb +boot/bcm2837-rpi-3-b.dtb +boot/bcm2837-rpi-3-b-plus.dtb +boot/bcm2837-rpi-cm3-io3.dtb boot/bootcode.bin boot/config.txt boot/fixup.dat diff --git a/config/u-boot/boot.cmd b/config/u-boot/boot.cmd index 61c50d064..dc634ca98 100644 --- a/config/u-boot/boot.cmd +++ b/config/u-boot/boot.cmd @@ -58,16 +58,6 @@ if test "${SERIAL-CONSOLE}" =3D "ON"; then setenv console ttyAMA0,115200n8; fi; fi; - else - if test "${fdtfile}" =3D "bcm2837-rpi-3-b-plus.dtb"; then - setenv console ttyS1,115200n8; - else - if test "${fdtfile}" =3D "bcm2837-rpi-3-b.dtb"; then - setenv console ttyS1,115200n8; - else - setenv console ttyAMA0,115200n8; - fi; - fi; fi; else setenv console ttyS0,115200n8; @@ -80,7 +70,10 @@ else setenv bootargs console=3Dtty1 root=3D${root_dev} rootwait; fi; =20 -setenv fdt_high ffffffff; +if test ${fdt_high} =3D ""; then + setenv fdt_high ffffffff; +fi; + fatload ${boot_dev} ${boot_part} ${kernel_addr_r} vmlinuz-${KVER}; fatload ${boot_dev} ${boot_part} ${fdt_addr_r} dtb-${KVER}/${fdtfile}; =20 @@ -99,10 +92,8 @@ else setenv ramdisk_addr -; fi; =20 -bootz ${kernel_addr_r} ${ramdisk_addr} ${fdt_addr_r}; booti ${kernel_addr_r} ${ramdisk_addr} ${fdt_addr_r}; =20 -bootz ${kernel_addr_r} - ${fdt_addr_r}; booti ${kernel_addr_r} - ${fdt_addr_r}; =20 # Recompile with: diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index 51af49b07..edd8e5d06 100644 --- a/lfs/rpi-firmware +++ b/lfs/rpi-firmware @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2021 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 20211127 +VER =3D 20240424 THISAPP =3D rpi-firmware-$(VER) DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 1395f0d0a43212e9d40bcc17be4ec0625019cebfc4947815caf7ca= dd42ebf1d2093850f90ed6eca11c3df162fc3f29e6c427c3baf9dcc5229d16ce433886d0d9 +$(DL_FILE)_BLAKE2 =3D efad1a7686adf12aa43fbeb7c0f2071f242887ed6a392965133a82= 2c6d89a6c806ba256a2df042b72c0aba241cf0ce728b25b45a6bca2292006f1f5dd1948fc3 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============0054797577458016875==--