mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
rpi-firmware: update to 855e997.
This version has 256/512MB board autodetection.
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
#boot/LICENCE.broadcom
|
||||
boot/arm128_start.elf
|
||||
boot/arm192_start.elf
|
||||
boot/arm224_start.elf
|
||||
boot/arm240_start.elf
|
||||
boot/arm256_start.elf
|
||||
boot/arm384_start.elf
|
||||
boot/arm448_start.elf
|
||||
boot/arm496_start.elf
|
||||
boot/bootcode.bin
|
||||
boot/cmdline.txt
|
||||
boot/config.txt
|
||||
#boot/first32k.bin
|
||||
boot/loader.bin
|
||||
boot/start.elf
|
||||
boot/start_cd.elf
|
||||
boot/fixup.dat
|
||||
boot/fixup_cd.dat
|
||||
|
||||
@@ -4,6 +4,14 @@
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# GPU Memory Settings (16,32,64 ... )
|
||||
# 16MB has a issue at reboot so we use 32MB memory split
|
||||
###############################################################################
|
||||
gpu_mem_256=32
|
||||
gpu_mem_512=32
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Turbo Mode (cpufreq) Settings ...
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 831239e
|
||||
VER = 855e997
|
||||
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 = cfbf931b28aba1b59d20e8e2961a5396
|
||||
$(DL_FILE)_MD5 = c73700a10d792517b2b87fd28a6c9800
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user