From b4607d13dcc108c5907107aa4567fbd7a082f0b7 Mon Sep 17 00:00:00 2001 From: jogo Date: Mon, 20 May 2013 12:07:03 +0000 Subject: brcm2708: make it boot on revision 2 raspberry pis * update the bootcode.bin to the newest version - gpu/cpu mem split is now configured through config.txt, so no need to create more than one sd card image (just edit the config.txt) - bootcode.bin now supports the never revision 2 raspberry pis * add a commented prepopulated config.txt for easier config changes Taken from Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36668 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/brcm2708-gpu-fw/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package') diff --git a/package/system/brcm2708-gpu-fw/Makefile b/package/system/brcm2708-gpu-fw/Makefile index 7a1b622ae..0b79cd15a 100644 --- a/package/system/brcm2708-gpu-fw/Makefile +++ b/package/system/brcm2708-gpu-fw/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=brcm2708-gpu-fw -PKG_REV:=6baaefd041f415912dd1868ed45a18904562acec -PKG_VERSION:=20120529 +PKG_REV:=d5b05be2147bf5dc0137798837af24b0bbbe398d +PKG_VERSION:=20130517 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_REV).tar.gz PKG_SOURCE_URL:=https://github.com/Hexxeh/rpi-firmware/archive/ -PKG_MD5SUM:=12f8bc52bfbe5f569108263562219fa1 +PKG_MD5SUM:=9b0ce0a530e237f4c6fe43a36ccf57c3 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/rpi-firmware-$(PKG_REV) -- cgit v1.2.3