summaryrefslogtreecommitdiff
path: root/lib_sh/board.c
Commit message (Collapse)AuthorAgeLines
* sh: Add support watchdog for SH4A coreNobuhiro Iwamatsu2008-09-19-48/+67
| | | | | | | Add support watchdog for SH4A core (SH7763, SH7780 and SH7785). And fix some compile warning. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* sh: Fix SH-boards compile errorNobuhiro Iwamatsu2008-07-08-1/+3
| | | | | | | | | By Cleanup out-or-tree building for some boards (.depend) (commit:c8a3b109f07f02342d097b30908965f7261d9f15) because filse ware changed, some SH-boards have compile error. I revised this problem. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* Remove prototypes of nand_init() in favor of including nand.h.Scott Wood2008-05-28-1/+1
| | | | | | Likewise with onenand_init(). Signed-off-by: Scott Wood <scottwood@freescale.com>
* sh: Add support PCI of SuperH and SH7780Yusuke Goda2008-03-28-1/+12
| | | | | | | This patch add support PCI of SuperH base code and SH7780 specific code. Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* Fix coding style issues; update CHANGELOG.Wolfgang Denk2007-12-27-2/+2
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* sh: Update core code of SuperH.Nobuhiro Iwamatsu2007-09-23-36/+83
| | | | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* sh: First support code of SuperH.Nobuhiro Iwamatsu2007-05-13-0/+163
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>