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
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
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
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
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 +
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|
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