rpi-firmware: update to 855e997.

This version has 256/512MB board autodetection.
This commit is contained in:
Arne Fitzenreiter
2012-11-19 23:21:11 +01:00
parent e209a19a16
commit 06f3145ff4
3 changed files with 13 additions and 11 deletions

View File

@@ -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

View File

@@ -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 ...

View File

@@ -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)