Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some HCD driver warnings | Florian Fainelli | 2007-05-07 | 1 | -7/+1 |
| | | | | SVN-Revision: 7120 | ||||
* | Updated support for Zynos/adm5120eb boards, thanks Gabor | Florian Fainelli | 2007-04-27 | 2 | -30/+100 |
| | | | | SVN-Revision: 7061 | ||||
* | Move NAND driver from rb1xx to adm5120, rbmipsnand fixed by David ↵ | Florian Fainelli | 2007-04-17 | 1 | -0/+111 |
| | | | | | | Goodenough, thanks ! SVN-Revision: 6991 | ||||
* | Re-enable PCI subsystem :) | Florian Fainelli | 2007-04-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 6983 | ||||
* | Forgot that includes | Florian Fainelli | 2007-04-16 | 2 | -0/+161 |
| | | | | SVN-Revision: 6967 | ||||
* | Fresh fixes from Gabor Juhos : detects RouterBoot, Bootbase, improve board ↵ | Florian Fainelli | 2007-04-16 | 7 | -198/+657 |
| | | | | | | specification SVN-Revision: 6963 | ||||
* | Rename mipsIRQ.S to int-handler to match the kernel naming convention, ↵ | Florian Fainelli | 2007-04-08 | 4 | -52/+112 |
| | | | | | | implement basic board detection, rewrite usb HCD driver (to be tested) SVN-Revision: 6893 | ||||
* | Add the infrastructure to support different flash sizes/address | Florian Fainelli | 2007-04-03 | 1 | -2/+4 |
| | | | | SVN-Revision: 6855 | ||||
* | Use CONFIG_CMDLINE instead of hardcoded kernel command line | Florian Fainelli | 2007-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 6852 | ||||
* | Add the infrastructure to detect RouterBOOT and use USB | Florian Fainelli | 2007-04-02 | 2 | -3/+22 |
| | | | | SVN-Revision: 6844 | ||||
* | Fixes from Compex to make OpenWrt run on WP54AG, thanks ! | Florian Fainelli | 2007-04-02 | 2 | -1/+59 |
| | | | | SVN-Revision: 6817 | ||||
* | Cleanup system code and use definitions | Florian Fainelli | 2007-03-29 | 3 | -48/+29 |
| | | | | SVN-Revision: 6760 | ||||
* | Add definitions, add settings detection for SoCs | Florian Fainelli | 2007-03-29 | 4 | -15/+230 |
| | | | | SVN-Revision: 6759 | ||||
* | Fix myloader partition table parser | Florian Fainelli | 2007-03-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 6757 | ||||
* | Fix warning | Florian Fainelli | 2007-03-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 6756 | ||||
* | Fix the irq request | Florian Fainelli | 2007-03-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 6748 | ||||
* | Fix warnings | Florian Fainelli | 2007-03-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 6742 | ||||
* | Use myloader parser in the adm5120 mtd driver. Do not use EXPORT_SYMBOL in ↵ | Florian Fainelli | 2007-03-28 | 2 | -64/+77 |
| | | | | | | myloader parser SVN-Revision: 6737 | ||||
* | Add myloader partition table parser | Florian Fainelli | 2007-03-28 | 1 | -0/+178 |
| | | | | SVN-Revision: 6736 | ||||
* | Also forgot adding the adm5120_info file | Florian Fainelli | 2007-03-26 | 1 | -0/+121 |
| | | | | SVN-Revision: 6719 | ||||
* | Forgot adding infos header | Florian Fainelli | 2007-03-26 | 1 | -0/+52 |
| | | | | SVN-Revision: 6715 | ||||
* | Rewrite of the bootloader runtime detection (Gabor Juhos) | Florian Fainelli | 2007-03-26 | 4 | -46/+10 |
| | | | | SVN-Revision: 6713 | ||||
* | Add myloader definitions | Florian Fainelli | 2007-03-26 | 1 | -0/+167 |
| | | | | SVN-Revision: 6712 | ||||
* | Forgot to define what CFE is | Florian Fainelli | 2007-03-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 6685 | ||||
* | Typo fix | Florian Fainelli | 2007-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 6684 | ||||
* | Do not register more than 2 ethernet porst for CFE based devices (i.e : ↵ | Florian Fainelli | 2007-03-24 | 3 | -2/+13 |
| | | | | | | Compex WP54G-wrt) SVN-Revision: 6683 | ||||
* | Add CFE runtime detection | Florian Fainelli | 2007-03-22 | 1 | -0/+34 |
| | | | | SVN-Revision: 6641 | ||||
* | Also add squashfs to the possible filesystems to be mounted | Florian Fainelli | 2007-03-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 6634 | ||||
* | Fix warnings and add more detailed informations | Florian Fainelli | 2007-03-21 | 1 | -10/+10 |
| | | | | SVN-Revision: 6628 | ||||
* | prom_free_prom_memory is useless | Florian Fainelli | 2007-03-20 | 1 | -21/+2 |
| | | | | SVN-Revision: 6625 | ||||
* | Use the bcm947xx mtd driver instead | Florian Fainelli | 2007-03-20 | 1 | -184/+412 |
| | | | | SVN-Revision: 6624 | ||||
* | CFE-ready mtd driver, needs fixing though, update kernel config | Florian Fainelli | 2007-03-19 | 1 | -9/+188 |
| | | | | SVN-Revision: 6617 | ||||
* | Fix the baudrate macro | Florian Fainelli | 2007-03-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 6616 | ||||
* | Preliminary ADM5120 support, marked as broken | Florian Fainelli | 2007-03-19 | 14 | -0/+2884 |
SVN-Revision: 6614 |