Wolfgang Denk
2b208f5308
Move "ar" flags to config.mk to allow for silent "make -s"
...
Based on patch by Mike Frysinger, 20 Jun 2006
2006-10-09 01:02:05 +02:00
Wolfgang Denk
6741ae92f3
Merge with /home/m8/git/u-boot
2006-09-04 01:03:57 +02:00
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.
2006-09-01 19:49:50 +02:00
Wolfgang Denk
e8143e72e1
Add splashscreen support for MCC200 board.
2006-08-30 23:09:00 +02:00
Wolfgang Denk
16850919ff
Code cleanup
2006-08-27 18:10:01 +02:00
Wolfgang Denk
ed1cf8456f
Updates for MCC200 / PRS200 boards:
...
- support for configurations with SDRAM or DDR memory,
- support for highboot and lowboot
- adjusting environment definitions
2006-08-24 00:26:42 +02:00
Wolfgang Denk
6183bb9e5b
MCC200: restrict addressable flash space to 32 MB
2006-08-17 00:50:26 +02:00
Wolfgang Denk
4819fad905
MCC200: set default configuration to low_boot DDR,
...
and support for configurable options high_boot and/or SDRAM.
2006-07-23 22:40:51 +02:00
Wolfgang Denk
985b950a9b
Fix error in flash protection calculation on MCC200 board.
2006-07-10 23:22:43 +02:00
Wolfgang Denk
9e18a4bc6c
Fix memory init problems on MCC200 board
2006-06-14 16:48:18 +02:00
Wolfgang Denk
5d7022b041
Fix U-Boot enviroenment sector protection on MCC200 board
2006-06-09 21:19:21 +02:00
Wolfgang Denk
3a5e21881a
MCC200 Board: fix flash unprotection code for flash > 32 MB.
2006-04-06 15:03:42 +02:00
Wolfgang Denk
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
2006-03-31 18:32:53 +02:00
Wolfgang Denk
951a954b77
Merge with /home/wd/git/u-boot/master
...
Code cleanup.
2006-03-06 23:18:48 +01:00
Wolfgang Denk
bfc81252c0
Minor code cleanup
2006-03-06 13:03:37 +01:00
Stefan Roese
f1ee982506
Add lowboot target to mcc200 board
...
Patch by Stefan Roese, 4 Mar 2006
2006-03-04 14:57:03 +01:00
Stefan Roese
f18e874ad5
Fix problem with flash_get_size() from CFI driver update
...
Patch by Stefan Roese, 1 Mar 2006
2006-03-01 17:00:49 +01:00
Stefan Roese
58ad497833
Convert mcc200 to use common CFI flash driver
...
Patch by Stefan Roese, 28 Feb 2006
2006-02-28 15:33:28 +01:00
Wolfgang Denk
c81eb1f5f5
Cleanup MCC200 board.
2006-02-24 01:42:40 +01:00
Wolfgang Denk
86ea5f93d7
Initial port to MCC200 board (work in progress)
...
Minimally modified patch by Bluetechnix, Vienna
2006-02-22 00:43:16 +01:00