Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update atngw100 configs, needs patch from Atmel fork for strace to build ↵ | Ulf Samuelsson | 2009-01-06 | 2 | -132/+1565 |
| | | | | correctly, otherwise disable strace | ||||
* | Update at91sam9260 Board Support Package to linux-2.6.28 | Ulf Samuelsson | 2009-01-06 | 2 | -16/+1691 |
| | |||||
* | Update AT91SAM9G20 Board Support to linux-2.6.28 | Ulf Samuelsson | 2009-01-06 | 2 | -55/+152 |
| | |||||
* | Add support for SAM9G20 in at91bootstrap | Ulf Samuelsson | 2009-01-06 | 1 | -4/+4 |
| | |||||
* | add .empty files for git-svn | Peter Korsgaard | 2009-01-05 | 35 | -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 toolchain | Ulf Samuelsson | 2009-01-03 | 1 | -1/+3 |
| | |||||
* | Update target/device/Atmel/*/Makefile.in | Ulf Samuelsson | 2009-01-03 | 13 | -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 Samuelsson | 2009-01-03 | 2 | -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' issue | Ulf Samuelsson | 2009-01-03 | 1 | -0/+2 |
| | |||||
* | Remove debugging variable added to svn by mistake, (Thanks Pter) | Ulf Samuelsson | 2009-01-03 | 7 | -1670/+258 |
| | |||||
* | Support AT91 in vanilla U-Boot | Ulf Samuelsson | 2009-01-02 | 8 | -5/+91 |
| | |||||
* | Update at91sam9260dfc BSP | Ulf Samuelsson | 2009-01-02 | 2 | -108/+1755 |
| | |||||
* | Update kernel patch from 2.6.28-rc6 to 2.6.28 | Ulf Samuelsson | 2008-12-30 | 6 | -439/+4 |
| | |||||
* | Use correct filename for patch | Ulf Samuelsson | 2008-12-29 | 2 | -0/+0 |
| | |||||
* | Use correct filename for patch | Ulf Samuelsson | 2008-12-29 | 1 | -0/+0 |
| | |||||
* | Add updated gcc-4.2.2 prepatched toolchain for AVR32 | Ulf Samuelsson | 2008-12-20 | 1 | -0/+24 |
| | |||||
* | Add AP7200 eval kit configuration | Ulf Samuelsson | 2008-12-20 | 1 | -1/+2 |
| | |||||
* | Add BSP for AP7200 | Ulf Samuelsson | 2008-12-20 | 62 | -0/+7687 |
| | |||||
* | Add support for AT32AP7200 | Ulf Samuelsson | 2008-12-20 | 1 | -0/+14 |
| | |||||
* | Add 2.6.27.7 patches for AVR32 | Ulf Samuelsson | 2008-12-20 | 7 | -0/+26968 |
| | |||||
* | Hide AT91 features if not an AT91 ARM | Ulf Samuelsson | 2008-12-20 | 1 | -1/+8 |
| | |||||
* | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 16 | -32/+33 |
| | |||||
* | Add support for AT91SAM9G20 & -EK | Ulf Samuelsson | 2008-11-29 | 8 | -9/+4726 |
| | |||||
* | Add AT91 support for 2.6.27.7 and 2.6.28-rc6 | Ulf Samuelsson | 2008-11-29 | 4 | -4/+437 |
| | |||||
* | linux: remove unused BR2_LINUX_BOARD_PATCH | Peter Korsgaard | 2008-11-14 | 9 | -9/+0 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | target/Config.in.toolchain: cleanup | Peter Korsgaard | 2008-11-14 | 1 | -15/+13 |
| | |||||
* | Update valka target | Arnar Mar Sigurðsson | 2008-10-31 | 20 | -20361/+527 |
| | |||||
* | target: add /sys directory to target skeletons needing it | Peter Korsgaard | 2008-10-18 | 3 | -0/+0 |
| | | | | The remaining target_skeletons where /etc/fstab mentions sysfs | ||||
* | target/device/Atmel: add /sys to target skeletons | Peter Korsgaard | 2008-10-18 | 3 | -0/+0 |
| | | | | Reported by John Schimandle | ||||
* | target/device/jp: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+3 |
| | |||||
* | target/device/Atmel: fix long help text lines | Peter Korsgaard | 2008-08-27 | 3 | -9/+18 |
| | | | | And remove trailing spaces while we're at it. | ||||
* | Update AT91 patches to latest Linux | Ulf Samuelsson | 2008-08-23 | 2 | -0/+6 |
| | |||||
* | target/device: enable uclibc globbing support | Peter Korsgaard | 2008-08-14 | 3 | -3/+3 |
| | | | | | Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific uclibc configs. Fixes globbing issue reported on the uclibc list. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 3 | -3/+3 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 16 | -27/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Do not use a localversion of kernel, to allow modules to be installed in the ↵ | Ulf Samuelsson | 2008-07-10 | 1 | -0/+5 |
| | | | | correct directory | ||||
* | Add AVR32 patches for 2.6.25.10 | Ulf Samuelsson | 2008-07-10 | 3 | -0/+1278 |
| | |||||
* | Update atngw100-expanded defconfig | Ulf Samuelsson | 2008-07-06 | 1 | -3/+3 |
| | |||||
* | Update atstk100x defconfig | Ulf Samuelsson | 2008-07-06 | 1 | -3/+47 |
| | |||||
* | un-deprecate gcc-4.2.1 for AVR32 external toolchain | Ulf Samuelsson | 2008-07-05 | 1 | -1/+0 |
| | |||||
* | Run AVR32 toolchain with Sysroot (will fail if not enabled), deprecate 4.1.2 ↵ | Ulf Samuelsson | 2008-07-05 | 1 | -0/+5 |
| | | | | and 4.2.1 | ||||
* | Update atstk100x defconfig | Ulf Samuelsson | 2008-07-04 | 1 | -2/+2 |
| | |||||
* | Update atstk100x defconfig | Ulf Samuelsson | 2008-07-04 | 1 | -50/+106 |
| | |||||
* | Update defconfig for atngw100-expanded | Ulf Samuelsson | 2008-07-04 | 1 | -139/+163 |
| | |||||
* | Update busybox config for atngw100-expanded | Ulf Samuelsson | 2008-07-04 | 1 | -0/+767 |
| | |||||
* | Use a more consistent name for the atngw100-expanded defconfig | Ulf Samuelsson | 2008-07-04 | 1 | -0/+0 |
| | |||||
* | Update configs for atngw100-base | Ulf Samuelsson | 2008-07-04 | 3 | -62/+892 |
| | |||||
* | Fix Config conflict caused by duplicate definition in KB9202 BSP | Ulf Samuelsson | 2008-07-04 | 3 | -28/+28 |
| | |||||
* | Update atngw100 defconfig | Ulf Samuelsson | 2008-07-04 | 1 | -2/+5 |
| | |||||
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 5 | -114/+92 |
| | | | | locations for prepatched toolchain to be under the toolchain directory |