summaryrefslogtreecommitdiff
path: root/board/nc650
Commit message (Collapse)AuthorAgeLines
* Cleanup compiler warnings, update CHANGELOGWolfgang Denk2007-04-20-4/+2
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Fix breakage of NC650 board with respect to nand support.Detlev Zundel2007-04-20-2/+1
| | | | Signed-off-by: Detlev Zundel <dzu@denx.de>
* Added support for the TQM8272 board from TQHeiko Schocher2006-12-21-1/+2
| | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-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-01-8/+12
| | | | | | | | | | | | | | | | | | | | | 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.
* Coding Style cleanupWolfgang Denk2006-05-03-40/+40
|
* Added missing nand.c for NC650 boarddzu@denx.de2006-04-19-0/+117
| | | | Signed-off-by: dzu@denx.de <dzu@eddie.localdomain>
* Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de2006-04-19-8/+69
| | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+2
|
* (no commit message)Wolfgang Denk2005-12-12-0/+3
|
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-31-0/+2
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Patch by Detlev Zundel, 14 Mar 2005:wdenk2005-03-14-0/+36
| | | | NC650: changed NAND flash addressing to using UPMB
* Cleanupwdenk2004-10-11-3/+3
|
* * Enable NAND flash support for NC650 board.wdenk2004-10-11-0/+10
| | | | | * Patch by Thomas Lange 07 Oct 2004: Updated README for DBAu1x00 boards to match current status
* Add support for IDS "NC650" boardwdenk2004-08-28-0/+1068