summaryrefslogtreecommitdiff
path: root/board/mousse
Commit message (Collapse)AuthorAgeLines
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-7/+10
| | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
* (no commit message)Wolfgang Denk2005-12-12-0/+3
|
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-3/+3
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-31-0/+2
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* * Code cleanup:wdenk2003-06-27-611/+613
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Header file cleanup for ARMwdenk2003-06-25-0/+1
| | | | | | * Patch by Murray Jensen, 24 Jun 2003: - make sure to use only U-boot provided header files - fix problems with ".rodata.str1.4" section as used by GCC-3.x
* Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese2003-02-14-1/+1
|
* Initial revisionwdenk2002-11-03-0/+609
|
* Initial revisionwdenk2002-11-03-0/+283
|
* Initial revisionwdenk2002-11-02-0/+1267
|
* Initial revisionwdenk2002-08-26-0/+86
|
* Initial revisionwdenk2002-08-17-0/+78
|
* Initial revisionwdenk2002-08-14-0/+123
|
* Initial revisionwdenk2002-07-20-0/+128
|
* Initial revisionwdenk2002-04-01-0/+40
|
* Initial revisionwdenk2001-11-28-0/+101
|
* Initial revisionwdenk2001-09-10-0/+85