summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* refresh kernel patchesGabor Juhos2008-05-199-87/+106
| | | | SVN-Revision: 11203
* refresh kernel patchesGabor Juhos2008-05-193-45/+44
| | | | SVN-Revision: 11202
* refresh kernel patchesGabor Juhos2008-05-1914-242/+223
| | | | SVN-Revision: 11201
* refresh kernel patchesGabor Juhos2008-05-1946-492/+497
| | | | SVN-Revision: 11200
* bump to 2.6.25.4, refresh kernel patchesGabor Juhos2008-05-198-41/+45
| | | | SVN-Revision: 11199
* add missing config symbolsGabor Juhos2008-05-191-0/+2
| | | | SVN-Revision: 11198
* refresh kernel patchesGabor Juhos2008-05-1921-164/+176
| | | | SVN-Revision: 11197
* refresh kernel patchesGabor Juhos2008-05-1930-275/+286
| | | | SVN-Revision: 11196
* refresh kernel patchesGabor Juhos2008-05-1924-1072/+1308
| | | | SVN-Revision: 11195
* refresh kernel patchesGabor Juhos2008-05-197-36/+41
| | | | SVN-Revision: 11194
* refresh kernel patchesGabor Juhos2008-05-1940-225/+225
| | | | SVN-Revision: 11193
* Fix kmap_coherent use on 2.6.25 kernelsPeter Denison2008-05-181-8/+30
| | | | SVN-Revision: 11191
* Remove bogus zero-length ohci-ssb.c in generic-2.6/filesPeter Denison2008-05-181-0/+0
| | | | SVN-Revision: 11190
* refresh generic 2.6.25 patchesGabor Juhos2008-05-1859-1789/+1789
| | | | SVN-Revision: 11189
* refresh generic 2.6.24 patchesGabor Juhos2008-05-1857-3457/+4022
| | | | SVN-Revision: 11188
* refresh generic 2.6.23 patchesGabor Juhos2008-05-1863-1075/+1134
| | | | SVN-Revision: 11187
* refresh generic 2.6.22 patchesGabor Juhos2008-05-1847-941/+1146
| | | | SVN-Revision: 11186
* refresh generic 2.6.21 patchesGabor Juhos2008-05-1836-562/+688
| | | | SVN-Revision: 11185
* upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)Gabor Juhos2008-05-1822-22/+22
| | | | SVN-Revision: 11184
* bcm96345: correct some 6345 specific stuffFelix Fietkau2008-05-181-0/+126
| | | | | | | | | | | | This fixes some problems with the 6345 support and adds a macro for CPU identification that is easier on the eyes. The first thing it does is to not initialize MPI on the 6345 as it does not have PCI. The second thing it does is to use a static value for the CPU frequency of the 6345 chip to provide an accurate timer. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11183
* bcm963xx: fix cfe detectionFelix Fietkau2008-05-181-0/+46
| | | | | | | | The CFE detection failed to account for zero termination. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11182
* bcm963xx: add new timer codeFelix Fietkau2008-05-181-0/+121
| | | | | | | | | This basically selects the new generic MIPS timer code for BCM963xx and simplifies the timer setup code. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11181
* bcm963xx: remove obsolete timer codeFelix Fietkau2008-05-181-0/+73
| | | | | | | | This removes some code that has been deprecated in kernels >= 2.6.24. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11180
* bcm963xx: fix uart isrFelix Fietkau2008-05-181-0/+36
| | | | | | | | | | The ISR ended up in an endless loop because the TX ISR never got used or masked. This patch basically makes the TX ISR mask the the TX interrupt when it encounters it, because it doesn't even use the TX interrupt. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11179
* bcm963xx: rewrite irq handling codeFelix Fietkau2008-05-182-0/+555
| | | | | | | | | This patch adds interrupt handling as on AR7. The old code was very messy and didn't work too well. It also removes the unused file int-handler.S. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11178
* bcm963xx: add missing trailing zero to load addressFelix Fietkau2008-05-181-0/+29
| | | | | | | | | The load address for BCM963xx is 0x80010000, not 0xf8001000 as in the current sources. I think this is just a typo, so this patch fixes it (tested on 96345). Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11177
* bcm963xx: flashmap supportFelix Fietkau2008-05-181-0/+82
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11176
* bcm963xx: serial port supportFelix Fietkau2008-05-181-0/+23
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11175
* bcm963xx: board supportFelix Fietkau2008-05-181-0/+182
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11174
* bcm963xx: add 2.6.25 configuration fileFelix Fietkau2008-05-181-0/+317
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11173
* bcm963xx: use the 2.6.25.1 kernelFelix Fietkau2008-05-181-1/+1
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11172
* bcm963xx: image generation using image taggerFelix Fietkau2008-05-181-0/+27
| | | | | | | | | | | | | | | This adds CFE tagged image generation in the BCM963xx target image Makefile. It has to generate its own LZMA compressed kernel because CFE is a LZMA nazi. It also seems that the Broadcom image tagger as well as CFE use AdvanceCOMP, which is based on a slightly older LZMA SDK. Anyways, some of the code is GPL, some of it is LGPL, so it might be that Broadcom owes some sources. Also, LZMA has a bug which causes it to generate different output when you are using stdin / stdout compared to plain files. I've just worked around the issue by using plain files. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11171
* bcm963xx: fix load address / kernel entryFelix Fietkau2008-05-182-3/+3
| | | | | | | | | | Current kernels have the same kernel entry as load address, so just set them like this. Also, the BCM963xx uses 0x80010000 as its load address, so use this too. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11169
* atheros/config-2.6.25: Removed MII overrideRod Whitby2008-05-171-1/+1
| | | | SVN-Revision: 11161
* Remove files now present upstream in files-2.6.25 (This is mostly just ↵Peter Denison2008-05-1696-4789/+18636
| | | | | | drivers/ssb and include/linux/ssb) [brcm47xx] Regenerate patches against 2.6.25.1 kernel+files set Default is still to build against 2.6.23.16 SVN-Revision: 11155
* add proper led support to ifxmipsJohn Crispin2008-05-141-63/+30
| | | | SVN-Revision: 11137
* fix mini_fo bug on 2.6.25Gabor Juhos2008-05-131-0/+68
| | | | SVN-Revision: 11135
* config-2.6.25: Enable NETDEV_1000, so that the via-velocity gigabit ethernet ↵Rod Whitby2008-05-132-2/+4
| | | | | | driver for the DSMG600RevA can be selected. SVN-Revision: 11134
* fixes u-boot compile in clean treeJohn Crispin2008-05-131-0/+1
| | | | SVN-Revision: 11133
* revert to before ubnt images were madeTravis Kemen2008-05-131-20/+0
| | | | SVN-Revision: 11130
* atheros: added marvell switch driverMatteo Croce2008-05-136-0/+218
| | | | SVN-Revision: 11129
* use the righ value in the DSP clock calculationGabor Juhos2008-05-121-1/+1
| | | | SVN-Revision: 11123
* remove svn:executable property from u-boot source filesGabor Juhos2008-05-124-0/+0
| | | | SVN-Revision: 11122
* atheros: revert to kernel 2.6.23Matteo Croce2008-05-112-6/+23
| | | | SVN-Revision: 11114
* atheros: USB supportMatteo Croce2008-05-117-13/+323
| | | | SVN-Revision: 11113
* ifxmips is no longer b0rkedJohn Crispin2008-05-111-1/+1
| | | | SVN-Revision: 11111
* fix up config for ifxmips ubootJohn Crispin2008-05-111-2/+3
| | | | SVN-Revision: 11110
* fix errors in ifxmips .25 bumpJohn Crispin2008-05-112-10/+28
| | | | SVN-Revision: 11109
* add u-boot sources for danubeJohn Crispin2008-05-1182-0/+23917
| | | | SVN-Revision: 11108
* add missing config symbolNicolas Thill2008-05-101-0/+1
| | | | SVN-Revision: 11105