summaryrefslogtreecommitdiffstats
path: root/target/device
Commit message (Collapse)AuthorAgeFilesLines
* Clean up x86 supportUlf Samuelsson2009-01-295-1988/+24
|
* Clean up ARM Ltd BSPUlf Samuelsson2009-01-297-7/+29
|
* Remove Via BSP which only provide support for linux-2.4Ulf Samuelsson2009-01-295-1564/+0
|
* Remove Soekris BSP which only provide support for linux-2.4Ulf Samuelsson2009-01-2939-5513/+0
|
* Remove jp BSP which only provide support for linux-2.4Ulf Samuelsson2009-01-2967-4495/+0
|
* Remove Hitachi BSP, does not do ANYTHING except providing a differernt ↵Ulf Samuelsson2009-01-294-161/+0
| | | | uClibc configuration for an obsolete version
* Remove unneeded ARM architecure patch, just a clone of SAM9260 supportUlf Samuelsson2009-01-295-1487/+0
|
* target/device: remove obsolete Sharp/LNode80 platformPeter Korsgaard2009-01-2930-105480/+0
| | | | | | | | As discussed on the list and requested on irc: < prpplague> Jacmet: hey, just wanted to drop a note to confirm that the LNode80 can be removed, we never went into full scale production of it, only 20 were ever made
* Update atstk100x BSPUlf Samuelsson2009-01-294-26/+2591
|
* Add AVR32 support for linux-2.6.28.2Ulf Samuelsson2009-01-296-49/+16954
|
* Update at91rm9200df BSPUlf Samuelsson2009-01-271-230/+260
|
* Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson2009-01-263-9/+14
| | | | | | | | | | | | | | | | | | | | all the different COPYTOs spread out all over Buildroot. Generate COPY_FILE subroutine which can be used to copy a file. $(COPY_FILE , file, directory, filename) This will copy to binary dir and to the selected copy dir if set in new config (intended to replace all old COPYTO configs) This is overridden by BUILDROOT_COPYTO, if set into the environment.
* Update at91sam9260dfc BSPUlf Samuelsson2009-01-261-13/+6
|
* target/device/Atmel/arch-avr32: remove old unused kernel patchesPeter Korsgaard2009-01-2616-58777/+0
| | | | | | | As discussed on the list: 22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than 2.6.27
* Revert Atmel boards back to desired operationUlf Samuelsson2009-01-254-12/+12
|
* Update at91sam9261ek BSPUlf Samuelsson2009-01-251-111/+321
|
* target/linux-advanced: default to menuconfig for all archsPeter Korsgaard2009-01-255-15/+15
| | | | | Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs.
* Add linux config for at91sam9261ekUlf Samuelsson2009-01-241-0/+1432
|
* Update at91sam9260dfc BSPUlf Samuelsson2009-01-241-72/+162
|
* Bump AT91 u-boot patches to 2009.01Ulf Samuelsson2009-01-2313-0/+0
|
* Update at91sam9263ek BSPUlf Samuelsson2009-01-231-114/+76
|
* Update AT91 u-boot patches to 2009.01Ulf Samuelsson2009-01-221-5/+5
|
* Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵Ulf Samuelsson2009-01-1917-0/+36
| | | | patches if using an at91
* Update broken AVR32 toolchain, and update configs for this, deprecate all ↵Ulf Samuelsson2009-01-163-131/+198
| | | | but latest AVR32 toolchain
* target/: convert to DOWNLOAD helperPeter Korsgaard2009-01-169-10/+10
|
* buildroot: add BR2_BACKUP_SITE and DOWNLOAD helperPeter Korsgaard2009-01-161-0/+8
| | | | | | | | This is the long requested backup mirror support. So far only enabled for Makefile.autotools.in, but there's no reason why we cannot use DOWNLOAD everywhere. Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/
* BR2_PRIMARY_SITE: move to Mirrors and Download locations menuPeter Korsgaard2009-01-161-0/+9
|
* Update at91sam9263ek BSPUlf Samuelsson2009-01-132-9/+8
|
* Update sam9263EK BSPUlf Samuelsson2009-01-122-58/+240
|
* Update at91bootstrap to 2.10Ulf Samuelsson2009-01-111-5/+17
|
* Move AT91 patches for u-boot-2009.01-rc1 to ↵Ulf Samuelsson2009-01-1113-0/+4180
| | | | device/Atmel/arch-arm/u-boot/2009.01-rc1
* Update AVR32 uclibc config for 0.9.30Ulf Samuelsson2009-01-111-8/+34
|
* Update defocnfig for ngw100Ulf Samuelsson2009-01-111-11/+2
|
* Add linux-2.6.27.10 config for stk100xUlf Samuelsson2009-01-111-0/+1270
|
* Update at91sam9261ek configs, build completesUlf Samuelsson2009-01-092-113/+1878
|
* Update sam9263ek configs, build completesUlf Samuelsson2009-01-082-116/+1751
|
* Update atngw100 configs, needs patch from Atmel fork for strace to build ↵Ulf Samuelsson2009-01-062-132/+1565
| | | | correctly, otherwise disable strace
* Update at91sam9260 Board Support Package to linux-2.6.28Ulf Samuelsson2009-01-062-16/+1691
|
* Update AT91SAM9G20 Board Support to linux-2.6.28Ulf Samuelsson2009-01-062-55/+152
|
* Add support for SAM9G20 in at91bootstrapUlf Samuelsson2009-01-061-4/+4
|
* add .empty files for git-svnPeter Korsgaard2009-01-0535-0/+0
| | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build.
* Allow use of uClibc-0.9.30 for AVR32 toolchainUlf Samuelsson2009-01-031-1/+3
|
* Update target/device/Atmel/*/Makefile.inUlf Samuelsson2009-01-0313-1412/+1620
| | | | | | | | | | | | | ------------------------------------------ Replace $(BOARDNAME)_PATH with BOARD_PATH Set U-Boot targets for 1.2.0-atmel as well as 2009.01-rc1 Remove hardwiring of BusyBox configuration files. Remove older BusyBox configuration files Remove "at91sam9260dfc-linux-2.6.28-rc6.config" from at91sam9g20dfc directory Update "at91rm9200df_defconfig" Add "at91rm9200df-linux-2.6.28.config" Update "at91sam9260dfc_defconfig"
* Generate an autoscript for configuring u-boot in $(BINARIES_DIR)Ulf Samuelsson2009-01-032-4/+6
| | | | | | | | | | | | | | | | | | | | | mkimage the autoscript to autoscript.$(PROJECT)- Move build of u-boot-1.2.0-atmel to target/u-boot Only visible for AT91 targets. Fetch prepatched 1.2.0-atmel tarball from $(BR2_ATMEL_MIRROR) Rest from normal location. Introduce U_BOOT_CONFIGURE_OPTS Set to NOSOFT_FLOAT for u-boot-1.2.0-atmel Disable target/device/Atmel/u-boot Keep files in target/device/Atmel/u-boot during a test period. Files: M target/device/Atmel/Makefile.in M target/device/Atmel/Config.in M target/u-boot/Makefile.in M target/u-boot/Config.in A target/u-boot/1.2.0-atmel
* Fix remaining 'butterfinger' issueUlf Samuelsson2009-01-031-0/+2
|
* Remove debugging variable added to svn by mistake, (Thanks Pter)Ulf Samuelsson2009-01-037-1670/+258
|
* Support AT91 in vanilla U-BootUlf Samuelsson2009-01-028-5/+91
|
* Update at91sam9260dfc BSPUlf Samuelsson2009-01-022-108/+1755
|
* Update kernel patch from 2.6.28-rc6 to 2.6.28Ulf Samuelsson2008-12-306-439/+4
|
* Use correct filename for patchUlf Samuelsson2008-12-292-0/+0
|