aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6
Commit message (Collapse)AuthorAgeFilesLines
* IRQ handler rewrite by Gabor Juhos, uses C no longer assemblyFlorian Fainelli2007-06-0214-384/+518
| | | | SVN-Revision: 7464
* Update YAFFS config, wget2nand should use br-lan since eth0 is always ↵Florian Fainelli2007-05-301-1/+2
| | | | | | bridged now, vmlinux.elf has to be used SVN-Revision: 7404
* Add board specific code, autodetect the kernel, fixes #1707, thanks Gabor JuhosFlorian Fainelli2007-05-308-149/+445
| | | | SVN-Revision: 7398
* Use the cmdline hacked's prom.c and disable this patching part accordinglyFlorian Fainelli2007-05-302-24/+6
| | | | SVN-Revision: 7396
* Define target specific ramdisk images for testing (Gabor Juhos)Florian Fainelli2007-05-301-19/+39
| | | | SVN-Revision: 7395
* Resync with generic-2.6 config-templateFlorian Fainelli2007-05-301-13/+17
| | | | SVN-Revision: 7393
* Minor fixes, do not count interrupts without interrupt source as spurious ↵Florian Fainelli2007-05-303-6/+10
| | | | | | (#1755) SVN-Revision: 7391
* Add the rbmipsnand fix from #1778Florian Fainelli2007-05-291-1/+12
| | | | SVN-Revision: 7388
* .21 fixesFlorian Fainelli2007-05-292-1/+2
| | | | SVN-Revision: 7387
* Fix .21 compilation on memory.c (#1778)Florian Fainelli2007-05-291-2/+1
| | | | SVN-Revision: 7383
* Fix adm5120hcd compilation error (#1738)Florian Fainelli2007-05-221-1/+1
| | | | SVN-Revision: 7304
* Disable PCMCIA for adm5120, request IRQ for the USB driver, fix duplicate ↵Florian Fainelli2007-05-204-469/+9
| | | | | | lines in the GPIO code SVN-Revision: 7293
* Add ADM5120 GPIO wrappersFlorian Fainelli2007-05-202-0/+932
| | | | SVN-Revision: 7288
* Implement architecture speficic GPIO calls for adm5120, thanks to Gabor JuhosFlorian Fainelli2007-05-205-1/+46
| | | | SVN-Revision: 7286
* Backport [7224] to the adm5120 flash map driverFlorian Fainelli2007-05-181-4/+2
| | | | SVN-Revision: 7270
* Fix routeboard board detection, add some new ZyXEL boards, thanks to Gabor JuhosFlorian Fainelli2007-05-133-50/+144
| | | | SVN-Revision: 7214
* Correction, there is no USB for RB1xx targetsFlorian Fainelli2007-05-111-2/+2
| | | | SVN-Revision: 7195
* Add a RB1xx profile to generate RouterBoard RB1xx series image and kernel ↵Florian Fainelli2007-05-114-1/+74
| | | | | | command line hack patch SVN-Revision: 7194
* Include admswconfig for adm5120 based targetsFlorian Fainelli2007-05-111-0/+1
| | | | SVN-Revision: 7191
* adm5120 is no longer broken nowFlorian Fainelli2007-05-111-1/+1
| | | | SVN-Revision: 7190
* Backport [7172] to adm5120 mtd map driverFlorian Fainelli2007-05-111-42/+2
| | | | SVN-Revision: 7184
* Suppress OpenWrt partition, no needed anymoreFlorian Fainelli2007-05-111-1/+0
| | | | SVN-Revision: 7183
* Fix some \n and kernel logging levelsFlorian Fainelli2007-05-111-3/+3
| | | | SVN-Revision: 7181
* LED driver updateFlorian Fainelli2007-05-111-31/+25
| | | | SVN-Revision: 7180
* Fix some HCD driver warningsFlorian Fainelli2007-05-071-7/+1
| | | | SVN-Revision: 7120
* Cosmetic fixes for the ADM5120 description, both have pci and usbFlorian Fainelli2007-05-061-4/+4
| | | | SVN-Revision: 7104
* Updated support for Zynos/adm5120eb boards, thanks GaborFlorian Fainelli2007-04-272-30/+100
| | | | SVN-Revision: 7061
* Revert config change for adm5120, messed up things with symlinksFlorian Fainelli2007-04-231-2/+2
| | | | SVN-Revision: 7037
* The kernel should be compiled big-endianFlorian Fainelli2007-04-221-2/+2
| | | | SVN-Revision: 7032
* Move NAND driver from rb1xx to adm5120, rbmipsnand fixed by David ↵Florian Fainelli2007-04-173-2/+158
| | | | | | Goodenough, thanks ! SVN-Revision: 6991
* Re-enable PCI subsystem :)Florian Fainelli2007-04-171-1/+1
| | | | SVN-Revision: 6983
* Forgot that includesFlorian Fainelli2007-04-162-0/+161
| | | | SVN-Revision: 6967
* Fresh fixes from Gabor Juhos : detects RouterBoot, Bootbase, improve board ↵Florian Fainelli2007-04-1610-208/+694
| | | | | | specification SVN-Revision: 6963
* Enable bluetooth modules (#1529)Florian Fainelli2007-04-081-4/+0
| | | | SVN-Revision: 6901
* Rename mipsIRQ.S to int-handler to match the kernel naming convention, ↵Florian Fainelli2007-04-085-53/+136
| | | | | | implement basic board detection, rewrite usb HCD driver (to be tested) SVN-Revision: 6893
* Add the infrastructure to support different flash sizes/addressFlorian Fainelli2007-04-031-2/+4
| | | | SVN-Revision: 6855
* Use CONFIG_CMDLINE instead of hardcoded kernel command lineFlorian Fainelli2007-04-031-1/+1
| | | | SVN-Revision: 6852
* Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no ↵Florian Fainelli2007-04-031-1/+0
| | | | | | longer broken, and have been tested SVN-Revision: 6847
* Add the infrastructure to detect RouterBOOT and use USBFlorian Fainelli2007-04-022-3/+22
| | | | SVN-Revision: 6844
* Generate images for edimax devices (Gabor Juhos)Florian Fainelli2007-04-021-5/+26
| | | | SVN-Revision: 6842
* Entry point is now configurable via a Makefile variable. Entry point is ↵Florian Fainelli2007-04-026-94/+113
| | | | | | detected automatically (Gabor Juhos) SVN-Revision: 6841
* Add a TI profileFlorian Fainelli2007-04-021-0/+17
| | | | SVN-Revision: 6824
* Another more complete config changeFlorian Fainelli2007-04-021-45/+3
| | | | SVN-Revision: 6823
* Enable squashfs for adm5120 as wellFlorian Fainelli2007-04-021-1/+1
| | | | SVN-Revision: 6821
* Config is now more complete : firewalling, filesystems ...Florian Fainelli2007-04-021-94/+36
| | | | SVN-Revision: 6820
* Fixes from Compex to make OpenWrt run on WP54AG, thanks !Florian Fainelli2007-04-024-7/+103
| | | | SVN-Revision: 6817
* Small changes in the kernel configFlorian Fainelli2007-04-011-8/+4
| | | | SVN-Revision: 6803
* Enable MTD_BLOCKFlorian Fainelli2007-04-011-2/+1
| | | | SVN-Revision: 6801
* Cleanup system code and use definitionsFlorian Fainelli2007-03-293-48/+29
| | | | SVN-Revision: 6760
* Add definitions, add settings detection for SoCsFlorian Fainelli2007-03-294-15/+230
| | | | SVN-Revision: 6759