aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120
Commit message (Collapse)AuthorAgeFilesLines
* rewrite image generationGabor Juhos2007-09-1119-293/+588
| | | | SVN-Revision: 8755
* fix memory size detection (#2244)Gabor Juhos2007-09-102-7/+11
| | | | SVN-Revision: 8728
* use the global register access macros in the flash driverGabor Juhos2007-09-091-14/+13
| | | | SVN-Revision: 8707
* remove volatile derefsGabor Juhos2007-09-091-5/+8
| | | | SVN-Revision: 8706
* cleanup memory detection code, fix #2244Gabor Juhos2007-09-092-47/+32
| | | | SVN-Revision: 8705
* define more SWITCH/MPMC constantsGabor Juhos2007-09-092-40/+177
| | | | SVN-Revision: 8704
* remove redundant EXTRA_AFLAGSGabor Juhos2007-09-091-2/+0
| | | | SVN-Revision: 8703
* cleanup IRQ codeGabor Juhos2007-09-091-42/+23
| | | | SVN-Revision: 8701
* cleanup PCI codeGabor Juhos2007-09-094-333/+284
| | | | SVN-Revision: 8700
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-0818-14/+435
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0696-0/+12973
(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