summaryrefslogtreecommitdiffstats
path: root/include/configs/digsy_mtc.h
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Cleanup BOOTFLAG_* referencesPeter Tyser2010-10-181-3/+0
| | | | | | | | | | | | Now that warm booting is not supported, there isn't a need for the BOOTFLAG_COLD and BOOTFLAG_WARM defines, so remove them. Note that this change makes the board info bd_bootflags field useless. It will always be set to 0, but we leave it around so that we don't break the board info structure that some OSes are expecting to be passed from U-Boot. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-181-0/+10
| | | | | | | | | | Clean up Makefile, and drop a lot of the config.mk files on the way. We now also automatically pick all boards that are listed in boards.cfg (and with all configurations), so we can drop the redundant entries from MAKEALL to avoid building these twice. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-181-2/+2
| | | | | | | | | | | | The change is currently needed to be able to remove the board configuration scripting from the top level Makefile and replace it by a simple, table driven script. Moving this configuration setting into the "CONFIG_*" name space is also desirable because it is needed if we ever should move forward to a Kconfig driven configuration system. Signed-off-by: Wolfgang Denk <wd@denx.de>
* digsy_mtc: Add TCR register value for RTC (DS1339)Werner Pfister2009-09-241-0/+1
| | | | | Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de> Signed-off-by: Detlev Zundel <dzu@denx.de>
* digsy_mtc: Update default environmentDetlev Zundel2009-08-091-20/+100
| | | | Signed-off-by: Detlev Zundel <dzu@denx.de>
* digsy mtc: Enable command line history.Grzegorz Bernacki2009-07-191-0/+1
| | | | Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
* digsy mtc: Add description to GPIO initial configuration.Grzegorz Bernacki2009-06-141-0/+16
| | | | Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
* digsy MTC: Add SPI support.Grzegorz Bernacki2009-06-141-0/+7
| | | | Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
* Update CHANGELOG, coding style cleanup.Wolfgang Denk2009-04-051-1/+0
|
* Add support for the digsy MTC board.Grzegorz Bernacki2009-03-201-0/+346
This is the InterControl custom device based on the MPC5200B chip. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
OpenPOWER on IntegriCloud