[U-Boot-Users] [PATCH] net: Add support AX88796L ethernet deivice

2008-03-05 Thread goda.yusuke
AX88796L is device of NE2000 compatible. This patch support AX88796L ethernet device. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- drivers/net/ax88796.h | 217 + drivers/net/ne2000.c |6 ++ 2 files changed, 223 insertions(+), 0 deletions

[U-Boot-Users] [PATCH] net: Divided code of NE2000 ethernet driver

2008-03-05 Thread goda.yusuke
There are more devices of the NE2000 base. A present code is difficult for us to support more devices. To support more NE2000 clone devices, separated the function. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- drivers/net/ne2000.c | 213 +- drivers/net/ne20

[U-Boot-Users] [PATCH] sh: Add support Renesas Solutions R7780MP

2008-03-05 Thread goda.yusuke
Renesas Solutions R7780MP is a reference board on SH7780. This board has serial, 10/100 base Ethernet deivice, CF slot and VGA devices. This board can set extension board. Extension board has 10/100/1000 base Ethernet device, PCI slot, S-ATA, iDVR slot. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED

[U-Boot-Users] [PATCH] sh: Add support PCI of SuperH and SH7780

2008-03-05 Thread goda.yusuke
This patch add support PCI of SuperH base code and SH7780 specific code. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- cpu/sh4/Makefile|3 +- cpu/sh4/pci-sh4.c | 81 ++ cpu/sh4/pci-sh7780.c| 111

[U-Boot-Users] [PATCH] sh: Add support SH7780

2008-03-05 Thread goda.yusuke
SH7780 is CPU of Renesas Technology. This CPU has - CPU clock 400MHz - PCI support - DDR-SDRAM controller - etc ... Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- drivers/serial/serial_sh.c | 14 +- include/asm-sh/cpu_sh4.h|4 +- include/asm-sh/cpu_sh7780.h | 503 +

[U-Boot-Users] [PATCH v2] sh: Add support Renesas Solutions Migo-R board

2008-01-25 Thread goda.yusuke
Migo-R is a board based on SH7722 and has may devices. In this patch, supported SCIF, NOR flash and Ethernet. I removed CONFIG_ETHADDR line. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- MAINTAINERS |4 + MAKEALL |1 + Makefile|

[U-Boot-Users] [PATCH] sh: Add support Renesas Solutions Migo-R board

2008-01-24 Thread goda.yusuke
Migo-R is a board based on SH7722 and has may devices. In this patch, supported SCIF, NOR flash and Ethernet. Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> --- MAINTAINERS |4 + MAKEALL |1 + Makefile|5 + board/MigoR/Makefile