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 <https://github.com/Evilpaul/RPi-config>

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 36668
This commit is contained in:
Jonas Gorski
2013-05-20 12:07:03 +00:00
parent 44696a01c7
commit b751b5893c
3 changed files with 927 additions and 12 deletions

View File

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