summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt288x
Commit message (Collapse)AuthorAgeFilesLines
* ramips: add support for Airlink101 AR670WJohn Crispin2014-11-031-0/+1
| | | | | | | | | | This is a RT2880-based board, 32MB RAM, 4MB flash. The bootloader is a hacked u-Boot that reads an LZMA image directly, so we skip generating the uImage header and enable the lzma mtdsplit parser. Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 43153
* ralink: drop 3.10 supportJohn Crispin2014-09-121-166/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42481
* ralink: add 3.14 supportJohn Crispin2014-08-071-0/+167
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42040
* ramips: fix rt2x00 handling of default packages for subtargetsFelix Fietkau2014-06-111-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41145
* ramips: Add Airlink101 AR725W board supportJohn Crispin2014-04-221-0/+1
| | | | | | Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 40549
* ralink: refresh patchesJohn Crispin2014-03-181-0/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39949
* build: unify mips target cflagsFelix Fietkau2013-09-261-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38210
* ramips: sync 3.10 configsGabor Juhos2013-09-251-7/+9
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38181
* kernel/3.10: add new Kconfig option for firmware partition splitGabor Juhos2013-09-151-0/+1
| | | | | | | | | | | | | | Add a new kernel config option for generic firmware partition split support and change the uImage split support to depend on the new option. Aslo rename the MTD_UIMAGE_SPLIT_NAME option to MTD_SPLIT_FIRMWARE_NAME to make it more generic. The patch is in preparation for multiple firmware format support. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38002
* ramips: update v3.10 patchesJohn Crispin2013-08-142-159/+1
| | | | | | | | Sync the patches with those sent upstream for v3.12. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37778
* ramips: add v3.10 kernel config filesJohn Crispin2013-07-151-0/+158
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37356
* ramips: disable ill_acc driver by defaultJohn Crispin2013-07-141-0/+1
| | | | | | | | The driver seems to be causoing boot rpoblems on some SoCs Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37314
* ralink: drop v3.8 supportJohn Crispin2013-07-141-149/+0
| | | | | | Signed-off-by: John Crispin <blogic@opewnrt.org> SVN-Revision: 37311
* ramips: add missing symbols to rt288x configJohn Crispin2013-06-271-8/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37042
* ralink: update patchesJohn Crispin2013-06-231-0/+149
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37016
* kernel: move CONFIG_MIPS_SEAD3 to genericJonas Gorski2013-05-121-1/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36617
* ramips: drop 3.7 supportJohn Crispin2013-05-071-134/+0
| | | | | | Signed-off-by; John Crispin <blogic@openwrt.org> SVN-Revision: 36572
* ramips: unbreak rt2880 supportJohn Crispin2013-05-061-1/+0
| | | | | | Signed-off-by: John Crsipin <blogic@openwrt.org> SVN-Revision: 36559
* update rt2880 config-3.8John Crispin2013-04-121-23/+40
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36327
* mark rt288x broken until the test hardware arrives in the mailJohn Crispin2013-04-031-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36164
* ramips: set -march=24kec for rt305x and rt3883 to enable use of DSP extensionGabor Juhos2013-03-031-0/+1
| | | | | | | | | | | | | | | | | | | All known rt305x and rt3883 implementations support at least the 24kec instruction set which includes the DSP extension. For rt288x, the previous value mips32r2 is kept. The cpu target is now set per sub-archtecture, according to cpu-feature-overrides.h of each SoC family. [juhosg: define ARCH_PACKAGES variable for rt305x/rt3883 in order to differentiate the packages compiled with the 24Kec option.] Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35853
* ramips: add support for 3.8Gabor Juhos2013-02-251-0/+133
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35801
* ramips: enable BR6425N in kernel configFelix Fietkau2013-01-171-0/+1
| | | | | | | | | Though originally contained in the patch applied in r35020, the move to 3.7 in r34845 lost the kernel .config option. Reintroduce it to config-3.7. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35191
* ramips: remove 3.6 supportGabor Juhos2013-01-121-121/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35110
* adds support for Edimax BR-6524NJohn Crispin2013-01-062-0/+19
| | | | | | | | fixes #12754 Signed-off-by: <rq@akl.lt> SVN-Revision: 35020
* ramips: add support for 3.7Gabor Juhos2012-12-221-0/+133
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34845
* ramips: nuke 3.3 supportGabor Juhos2012-12-171-115/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34744
* remove common symbols from 3.6 configsGabor Juhos2012-11-291-5/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34404
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* ramips: add linux-3.6 configuration for ramips socsJohn Crispin2012-11-071-0/+125
| | | | | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> create mode 100644 target/linux/ramips/rt288x/config-3.6 create mode 100644 target/linux/ramips/rt305x/config-3.6 create mode 100644 target/linux/ramips/rt3883/config-3.6 SVN-Revision: 34109
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* ramips: nuke 3.2 suportGabor Juhos2012-04-211-122/+0
| | | | SVN-Revision: 31405
* ramips: add support for 3.3Gabor Juhos2012-04-211-0/+127
| | | | SVN-Revision: 31403
* ramips: remove hardcoded console parameter from kernel configsGabor Juhos2012-04-211-1/+1
| | | | SVN-Revision: 31395
* ramips: raeth: add debugfs supportGabor Juhos2012-02-221-0/+1
| | | | SVN-Revision: 30680
* ramips: move the ethernet driver into a separate directoryGabor Juhos2012-02-211-2/+2
| | | | | | Also clean up the Kconfig symbols. SVN-Revision: 30670
* ramips: nuke 2.6.39 supportGabor Juhos2012-02-191-120/+0
| | | | SVN-Revision: 30651
* add Ralink V11ST-FE board supportFlorian Fainelli2012-02-152-0/+4
| | | | | | | | | | This board is equipped with: - 4MB of NOR Flash - 32MB of SDRAM - IC+ IP175C switch - one Mini-PCI slot SVN-Revision: 30561
* ramips: add preliminary support for the RT3662/RT3883 SoCsGabor Juhos2012-02-132-0/+2
| | | | SVN-Revision: 30495
* ramips: add initial support for 3.2Gabor Juhos2012-02-121-0/+118
| | | | SVN-Revision: 30476
* ramips: raeth: make debugging messages configurableGabor Juhos2012-02-111-0/+1
| | | | SVN-Revision: 30450
* ramips: rt288x: add support for the Belkin F5D8235-4 v1 boardGabor Juhos2011-12-282-0/+19
| | | | | | Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29617
* ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N boardGabor Juhos2011-12-271-0/+1
| | | | SVN-Revision: 29612
* ramips: add profile for the Asus RT-N15Gabor Juhos2011-12-011-0/+18
| | | | | | | | | | This uses previously submitted rtl8366 kernel packages. [juhosg: The kmod-gpio-dev package has been removed from the package list.] Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29391
* ramips: rt288x: add swconfig and rtl8366{s,_smi} drivers to the default profileGabor Juhos2011-12-011-1/+1
| | | | | | It is needed by the RT-N15 board. SVN-Revision: 29389
* ramips: move kmod-rt2800-pci to DEFAULT_PACKAGESGabor Juhos2011-12-011-1/+1
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29378
* ramips: sync kernel configGabor Juhos2011-08-151-1/+0
| | | | SVN-Revision: 27993
* ramips: remove 2.6.37 stuffGabor Juhos2011-07-031-116/+0
| | | | SVN-Revision: 27398
* ramips: add 2.6.39 supportGabor Juhos2011-07-031-0/+115
| | | | | | Based on the patches from #9625 SVN-Revision: 27396
* ramips: remove 2.6.36 stuffGabor Juhos2011-03-271-102/+0
| | | | SVN-Revision: 26329