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
e8143e72e1
Add splashscreen support for MCC200 board.
18 years ago
Wolfgang Denk
16850919ff
Code cleanup
18 years ago
Wolfgang Denk
ed1cf8456f
Updates for MCC200 / PRS200 boards:
...
- support for configurations with SDRAM or DDR memory,
- support for highboot and lowboot
- adjusting environment definitions
18 years ago
Wolfgang Denk
6183bb9e5b
MCC200: restrict addressable flash space to 32 MB
19 years ago
Wolfgang Denk
4819fad905
MCC200: set default configuration to low_boot DDR,
...
and support for configurable options high_boot and/or SDRAM.
19 years ago
Wolfgang Denk
985b950a9b
Fix error in flash protection calculation on MCC200 board.
19 years ago
Wolfgang Denk
9e18a4bc6c
Fix memory init problems on MCC200 board
19 years ago
Wolfgang Denk
5d7022b041
Fix U-Boot enviroenment sector protection on MCC200 board
19 years ago
Wolfgang Denk
3a5e21881a
MCC200 Board: fix flash unprotection code for flash > 32 MB.
19 years ago
Wolfgang Denk
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago
Wolfgang Denk
bfc81252c0
Minor code cleanup
19 years ago
Stefan Roese
f1ee982506
Add lowboot target to mcc200 board
...
Patch by Stefan Roese, 4 Mar 2006
19 years ago
Stefan Roese
f18e874ad5
Fix problem with flash_get_size() from CFI driver update
...
Patch by Stefan Roese, 1 Mar 2006
19 years ago
Stefan Roese
58ad497833
Convert mcc200 to use common CFI flash driver
...
Patch by Stefan Roese, 28 Feb 2006
19 years ago
Wolfgang Denk
c81eb1f5f5
Cleanup MCC200 board.
19 years ago
Wolfgang Denk
86ea5f93d7
Initial port to MCC200 board (work in progress)
...
Minimally modified patch by Bluetechnix, Vienna
19 years ago