aboutsummaryrefslogtreecommitdiff
path: root/target/linux/rdc
Commit message (Collapse)AuthorAge
...
* target/rdc: revert [20653], the proper fix for #7005 is in [20712]Nicolas Thill2010-04-05
| | | | SVN-Revision: 20714
* do not set CONFIG_NET_DEV_OPS (#7005)Florian Fainelli2010-04-02
| | | | SVN-Revision: 20653
* remove empty subtargets directoriesFlorian Fainelli2010-03-26
| | | | SVN-Revision: 20481
* remove now useless patches, thanks rtzFlorian Fainelli2010-03-26
| | | | SVN-Revision: 20446
* fix the mac address setting on sitecom devices after r20294Florian Fainelli2010-03-25
| | | | SVN-Revision: 20427
* use profiles again intead of subtargets.Florian Fainelli2010-03-25
| | | | | | | We have now a single kernel which autodetects the type of device we are running on, so we can switch back to having profiles. Patch by Bernhard Loos. SVN-Revision: 20416
* do not set panic_on_unrecovered_nmi in watchdog, already set in southbridge ↵Florian Fainelli2010-03-20
| | | | | | driver, thanks rtz SVN-Revision: 20324
* rework board detectionFlorian Fainelli2010-03-18
| | | | | | | | | 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-11
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog ↵Florian Fainelli2010-03-11
| | | | | | init message Patch from Bernhard Loos. SVN-Revision: 20134
* fix watchdog driver unregistering, patch by Bernhard LoosFlorian Fainelli2010-03-04
| | | | SVN-Revision: 19979
* rework reboot mechanism with the new watchdog fixesFlorian Fainelli2010-03-04
| | | | | | | | 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-04
| | | | SVN-Revision: 19976
* remove now unused rdc321x_gpio.h fileFlorian Fainelli2010-03-04
| | | | SVN-Revision: 19975
* improve sitecom device supportFlorian Fainelli2010-03-04
| | | | | | | 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-04
| | | | SVN-Revision: 19973
* add a new southbridge driver which registers the gpio and watchdog platform ↵Florian Fainelli2010-03-04
| | | | | | | | | 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-23
| | | | SVN-Revision: 19826
* clean up handling of some kernel symbolsImre Kaloz2010-02-11
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-11
| | | | SVN-Revision: 19580
* fix path to boot.sh, thanks bifferosFlorian Fainelli2010-02-04
| | | | SVN-Revision: 19515
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-25
| | | | SVN-Revision: 19331
* replace the hostapd preselection with a wpad preselection to enable proper ↵Felix Fietkau2010-01-23
| | | | | | client mode support in the default images SVN-Revision: 19293
* get rid of even more 2.6.28 stuffImre Kaloz2009-12-27
| | | | SVN-Revision: 18953
* switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 filesImre Kaloz2009-12-27
| | | | SVN-Revision: 18952
* generate bifferboard images, patch from bifferosFlorian Fainelli2009-12-13
| | | | SVN-Revision: 18768
* add preliminary support for the bifferboard, patch from bifferosFlorian Fainelli2009-12-12
| | | | SVN-Revision: 18766
* convert gpio code to use gpiolib, make rdc321x:dmz led work againFlorian Fainelli2009-12-11
| | | | SVN-Revision: 18754
* remove the host-tool lzma dependency we now use the one provided in openwrtFlorian Fainelli2009-12-11
| | | | SVN-Revision: 18753
* make mkimg_sitecom.pl executableFlorian Fainelli2009-12-07
| | | | SVN-Revision: 18682
* correct flash size and detection for sitecom targets (#6278), patch from rtzFlorian Fainelli2009-12-06
| | | | SVN-Revision: 18671
* simplify sitecom image generation with a script, patch from rtzFlorian Fainelli2009-12-06
| | | | SVN-Revision: 18670
* fix the handling of MAC addresses with r6040, patch from rtzFlorian Fainelli2009-12-06
| | | | SVN-Revision: 18669
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-04
| | | | SVN-Revision: 18635
* add sitecom subtarget after the profiles->subtargets conversion (#6245)Florian Fainelli2009-11-28
| | | | SVN-Revision: 18576
* fix image create after the conversion to subtargetsFlorian Fainelli2009-11-15
| | | | SVN-Revision: 18424
* some more Kconfig symbol move..Imre Kaloz2009-11-11
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-11
| | | | SVN-Revision: 18370
* move CPUFREQ to generic configsImre Kaloz2009-11-11
| | | | SVN-Revision: 18368
* sort all target config filesImre Kaloz2009-11-11
| | | | SVN-Revision: 18367
* cleanup subtarget kernel configurations to contain only what is requiredFlorian Fainelli2009-11-10
| | | | SVN-Revision: 18359
* convert profiles to become subtargets, compile tested onlyFlorian Fainelli2009-11-10
| | | | SVN-Revision: 18354
* remove empty wl153 profile after r18349Florian Fainelli2009-11-08
| | | | SVN-Revision: 18350
* also support pcmciaFlorian Fainelli2009-11-08
| | | | SVN-Revision: 18349
* move headers to arch/x86/include/asm/, patch from sn9Florian Fainelli2009-11-08
| | | | SVN-Revision: 18347
* make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9Florian Fainelli2009-11-08
| | | | SVN-Revision: 18346
* provide the correct flash mapping on non airlink devices, remove the ↵Florian Fainelli2009-11-06
| | | | | | rootfs_type hacks, patch from sn9 SVN-Revision: 18327
* add the prereq-check on lzmaFlorian Fainelli2009-11-06
| | | | SVN-Revision: 18326
* use host-side lzma decompression tool, lzma-4.32 from openwrt produces ↵Florian Fainelli2009-11-06
| | | | | | non-working bzImages, switch to 2.6.30, strip down kernel configuration SVN-Revision: 18325
* strip down even more the kernel configurationFlorian Fainelli2009-11-05
| | | | SVN-Revision: 18324