summaryrefslogtreecommitdiffstats
path: root/board/mcc200/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | 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.
* Updates for MCC200 / PRS200 boards:Wolfgang Denk2006-08-241-1/+1
| | | | | | - support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
* MCC200: set default configuration to low_boot DDR,Wolfgang Denk2006-07-231-4/+6
| | | | and support for configurable options high_boot and/or SDRAM.
* Add lowboot target to mcc200 boardStefan Roese2006-03-041-2/+14
| | | | Patch by Stefan Roese, 4 Mar 2006
* Initial port to MCC200 board (work in progress)Wolfgang Denk2006-02-221-0/+31
Minimally modified patch by Bluetechnix, Vienna
OpenPOWER on IntegriCloud