[OpenWrt-Devel] [PATCH] Provide SPROM for WRT54G3GV2

2010-05-26 Thread Bernhard Loos
Hello This patch creates and fills a fallback SPROM for broadcom devices with a wireless nic connected via pci. It also reads a few more parameters from nvram. Bernhard 970-WRT54G3GV2-wireless.patch Description: Binary data ___ openwrt-devel

Re: [OpenWrt-Devel] different mtd erase size for a specific partion possible?

2010-05-25 Thread Bernhard Loos
There is already a patch for this in openwrt, so it should work (in theory). Do you use trunk or backfire or something older? 2010/5/25 Matthias Buecher / Germany m...@maddes.net: Today I checked out how to access the U-Boot variables of my WRT350N v2 (Orion) from Linux. Installed

Re: [OpenWrt-Devel] different mtd erase size for a specific partion possible?

2010-05-25 Thread Bernhard Loos
https://dev.openwrt.org/browser/trunk/target/linux/generic-2.6/patches-2.6.32/222-partial_eraseblock_write.patch 2010/5/25 Matthias Buecher / Germany m...@maddes.net: Both, backfire and latest trunk. Can you hint me where this patch is? Maddes On 25.05.2010 21:59, Bernhard Loos wrote

Re: [OpenWrt-Devel] different mtd erase size for a specific partion possible?

2010-05-25 Thread Bernhard Loos
to 0x3dfff gets erased. The last 128 bytes (0x3ff80 - 3) of the mtd partition on WRT350N v2 are very important and shouldn't be touched. Or should this work out of the box with uboot-envtools? Maddes On 25.05.2010 23:14, Bernhard Loos wrote: https://dev.openwrt.org/browser/trunk/target

Re: [OpenWrt-Devel] failed to install feed oprofile

2010-05-24 Thread Bernhard Loos
You also have to enable it in menuconfig. 2010/5/24 oii...@aol.com: $ find packages/ -name oprofile package/feeds/packages/oprofile I don't quite understant that but there's no opcontrol related programs after the system is running. am I doing anything incorrectly? -Original

Re: [OpenWrt-Devel] [PATCH] Kernel patch in trunk (version 21251) to support Netgear WNR3500L

2010-05-20 Thread Bernhard Loos
: What do you mean to say clean up the flash driver you have ? Regards, Tathagata Bernhard Loos wrote: 2010/5/17 Tathagata Das tathag...@alumnux.com: Okay, so I will start working on those drivers (serial and wired). Does current version of OpenWRT trunk supports WNR3500L ? Otherwise I

Re: [OpenWrt-Devel] [PATCH] Kernel patch in trunk (version 21251) to support Netgear WNR3500L

2010-05-19 Thread Bernhard Loos
clean up the flash driver you have, it should be enough. Having a proper bus driver for the serial flash code would be nice, but it's probably overkill. Regards, Tathagata Bernhard Loos wrote: 2010/5/17 Tathagata Das tathag...@alumnux.com: Hi, I have used source code of version 21251

Re: [OpenWrt-Devel] [PATCH] Kernel patch in trunk (version 21251) to support Netgear WNR3500L

2010-05-17 Thread Bernhard Loos
master driver) or network (both wired and wireless). Regards, Tathagata Bernhard Loos wrote: Hello Thanks for you work, but as I already told you in the mail for your last patch, this is not really useable as it is right now. You can't simply go around and wrap everything you want to add

Re: [OpenWrt-Devel] BRCM4716 support part 4

2010-05-16 Thread Bernhard Loos
Hello Thank you for tracking this down. Here are two new patches for the scan stuff, hopefully working now. Bernhard Loos 2010/5/15 Hauke Mehrtens ha...@hauke-m.de: Am 14.05.2010 00:25, schrieb Bernhard Loos: Hello Do you have any clue, what could produce b43? Because, after

[OpenWrt-Devel] State of the sdhc package

2010-05-14 Thread Bernhard Loos
Hello As nobody seems to care very much about this package and not many people if any can test it, I would suggest moving it out of trunk and to packages and then trying to find a maintainer for it. And maybe commit the patches provided for it. Bernhard

