summaryrefslogtreecommitdiff
path: root/board/mcc200
AgeCommit message (Collapse)Author
2006-09-03Merge with /home/m8/git/u-bootWolfgang Denk
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz
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-08-30Add splashscreen support for MCC200 board.Wolfgang Denk
2006-08-27Code cleanupWolfgang Denk
2006-08-23Updates for MCC200 / PRS200 boards:Wolfgang Denk
- support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
2006-08-16MCC200: restrict addressable flash space to 32 MBWolfgang Denk
2006-07-23MCC200: set default configuration to low_boot DDR,Wolfgang Denk
and support for configurable options high_boot and/or SDRAM.
2006-07-10Fix error in flash protection calculation on MCC200 board.Wolfgang Denk
2006-06-14Fix memory init problems on MCC200 boardWolfgang Denk
2006-06-09Fix U-Boot enviroenment sector protection on MCC200 boardWolfgang Denk
2006-04-06MCC200 Board: fix flash unprotection code for flash > 32 MB.Wolfgang Denk
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2006-03-06Merge with /home/wd/git/u-boot/masterWolfgang Denk
Code cleanup.
2006-03-06Minor code cleanupWolfgang Denk
2006-03-04Add lowboot target to mcc200 boardStefan Roese
Patch by Stefan Roese, 4 Mar 2006
2006-03-01Fix problem with flash_get_size() from CFI driver updateStefan Roese
Patch by Stefan Roese, 1 Mar 2006
2006-02-28Convert mcc200 to use common CFI flash driverStefan Roese
Patch by Stefan Roese, 28 Feb 2006
2006-02-24Cleanup MCC200 board.Wolfgang Denk
2006-02-21Initial port to MCC200 board (work in progress)Wolfgang Denk
Minimally modified patch by Bluetechnix, Vienna