summaryrefslogtreecommitdiffstats
path: root/target/linux/at91
Commit message (Collapse)AuthorAgeFilesLines
...
* dont explicitly select wireless-tools. rely on the drivers that need them to ↵John Crispin2012-09-282-2/+2
| | | | | | have the right dependency SVN-Revision: 33593
* move i2c module to target modules.mkFlorian Fainelli2012-07-291-0/+17
| | | | SVN-Revision: 32910
* clean up pwm patches and driversJohn Crispin2012-07-281-4/+3
| | | | SVN-Revision: 32901
* 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-8/+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-245-17/+13
| | | | SVN-Revision: 31460
* flexibity: Cleanup the subtarget configClaudio Mignanti2012-04-221-729/+1
| | | | SVN-Revision: 31440
* tqma9263: update board definition for 3.x series and fix config chooseClaudio Mignanti2012-04-223-18/+7
| | | | SVN-Revision: 31436
* Remove old netus board definitionClaudio Mignanti2012-04-221-242/+0
| | | | SVN-Revision: 31435
* Reorganize the subtargets, group subtargets per cpu familyClaudio Mignanti2012-04-2017-31/+41
| | | | | | Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com> SVN-Revision: 31372
* Update the kernel to 3.3.x series, remove patches that doesn't apply anymoreClaudio Mignanti2012-04-208-463/+60
| | | | | | Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com> SVN-Revision: 31371
* Ensure that the bin directory exists before copy the filesClaudio Mignanti2012-04-201-0/+2
| | | | | | Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com> SVN-Revision: 31370
* at91: Missing kernel config symbols for AT91 target platformHauke Mehrtens2012-04-151-0/+8
| | | | | | | | | | | | | | I looked into buildbot snapshots and noticed that some platforms have not successfully compiled for a long time. One example is at91, which seems to be missing device-related kernel config symbols and the snapshot build crashes already there. Please find attached a patch that makes the at91 kernel config and build to succeed again. Signed off by: hannu.nyman@iki.fi SVN-Revision: 31288
* targets: fix CONFIG_USB_STORAGE_* inconsistencyNicolas Thill2011-11-251-11/+0
| | | | | | | | | | * all options were switched from bool to tristate in 2.6.30 * add/change/move them to generic, disabled by default * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6 * cleanup ordering SVN-Revision: 29337
* base-files, target: assign name to system timeserver section, makes it ↵Jo-Philipp Wich2011-11-101-1/+1
| | | | | | easier to set servers on the cli SVN-Revision: 28933
* add timeserver config to target specific system configs as wellJo-Philipp Wich2011-11-041-2/+5
| | | | SVN-Revision: 28750
* AT91: flexibity: add system uci fileJohn Crispin2011-07-031-0/+6
| | | | SVN-Revision: 27413
* AT91: Add flexibity board supportJohn Crispin2011-07-0312-1/+987
| | | | | | | | The patch below adds AT91 Flexibity Connect board support. Signed-off-by: Maxim Osipov <maxim.osipov@gmail.com> SVN-Revision: 27412
* kernel: update to kernel 2.6.38.8Hauke Mehrtens2011-06-181-1/+1
| | | | SVN-Revision: 27218
* kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patchesHauke Mehrtens2011-05-155-22/+17
| | | | | | Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel. SVN-Revision: 26905
* at91: add some missing config optionsHauke Mehrtens2011-04-091-0/+3
| | | | SVN-Revision: 26571
* Update 2.6.38 to 2.6.38.2Michael Büsch2011-03-281-1/+1
| | | | SVN-Revision: 26332
* 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
* Update to 2.6.38Claudio Mignanti2011-03-203-77/+10
| | | | SVN-Revision: 26246
* only support EABI on ARM targetsImre Kaloz2011-03-071-1/+0
| | | | SVN-Revision: 25928
* update to 2.6.35.11Florian Fainelli2011-02-191-1/+1
| | | | SVN-Revision: 25582
* config symbol cleanupImre Kaloz2011-02-011-9/+0
| | | | SVN-Revision: 25272
* move Netus G20 into a subtarget and rework toplevel config and makefileJo-Philipp Wich2011-01-274-6/+21
| | | | SVN-Revision: 25165
* prepare TQMa9263 subtargetJo-Philipp Wich2011-01-272-0/+32
| | | | SVN-Revision: 25164
* add TQMa9263 board setupJo-Philipp Wich2011-01-271-0/+229
| | | | SVN-Revision: 25163
* prepare TQ-Components TQMa9263 kernel supportJo-Philipp Wich2011-01-272-0/+109
| | | | SVN-Revision: 25162
* Fix i2c driver and package itClaudio Mignanti2011-01-131-0/+285
| | | | SVN-Revision: 24975
* Allow module compilation for adc driverClaudio Mignanti2011-01-131-1/+1
| | | | SVN-Revision: 24974
* Import an experimental ADC driverClaudio Mignanti2010-12-235-0/+460
| | | | SVN-Revision: 24814
* update to the latest stable kernelsImre Kaloz2010-11-241-1/+1
| | | | SVN-Revision: 24136
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-1/+1
| | | | SVN-Revision: 24084
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-041-1/+1
| | | | SVN-Revision: 23851
* Don't compile u-boot by defaultClaudio Mignanti2010-10-241-2/+2
| | | | SVN-Revision: 23621
* Tag the uncompressed imageClaudio Mignanti2010-10-111-1/+2
| | | | SVN-Revision: 23402
* Add me as maintainerClaudio Mignanti2010-10-111-0/+1
| | | | SVN-Revision: 23401
* Update to 2.6.35.7Claudio Mignanti2010-10-113-10/+22
| | | | SVN-Revision: 23400
* Copy rootfs(s) inside BIN_DIRClaudio Mignanti2010-10-111-0/+1
| | | | SVN-Revision: 23399
* Add support for FOXGM carrier boardClaudio Mignanti2010-10-112-2/+26
| | | | SVN-Revision: 23398
* upgrade kernel versions to the latest stable onesImre Kaloz2010-10-041-1/+1
| | | | SVN-Revision: 23219
* kernel: update kernel version to 2.6.34.5Hauke Mehrtens2010-08-221-1/+1
| | | | SVN-Revision: 22759
* Include the usb-ohci module as defaultClaudio Mignanti2010-08-192-5/+1
| | | | SVN-Revision: 22733