summaryrefslogtreecommitdiffstats
path: root/board/tqm5200/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.
* Add support for high-boot on TQM5200 and TQM5200S boards.Wolfgang Denk2006-07-191-0/+5
| | | | | | | | | | | Hint: the CPLD on the TQM5200 must be programmed with a software version supporting the high boot option! The new TQM5200S is already supporting this option. On the TQM5200 this option will be supported in configurations with MPC5200 rev B processors. To actually "high boot", set jumper X30 on the STK52xx. Patch by Martin Krause, 12 Jul 2006
* * Patch by Martin Krause, 30 Jun 2004:wdenk2004-07-111-0/+41
Add support for TQM5200 board * Patch by Martin Krause, 29 Jun 2004: Add loopw command: infinite write loop on address range
OpenPOWER on IntegriCloud