Re: [OpenWrt-Devel] PHP5.2.6 ipk form AR71XX (Ubiquiti RouterStation)

2010-05-13 Thread Bernhard Loos
The ar71xx is a mips. But make sure you get the right version of the package, trunk snapshots won't work with 8.09. 2010/5/13 Andres Duran du...@invernadero.net: Hello,   sorry for my bad english. I'm a student of IT from spain. I have an aplication written in PHP5 of my university that

Re: [OpenWrt-Devel] PHP5.2.6 ipk form AR71XX (Ubiquiti RouterStation)

2010-05-13 Thread Bernhard Loos
this binary for my RouterStation: http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-ubnt-rs-squashfs-factory.bin Thanks! Andrés 2010/5/13 Bernhard Loos bernhardl...@googlemail.com: The ar71xx is a mips. But make sure you get the right version of the package, trunk

Re: [OpenWrt-Devel] BRCM4716 support part 4

2010-05-13 Thread Bernhard Loos
provide a new patch, if you like it better. Bernhard 2010/5/13 Hauke Mehrtens ha...@hauke-m.de: Am 13.05.2010 01:08, schrieb Bernhard Loos: Sorry, I goofed up while porting the patch to latest trunk, as I did develop this on an older svn revision. The line should

Re: [OpenWrt-Devel] BRCM4716 support part 4

2010-05-13 Thread Bernhard Loos
13.05.2010 18:52, schrieb Bernhard Loos: Hello Around line 583 in drivers/sbb/scan.c, there should be an if (bus-chip_rev =4). Could you remove the if and always execute the code which assigns bus-nr_devices? This shouldn't be a problem, because the bits for the device number should be zero

[OpenWrt-Devel] BRCM4716 support part 4

2010-05-12 Thread Bernhard Loos
Sorry, I goofed up while porting the patch to latest trunk, as I did develop this on an older svn revision. The line should be ssb_chipco_pll_write(cc, 0xa, 0x380005C0);         Bernhard 2010/5/12 Hauke Mehrtens ha...@hauke-m.de: Am 07.05.2010 22:38, schrieb Bernhard Loos: Hello

Re: [OpenWrt-Devel] [backfire] WRT54G flash space problem

2010-05-10 Thread Bernhard Loos
2010/5/10 Matthias Buecher / Germany m...@maddes.net: The linux partition spans over the kernel and the complete rootfs for flashing. The maximum kernel size is 0x000bc000 (begin of rootfs) minus 0x0004 (begin of linux) equals 0x0007c000 (496KB). Maddes This is not the maximum kernel

Re: [OpenWrt-Devel] [backfire] WRT54G flash space problem

2010-05-10 Thread Bernhard Loos
2010/5/10 Bernhard Loos bernhardl...@googlemail.com: 2010/5/10 Matthias Buecher / Germany m...@maddes.net: The linux partition spans over the kernel and the complete rootfs for flashing. The maximum kernel size is 0x000bc000 (begin of rootfs) minus 0x0004 (begin of linux) equals

Re: [OpenWrt-Devel] [backfire] WRT54G flash space problem

2010-05-09 Thread Bernhard Loos
Actually, Y in menuconfig doesn't add the modules into the kernel, they will still be kernel modules. It only places the modules directly in the image and is in no way different from Y for programs. M creates packages for the modules/program without placing it in the image. If you want to compile

Re: [OpenWrt-Devel] [backfire] WRT54G flash space problem

2010-05-09 Thread Bernhard Loos
If you are really bored, you could use gcc 4.5 and link time optimization. Support for it is already enabled in the openwrt gcc, but you have to add the compiler flags to use it to packages and/or the kernel. In theory, it could reduce the binary size, but I have no idea how well this will work in

[OpenWrt-Devel] patchwork for openwrt

2010-05-06 Thread Bernhard Loos
Hello Is there any chance we could set up a patchwork server like the one the kernel has? I'm not sure, how much work this will be, but there are a significant number of patches send to openwrt-devel, which are more or less silently ignored, which is not very nice to the authors and probably even

Re: [OpenWrt-Devel] Force 3G/GRPS with Huawei dongle

