summaryrefslogtreecommitdiffstats
path: root/target/linux/avr32
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update 3.10 to 3.10.17Gabor Juhos2013-10-232-69/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38506
* kernel: update kernel to 3.10.15Hauke Mehrtens2013-10-131-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38384
* kernel: update 3.10 to 3.10.13Gabor Juhos2013-09-271-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38228
* avr32: optimize image generationGabor Juhos2013-09-252-28/+12
| | | | | | | | | | | - remove the kernel+rootfs partitions from the MTD partition map, - use a temporary directory for intermediate image files, - append the root squashfs directly to the kernel, - don't hardcode uImage size in the jffs2 images, Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38194
* avr32: enable the new mtdsplit codeGabor Juhos2013-09-251-0/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38193
* avr32: remove 3.8 supportGabor Juhos2013-09-253-153/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38175
* avr32: switch to 3.10Gabor Juhos2013-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It works: _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- BARRIER BREAKER (Bleeding Edge, r38163) ----------------------------------------------------- * 1/2 oz Galliano Pour all ingredients into * 4 oz cold Coffee an irish coffee mug filled * 1 1/2 oz Dark Rum with crushed ice. Stir. * 2 tsp. Creme de Cacao ----------------------------------------------------- root@OpenWrt:/# uname -a Linux OpenWrt 3.10.12 #1 Tue Sep 24 18:47:12 CEST 2013 avr32 GNU/Linux root@OpenWrt:/# cat /proc/cpuinfo processor : 0 chip type : AT32AP700x revision C cpu arch : AVR32B revision 1 cpu core : AP7 revision 0 cpu MHz : 140.000 i-cache : 16K (4 ways x 128 sets x 32) d-cache : 16K (4 ways x 128 sets x 32) features : dsp simd ocd perfctr java bogomips : 281.23 root@OpenWrt:/# Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38174
* avr32: add support for 3.10Gabor Juhos2013-09-253-0/+213
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38173
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-272-4/+2
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* base-files: diag does not need to insmod any drivers, procd already did it ↵John Crispin2013-06-211-1/+0
| | | | | | | | for us Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36999
* kernel: update linux 3.8 to 3.8.13Gabor Juhos2013-05-261-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36724
* kernel: update linux 3.8 to 3.8.12Gabor Juhos2013-05-081-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36576
* kernel: update linux 3.8 to 3.8.11Gabor Juhos2013-05-011-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36507
* kernel: update linux 3.8 to 3.8.10Gabor Juhos2013-04-301-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36493
* kernel: update linux 3.8 to 3.8.9Gabor Juhos2013-04-261-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36453
* kernel: update linux 3.8 to 3.8.8Gabor Juhos2013-04-191-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36363
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-171-3/+3
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
* kernel: update linux 3.8 to 3.8.7Gabor Juhos2013-04-141-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36332
* kernel: update linux 3.8 to 3.8.6Gabor Juhos2013-04-061-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36215
* kernel: update linux 3.8 to 3.8.3Gabor Juhos2013-03-151-1/+1
| | | | | | | | Also refresh the related generic/platform patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36039
* avr32: remove 3.3 supportGabor Juhos2013-03-122-131/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35985
* avr32: switch to 3.8Gabor Juhos2013-03-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35984
* avr32: add support for 3.8Gabor Juhos2013-03-123-0/+153
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35983
* avr32: add sysupgrade supportGabor Juhos2013-03-121-0/+28
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35982
* avr32: add firmware partitionGabor Juhos2013-03-121-0/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35981
* avr32: add diag supportGabor Juhos2013-03-121-0/+23
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35980
* avr32: create network config dynamicallyGabor Juhos2013-03-122-0/+22
| | | | | | | | | The default network configuration from base-files is not correct for the NGW100 board. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35979
* avr32: built the firmware images from the lzma compressed uImageGabor Juhos2013-03-121-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35978
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-3/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* move mmc driver to target specific modules.mkFlorian Fainelli2012-07-251-0/+17
| | | | SVN-Revision: 32859
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-9/+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
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-1/+1
| | | | SVN-Revision: 31709
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-1/+1
| | | | SVN-Revision: 31645
* kernel: update linux 3.3 to 3.3.4Gabor Juhos2012-04-301-1/+1
| | | | SVN-Revision: 31541
* kernel: update linux 3.3 to 3.3.3Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31460
* avr32: remove old kernel supportGabor Juhos2012-04-193-149/+0
| | | | SVN-Revision: 31352
* avr32: switch to 3.3.2Gabor Juhos2012-04-193-1/+132
| | | | | | | | uClibc-0.9.33 causes segfaults at least in iptables. The segfaults are present with 2.6.39 as well, so it makes no sense to stick to that version. SVN-Revision: 31351
* avr32: sync kernel configGabor Juhos2012-04-191-14/+14
| | | | SVN-Revision: 31350
* avr32: fix atomic64_t related kernel build errorsGabor Juhos2012-04-191-0/+9
| | | | SVN-Revision: 31349
* select GENERIC_ATOMIC64 implementation to fix xfs related build errorsJo-Philipp Wich2012-02-081-0/+10
| | | | SVN-Revision: 30371
* kernel: update kernel to version 2.6.39.4Hauke Mehrtens2011-08-161-1/+1
| | | | SVN-Revision: 28022
* upgrade avr32 u-boot to 2011.06Imre Kaloz2011-07-012-8/+8
| | | | SVN-Revision: 27330
* upgrade to 2.6.39.2Imre Kaloz2011-07-011-1/+1
| | | | SVN-Revision: 27329
* kernel: Update to version 2.6.37.6Hauke Mehrtens2011-04-031-1/+1
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 26441
* update to 2.6.32.33 and 2.6.37.4Imre Kaloz2011-03-181-1/+1
| | | | SVN-Revision: 26226
* kernel: update to kernel version 2.6.37.3Hauke Mehrtens2011-03-131-1/+1
| | | | SVN-Revision: 26126
* upgrade to 2.6.37.1Imre Kaloz2011-02-241-2/+2
| | | | SVN-Revision: 25697
* include u-boot version in filenameImre Kaloz2011-02-241-1/+1
| | | | SVN-Revision: 25695