summaryrefslogtreecommitdiffstats
path: root/board/mousse
Commit message (Collapse)AuthorAgeFilesLines
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-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-122-0/+3
|
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-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-311-0/+2
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* * Code cleanup:wdenk2003-06-277-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-251-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-141-1/+1
|
* Initial revisionwdenk2002-11-032-0/+609
|
* Initial revisionwdenk2002-11-031-0/+283
|
* Initial revisionwdenk2002-11-022-0/+1267
|
* Initial revisionwdenk2002-08-261-0/+86
|
* Initial revisionwdenk2002-08-171-0/+78
|
* Initial revisionwdenk2002-08-141-0/+123
|
* Initial revisionwdenk2002-07-201-0/+128
|
* Initial revisionwdenk2002-04-011-0/+40
|
* Initial revisionwdenk2001-11-281-0/+101
|
* Initial revisionwdenk2001-09-102-0/+85
OpenPOWER on IntegriCloud