rpi: updated firmware and patchset.

This commit is contained in:
Arne Fitzenreiter
2012-09-21 15:21:02 -04:00
parent cc45d23e03
commit 421102e775
5 changed files with 64 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ include Config
VER = 3.2.30
RPI_PATCHES = linux-3.2.27-091073b
RPI_PATCHES = linux-3.2.27-807223a
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.bz2
@@ -76,7 +76,7 @@ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).patch.xz
$(DL_FILE)_MD5 = d899e65520424a27661009ea43b28103
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 9daec752fba403a488818df6dd57a714
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = b072ccb2534ff910fd5867fc0da1b24a
install : $(TARGET)
@@ -146,7 +146,6 @@ endif
ifeq "$(KCFG)" "-rpi"
# Apply Raspberry Pi kernel patches.
cd $(DIR_APP) && xzcat $(DIR_DL)/rpi-patches-$(RPI_PATCHES).patch.xz | patch -Np1
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.2.27-rpi_fix_dwc_common_build.patch
endif
ifeq "$(HEADERS)" "1"

View File

@@ -24,7 +24,7 @@
include Config
VER = b2200cd
VER = 9f7cff0
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 = d4b0a5b5fe8cdbe5df17aadd5ec60ff0
$(DL_FILE)_MD5 = 4de4db529fc2c0000d381d016675e115
install : $(TARGET)
@@ -70,4 +70,5 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@cd / && tar axf $(DIR_DL)/$(DL_FILE)
cp $(DIR_SRC)/config/rpi-firmware/config.txt /boot
@$(POSTBUILD)