summaryrefslogtreecommitdiffstats
path: root/board/m5282evb
Commit message (Collapse)AuthorAgeFilesLines
* ColdFire 5282: Fix external flash boot and return dramsizeTsiChungLiew2007-10-251-0/+1
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* ColdFire: fix build error becasue of bad type of mii_init()Liew Tsi Chung-r5aahp2007-09-151-1/+1
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* ColdFire: Update Freescale MCF52x2 platformsTsiChungLiew2007-08-165-382/+365
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-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-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.
* Fixes for gcc 3.4 based m68k toolchain,Marian Balakowicz2006-05-091-0/+1
| | | | based on patch by Jate Sujjavanich.
* More GCC 4.x code cleanupWolfgang Denk2006-03-111-2/+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
* * Some code cleanupwdenk2004-02-124-135/+11
| | | | | | | | * Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
* * Patch by Bernhard Kuhn, 28 Nov 2003:wdenk2003-12-086-0/+743
add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards
OpenPOWER on IntegriCloud