summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc
Commit message (Collapse)AuthorAgeFilesLines
...
* rework board detectionFlorian Fainelli2010-03-1814-305/+634
| | | | | | | | | Rework board detection, separate board specific code into its own file. As a result we also change the way rdc images are generated. Support for board which required binary tools, like AMIT are dropped. Patch by Bernhard Loos. SVN-Revision: 20294
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-112-0/+2
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog ↵Florian Fainelli2010-03-112-1/+3
| | | | | | init message Patch from Bernhard Loos. SVN-Revision: 20134
* fix watchdog driver unregistering, patch by Bernhard LoosFlorian Fainelli2010-03-041-3/+12
| | | | SVN-Revision: 19979
* rework reboot mechanism with the new watchdog fixesFlorian Fainelli2010-03-043-2/+46
| | | | | | | | The fixing of the watchdog driver makes it generate a NMI so the reboot_fixup can no longer be called from NMI context, instead, override the machine_retart callback with our southrbridge reboot mechanism. Patch by Bernhard Loos. SVN-Revision: 19977
* enable the required packages to use a gpio-based reset buttonFlorian Fainelli2010-03-041-1/+2
| | | | SVN-Revision: 19976
* remove now unused rdc321x_gpio.h fileFlorian Fainelli2010-03-041-16/+0
| | | | SVN-Revision: 19975
* improve sitecom device supportFlorian Fainelli2010-03-042-9/+14
| | | | | | | Add support for the 3 GPIO LEDs, reset button and switch to the gpio-buttons driver. Patch by Bernhard Loos. SVN-Revision: 19974
* select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driverFlorian Fainelli2010-03-041-0/+1
| | | | SVN-Revision: 19973
* add a new southbridge driver which registers the gpio and watchdog platform ↵Florian Fainelli2010-03-045-97/+493
| | | | | | | | | devices This also fixes the watchdog logic and abstracts the access to the RDC321x southbridge PCI configuration register space. Based on a patch by Bernhard Loos. SVN-Revision: 19972
* add preliminary 2.6.32 supportFlorian Fainelli2010-02-2312-0/+1104
| | | | SVN-Revision: 19826
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-6/+0
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-112-4/+4
| | | | SVN-Revision: 19580
* fix path to boot.sh, thanks bifferosFlorian Fainelli2010-02-041-1/+1
| | | | SVN-Revision: 19515
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-252-23/+32
| | | | SVN-Revision: 19331
* replace the hostapd preselection with a wpad preselection to enable proper ↵Felix Fietkau2010-01-231-1/+1
| | | | | | client mode support in the default images SVN-Revision: 19293
* get rid of even more 2.6.28 stuffImre Kaloz2009-12-277-3621/+0
| | | | SVN-Revision: 18953
* switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 filesImre Kaloz2009-12-271-273/+0
| | | | SVN-Revision: 18952
* generate bifferboard images, patch from bifferosFlorian Fainelli2009-12-131-0/+5
| | | | SVN-Revision: 18768
* add preliminary support for the bifferboard, patch from bifferosFlorian Fainelli2009-12-125-1/+293
| | | | SVN-Revision: 18766
* convert gpio code to use gpiolib, make rdc321x:dmz led work againFlorian Fainelli2009-12-115-122/+44
| | | | SVN-Revision: 18754
* remove the host-tool lzma dependency we now use the one provided in openwrtFlorian Fainelli2009-12-111-4/+0
| | | | SVN-Revision: 18753
* make mkimg_sitecom.pl executableFlorian Fainelli2009-12-071-0/+0
| | | | SVN-Revision: 18682
* correct flash size and detection for sitecom targets (#6278), patch from rtzFlorian Fainelli2009-12-062-5/+4
| | | | SVN-Revision: 18671
* simplify sitecom image generation with a script, patch from rtzFlorian Fainelli2009-12-062-17/+26
| | | | SVN-Revision: 18670
* fix the handling of MAC addresses with r6040, patch from rtzFlorian Fainelli2009-12-061-7/+22
| | | | SVN-Revision: 18669
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* add sitecom subtarget after the profiles->subtargets conversion (#6245)Florian Fainelli2009-11-284-4/+9
| | | | SVN-Revision: 18576
* fix image create after the conversion to subtargetsFlorian Fainelli2009-11-151-1/+1
| | | | SVN-Revision: 18424
* some more Kconfig symbol move..Imre Kaloz2009-11-112-6/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-112-9/+0
| | | | SVN-Revision: 18370
* move CPUFREQ to generic configsImre Kaloz2009-11-112-2/+0
| | | | SVN-Revision: 18368
* sort all target config filesImre Kaloz2009-11-113-34/+34
| | | | SVN-Revision: 18367
* cleanup subtarget kernel configurations to contain only what is requiredFlorian Fainelli2009-11-104-1188/+0
| | | | SVN-Revision: 18359
* convert profiles to become subtargets, compile tested onlyFlorian Fainelli2009-11-1018-632/+1218
| | | | SVN-Revision: 18354
* remove empty wl153 profile after r18349Florian Fainelli2009-11-081-0/+0
| | | | SVN-Revision: 18350
* also support pcmciaFlorian Fainelli2009-11-084-17/+22
| | | | SVN-Revision: 18349
* move headers to arch/x86/include/asm/, patch from sn9Florian Fainelli2009-11-085-19/+8
| | | | SVN-Revision: 18347
* make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9Florian Fainelli2009-11-082-4/+4
| | | | SVN-Revision: 18346
* provide the correct flash mapping on non airlink devices, remove the ↵Florian Fainelli2009-11-063-23/+34
| | | | | | rootfs_type hacks, patch from sn9 SVN-Revision: 18327
* add the prereq-check on lzmaFlorian Fainelli2009-11-061-0/+4
| | | | SVN-Revision: 18326
* use host-side lzma decompression tool, lzma-4.32 from openwrt produces ↵Florian Fainelli2009-11-063-4/+11
| | | | | | non-working bzImages, switch to 2.6.30, strip down kernel configuration SVN-Revision: 18325
* strip down even more the kernel configurationFlorian Fainelli2009-11-051-3/+7
| | | | SVN-Revision: 18324
* remove some other useless configuration itemsFlorian Fainelli2009-11-051-3/+2
| | | | SVN-Revision: 18314
* remove useless configuration optionsFlorian Fainelli2009-11-041-20/+14
| | | | SVN-Revision: 18303
* 2.6.28: add flashmap and image support for the sitecom wl-176. Thanks Daniel ↵Andy Boyett2009-11-043-23/+59
| | | | | | Gimpelevich SVN-Revision: 18300
* include kmod-rdc321x-wdt by defaultFlorian Fainelli2009-11-041-1/+1
| | | | SVN-Revision: 18299
* make rdc321-wdt become a package, saves some space in the kernelFlorian Fainelli2009-11-041-1/+0
| | | | SVN-Revision: 18298
* add cpu identification patch from bifferosFlorian Fainelli2009-11-021-0/+176
| | | | SVN-Revision: 18277
* forward port r18254 to 2.6.30Florian Fainelli2009-11-026-0/+551
| | | | SVN-Revision: 18276