summaryrefslogtreecommitdiff
path: root/board/digsy_mtc
AgeCommit message (Collapse)Author
2009-10-03ppc: Remove board-specific command table relocation fixupsPeter Tyser
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2009-08-09digsy_mtc: Add delay in SPI transfers to the companion controller.Detlev Zundel
While at it, remove initialization of variables which will be set before usage in all cases. Signed-off-by: Detlev Zundel <dzu@denx.de>
2009-08-09digsy_mtc: minor fixes for mtc command helpAnatolij Gustschin
Add mtc state subcommand description to the help of mtc command. Remove some newlines in description of commands for proper help formating. Signed-off-by: Anatolij Gustschin <agust@denx.de>
2009-08-09digsy_mtc: Add mtc state command.Grzegorz Bernacki
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2009-07-07Coding style cleanup; update CHANGELOGWolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-06-14digsy MTC: Add 'mtc' command.Grzegorz Bernacki
New command allows to: o check FW version o set LED status o set digital output status o get digital input status Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2009-06-14digsy MTC: Add SPI support.Grzegorz Bernacki
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk
2009-03-20Add support for the digsy MTC board.Grzegorz Bernacki
This is the InterControl custom device based on the MPC5200B chip. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>