mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
rpi-firmware: update to 20210606
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
#boot/LICENCE.broadcom
|
||||
boot/bcm2711-rpi-4-b.dtb
|
||||
boot/bootcode.bin
|
||||
boot/cmdline.txt
|
||||
boot/config.txt
|
||||
boot/fixup.dat
|
||||
boot/fixup4.dat
|
||||
boot/fixup4cd.dat
|
||||
boot/fixup4db.dat
|
||||
boot/fixup4x.dat
|
||||
boot/fixup_cd.dat
|
||||
boot/fixup_db.dat
|
||||
boot/fixup_x.dat
|
||||
boot/start.elf
|
||||
boot/start4.elf
|
||||
boot/start4cd.elf
|
||||
boot/start4db.elf
|
||||
boot/start4x.elf
|
||||
boot/start_cd.elf
|
||||
boot/start_db.elf
|
||||
boot/start_x.elf
|
||||
lib/firmware/brcm/brcmfmac43430-sdio.RPI3.txt
|
||||
lib/firmware/brcm/brcmfmac43430-sdio.txt
|
||||
lib/firmware/brcm/brcmfmac43436-sdio.clm_blob
|
||||
lib/firmware/brcm/brcmfmac43455-sdio.clm_blob
|
||||
lib/firmware/brcm/brcmfmac43455-sdio.txt
|
||||
lib/firmware/brcm/brcmfmac43430-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43430a0-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43455-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43456-sdio.clm_blob
|
||||
|
||||
@@ -1,19 +1,23 @@
|
||||
#boot/LICENCE.broadcom
|
||||
boot/bcm2711-rpi-4-b.dtb
|
||||
boot/bootcode.bin
|
||||
boot/cmdline.txt
|
||||
boot/config.txt
|
||||
boot/fixup.dat
|
||||
boot/fixup4.dat
|
||||
boot/fixup4cd.dat
|
||||
boot/fixup4db.dat
|
||||
boot/fixup4x.dat
|
||||
boot/fixup_cd.dat
|
||||
boot/fixup_db.dat
|
||||
boot/fixup_x.dat
|
||||
boot/start.elf
|
||||
boot/start4.elf
|
||||
boot/start4cd.elf
|
||||
boot/start4db.elf
|
||||
boot/start4x.elf
|
||||
boot/start_cd.elf
|
||||
boot/start_db.elf
|
||||
boot/start_x.elf
|
||||
lib/firmware/brcm/brcmfmac43430-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43430-sdio.txt
|
||||
lib/firmware/brcm/brcmfmac43430-sdio.RPI3.txt
|
||||
lib/firmware/brcm/brcmfmac43430a0-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43455-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43436-sdio.clm_blob
|
||||
lib/firmware/brcm/brcmfmac43455-sdio.clm_blob
|
||||
lib/firmware/brcm/brcmfmac43455-sdio.txt
|
||||
lib/firmware/brcm/brcmfmac43456-sdio.clm_blob
|
||||
|
||||
@@ -52,8 +52,18 @@ gpu_mem=16
|
||||
# higher clock than 900Mhz most need over voltage. Use with care.
|
||||
#over_voltage=3
|
||||
|
||||
################################################################################
|
||||
##############################################################################
|
||||
#
|
||||
# end
|
||||
# u-boot selection for different rpi boards
|
||||
#
|
||||
################################################################################
|
||||
##############################################################################
|
||||
[pi1]
|
||||
kernel=u-boot-rpi1.bin
|
||||
[pi2]
|
||||
kernel=u-boot-rpi2.bin
|
||||
[pi3]
|
||||
kernel=u-boot-rpi3.bin
|
||||
[pi4]
|
||||
kernel=u-boot-rpi4.bin
|
||||
[all]
|
||||
##############################################################################
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2021 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# 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 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 20180316
|
||||
VER = 20210606
|
||||
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 = e09ff543280f6138d12ea334d550fbd6
|
||||
$(DL_FILE)_MD5 = 5e9cccb9df460ea870134578e6caab26
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -70,7 +70,10 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@cd / && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cp -f /lib/firmware/brcm/brcmfmac43430-sdio.txt \
|
||||
/lib/firmware/brcm/brcmfmac43430-sdio.RPI3.txt
|
||||
cp -f $(DIR_SRC)/config/rpi-firmware/config.txt /boot
|
||||
ifeq "${BUILD_ARCH}" "armv5tel"
|
||||
echo arm_64bit=0 >> /boot/config.txt
|
||||
else
|
||||
echo arm_64bit=1 >> /boot/config.txt
|
||||
endif
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user