Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | squash platform_support.patch into rdc_boards.patch | Florian Fainelli | 2010-05-16 | 2 | -12/+13 | |
| | | | | SVN-Revision: 21474 | |||||
* | fix link checking with switches, only port1 of switches would report link up | Florian Fainelli | 2010-05-16 | 1 | -0/+33 | |
| | | | | SVN-Revision: 21471 | |||||
* | switch to 2.6.32.12 | Florian Fainelli | 2010-05-16 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21467 | |||||
* | fix wrong hunk introduced by r21309, thanks rtz2 | Florian Fainelli | 2010-05-15 | 1 | -2/+2 | |
| | | | | SVN-Revision: 21460 | |||||
* | fix panic on boot due to invalid IORESOURCE for MFD cells, fix gpio value ↵ | Florian Fainelli | 2010-05-15 | 6 | -45/+61 | |
| | | | | | | setting SVN-Revision: 21459 | |||||
* | fix 2.6.30 lzma tuning patch to output file size at end of kernel, otherwise ↵ | Florian Fainelli | 2010-05-15 | 1 | -5/+5 | |
| | | | | | | decompressor remains stuck SVN-Revision: 21458 | |||||
* | fix bad lzma tuning options bad hunks | Florian Fainelli | 2010-05-05 | 1 | -16/+13 | |
| | | | | SVN-Revision: 21372 | |||||
* | add lzma tuning options, patch from Bernhard Loos | Florian Fainelli | 2010-05-02 | 3 | -8/+52 | |
| | | | | SVN-Revision: 21311 | |||||
* | fix upgrade detection logic, patch from Bernhard Loos | Florian Fainelli | 2010-05-02 | 1 | -10/+4 | |
| | | | | SVN-Revision: 21310 | |||||
* | fix sitecom firmware partition size, patch from Bernhard Loos | Florian Fainelli | 2010-05-02 | 2 | -2/+2 | |
| | | | | SVN-Revision: 21309 | |||||
* | panic on unrecovered NMI, thanks rtz2 | Florian Fainelli | 2010-04-28 | 17 | -208/+142 | |
| | | | | SVN-Revision: 21232 | |||||
* | include the watchdog driver by default | Florian Fainelli | 2010-04-28 | 1 | -1/+2 | |
| | | | | SVN-Revision: 21222 | |||||
* | resync 2.6.32 support with changes in 2.6.30 | Florian Fainelli | 2010-04-28 | 10 | -2/+1752 | |
| | | | | SVN-Revision: 21220 | |||||
* | use upstream MFD, GPIO patch, put everything in patches. | Florian Fainelli | 2010-04-28 | 22 | -1392/+1760 | |
| | | | | SVN-Revision: 21219 | |||||
* | package/kernel: move target specific modules to their own target files | Nicolas Thill | 2010-04-24 | 1 | -0/+22 | |
| | | | | SVN-Revision: 21132 | |||||
* | target/rdc: remove bad ide-core package override | Nicolas Thill | 2010-04-24 | 1 | -5/+0 | |
| | | | | SVN-Revision: 21129 | |||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -7/+7 | |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | |||||
* | remove 2.6.32 files, out of sync and going to be replaced differently | Florian Fainelli | 2010-04-10 | 4 | -469/+0 | |
| | | | | SVN-Revision: 20787 | |||||
* | target/rdc: revert [20653], the proper fix for #7005 is in [20712] | Nicolas Thill | 2010-04-05 | 1 | -0/+1 | |
| | | | | SVN-Revision: 20714 | |||||
* | do not set CONFIG_NET_DEV_OPS (#7005) | Florian Fainelli | 2010-04-02 | 1 | -1/+0 | |
| | | | | SVN-Revision: 20653 | |||||
* | remove empty subtargets directories | Florian Fainelli | 2010-03-26 | 3 | -0/+0 | |
| | | | | SVN-Revision: 20481 | |||||
* | remove now useless patches, thanks rtz | Florian Fainelli | 2010-03-26 | 4 | -176/+0 | |
| | | | | SVN-Revision: 20446 | |||||
* | fix the mac address setting on sitecom devices after r20294 | Florian Fainelli | 2010-03-25 | 1 | -1/+1 | |
| | | | | SVN-Revision: 20427 | |||||
* | use profiles again intead of subtargets. | Florian Fainelli | 2010-03-25 | 19 | -795/+53 | |
| | | | | | | | 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 Fainelli | 2010-03-20 | 1 | -1/+0 | |
| | | | | | | driver, thanks rtz SVN-Revision: 20324 | |||||
* | rework board detection | Florian Fainelli | 2010-03-18 | 14 | -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 Thill | 2010-03-11 | 2 | -0/+2 | |
| | | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136 | |||||
* | define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog ↵ | Florian Fainelli | 2010-03-11 | 2 | -1/+3 | |
| | | | | | | init message Patch from Bernhard Loos. SVN-Revision: 20134 | |||||
* | fix watchdog driver unregistering, patch by Bernhard Loos | Florian Fainelli | 2010-03-04 | 1 | -3/+12 | |
| | | | | SVN-Revision: 19979 | |||||
* | rework reboot mechanism with the new watchdog fixes | Florian Fainelli | 2010-03-04 | 3 | -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 button | Florian Fainelli | 2010-03-04 | 1 | -1/+2 | |
| | | | | SVN-Revision: 19976 | |||||
* | remove now unused rdc321x_gpio.h file | Florian Fainelli | 2010-03-04 | 1 | -16/+0 | |
| | | | | SVN-Revision: 19975 | |||||
* | improve sitecom device support | Florian Fainelli | 2010-03-04 | 2 | -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 driver | Florian Fainelli | 2010-03-04 | 1 | -0/+1 | |
| | | | | SVN-Revision: 19973 | |||||
* | add a new southbridge driver which registers the gpio and watchdog platform ↵ | Florian Fainelli | 2010-03-04 | 5 | -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 support | Florian Fainelli | 2010-02-23 | 12 | -0/+1104 | |
| | | | | SVN-Revision: 19826 | |||||
* | clean up handling of some kernel symbols | Imre Kaloz | 2010-02-11 | 1 | -6/+0 | |
| | | | | SVN-Revision: 19581 | |||||
* | re-sort all target and subtarget config files | Imre Kaloz | 2010-02-11 | 2 | -4/+4 | |
| | | | | SVN-Revision: 19580 | |||||
* | fix path to boot.sh, thanks bifferos | Florian Fainelli | 2010-02-04 | 1 | -1/+1 | |
| | | | | SVN-Revision: 19515 | |||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 2 | -23/+32 | |
| | | | | SVN-Revision: 19331 | |||||
* | replace the hostapd preselection with a wpad preselection to enable proper ↵ | Felix Fietkau | 2010-01-23 | 1 | -1/+1 | |
| | | | | | | client mode support in the default images SVN-Revision: 19293 | |||||
* | get rid of even more 2.6.28 stuff | Imre Kaloz | 2009-12-27 | 7 | -3621/+0 | |
| | | | | SVN-Revision: 18953 | |||||
* | switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 files | Imre Kaloz | 2009-12-27 | 1 | -273/+0 | |
| | | | | SVN-Revision: 18952 | |||||
* | generate bifferboard images, patch from bifferos | Florian Fainelli | 2009-12-13 | 1 | -0/+5 | |
| | | | | SVN-Revision: 18768 | |||||
* | add preliminary support for the bifferboard, patch from bifferos | Florian Fainelli | 2009-12-12 | 5 | -1/+293 | |
| | | | | SVN-Revision: 18766 | |||||
* | convert gpio code to use gpiolib, make rdc321x:dmz led work again | Florian Fainelli | 2009-12-11 | 5 | -122/+44 | |
| | | | | SVN-Revision: 18754 | |||||
* | remove the host-tool lzma dependency we now use the one provided in openwrt | Florian Fainelli | 2009-12-11 | 1 | -4/+0 | |
| | | | | SVN-Revision: 18753 | |||||
* | make mkimg_sitecom.pl executable | Florian Fainelli | 2009-12-07 | 1 | -0/+0 | |
| | | | | SVN-Revision: 18682 | |||||
* | correct flash size and detection for sitecom targets (#6278), patch from rtz | Florian Fainelli | 2009-12-06 | 2 | -5/+4 | |
| | | | | SVN-Revision: 18671 | |||||
* | simplify sitecom image generation with a script, patch from rtz | Florian Fainelli | 2009-12-06 | 2 | -17/+26 | |
| | | | | SVN-Revision: 18670 |