summaryrefslogtreecommitdiffstats
path: root/include/configs/mcc200.h
Commit message (Collapse)AuthorAgeFilesLines
* Adapt board configuration and fix kernel crash on MCC200 board.Wolfgang Denk2007-08-121-5/+29
| | | | | | | | | | | | | | The update procedure was modified to turn off the USB subsystem before exit for MCC200 and TRAB. This is necessary as otherwise the USB controller continues to write periodically to system memory! MCC200-specific notes: - the patch disables the magic key check for MCC200 - the patch contains the configuration changes made for the new revision of the board. Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
* include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-101-0/+9
| | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in various m* named board config files.Jon Loeliger2007-07-051-15/+14
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-05-281-1/+1
|\
| * MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka2007-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining them does not cause PCI or IPB clocks to run at the specified speed. Instead, they configure divisors used to calculate said clocks. This patch renames the defines according to their real function. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
* | MCC200 update - add LCD Progress IndicatorSergei Poselenov2007-02-271-0/+1
|/
* automatic update mechanismAndrei Safronov2006-12-081-1/+3
|
* Fixed problems on PRS200 board caused by adding splash screen on MCC200Wolfgang Denk2006-09-031-19/+22
|
* Add splashscreen support for MCC200 board.Wolfgang Denk2006-08-301-0/+15
|
* Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk2006-08-301-2/+5
|
* Fix typo.Wolfgang Denk2006-08-291-1/+1
|
* Fix typo in MCC200/PRS200 configurationWolfgang Denk2006-08-251-7/+7
|
* Update for MCC200 / PRS200 boards:Wolfgang Denk2006-08-251-2/+4
| | | | | - auto-adjust console device for Linux. - fix typos.
* Updates for MCC200 / PRS200 boards:Wolfgang Denk2006-08-241-17/+40
| | | | | | - support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
* Add debug console on COM12 for MCC200 boardWolfgang Denk2006-08-171-2/+7
|
* Cleanup duplicate definitions in MCC200 config file.Wolfgang Denk2006-07-131-5/+0
|
* MCC200 board: support console on any one of the Quad UART ports.Wolfgang Denk2006-07-111-0/+62
|
* MCC200: map the 2nd Quad UART into the processor's address space.Wolfgang Denk2006-07-061-0/+5
|
* Fix lowboot support on MCC200 boardWolfgang Denk2006-05-051-0/+4
|
* Fix Quad UART mapping on MCC200 board due to new HW revisionWolfgang Denk2006-04-131-1/+1
|
* Enable Quad UART om MCC200 board.Wolfgang Denk2006-03-231-0/+5
|
* Cleanup MCC200 board configuration; omit non-existent stuff.Wolfgang Denk2006-03-211-22/+3
|
* Minor code cleanupWolfgang Denk2006-03-061-3/+2
|
* Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock,Wolfgang Denk2006-02-281-55/+10
| | | | use hush shell.
* Convert mcc200 to use common CFI flash driverStefan Roese2006-02-281-117/+42
| | | | Patch by Stefan Roese, 28 Feb 2006
* Initial port to MCC200 board (work in progress)Wolfgang Denk2006-02-221-0/+402
Minimally modified patch by Bluetechnix, Vienna
OpenPOWER on IntegriCloud