Imre Kaloz
16967b41f1
sync with the orion git tree
...
SVN-Revision: 11575
17 years ago
Imre Kaloz
4add77fb4b
add arm mach_types update again
...
SVN-Revision: 11574
17 years ago
John Crispin
965a8a12ef
cleanup ifxmips headers
...
SVN-Revision: 11573
17 years ago
John Crispin
6e266198e9
lots of code cleanup for ifxmips
...
SVN-Revision: 11570
17 years ago
Imre Kaloz
81af6da037
upgrade orion to 2.6.26-rc7
...
SVN-Revision: 11569
17 years ago
John Crispin
5eda098fa7
move files, rename defines for ifxmips
...
SVN-Revision: 11565
17 years ago
Gabor Juhos
1a7f41506d
generate firmware images for the ZyXEL P-334WT/P-335WT devices
...
SVN-Revision: 11562
17 years ago
Gabor Juhos
465a60a463
use __raw_{readl,writel} routines in the uart driver as well
...
SVN-Revision: 11561
17 years ago
Gabor Juhos
3cc6f9bd75
use __raw_{readl,writel} routines in the GPIO code
...
SVN-Revision: 11560
17 years ago
John Crispin
496bdd9eb7
fixes several compile errors, reserves memory for second core, adds u-boot env parsing for ifxmips
...
SVN-Revision: 11558
17 years ago
Andy Boyett
1af378601e
x86: Sync kernel config
...
SVN-Revision: 11557
17 years ago
Gabor Juhos
34698e9b9e
swap I/O space if running in big-endian mode
...
SVN-Revision: 11552
17 years ago
Gabor Juhos
1d56e2e1d4
generic-2.6: update IMQ patch to the official version for 2.6.25, refresh patches
...
SVN-Revision: 11551
17 years ago
Felix Fietkau
cbea377252
fix ifxmips image file name (thx, nix)
...
SVN-Revision: 11540
17 years ago
Andy Boyett
573d7af53d
generic-2.6: Backport netfilter includes fix from 2.6.26 to 2.6.25 - Fixes compilation of numerous packages
...
SVN-Revision: 11539
17 years ago
John Crispin
e2b679fd3f
cleanup ifxmips pci code
...
SVN-Revision: 11531
17 years ago
John Crispin
18ad6da063
adds timer unit to ifxmips tree
...
SVN-Revision: 11530
17 years ago
Gabor Juhos
cb076ccb14
IRQ code cleanup
...
SVN-Revision: 11528
17 years ago
Gabor Juhos
13bb189a15
switch to 2.6.25.7
...
SVN-Revision: 11526
17 years ago
Gabor Juhos
2ccf25789e
sync kernel config
...
SVN-Revision: 11525
17 years ago
Gabor Juhos
d95fa260a3
sync kernel config
...
SVN-Revision: 11524
17 years ago
Gabor Juhos
4af6ac74fb
upgrade to 2.6.25.7, and refresh patches
...
SVN-Revision: 11523
17 years ago
Gabor Juhos
3415b8c044
fix compiler warning
...
SVN-Revision: 11521
17 years ago
Yuji Mano
ac909fc5c0
set file executable permissions
...
SVN-Revision: 11516
17 years ago
Yuji Mano
08bc751971
Add the PS3 specific utility bl-option, a helper sctipt to get and set bootloader options in flash memory.
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 11514
17 years ago
Yuji Mano
0b5f602421
Revert previous bad commit r11512
...
SVN-Revision: 11513
17 years ago
Yuji Mano
5ee48c0b00
Add the PS3 specific utility bl-option, a helper sctipt to get and set bootloader options in flash memory.
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 11512
17 years ago
Yuji Mano
f17fc3d98d
Add a system config option to allow syslogd to log to a file.
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 11511
17 years ago
Peter Denison
d92a009382
Fix TG3 build. Thanks Hauke Mehrtens
...
SVN-Revision: 11510
17 years ago
Yuji Mano
d2abb8a833
Update the PS3 target README with some installation tips, and the PS3 image Makefile to create openwrt-ps3-vmlinux.elf.
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 11509
17 years ago
Florian Fainelli
0d40a2f95b
his patch mainly fixes the huge delay when we ping from the RDC device to another host (160-230 ms). r6040_rx() was rewritten. Further changes: - fix a bug in hex2str(), which overwrote the source with a zero - removed rx_free_desc counter; allocate skb inside r6040_rx() on the fly - r6040_rx: don't take the error from the MLSR register (may be too late) but from the descriptor (we may have to allow these errors (via MCR0) there - r6040_alloc_rxbufs() may fail due to lack of skb, added a return value - changed some debugs - more defines - version: 0.18 -> 0.19
...
Signed-Off by Joerg Albert <jal2@gmx.de>
SVN-Revision: 11508
17 years ago
Florian Fainelli
01e594e704
This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch applied) and fixes the following issues: - re-added the parent parameter to specify a netdevice to steal the MAC address from (optional). - fixed null pointer access in r6040_rx() (lp->dev init. was missing) - fixed "scheduling while atomic" endless loop if tx_timeout() was called (caused by the re-allocs of the buffers) - fixed tx timeouts (tx irq weren't re-enabled on rx irq)
...
It adds some defines and cleans the code a bit (IMHO).
Signed-Off by Joerg Albert <jal2@gmx.de>
SVN-Revision: 11507
17 years ago
Florian Fainelli
368f07fc97
Hi,
...
this is the first of three patches to fix the ethernet driver of RDC R32xx applied to svn r10754.
It adds debugs and make some procedures (r6040_*) global symbols in order to help with debugging kernel oops. Version is increased from 0.16 to 0.18 to avoid conflicts with the driver variant metioned in the X-WRT forum (call 0.17.3) Tested on a Sitecom WL-153.
Signed-Off-By: Joerg Albert <jal2@gmx.de>
SVN-Revision: 11506
17 years ago
Imre Kaloz
1f5166a1f0
backport mv643xx ethernet changes from the Marvell git repo
...
SVN-Revision: 11504
17 years ago
Imre Kaloz
c444c0f4ae
enable AMD flash support and physmap on orion
...
SVN-Revision: 11503
17 years ago
Gabor Juhos
8b0bf5d650
generic-2.6: oops, forgot to refresh the 2.6.25 IMQ patch
...
SVN-Revision: 11502
17 years ago
Gabor Juhos
3663d2ea77
generic-2.6: even newer IMQ patch for 2.6.25 and 2.6.26
...
SVN-Revision: 11501
17 years ago
Imre Kaloz
2f4fa6de74
refresh generic 2.6.22 patches
...
SVN-Revision: 11498
17 years ago
Imre Kaloz
e147bf8fa3
fixup machid workaround, generate uImage manually
...
SVN-Revision: 11497
17 years ago
Felix Fietkau
20937ce81a
(5/6) bcm57xx: bcm4785 incomplete reboot
...
I noticed my wrt350n would not reliably reboot after entering
the reboot command. I found this code in the source for the
wrt600n. It corrects the problem, and the wrt350n reboots
reliably now.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11470
17 years ago
Felix Fietkau
9621d872ca
(3/6) bcm57xx: preinit
...
This patch allows the bcm57xx module to work correctly with failsafe mode.
insmod doesn't return an error when a module loads but doesn't detect a switch.
I added the check_module function to load the module, then make sure
it doesn't just exit immediately. This allows preinit to only attempt to
load the bcm57xx module when switch-robo and switch-adm dont detect a switch.
The activate_gpio parameter to bcm57xx simply instructs the module to attempt
to activate the switch via gpio before probing for the switch.
Tested on wrt350n.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11468
17 years ago
Felix Fietkau
f9ad520e37
(2/6) bcm57xx: netconfig
...
Update the netconfig script to support boardtype 0x478. I've tested this
on the wrt350n, hopefully it will match the 600n as well.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11467
17 years ago
Imre Kaloz
983b22aa95
temporary hack to fixup the mach id for the wrt350nv2
...
SVN-Revision: 11459
17 years ago
Imre Kaloz
957626ff72
openwrt partition map for the wrt350nv2
...
SVN-Revision: 11458
17 years ago
Imre Kaloz
111f11d91f
workaround bogus CFI version for the wrt350nv2
...
SVN-Revision: 11457
17 years ago
Imre Kaloz
354d78404a
upgrade orion and sync to 2.6.26-rc6
...
SVN-Revision: 11456
17 years ago
Matteo Croce
d1c097e3d0
ar7: refresh patches
...
SVN-Revision: 11452
17 years ago
Matteo Croce
e8a8d5811d
avr32: clean and refresh patch
...
SVN-Revision: 11451
17 years ago
Matteo Croce
b0fa59bef2
avr32: upgrade to 2.6.25.6
...
SVN-Revision: 11450
17 years ago
Florian Fainelli
31d9bcc1fc
Use 2.6.25.6 for rdc
...
SVN-Revision: 11447
17 years ago