aboutsummaryrefslogtreecommitdiff
path: root/target/linux
Commit message (Collapse)AuthorAge
...
* bcm963xx: add missing trailing zero to load addressFelix Fietkau2008-05-18
| | | | | | | | | 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-18
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11176
* bcm963xx: serial port supportFelix Fietkau2008-05-18
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11175
* bcm963xx: board supportFelix Fietkau2008-05-18
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11174
* bcm963xx: add 2.6.25 configuration fileFelix Fietkau2008-05-18
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11173
* bcm963xx: use the 2.6.25.1 kernelFelix Fietkau2008-05-18
| | | | | | Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11172
* bcm963xx: image generation using image taggerFelix Fietkau2008-05-18
| | | | | | | | | | | | | | | 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-18
| | | | | | | | | | 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-17
| | | | SVN-Revision: 11161
* Remove files now present upstream in files-2.6.25 (This is mostly just ↵Peter Denison2008-05-16
| | | | | | 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-14
| | | | SVN-Revision: 11137
* fix mini_fo bug on 2.6.25Gabor Juhos2008-05-13
| | | | SVN-Revision: 11135
* config-2.6.25: Enable NETDEV_1000, so that the via-velocity gigabit ethernet ↵Rod Whitby2008-05-13
| | | | | | driver for the DSMG600RevA can be selected. SVN-Revision: 11134
* fixes u-boot compile in clean treeJohn Crispin2008-05-13
| | | | SVN-Revision: 11133
* revert to before ubnt images were madeTravis Kemen2008-05-13
| | | | SVN-Revision: 11130
* atheros: added marvell switch driverMatteo Croce2008-05-13
| | | | SVN-Revision: 11129
* use the righ value in the DSP clock calculationGabor Juhos2008-05-12
| | | | SVN-Revision: 11123
* remove svn:executable property from u-boot source filesGabor Juhos2008-05-12
| | | | SVN-Revision: 11122
* atheros: revert to kernel 2.6.23Matteo Croce2008-05-11
| | | | SVN-Revision: 11114
* atheros: USB supportMatteo Croce2008-05-11
| | | | SVN-Revision: 11113
* ifxmips is no longer b0rkedJohn Crispin2008-05-11
| | | | SVN-Revision: 11111
* fix up config for ifxmips ubootJohn Crispin2008-05-11
| | | | SVN-Revision: 11110
* fix errors in ifxmips .25 bumpJohn Crispin2008-05-11
| | | | SVN-Revision: 11109
* add u-boot sources for danubeJohn Crispin2008-05-11
| | | | SVN-Revision: 11108
* add missing config symbolNicolas Thill2008-05-10
| | | | SVN-Revision: 11105
* fixes timer issuesJohn Crispin2008-05-10
| | | | SVN-Revision: 11102
* fix uboot not buildingTravis Kemen2008-05-09
| | | | SVN-Revision: 11100
* enable proper PCI & USB support detection at config-time by disabling ↵Nicolas Thill2008-05-09
| | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097
* fix file namesTravis Kemen2008-05-08
| | | | SVN-Revision: 11083
* change image generation, no need for duplicate imagesTravis Kemen2008-05-08
| | | | SVN-Revision: 11082
* fix filename for image generationTravis Kemen2008-05-08
| | | | SVN-Revision: 11077
* bump ifxmips to 2.6.25.1John Crispin2008-05-08
| | | | SVN-Revision: 11071
* This patch lets netconfig support the asus wl-500w. Signed-off-by: Ben ↵Travis Kemen2008-05-08
| | | | | | Pfountz <netprince@vt.edu> SVN-Revision: 11070
* buld images for the Ubiquiti LiteStation and NanoStation ported from ↵Travis Kemen2008-05-07
| | | | | | http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 SVN-Revision: 11061
* remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems ↵Felix Fietkau2008-05-07
| | | | | | to be causing problems for various devices SVN-Revision: 11058
* Add leds support for the RB-150, thanks to Evangelos ArkalisGabor Juhos2008-05-07
| | | | SVN-Revision: 11057
* update default ps3 kernel config-2.6.25Yuji Mano2008-05-05
| | | | SVN-Revision: 11054
* override CPU features to save ~125KB of kernel memoryGabor Juhos2008-05-05
| | | | SVN-Revision: 11050
* fix size calculation of the radio_configGabor Juhos2008-05-05
| | | | SVN-Revision: 11049
* update etrax usb support - thanks Hinko KocevarJohn Crispin2008-05-05
| | | | SVN-Revision: 11048
* no unicode in C source, pleaseMatteo Croce2008-05-04
| | | | SVN-Revision: 11046
* ar7: backport small fixes from linux-mipsMatteo Croce2008-05-04
| | | | SVN-Revision: 11045
* set default atm-bridge payload to 'bridged' so we don't break old configsMatteo Croce2008-05-04
| | | | SVN-Revision: 11044
* bump x86 to 25.1John Crispin2008-05-04
| | | | SVN-Revision: 11041
* add etrax usb driverJohn Crispin2008-05-03
| | | | SVN-Revision: 11039
* make etrax serial driver register its device nodes, so we get a consoleJohn Crispin2008-05-03
| | | | SVN-Revision: 11037
* remove basefiles overlay for etraxJohn Crispin2008-05-03
| | | | SVN-Revision: 11036
* implement openwrt compliant flashmapJohn Crispin2008-05-03
| | | | SVN-Revision: 11035
* add support for the flash chip on the fox832John Crispin2008-05-03
| | | | SVN-Revision: 11034
* ar7: add support for bridged ATM in network setupMatteo Croce2008-05-03
| | | | SVN-Revision: 11033