Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-22 | Update AT91 u-boot patches to 2009.01 | Ulf Samuelsson | |
2009-01-19 | Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵ | Ulf Samuelsson | |
patches if using an at91 | |||
2009-01-16 | Update broken AVR32 toolchain, and update configs for this, deprecate all ↵ | Ulf Samuelsson | |
but latest AVR32 toolchain | |||
2009-01-16 | target/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-13 | Update at91sam9263ek BSP | Ulf Samuelsson | |
2009-01-12 | Update sam9263EK BSP | Ulf Samuelsson | |
2009-01-11 | Update at91bootstrap to 2.10 | Ulf Samuelsson | |
2009-01-11 | Move AT91 patches for u-boot-2009.01-rc1 to ↵ | Ulf Samuelsson | |
device/Atmel/arch-arm/u-boot/2009.01-rc1 | |||
2009-01-11 | Update AVR32 uclibc config for 0.9.30 | Ulf Samuelsson | |
2009-01-11 | Update defocnfig for ngw100 | Ulf Samuelsson | |
2009-01-11 | Add linux-2.6.27.10 config for stk100x | Ulf Samuelsson | |
2009-01-09 | Update at91sam9261ek configs, build completes | Ulf Samuelsson | |
2009-01-08 | Update sam9263ek configs, build completes | Ulf Samuelsson | |
2009-01-06 | Update atngw100 configs, needs patch from Atmel fork for strace to build ↵ | Ulf Samuelsson | |
correctly, otherwise disable strace | |||
2009-01-06 | Update at91sam9260 Board Support Package to linux-2.6.28 | Ulf Samuelsson | |
2009-01-06 | Update AT91SAM9G20 Board Support to linux-2.6.28 | Ulf Samuelsson | |
2009-01-06 | Add support for SAM9G20 in at91bootstrap | Ulf Samuelsson | |
2009-01-05 | add .empty files for git-svn | Peter Korsgaard | |
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. | |||
2009-01-03 | Update target/device/Atmel/*/Makefile.in | Ulf Samuelsson | |
------------------------------------------ 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" | |||
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 | Fix remaining 'butterfinger' issue | Ulf Samuelsson | |
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 | |
2009-01-02 | Update at91sam9260dfc BSP | Ulf Samuelsson | |
2008-12-30 | Update kernel patch from 2.6.28-rc6 to 2.6.28 | Ulf Samuelsson | |
2008-12-29 | Use correct filename for patch | Ulf Samuelsson | |
2008-12-29 | Use correct filename for patch | Ulf Samuelsson | |
2008-12-20 | Add AP7200 eval kit configuration | Ulf Samuelsson | |
2008-12-20 | Add BSP for AP7200 | Ulf Samuelsson | |
2008-12-20 | Add support for AT32AP7200 | Ulf Samuelsson | |
2008-12-20 | Add 2.6.27.7 patches for AVR32 | Ulf Samuelsson | |
2008-12-20 | Hide AT91 features if not an AT91 ARM | Ulf Samuelsson | |
2008-12-08 | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-11-29 | Add support for AT91SAM9G20 & -EK | Ulf Samuelsson | |
2008-11-29 | Add AT91 support for 2.6.27.7 and 2.6.28-rc6 | Ulf Samuelsson | |
2008-11-14 | linux: remove unused BR2_LINUX_BOARD_PATCH | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2008-10-18 | target: add /sys directory to target skeletons needing it | Peter Korsgaard | |
The remaining target_skeletons where /etc/fstab mentions sysfs | |||
2008-10-18 | target/device/Atmel: add /sys to target skeletons | Peter Korsgaard | |
Reported by John Schimandle | |||
2008-08-27 | target/device/Atmel: fix long help text lines | Peter Korsgaard | |
And remove trailing spaces while we're at it. | |||
2008-08-23 | Update AT91 patches to latest Linux | Ulf Samuelsson | |
2008-08-14 | target/device: enable uclibc globbing support | Peter Korsgaard | |
Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific uclibc configs. Fixes globbing issue reported on the uclibc list. | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-10 | Do not use a localversion of kernel, to allow modules to be installed in the ↵ | Ulf Samuelsson | |
correct directory | |||
2008-07-10 | Add AVR32 patches for 2.6.25.10 | Ulf Samuelsson | |
2008-07-06 | Update atngw100-expanded defconfig | Ulf Samuelsson | |
2008-07-06 | Update atstk100x defconfig | Ulf Samuelsson | |
2008-07-04 | Update atstk100x defconfig | Ulf Samuelsson | |
2008-07-04 | Update atstk100x defconfig | Ulf Samuelsson | |
2008-07-04 | Update defconfig for atngw100-expanded | Ulf Samuelsson | |