summaryrefslogtreecommitdiffstats
path: root/board/mcc200
Commit message (Collapse)AuthorAgeFilesLines
* MCC200 board: remove warning which is obsolete after PSoC firmware changesWolfgang Denk2007-04-181-4/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* MCC200: Fixes for update procedureSergei Poselenov2007-02-281-5/+7
| | | | | | - fix logic error in image type handling - make sure file system images (cramfs etc.) get stored in flash with image header stripped so they can be mounted through MTD
* Minor code cleanup.Wolfgang Denk2007-02-271-4/+4
|
* MCC200 update - add LCD Progress IndicatorSergei Poselenov2007-02-272-9/+97
|
* Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-02-211-9/+11
|\
| * MCC200: Software Updater: allow both "ramdisk" and "filesystem" typesWolfgang Denk2007-02-191-9/+11
| | | | | | | | as root file system images.
* | [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-201-2/+1
|/ | | | | | | Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* MCC200: Extensions to Software Update MechanismSergei Poselenov2007-02-191-47/+46
| | | | | | | | | | Update / extend Software Update Mechanism for MCC200 board: - Add support for rootfs image added. The environment variables "rootfs_st" and "rootfs_nd" can be used to override the default values of the image start and end. - Remove excessive key check code. - Code cleanup.
* Merge with /home/hs/SC3/u-bootWolfgang Denk2007-01-151-3/+3
|\ | | | | | | Some code cleanup.
* | Fix auto_update for MCC200 board.Wolfgang Denk2007-01-102-8/+7
|/ | | | | | | | | | The invocation of do_auto_update() is moved to the end of the misc_init_r() function, after the flash mappings have been initialized. Please find attached a patch that implements that change. Also correct the decoding of the keypad status. With this update, the key that will trigger the update is Column 2, Row 2.
* Minor code cleanup; update CHANGELOG.Wolfgang Denk2006-12-221-21/+9
|
* automatic update mechanismAndrei Safronov2006-12-083-1/+475
|
* Minor code cleanup. Update CHANGELOG.Wolfgang Denk2006-11-271-2/+1
|
* Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk2006-11-061-0/+19
| | | | | | at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Merge with /home/m8/git/u-bootWolfgang Denk2006-09-042-7/+11
|\
| * Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-012-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Add splashscreen support for MCC200 board.Wolfgang Denk2006-08-302-1/+191
| |
* | Code cleanupWolfgang Denk2006-08-271-2/+2
|/
* Updates for MCC200 / PRS200 boards:Wolfgang Denk2006-08-242-1/+5
| | | | | | - support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
* MCC200: restrict addressable flash space to 32 MBWolfgang Denk2006-08-171-0/+8
|
* MCC200: set default configuration to low_boot DDR,Wolfgang Denk2006-07-232-5/+12
| | | | and support for configurable options high_boot and/or SDRAM.
* Fix error in flash protection calculation on MCC200 board.Wolfgang Denk2006-07-101-1/+1
|
* Fix memory init problems on MCC200 boardWolfgang Denk2006-06-142-1/+50
|
* Fix U-Boot enviroenment sector protection on MCC200 boardWolfgang Denk2006-06-091-1/+1
|
* MCC200 Board: fix flash unprotection code for flash > 32 MB.Wolfgang Denk2006-04-061-0/+10
|
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-2/+2
|
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-061-4/+4
| | | | Code cleanup.
* Minor code cleanupWolfgang Denk2006-03-062-78/+0
|
* Add lowboot target to mcc200 boardStefan Roese2006-03-041-2/+14
| | | | Patch by Stefan Roese, 4 Mar 2006
* Fix problem with flash_get_size() from CFI driver updateStefan Roese2006-03-011-0/+2
| | | | Patch by Stefan Roese, 1 Mar 2006
* Convert mcc200 to use common CFI flash driverStefan Roese2006-02-284-1211/+48
| | | | Patch by Stefan Roese, 28 Feb 2006
* Cleanup MCC200 board.Wolfgang Denk2006-02-241-7/+1
|
* Initial port to MCC200 board (work in progress)Wolfgang Denk2006-02-229-0/+1815
Minimally modified patch by Bluetechnix, Vienna
OpenPOWER on IntegriCloud