2010-05-06 Thread Bernhard Loos
Hello Here is a list of the most useful commands. For details, refert to http://www.3gpp.org/ftp/Specs/html-info/27007.htm Bernhard AT+WS46 #service, ro AT+CBST #serielle baudrate? AT+CRLP #radio link control, (retry attemps) AT+CR #transmit connect intermediate result (not too useful?)

[OpenWrt-Devel] patchwork for openwrt

2010-05-06 Thread Bernhard Loos
From: Bernhard Loos bernhardl...@googlemail.com Date: 2010/5/6 Subject: Re: [OpenWrt-Devel] patchwork for openwrt To: Outback Dingo outbackdi...@gmail.com well, there is this: https://lists.openwrt.org/pipermail/openwrt-devel/2010-May/007019.html then this: https://lists.openwrt.org/pipermail

Re: [OpenWrt-Devel] MTD rework

2010-05-03 Thread Bernhard Loos
of, where len actually matters is during flashing with the original firmware, which complains if the filesize and the trx len values are different. Bernhard 2010/5/3 Felix Fietkau n...@openwrt.org: On 2010-05-03 1:27 AM, Bernhard Loos wrote: Ok, I did split the patch in two parts. The first

[OpenWrt-Devel] acx-m80211 update

2010-05-02 Thread Bernhard Loos
Hello This patch updates the mac80211 version of the acx driver to the latest git commit. I removed most of the patches, as they were either merged or didn't apply any more. Client mode works reasonable well, I tested it under load for about 3h without any problems. The really brave can enable ap

[OpenWrt-Devel] MTD rework

2010-04-30 Thread Bernhard Loos
Hello While trying to add a crc fixup similiar to the one for the wrt160nl to the ar525w, I stumbled over a number of problems in the mtd code. Primarily, the current system will not work with sysupgrade. Also, it's pretty hard to add new fixups and there are a number of devices which could use

Re: [OpenWrt-Devel] MTD rework

2010-04-30 Thread Bernhard Loos
I tried to, but it didn't work out very well in the first version of the patch. It should be easier in the current version, but I kinda forgot about it, sorry. Bernhard 2010/4/30 Felix Fietkau n...@openwrt.org: On 2010-04-30 6:45 PM, Bernhard Loos wrote: Hello While trying to add a crc

Re: [OpenWrt-Devel] [PATCH] Kernel patch in Kamikaze-8.09.2 to support Netgear WNR3500L

2010-04-29 Thread Bernhard Loos
2010/4/29 Tathagata Das tathag...@alumnux.com: Hi, This is my first kernel patch submission. Please let me know if I do any mistake. All changes are made either under CONFIG_WNR3500L tag or Tatha tag. Regards, Tathagata tathag...@alumnux.com Hello Thanks for the patch, but there are a

[OpenWrt-Devel] BRCM4716 support part 3

2010-04-29 Thread Bernhard Loos
Hello This includes 2 patches to add the actual scan method for the ai type bus and implementations for enalbe/disable device. The ai scan patch is a bit difficult, because I more or less assumes that the first core is a chipcommon core, which is at least for the 4710 soc not the case. I'm not

Re: [OpenWrt-Devel] [PATCH] Kernel patch in Kamikaze-8.09.2 to support Netgear WNR3500L

2010-04-29 Thread Bernhard Loos
, Thanks for the clarification. Once I add support of WNR3500L into trunk I will send you the patch. Regards, Tathagata On Thu, 29 Apr 2010 19:28:55 +0200, Bernhard Loos bernhardl...@googlemail.com wrote: 2010/4/29 Tathagata Das tathag...@alumnux.com: Hi, Sorry I do not understand

Re: [OpenWrt-Devel] Option modem GTM382 and HSO

2010-04-26 Thread Bernhard Loos
are stored? I'm still very new to building and makefiles, so be gentle with me :-). I could just build it as as, but I would like to know how the right way to do it. On 23.04.2010 11:25, Bernhard Loos wrote: The option was there in 8.09, not sure why it vanished in the meantime. You will have

Re: [OpenWrt-Devel] Option modem GTM382 and HSO

