aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7-2.6
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0641-6026/+0
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* Disable the USB clock for now, will be used later for the AR7-HCD driver, ↵Florian Fainelli2007-09-061-2/+2
| | | | | | which is not ready (#1858) SVN-Revision: 8649
* suppress warning in gcd()Nicolas Thill2007-09-041-2/+2
| | | | SVN-Revision: 8609
* use kernel abs(), remove recursion in gcd() (closes: #2307)Nicolas Thill2007-09-041-9/+13
| | | | SVN-Revision: 8608
* use constant for clock values (closes: #2306)Nicolas Thill2007-09-042-17/+18
| | | | SVN-Revision: 8607
* Move to 2.6.22.4Florian Fainelli2007-08-211-1/+1
| | | | SVN-Revision: 8451
* cosmetic fix: properly indent sourceNicolas Thill2007-08-181-121/+119
| | | | SVN-Revision: 8425
* enable use of 8M flash (closes: #2232)Nicolas Thill2007-08-181-1/+1
| | | | SVN-Revision: 8424
* fix vlynq initialization (closes: #2135)Nicolas Thill2007-08-181-12/+11
| | | | SVN-Revision: 8423
* update ar7 config, disable watchdog for now (closes: #2146)Nicolas Thill2007-08-181-1/+2
| | | | SVN-Revision: 8422
* remove useless code from board support (closes: #2164, thanks to Matteo Croce)Nicolas Thill2007-08-181-32/+1
| | | | SVN-Revision: 8421
* fix ar7 image installation (patch by sw, fixes #2197)Felix Fietkau2007-08-101-1/+1
| | | | SVN-Revision: 8393
* Revert 8353, can cause more bad than goodFlorian Fainelli2007-08-071-1/+1
| | | | SVN-Revision: 8364
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-3/+3
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* Disable NAPI by default (#1671)Florian Fainelli2007-08-061-1/+1
| | | | SVN-Revision: 8353
* Fix the AR7 led driver compilation (#2160)Florian Fainelli2007-08-011-0/+1
| | | | SVN-Revision: 8295
* Register the second uart on tnetd7300 and fix the watchdog register for ↵Florian Fainelli2007-07-313-56/+90
| | | | | | 7200/7300, thanks to DerAgo (#2149) SVN-Revision: 8280
* Fix the gpio init (#2148)Florian Fainelli2007-07-311-0/+2
| | | | SVN-Revision: 8279
* more cosmetic fixes for ar7Nicolas Thill2007-07-273-4/+3
| | | | SVN-Revision: 8190
* update ar7 to 2.6.22.1 (thanks to Matteo Croce for his great help)Nicolas Thill2007-07-2719-700/+106
| | | | SVN-Revision: 8189
* cosmetic fix (indent and use c-style comments)Nicolas Thill2007-07-271-14/+14
| | | | SVN-Revision: 8188
* Add more ar7 fixes by DerAgo. Fix vlnyq initialistion on fritzbox, add ↵Florian Fainelli2007-07-245-14/+109
| | | | | | prom_printf required for kgdb, make kgbd finally work, thanks ! SVN-Revision: 8141
* Add an ar7 tnetd7200 fix by DerAgo, thanks !Florian Fainelli2007-07-182-36/+144
| | | | SVN-Revision: 8036
* add ar7 2.6.22 patches by matteo (work in progress, not booting yet)Felix Fietkau2007-07-118-0/+414
| | | | SVN-Revision: 7914
* fill in the kernel version info for every target, move the kernel tarball ↵Felix Fietkau2007-06-281-0/+2
| | | | | | md5sums to a central place SVN-Revision: 7748
* Fix the IRQ assignment with vlynq/pci, thanks sw ! (#1865)Florian Fainelli2007-06-211-1/+3
| | | | SVN-Revision: 7689
* ar7-2.6 actually supports atmFlorian Fainelli2007-06-181-1/+1
| | | | SVN-Revision: 7666
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-161-0/+3
| | | | | | the kernel version in the target makefile SVN-Revision: 7644
* Add support for two other boards : WA7A and BFlorian Fainelli2007-06-121-0/+2
| | | | SVN-Revision: 7593
* Do not try to initialise clocks for now, it is borken on most devicesFlorian Fainelli2007-06-121-1/+2
| | | | SVN-Revision: 7580
* add ar7 phy fix by stefan weilFelix Fietkau2007-06-111-0/+94
| | | | SVN-Revision: 7564
* add ar7-2.6 fixes by Stefan WeilFelix Fietkau2007-06-047-23/+49
| | | | SVN-Revision: 7487
* Include the architecture specific gpio file for nowFlorian Fainelli2007-05-291-1/+1
| | | | SVN-Revision: 7381
* Restore the gpio.h file, platform.c uses the generic GPIO APIFlorian Fainelli2007-05-292-1/+117
| | | | SVN-Revision: 7380
* Resync kernel configuration with generic-2.6Florian Fainelli2007-05-271-20/+1
| | | | SVN-Revision: 7353
* Remove empty gpio.h filesFlorian Fainelli2007-05-272-116/+0
| | | | SVN-Revision: 7352
* fix ar7 compileFelix Fietkau2007-05-249-23/+35
| | | | SVN-Revision: 7331
* Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor JuhosFlorian Fainelli2007-05-204-32/+3
| | | | SVN-Revision: 7285
* unified preinit environmentMike Baker2007-05-101-9/+0
| | | | SVN-Revision: 7173
* ar7: Fix volatile usage. Thanks Christopher Pascoe.Eugene Konev2007-05-071-11/+11
| | | | SVN-Revision: 7119
* Mark script as executable.Eugene Konev2007-05-061-0/+0
| | | | SVN-Revision: 7114
* ar7: fix adam2patcher.Eugene Konev2007-05-061-1/+1
| | | | SVN-Revision: 7110
* ar7: Add minimal kgdb implementation (#114).Eugene Konev2007-05-061-0/+20
| | | | SVN-Revision: 7109
* Use console config from adam2/pspboot environment (#1623).Eugene Konev2007-05-062-1/+39
| | | | SVN-Revision: 7107
* ar7: cpmac better reset handling and napi implementation.Eugene Konev2007-05-061-141/+216
| | | | SVN-Revision: 7105
* Add some diagnostic stuff for ar7Florian Fainelli2007-05-062-0/+28
| | | | SVN-Revision: 7102
* Return -ENODEV, when device is absent. This should fix lockups on boot.Eugene Konev2007-04-221-0/+2
| | | | SVN-Revision: 7031
* ar7: add jffs2 eof marks to squashfs imageFelix Fietkau2007-04-211-0/+1
| | | | SVN-Revision: 7026
* add better default config for ar7, add br2684ctl init script, add a missing ↵Felix Fietkau2007-04-211-0/+41
| | | | | | setting for pppoa SVN-Revision: 7024
* remove the symlink as well when removing the adam2 patcherFelix Fietkau2007-04-211-2/+1
| | | | SVN-Revision: 7023