summaryrefslogtreecommitdiffstats
path: root/board/pm854
Commit message (Collapse)AuthorAgeFilesLines
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-7/+11
| | | | | | | | | | | | | | | | | | | | | 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-121-0/+1
|
* 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
* Remove stale file entryWolfgang Denk2005-08-121-541/+0
|
* Merge with /home/wd/git/u-boot/jon_loeligerWolfgang Denk2005-08-051-1/+0
|\
| * * Patch by Jon Loeliger, 2005-07-25Jon Loeliger2005-07-251-1/+0
| | | | | | | | | | Move the TSEC driver out of cpu/mpc85xx as it will be shared by the upcoming mpc83xx family as well.
* | Minor fixes to PM854 boardWolfgang Denk2005-08-051-1/+1
|/ | | | Patch by Josef Wagner, 03 Aug 2005
* * Patch by Yuli Barcohen, 08 Nov 2004:wdenk2005-04-032-8/+8
| | | | | | | | | | | | Add support for Analogue & Micro Rattler boards. Tested on Rattler8248. * Patch by Andre Renaud, 08 Nov 2004: Fix watchdog support in common/lcd.c * Patch by Marc Leeman, 05 Nov 2003: Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU bug only affects the XPC8245 processors
* Patches by Josef Wagner, 29 Oct 2004:wdenk2005-04-036-0/+1329
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
OpenPOWER on IntegriCloud