1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-17 23:35:53 +03:00
Commit Graph

2694 Commits

Author SHA1 Message Date
mb
cb3d8ef339 ssb: Fix the horrible crash of innocent cardbus cards.
No Animals were harmed in the production of this patch.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 16:50:12 +00:00
mb
84296b55ed ssb: Make the GPIO API reentrancy safe.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 15:22:17 +00:00
mb
641e19bb65 ssb: Update the GPIO API
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 13:52:57 +00:00
mb
4202d050af SSB: Update the watchdog fix to the patch version that will go upstream.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 11:58:20 +00:00
ryd
e4a3634c00 Adding .24 support for olpc
kernel compiles fine, but graphic support is broken

to test new kernel version, change 
target/linux/olpc/Makefile
from .23.16 to .24



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 04:03:49 +00:00
mb
ac24192a89 ssb: Move the generic ssb fixes patch to the generic kernel.
This should fix SSB for people using a b43 card on a non-47xx machine.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10492 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 01:43:02 +00:00
mb
e6a5f54f74 ssb: Workaround: Need subsys_initcall to be able to register a PCI bus.
This needs a different fix, but use this workaround for now.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 01:32:06 +00:00
mb
e6b6adc799 ssb: Update to latest upstream version of ssb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 01:24:18 +00:00
agb
b338f05ee4 Patch for extif watchdog support. Thanks b.sander. Closes #2363 #2814 and #3141
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-19 00:26:12 +00:00
mb
bdf17f190b b43: Make probing of NPHY devices possible.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10487 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-18 22:21:29 +00:00
mb
1babd652b4 ssb: Fix serial console on new 47xx devices.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-18 20:41:17 +00:00
kaloz
b771ffff18 upgrade apex to 1.5.13, fixup EABI support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-18 10:57:43 +00:00
juhosg
8b6ea81a18 [kernel] generic-2.4: add ip6t_REJECT support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10482 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-18 08:03:28 +00:00
mb
f6b242d80b bcm47xx: We can use the ssb-invariants callback now,
as was changed to be called late enough.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10476 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-17 13:06:45 +00:00
mb
3452d9269b bcm47xx: Remove FIXME
We don't want to move the board time init into SSB. It's just fine as-is. Remove the FIXME.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-17 11:59:28 +00:00
mb
2950627303 bcm47xx: Extract all available information from NVRAM into the sprom data structure.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10473 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-16 23:35:31 +00:00
mb
c4328f2677 Fix support for PCI devices behind a SSB->PCI bridge.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-16 17:09:50 +00:00
nbd
38eea496de add eabi autoselection for the kernel as well - fixes iptables problems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10461 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-14 22:01:15 +00:00
nbd
aa7be8c164 revert ARM to oabi by default, add some eabi patches for fixing up the toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10458 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-14 14:31:31 +00:00
florian
d4e976a36f Upgrade brcm63xx to 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-13 17:31:17 +00:00
florian
2401b1a12a Upgrade rdc to 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10453 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-13 14:35:18 +00:00
blogic
7b0cd54266 remove old profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-13 01:41:27 +00:00
juhosg
9c8f7fda46 [brcm63xx] resync kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-11 15:28:45 +00:00
kaloz
41ac39db86 upgrade & standardize kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-11 10:50:40 +00:00
kaloz
1127148cdb upgrade sibyte to 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10442 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-11 10:32:01 +00:00
florian
e796c7fb33 Add missing bridge ioctls to make bluez-utils compile with brcm-3.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10441 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-10 22:31:33 +00:00
kaloz
8fa8bee31a upgrade iop32x to 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10440 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-10 21:14:59 +00:00
kaloz
85b39abe7d prepare 2.6.24 on ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-10 18:55:46 +00:00
kaloz
7679574444 fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-10 18:50:51 +00:00
nbd
59824b52f7 use cp instead of $(CP), because bzImage might be a symlink
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-09 19:28:50 +00:00
juhosg
0f64ffa1b6 [adm5120] fix RB153 CompactFlash driver for .24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-09 13:23:48 +00:00
juhosg
d63beb8f0c [adm5120] switch to 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-09 10:29:28 +00:00
matteo
deacfa5c1d cpmac: reapply [9664]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-08 19:41:10 +00:00
matteo
daf7bbdedb [AR7] build cpmac driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-08 17:27:01 +00:00
matteo
b5a8de15ed [AR7] Update kernel to 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-08 17:17:45 +00:00
matteo
cb6a7699b8 [AR7] make current AR7 code 2.6.24 aware, for future use
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-08 00:21:08 +00:00
kaloz
4a605b0d93 upgrade AVR32 to 2.6.24 - sync with 2.6.24.atmel.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-07 20:08:19 +00:00
matteo
7ec87f23ff [AR7] more 2.6.24 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-07 18:40:24 +00:00
nbd
0906251fe8 increase the flash window size for ar5312 - there are apparently 5312 devices out there with 8M flash
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-07 18:31:36 +00:00
nico
498de7eabb update uml readme with working cmdline example
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-06 07:47:52 +00:00
nico
1aeee19e34 update uml to 2.6.24 (i386 only for now)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-06 07:45:40 +00:00
kaloz
53c007cbfb * disable ikconfig by default
* update ppc40x default config


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-04 07:44:14 +00:00
florian
c20006b4ae Upgrade au1000 to .24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-03 19:49:50 +00:00
nbd
5458043113 add missing config selections
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-03 18:00:55 +00:00
nbd
97ac24ed4b implement ar2313_adjust_link
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-03 18:00:46 +00:00
kaloz
f3af92dc52 convert ppc44x to arch/powerpc, use squashfs images by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-03 14:54:01 +00:00
kaloz
048d4cdab3 upgrade Magicbox to 2.6.24, create only squashfs rootfs by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-03 10:21:18 +00:00
juhosg
007000ead9 [adm5120] refresh .23 kernel paches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-03 05:15:25 +00:00
nbd
799328ae8f add missing kernel config option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02 18:18:44 +00:00
nbd
f8db09d234 DG834G Power LED fix
This patch enables the new "default-on" trigger for the AR7 target and uses it to ensure the "power" LED on the DG834G is initialised in the ON state.

Previously this LED would turn off when the driver loaded and stay off until turned back on from userspace. With this patch it remains on throughout the boot process, but can still be controlled from userspace if required.

Signed-off-by: Nick Forbes <nick.forbes@incepta.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02 01:21:57 +00:00