Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-30 | Remove AVR32 patches from kernel-headers directory and put them in | Ulf Samuelsson | |
"target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28 Set KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" for Atmel AVR32 targets and "valka" | |||
2009-01-26 | Create a common BR2_COPYTO to prepare to replace | Ulf Samuelsson | |
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. | |||
2009-01-03 | Generate an autoscript for configuring u-boot in $(BINARIES_DIR) | Ulf Samuelsson | |
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 | |||
2009-01-03 | Remove debugging variable added to svn by mistake, (Thanks Pter) | Ulf Samuelsson | |
2009-01-02 | Support AT91 in vanilla U-Boot | Ulf Samuelsson | |
2008-12-08 | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-04-16 | Fix bad linux kernel name | Ulf Samuelsson | |
2008-03-29 | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | |
AVR32 patches | |||
2008-03-29 | Remove duplication of default kernel patch dir setting | Ulf Samuelsson | |
2008-03-28 | Define busybox config in board directory for Atmel boards | Ulf Samuelsson | |
2008-03-11 | separate u-boot for at91 arm and everything else | John Voltz | |
2008-03-06 | updates and additions for avr32 arch | John Voltz | |
2007-10-18 | Use default linux kernel name | Ulf Samuelsson | |
2007-10-13 | Create Advanced Linux Configuration option/Remove experimental | Ulf Samuelsson | |
2007-10-12 | Use correct uImage location for AVR32 | Ulf Samuelsson | |
2007-09-04 | Use default LINUX26_BINLOC for at91 | Ulf Samuelsson | |
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - random whitespace cleanup | Bernhard Reutner-Fischer | |
2007-08-19 | Add kernel patches, if at91 or avr32 is selected | Ulf Samuelsson | |
2007-08-18 | Move AVR32 kernel patches to target/device/Atmel/arch-avr32 | Ulf Samuelsson | |
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 | |||
2007-08-01 | Use PROJECT related kernel name for Atmel boards | Ulf Samuelsson | |
2007-07-29 | Cleanup of Atmel Makefile | Ulf Samuelsson | |
2007-07-27 | Use linux headers version, if linux is not defined | Ulf Samuelsson | |
2007-07-22 | ATMEL_MIRROR needs to be available before toolchain is built | Ulf Samuelsson | |
2007-07-22 | Use a single ATMEL_MIRROR declaration + cleanup | Ulf Samuelsson | |
2007-07-20 | Cleanup of Atmel Makefile.in | Ulf Samuelsson | |
2007-07-17 | Add AT91 targets | Ulf Samuelsson | |