2010-04-23 Thread Bernhard Loos
) │ │ │ │ kmod-usbip-server... USB-over-IP (kernel host driver) │ │ │ │ On 20.04.2010 22:18, Bernhard Loos wrote: 2010/4/20 Janno Sannikja...@foor.ee: I'm kinda new to openwrt dependency and bulding. I have set the required modules (RFKILL, CONFIG_USB_HSO

Re: [OpenWrt-Devel] Option modem GTM382 and HSO

2010-04-20 Thread Bernhard Loos
2010/4/20 Janno Sannik ja...@foor.ee: I'm kinda new to openwrt dependency and bulding. I have set the required modules (RFKILL, CONFIG_USB_HSO) in kernel_menuconfig as described in ticket: https://dev.openwrt.org/ticket/6998 . make kernel_menuconfig shows it, but after exiting looking at

Re: [OpenWrt-Devel] [PATCH] ar71xx: adding support for zyxel nbg460n/550n/550nh boards

2010-04-18 Thread Bernhard Loos
Hello Firstly, mask_flags in struct mtd_partition disables the given funtion afaik, so you made everyting but the CalibData partition read only. Also, don't you need to add a section to the image generation Makefile? Bernhard 2010/4/18 Michael Kurz michi.k...@googlemail.com: This patch adds

[OpenWrt-Devel] BRCM4716 support part 2

2010-04-14 Thread Bernhard Loos
Hello This adds two patches to brcm47xx. 950-sbb-sysfs-files.patch is not 4716 specific and adds a bunch of sysfs attributes to ssb devices, similiar to pci devices. 951-brcm4716-defines.patch contains defines for registers and device ids used on th brcm4716 Bernhard

Re: [OpenWrt-Devel] BRCM4716 support part 2

2010-04-14 Thread Bernhard Loos
And I forgot the actual patch again, sorry. 2010/4/15 Bernhard Loos bernhardl...@googlemail.com: Hello This adds two patches to brcm47xx. 950-sbb-sysfs-files.patch is not 4716 specific and adds a bunch of sysfs attributes to ssb devices, similiar to pci devices. 951-brcm4716-defines.patch

Re: [OpenWrt-Devel] tune lzma options for kernel compression

2010-04-11 Thread Bernhard Loos
Will do, thanks for testing this. 2010/4/11 Felix Fietkau n...@openwrt.org: On 2010-04-11 3:45 AM, Bernhard Loos wrote: Hello I don't know, if there is some non-obvious reason for the lzma kernel compression option, but I run a few tests and found a set of options, that produce a smaller

[OpenWrt-Devel] fix up gcc 4.4 graphite option

2010-04-10 Thread Bernhard Loos
Hello This patch propagates the CONFIG_GCC_USE_GRAPHITE option to gcc configure and also adds an option to use the system versions of ppl and cloog (disabled by default). Bernhard graphite.diff Description: Binary data ___ openwrt-devel mailing

[OpenWrt-Devel] tools updates needed for gcc 4.5

2010-04-10 Thread Bernhard Loos
Hello This patches updates some libraries to the versions needed for gcc 4.5 and adds the mpc library. Once this is commited, I also have a patch for the gcc 4.5 RC. I already tried it on rdc and it works pretty well there. Bernhard gcc45tools.diff Description: Binary data

[OpenWrt-Devel] tune lzma options for kernel compression

2010-04-10 Thread Bernhard Loos
Hello I don't know, if there is some non-obvious reason for the lzma kernel compression option, but I run a few tests and found a set of options, that produce a smaller kernel (from 777376 to 761786 bytes for a rdc vmlinux kernel). Bernhard better_lzma.diff Description: Binary data

[OpenWrt-Devel] BRCM4716 support

2010-03-27 Thread Bernhard Loos
Hello I did work on adding support for the BRCM4716 to openwrt after getting an ASUS RT-N16 from glp. The main problem is, that the sonics silicon backplane is completly different especially the registers of the actual backplane. Also, it uses a different MIPS core and also a different ethernet

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-26 Thread Bernhard Loos
Hello This is the final patch with the uci-default script from Otto Solares. Would be nice, if somebody could commit this. Bernhard wrt160nl-fixtrx.diff Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-25 Thread Bernhard Loos
Seems a bit like overkill to me, but I guess that's not my call to make. Thanks for your patch and your tests. Bernhard 2010/3/24 Otto Solares so...@guug.org: On Wed, Mar 24, 2010 at 02:39:51PM +0100, Bernhard Loos wrote: After a suggestion from xMff, I dedicded to use a uci-defaults

