- Feb 02, 2013
-
-
Gabor Juhos authored
AR9331 based, these same as 741v4 Signed-off-by:
Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35448
-
Gabor Juhos authored
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
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <marek@open-mesh.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35446
-
- Feb 01, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35445
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35444
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35443
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35442
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35441
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35440
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35439
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35438
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35437
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35436
-
Gabor Juhos authored
It causes NULL pointer dereference: [ 0.638235] __ioremap(): phys addr 0x7f00000 is RAM lr c025d61c [ 0.644090] Unable to handle kernel paging request for data at address 0x00000000 [ 0.651533] Faulting instruction address: 0xc025d620 [ 0.656483] Oops: Kernel access of bad area, sig: 11 [#1] [ 0.661856] P1010 RDB [ 0.664113] Modules linked in: [ 0.667152] NIP: c025d620 LR: c025d61c CTR: c000dc38 [ 0.672101] REGS: c7831ef0 TRAP: 0300 Not tainted (3.3.8) [ 0.677740] MSR: 00029000 <CE,EE,ME> CR: 42022082 XER: 20000000 [ 0.683817] DEAR: 00000000, ESR: 00000000 [ 0.687811] TASK = c782c000[1] 'swapper' THREAD: c7830000 [ 0.693017] GPR00: a1ee0000 c7831fa0 c782c000 00000000 0000214c ffffffff c7831ea6 0001ffff [ 0.701350] GPR08: c03697cc c035fba0 c03697cc c0360000 42022022 00000000 00000000 00000000 [ 0.709682] GPR16: c0000a00 00000014 3fffffff 00ffa000 00000015 07fc42bc c0360000 00000000 [ 0.718015] GPR24: 00000000 00000000 00001680 c0360000 00000000 c025d5e8 c0390000 c038b824 [ 0.726535] NIP [c025d620] crashlog_init_fs+0x38/0xd8 [ 0.731560] LR [c025d61c] crashlog_init_fs+0x34/0xd8 [ 0.736503] Call Trace: [ 0.738939] [c7831fa0] [c025d61c] crashlog_init_fs+0x34/0xd8 (unreliable) [ 0.745712] [c7831fb0] [c0001e98] do_one_initcall+0xd4/0x198 [ 0.751357] [c7831fe0] [c02537f4] kernel_init+0x9c/0x120 [ 0.756647] [c7831ff0] [c000c2dc] kernel_thread+0x4c/0x68 [ 0.762022] Instruction dump: [ 0.764975] 3860fff4 bfc10008 3fc0c039 90010014 3bfeb824 801f0004 2f800000 41be00a0 [ 0.772699] 7c030378 38804000 4bdb38cd 3c00a1ee <81630000> 6000dead 7c691b78 907eb824 Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35435
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35434
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <marek@open-mesh.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35433
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <marek@open-mesh.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35432
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <marek@open-mesh.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35431
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <marek@open-mesh.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35430
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <marek@open-mesh.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35429
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <marek@open-mesh.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35428
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <marek@open-mesh.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35427
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <marek@open-mesh.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35426
-
Gabor Juhos authored
Based on http://patchwork.openwrt.org/patch/3208/ Thanks-to: Paul Fertser <fercerpav@gmail.com> Signed-off-by:
Gui Iribarren <gui@altermundi.net> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35425
-
Gabor Juhos authored
Based on http://patchwork.openwrt.org/patch/3208/ Thanks-to: Paul Fertser <fercerpav@gmail.com> Signed-off-by:
Gui Iribarren <gui@altermundi.net> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35424
-
Gabor Juhos authored
WDR3500 is similar to WDR3600 except it doesn't have gigabit ethernet, and has only 1 USB port. Pending issues: * Leds are not working at all (except power and wlan_5g) * LAN switch ethernet ports are reversed with respect to case label. [Label] -> soft device [LAN1] -> eth0.4 [LAN2] -> eth0.3 [LAN3] -> eth0.2 [LAN4] -> eth0.1 Based on http://patchwork.openwrt.org/patch/3208/ Thanks-to: Paul Fertser <fercerpav@gmail.com> Signed-off-by:
Gui Iribarren <gui@altermundi.net> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35423
-
Steven Barth authored
SVN-Revision: 35421
-
Steven Barth authored
netifd: Improved IPv6 featureset * Fix reloading of ula-prefixes * Added support for temporary addresses and routes * Added support for offlink addresses * Improved status-output for assigned prefixes SVN-Revision: 35420
-
Steven Barth authored
SVN-Revision: 35419
-
Steven Barth authored
SVN-Revision: 35418
-
Steven Barth authored
SVN-Revision: 35417
-
- Jan 30, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35412
-
Felix Fietkau authored
SVN-Revision: 35411
-
Felix Fietkau authored
SVN-Revision: 35410
-
Steven Barth authored
SVN-Revision: 35409
-
Steven Barth authored
SVN-Revision: 35408
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35407
-
- Jan 29, 2013
-
-
Florian Fainelli authored
musl libc does not use /lib32 or /lib64 directories, just /lib Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35406
-
Florian Fainelli authored
There was no particular reason for it to be disabled so allow it. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35405
-
Florian Fainelli authored
Fixes warnings exposed by netifd while using IN6_ARE_ADDR_EQUAL turned into errors. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35404
-