
Hi, Goda-san.
2008/1/25, goda.yusuke goda.yusuke@renesas.com:
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 goda.yusuke@renesas.com
<snip>
diff --git a/board/MigoR/migo_r.c b/board/MigoR/migo_r.c new file mode 100644 index 0000000..23dcd49 --- /dev/null +++ b/board/MigoR/migo_r.c @@ -0,0 +1,54 @@ +/*
- Copyright (C) 2007
- Nobuhiro Iwamatsu iwamatsu@nigauri.org
- Copyright (C) 2007
- Kenati Technologies, Inc.
- board/MigoR/ms7722se.c
board/MigoR/migo_r.c ?
<snip>
diff --git a/include/configs/MigoR.h b/include/configs/MigoR.h new file mode 100644 index 0000000..b557999 --- /dev/null +++ b/include/configs/MigoR.h
<snip>
+#define CONFIG_NETMASK 255.255.255.0 +#define CONFIG_IPADDR 192.168.10.100 +#define CONFIG_SERVERIP 192.168.10.77 +#define CONFIG_GATEWAYIP 192.168.10.77 +#define CONFIG_ETHADDR 00:00:00:07:08:09
Please change MAC address. Does this board have Ether ROM? If this board doesn't have it, please set the MAC address in your company. This MAC address is not good.
regards, Nobuhiro