Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sh: Fix building ecovec board | Phil Edworthy | 2012-03-26 | 1 | -2/+6 |
| | | | | | | | | | | | | Build error was with board/renesas/ecovec/lowlevel_init.S include/version.h: Assembler messages: include/version.h:41: Error: unknown opcode lowlevel_init.S:48: Error: unknown opcode lowlevel_init.S:51: Error: unknown opcode etc Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | ||||
* | sh: ecovec: Remove unused variable | Nobuhiro Iwamatsu | 2012-03-26 | 1 | -1/+0 |
| | | | | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | ||||
* | sh: Add support for ecovec board | Nobuhiro Iwamatsu | 2011-12-02 | 3 | -0/+373 |
The ecovec board has SH7724, 256MB DDR2-SDRAM, USB, Ethernet, and more. This patch supports the following functions: - 256MB DDR2-SDRAM - USB - I2C - Ethernet Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |