Stefan Roese
323bfa8f43
Remove BOARDLIBS usage completely
...
Signed-off-by: Stefan Roese <sr@denx.de>
18 years ago
Wolfgang Denk
14da5f7675
Cleanup compiler warnings, update CHANGELOG
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Detlev Zundel
6923565db1
Fix breakage of NC650 board with respect to nand support.
...
Signed-off-by: Detlev Zundel <dzu@denx.de>
18 years ago
Heiko Schocher
fa23044564
Added support for the TQM8272 board from TQ
...
Signed-off-by: Heiko Schocher <hs@denx.de>
18 years ago
Wolfgang Denk
2b208f5308
Move "ar" flags to config.mk to allow for silent "make -s"
...
Based on patch by Mike Frysinger, 20 Jun 2006
18 years ago
Marian Balakowicz
f93286397e
Add support for a saving build objects in a separate directory.
...
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.
18 years ago
Wolfgang Denk
610cf3676e
Coding Style cleanup
19 years ago
dzu@denx.de
56a4a63c10
Added missing nand.c for NC650 board
...
Signed-off-by: dzu@denx.de <dzu@eddie.localdomain>
19 years ago
dzu@denx.de
a367d42640
Update for NC650 board. Add NC650 based CP850 configuration.
...
Signed-off-by: dzu@denx.de <dzu@denx.de>
19 years ago
Wolfgang Denk
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago
Wolfgang Denk
7481266e4e
19 years ago
Wolfgang Denk
807d5d7319
Fix problems with ld version 2.16 (dot outside sections problem)
...
Pointed out by Gerhard Jaeger, 31 Aug 2005;
cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
19 years ago
wdenk
c3fafecff1
Patch by Detlev Zundel, 14 Mar 2005:
...
NC650: changed NAND flash addressing to using UPMB
20 years ago
wdenk
8b74bf31fe
Cleanup
20 years ago
wdenk
4cfaf55e5c
* Enable NAND flash support for NC650 board.
...
* Patch by Thomas Lange 07 Oct 2004:
Updated README for DBAu1x00 boards to match current status
20 years ago
wdenk
7ca202f566
Add support for IDS "NC650" board
21 years ago