summaryrefslogtreecommitdiff
path: root/target/device/Atmel/at91rm9200df
AgeCommit message (Collapse)Author
2009-10-04buildroot; move defconfigs to configs/ and print in helpPeter Korsgaard
As discussed earlier on the mailing list. It simplifies code, gives more sensible error message on typos and makes the defconfigs easier to find for users. Furthermore, update documentation to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-30Fix download directory in default configsMichael Roth
Commit a07d6b9d56955bfe0165b5f4ea6d3ed7a92ecff6 changed the meaning of $(BASE_DIR). Previously it was the top level buildroot directory, now it is the 'output' directory. As an side effect, the download directory 'dl' was moved to 'output/dl'. In commit 416323e93442646e344a4e914776520c5e552fa0 the default download directory was moved back to the top level of buildroot. So the various default configurations should reflect this. Fix them. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-23rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth
To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-08-03buildroot: fix fallout after qtopia4 -> qt renamePeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-31target/device: rename program invocation symbol in defconfigsPeter Korsgaard
The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
2009-03-02s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard
2009-01-31Add AT91 defconfigs for binary toolchainsUlf Samuelsson
2009-01-31Update at91rm9200df BSPUlf Samuelsson
2009-01-30readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard
Package configs should start with BR2_PACKAGE_.
2009-01-29at91rm9200df defconfig comment updateUlf Samuelsson
2009-01-29Update at91rm9200df BSPUlf Samuelsson
2009-01-27Update at91rm9200df BSPUlf Samuelsson
2009-01-25Revert Atmel boards back to desired operationUlf Samuelsson
2009-01-25target/linux-advanced: default to menuconfig for all archsPeter Korsgaard
Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs.
2009-01-05add .empty files for git-svnPeter 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-03Update target/device/Atmel/*/Makefile.inUlf 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-03Remove debugging variable added to svn by mistake, (Thanks Pter)Ulf Samuelsson
2009-01-02Support AT91 in vanilla U-BootUlf Samuelsson
2008-11-14linux: remove unused BR2_LINUX_BOARD_PATCHPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-03-30Update at91 defconfigsUlf Samuelsson
2008-03-28* Reverted r21540Nigel Kukard
2008-03-28* Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard
2008-03-28Define busybox config in board directory for Atmel boardsUlf Samuelsson
2008-03-06updates and additions for avr32 archJohn Voltz
2008-01-08Update ATMEL_MIRROR and bump at91bootstrap to v2.4Ulf Samuelsson
2007-11-02Update at91rm9200, at91sam9261, at91sam9263 defconfigsUlf Samuelsson
2007-09-29- revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI)Bernhard Reutner-Fischer
2007-09-29- add mips/mipsel target architecture selectionBernhard Reutner-Fischer
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
2007-09-26Remove graphic applications from AT91RM9200 defconfig root fs (no LCD)Ulf Samuelsson
2007-09-26Use Makefile def of busybox configUlf Samuelsson
2007-09-26Update at91rm9200df board supportUlf Samuelsson
2007-09-24update at91rm9200df configUlf Samuelsson
2007-08-11Cleanup Atmel boardsUlf Samuelsson
2007-07-29Use 1.6.0 config file for AT91 targetsUlf Samuelsson
2007-07-17Add AT91 targetsUlf Samuelsson