summaryrefslogtreecommitdiffstats
path: root/target/linux/octeon
Commit message (Collapse)AuthorAgeFilesLines
* octeon: remove CONFIG_FW_LOADER override to fix build errorsFelix Fietkau2013-09-271-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38244
* kernel: update 3.10 to 3.10.13Gabor Juhos2013-09-271-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38228
* build: unify mips target cflagsFelix Fietkau2013-09-261-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38210
* kernel: update 3.10 to 3.10.12Gabor Juhos2013-09-151-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38000
* kernel: update 3.10 to 3.10.10Gabor Juhos2013-09-021-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37890
* kernel: update 3.10 to 3.10.9Gabor Juhos2013-08-235-29/+11
| | | | | | | | Also refresh 3.10 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37832
* octeon: add a few missing symbols to the kernel config fileJohn Crispin2013-08-051-0/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37705
* octeon: add support for the octeon mips64 SoCJohn Crispin2013-08-0417-0/+8245
| | | | | | | | This is the SoC used be the ESR Lite made by ubnt.com Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37684
* octeon: R.I.P.Gabor Juhos2013-02-0410-487/+0
| | | | | | | | It is broken since ~8 months and nobody takes care of that. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35486
* move i2c driver to target modules.mkFlorian Fainelli2012-07-251-0/+16
| | | | SVN-Revision: 32855
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-2/+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
* linux: add broken flag to remaining targets which are using 2.6.37Gabor Juhos2012-05-121-1/+1
| | | | SVN-Revision: 31686
* octeon: remove 2.6.30 supportGabor Juhos2012-04-2121-64036/+0
| | | | SVN-Revision: 31419
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-252-2/+0
| | | | SVN-Revision: 28584
* fill maintainer infos for a couple of targetsFlorian Fainelli2011-05-061-0/+1
| | | | SVN-Revision: 26836
* kernel: Update to version 2.6.37.6Hauke Mehrtens2011-04-031-1/+1
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 26441
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵Felix Fietkau2011-03-261-1/+1
| | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance SVN-Revision: 26300
* upgrade to 2.6.37.4Imre Kaloz2011-03-186-65/+17
| | | | SVN-Revision: 26227
* enable SYSRQ for all targets, remove overrides from brcm63xx, octeon and ↵Jo-Philipp Wich2010-08-302-2/+0
| | | | | | omap35xx SVN-Revision: 22846
* add 2.6.34 supportFlorian Fainelli2010-08-014-0/+377
| | | | SVN-Revision: 22452
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-2/+2
| | | | SVN-Revision: 22145
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-0/+39
| | | | SVN-Revision: 21132
* remove simulator profileFlorian Fainelli2010-04-222-18/+0
| | | | SVN-Revision: 21084
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-4/+4
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-111-0/+1
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-1/+0
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-111-24/+24
| | | | SVN-Revision: 19580
* move generic config and patches directory to be 2.6.30 specificFlorian Fainelli2010-02-0421-0/+0
| | | | SVN-Revision: 19513
* refresh no_module_reloc.patch for mips64 targetsFlorian Fainelli2010-01-291-44/+81
| | | | SVN-Revision: 19382
* replace the hostapd preselection with a wpad preselection to enable proper ↵Felix Fietkau2010-01-231-1/+1
| | | | | | client mode support in the default images SVN-Revision: 19293
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* kernel: move CONFIG_MIPS_FPU_EMU to generic kernel configFelix Fietkau2009-11-291-1/+0
| | | | SVN-Revision: 18603
* revert the 027-mips_module_reloc.patch patch for mips64 targets until we fix ↵Florian Fainelli2009-11-291-0/+335
| | | | | | it (#6129) SVN-Revision: 18593
* resync kernel configurationFlorian Fainelli2009-11-251-24/+24
| | | | SVN-Revision: 18538
* some more Kconfig symbol move..Imre Kaloz2009-11-111-2/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-111-3/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-111-25/+25
| | | | SVN-Revision: 18367
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* select kmod-usb-octeon in the mototech profileFlorian Fainelli2009-10-091-1/+2
| | | | SVN-Revision: 18014
* add support for the dwc_otg USB controllerFlorian Fainelli2009-10-084-1/+17869
| | | | SVN-Revision: 18006
* add support for the hardware random number generatorFlorian Fainelli2009-10-082-1/+353
| | | | SVN-Revision: 18004
* resync kernel configurationFlorian Fainelli2009-10-081-11/+0
| | | | SVN-Revision: 18003
* resync kernel config, do not enable security optionsFlorian Fainelli2009-10-051-11/+1
| | | | SVN-Revision: 17934
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-011-1/+1
| | | | SVN-Revision: 17804
* switch to gcc-4.4.1 and enabled octeon specific optimizationsFlorian Fainelli2009-09-261-1/+1
| | | | SVN-Revision: 17743
* resync kernel configurationFlorian Fainelli2009-09-261-0/+1
| | | | SVN-Revision: 17740
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
| | | | SVN-Revision: 17602
* kernel: get rid of the simple_prom_emulator, it is not really usefulGabor Juhos2009-09-101-1/+1
| | | | SVN-Revision: 17567
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-091-1/+1
| | | | SVN-Revision: 17549
* use 2.6.30.5Florian Fainelli2009-08-171-1/+1
| | | | SVN-Revision: 17296