Jonas Gorski
e0fe5596f8
kernel: generic: add back the patch exporting bcm63xx tag header
...
It went missing when adding linux 3.7 support.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35479
2013-02-04 10:19:35 +00:00
Jonas Gorski
34ad8f4e75
kernel: generic: update to 3.8-rc6
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35478
2013-02-04 10:19:28 +00:00
Gabor Juhos
668e529220
generic: fix gc_sections patch
...
Due to the patch, essential '.data..*' sections are merged
into the '.data' section:
--- vmlinux.good.sect 2013-02-01 23:49:16.000000000 +0100
+++ vmlinux.bad.sect 2013-02-01 23:49:02.000000000 +0100
@@ -1,5 +1,5 @@
-vmlinux.good: file format elf32-powerpc
+vmlinux.bad: file format elf32-powerpc
Sections:
Idx Name Size VMA LMA File off Algn
@@ -53,43 +53,35 @@
CONTENTS, ALLOC, LOAD, READONLY, DATA
24 .machine.desc 00000460 c04e1000 004e1000 004f1000 2**2
CONTENTS, ALLOC, LOAD, DATA
- 25 .data 0000f6a0 c04e2000 004e2000 004f2000 2**12
+ 25 .data 0001635c c04e2000 004e2000 004f2000 2**12
CONTENTS, ALLOC, LOAD, DATA
- 26 .data..init_task 00002000 c04f2000 004f2000 00502000 2**3
- CONTENTS, ALLOC, LOAD, DATA
- 27 .data..page_aligned 00002000 c04f4000 004f4000 00504000 2**12
- CONTENTS, ALLOC, LOAD, DATA
- 28 .data..cacheline_aligned 00000c00 c04f6000 004f6000 00506000
2**5
- CONTENTS, ALLOC, LOAD, DATA
- 29 .data..read_mostly 000015e0 c04f6c00 004f6c00 00506c00 2**3
- CONTENTS, ALLOC, LOAD, DATA
- 30 .sbss 000002e0 c04f9000 004f9000 005081e0 2**3
+ 26 .sbss 000002e0 c04fa000 004fa000 0050835c 2**3
<...>
This causes boot hang on powerpc. Modify the patch to
ensure that the kernel specific '.data..*' sections
remain separate.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35447
2013-02-02 09:30:47 +00:00
Gabor Juhos
5a2aa8f184
generic: fix default compression selection in ubifs
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35398
2013-01-29 21:32:22 +00:00
John Crispin
c6744513a3
fix mtd_mp25p80_add_gd25q32_gd25q64.patch
...
SVN-Revision: 35378
2013-01-29 11:06:57 +00:00
Felix Fietkau
8193bbe59a
netfilter: add support for flushing conntrack via /proc
...
SVN-Revision: 35330
2013-01-27 19:02:38 +00:00
Hauke Mehrtens
721bf97863
kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8
...
These attributes where removed with kernel 3.8 and are now causing compile errors.
SVN-Revision: 35328
2013-01-27 17:48:48 +00:00
Felix Fietkau
044c316167
kernel: prevent cryptomgr from pulling in useless extra dependencies for tests that are not run
...
Reduces kernel size after LZMA by about 5k on MIPS
SVN-Revision: 35325
2013-01-27 16:21:08 +00:00
Felix Fietkau
8933b918cd
kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mips
...
in combination with kernel symbol export stripping this significantly reduces
the kernel image size
SVN-Revision: 35320
2013-01-26 16:26:13 +00:00
Florian Fainelli
680f460861
kernel: refresh 3.8 patches
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35317
2013-01-24 17:04:52 +00:00
Felix Fietkau
b60fc82ce5
kernel: remove the cisco sip phone patch for 3.7 and 3.8 as well
...
SVN-Revision: 35310
2013-01-23 16:31:38 +00:00
Jonas Gorski
bb0118c66f
generic: add b53 swconfig switch driver
...
Add swconfig switch driver for Broadcom BCM53XX switch chips. Supports
switches connected through MDIO, SPI or memory mapped registers, and
supports BCM5325, BCM539x, BCM531x5 and the BCM63XX internal switch
chips.
Tested are BCM5325 trough MDIO, BCM53115 through SPI, and BCM6328.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35305
2013-01-23 10:12:33 +00:00
Felix Fietkau
46e4246d61
kernel: remove 340-module_alloc_size_check.patch from linux 3.8, it is not necessary anymore
...
SVN-Revision: 35248
2013-01-19 19:14:37 +00:00
Florian Fainelli
28acc6588d
kernel: refresh 3.8 patches
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35209
2013-01-17 22:28:53 +00:00
Felix Fietkau
b3b04e9fb1
kernel: port 203-kallsyms_uncompressed.patch and 305-mips_module_reloc.patch to 3.8
...
SVN-Revision: 35162
2013-01-14 18:55:36 +00:00
Gabor Juhos
78dc69e1d4
generic: remove EHCI platform driver fix from 3.8
...
It is not needed on 3.8.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35160
2013-01-14 17:53:55 +00:00
Gabor Juhos
b035c594ae
generic: add EHCI|OHCI platform driver fix from the cns21xx target
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35159
2013-01-14 17:47:23 +00:00
Florian Fainelli
ecf230710f
mvebu: update to 3.8-rc3
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35086
2013-01-10 17:20:25 +00:00
Florian Fainelli
8dbed04ec9
kernel: add support for 3.8-rc2
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35055
2013-01-08 22:19:31 +00:00