Re: [OpenWrt-Devel] mjpg-streamer and kernel crash again

2010-03-24 Thread Bernhard Loos
2010/3/22 Kövesdi György k...@teledigit.hu: Where is the output of mjpg-streamer written to? It looks like it is using ram disk or (slow) flash memory. Make sure it is on the hard disk. Sorry, i forgot to mention that there is a link: /data - /mnt/xxx/ which point to the HD. What is the

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-24 Thread Bernhard Loos
After a suggestion from xMff, I dedicded to use a uci-defaults script, as this should fit the needs. Use it instead of the firstboot script in the original patch. I can't test it, as I don't have the device with me right now, but it's trivial. Bernhard 2010/3/22 Otto Solares

Re: [OpenWrt-Devel] mjpg-streamer and kernel crash again

2010-03-24 Thread Bernhard Loos
Well, if you can reproduce the problem with ls, you can start debugging the kernel and figure out, what exactly allocates that much memory and maybe prevent it in some way. 2010/3/24 Kövesdi György k...@teledigit.hu: Besides that, I would suggest to kill mjpg-streamer from time to time and

Re: [OpenWrt-Devel] broadcom-sdhc package 2.0.2 revision 2 patch

2010-03-20 Thread Bernhard Loos
It would be nice, to have better integration into the openwrt infrastructure. For example using uci for the config file and integrating with the firstboot and mount_root systems. Bernhard 2010/3/20 budd...@gmx.net: after coordination with the original author this includes the whole

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Bernhard Loos
Does this happen directly after flashing or only after a reboot? If openwrt does come up at least once, could you run mtd -o 32 fixtrx firmware and give me the output? 2010/3/19 Otto Solares so...@guug.org: On Wed, Mar 17, 2010 at 05:34:33PM +0100, Bernhard Loos wrote: Hello I forgot to svn

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Bernhard Loos
2010/3/19 W. Michael Petullo m...@flyn.org: The WRT160NL gets shipped with a new bootloader since some time, which actually checks the checksum in the trx image header. As the checksummed area includes the jffs2 start marker, this will blow up after first boot. This patch fixes this by adding

Re: [OpenWrt-Devel] [PATCH] Support for Alice Gate W2+ (aka AliceV3-S1 or Vela) bcm63xx-based routers

2010-03-18 Thread Bernhard Loos
. Bernhard 2010/3/17 Gianfranco Bauco de_gianfranc...@hotmail.com: @Bernhard Loos The problem is described here https://forum.openwrt.org/viewtopic.php?id=17370p=12 on post #279 I don't know hot to fix it, but at least in this way is easy to circumvent. Ciao

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-17 Thread Bernhard Loos
I'm not sure about things like the flashlayout and the position of the trx header for those board, but it should be pretty easy to extend. You simply have to adapt the prinit script, the rest should be the same. 2010/3/16 Mattia Aracne arac...@hotmail.com: Hello The WRT160NL gets shipped with a

Re: [OpenWrt-Devel] [PATCH] Support for Alice Gate W2+ (aka AliceV3-S1 or Vela) bcm63xx-based routers

2010-03-17 Thread Bernhard Loos
You did understand correctly, I didn't know there were a problem with flash detection. But wouldn't it be better to fix the flash detection instead of simply disabling it? What exactly is the problem, why does it fail? 2010/3/17 Gianfranco Bauco de_gianfranc...@hotmail.com: @Bernhard Loos

[OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-16 Thread Bernhard Loos
Hello The WRT160NL gets shipped with a new bootloader since some time, which actually checks the checksum in the trx image header. As the checksummed area includes the jffs2 start marker, this will blow up after first boot. This patch fixes this by adding a new funktion to mtd (fixtrx) which is

[OpenWrt-Devel] new rdc board detection system and other things

2010-03-12 Thread Bernhard Loos
Hello This is primarily for Florian, so he can keep track of things This patch contains an unload fix for the wdt timer, and a new board detection system based on magic strings in the flash. It's working for Sitecom but the magic strings for the bifferboard and the r8610 are missing. The AR525W is

Re: [OpenWrt-Devel] mjpg-streamer on Asus WL500gP V2

2010-03-10 Thread Bernhard Loos
Actually this should only matter for dma buffers on kernel side and for userspace not at all. A region of continous virtual memory can consists of physically scattered memory without problems. That's what the page table is for. Bernhard 2010/3/10 Fabrizio Bertocci

Re: [OpenWrt-Devel] Problem with c and sqlite3

2010-03-03 Thread Bernhard Loos
Without the source, how should we know? You will have to start debugging it yourself. Besides good old printf debugging, there is also remote gdb you can use. 2010/3/3 Jesus arteche chechu.li...@gmail.com: Hi, I'm compiling a c program that uses sqlite3 libraries...when I execute the program

Re: [OpenWrt-Devel] Redboot job, supporting a mini router

2010-03-02 Thread Bernhard Loos
duhamell ps2chi...@gmail.com: The router does not have jtag pins. it only has a ttl port. On Wed, Mar 3, 2010 at 6:55 AM, Bernhard Loos bernhardl...@googlemail.com wrote: Do you at least now the positions of the jtag test points? 2010/3/2 jason duhamell ps2chi...@gmail.com: On Tue, Mar 2

Re: [OpenWrt-Devel] Redboot job, supporting a mini router

2010-03-02 Thread Bernhard Loos
, 2010 at 7:18 AM, Bernhard Loos bernhardl...@googlemail.com wrote: Yes, but there are lots of testpoints around the cpu, I bet some of them are from a jtag port. Without those pins, the only possibility would be an to attach an in-ciruit programmer to the flash chip, but this will be really

Re: [OpenWrt-Devel] usb driver for openrb board

2010-03-01 Thread Bernhard Loos
Well, you could always look at some packages for exisiting kernel modules for blueprints. If you have some specific questions, you can ask them here or in #openwrt on freenode. But please try to figure out how to do this by yourself first, too general questions will only get general and not very

Re: [OpenWrt-Devel] Redboot job, supporting a mini router

2010-03-01 Thread Bernhard Loos
Did you try to flash an ar71xx image? For example the fon one? If the kernel at least starts to boot, I can do the rest. Otherwise, I'm not so sure. Bernhard 2010/3/1 jason duhamell ps2chi...@gmail.com: Ok, I decided I will start the Job offer at 100 dollars and the board. dont worry

Re: [OpenWrt-Devel] 2.6 kernel crash on Asus WL500gP_V2

2010-02-27 Thread Bernhard Loos
Compile a kernel with debugging enabled, this is pretty much worthless 2010/2/27 Kövesdi György k...@teledigit.hu: Hi, I have Asus WL500gP V2 hardware. I compiled the latest kernel (svn rev. #19881) and find that at first boot the kernel always crashes. After the second boot it is running

Re: [OpenWrt-Devel] WL500GPv2 USB and 2.6 kernel

2010-02-23 Thread Bernhard Loos
2010/2/23 Michael Conrad open...@aprs4r.org: Hi, I have a Asus WL500GPv2 and i would like to use its USB with 2.6 kernel. I had the same problem last November and sent a mail to the platform maintainers. No helpful response received Maybe this time we will find a solution. Regards

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-21 Thread Bernhard Loos
2010/2/21 Florian Fainelli flor...@openwrt.org: Hi Bernhard, Le jeudi 18 février 2010 12:54:28, Bernhard Loos a écrit : Hello This patch adds an pci driver for the rdc southbridge, where the gpio and wdt config registers are located. The custom reboot function is needed, beacuse the wdt

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-21 Thread Bernhard Loos
Annnd, I forgot to add the patch :/ Sorry about all the noise. Bernhard rdc.diff Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-18 Thread Bernhard Loos
Hello This patch adds an pci driver for the rdc southbridge, where the gpio and wdt config registers are located. The custom reboot function is needed, beacuse the wdt works by creating a nmi interrupt, and the normal reboot fixups don't work in irq context. The code in platfrom.c is rather messed