summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson2009-01-261-0/+4
| | | | | | | | | | | | | | | | | | | | 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.
* Generate an autoscript for configuring u-boot in $(BINARIES_DIR)Ulf Samuelsson2009-01-031-3/+5
| | | | | | | | | | | | | | | | | | | | | 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
* Remove debugging variable added to svn by mistake, (Thanks Pter)Ulf Samuelsson2009-01-031-2/+0
|
* Support AT91 in vanilla U-BootUlf Samuelsson2009-01-021-1/+3
|
* target/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-11/+11
|
* Fix bad linux kernel nameUlf Samuelsson2008-04-161-1/+1
|
* Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson2008-03-291-6/+0
| | | | AVR32 patches
* Remove duplication of default kernel patch dir settingUlf Samuelsson2008-03-291-1/+1
|
* Define busybox config in board directory for Atmel boardsUlf Samuelsson2008-03-281-1/+1
|
* separate u-boot for at91 arm and everything elseJohn Voltz2008-03-111-2/+2
|
* updates and additions for avr32 archJohn Voltz2008-03-061-30/+24
|
* Use default linux kernel nameUlf Samuelsson2007-10-181-1/+1
|
* Create Advanced Linux Configuration option/Remove experimentalUlf Samuelsson2007-10-131-20/+4
|
* Use correct uImage location for AVR32Ulf Samuelsson2007-10-121-0/+11
|
* Use default LINUX26_BINLOC for at91Ulf Samuelsson2007-09-041-1/+1
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-7/+7
|
* - random whitespace cleanupBernhard Reutner-Fischer2007-08-221-1/+1
|
* Add kernel patches, if at91 or avr32 is selectedUlf Samuelsson2007-08-191-4/+7
|
* Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson2007-08-181-2/+12
| | | | | | | | | | | | Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
* Use PROJECT related kernel name for Atmel boardsUlf Samuelsson2007-08-011-1/+2
|
* Cleanup of Atmel MakefileUlf Samuelsson2007-07-291-15/+13
|
* Use linux headers version, if linux is not definedUlf Samuelsson2007-07-271-1/+9
|
* ATMEL_MIRROR needs to be available before toolchain is builtUlf Samuelsson2007-07-221-2/+0
|
* Use a single ATMEL_MIRROR declaration + cleanupUlf Samuelsson2007-07-221-0/+9
|
* Cleanup of Atmel Makefile.inUlf Samuelsson2007-07-201-1/+1
|
* Add AT91 targetsUlf Samuelsson2007-07-171-0/+79