[U-Boot] [PATCH 1/2] README: add description of sh_eth driver

Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com --- README | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README index d7a23cd..41458a3 100644 --- a/README +++ b/README @@ -888,6 +888,15 @@ The following options need to be configured: automatically converts one 32 bit word to two 16 bit words you may also try CONFIG_SMC911X_32_BIT.
+ CONFIG_SH_ETHER + Support for Renesas on-chip Ethernet controller + + CONFIG_SH_ETHER_USE_PORT + Define the number of ports to be used + + CONFIG_SH_ETHER_PHY_ADDR + Define the ETH PHY's address + - USB Support: At the moment only the UHCI host controller is supported (PIP405, MIP405, MPC5200); define

Acked-by: Nobuhiro Iwamatsu iwamatsu@nigauri.org
Ben's -net tree is not working for a long time. Wolfgang, can I merge these patches to -sh tree?
Best regards, Nobuhiro
On Thu, Jan 27, 2011 at 10:06:03AM +0900, Yoshihiro Shimoda wrote:
Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com
README | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README index d7a23cd..41458a3 100644 --- a/README +++ b/README @@ -888,6 +888,15 @@ The following options need to be configured: automatically converts one 32 bit word to two 16 bit words you may also try CONFIG_SMC911X_32_BIT.
CONFIG_SH_ETHER
Support for Renesas on-chip Ethernet controller
CONFIG_SH_ETHER_USE_PORT
Define the number of ports to be used
CONFIG_SH_ETHER_PHY_ADDR
Define the ETH PHY's address
- USB Support: At the moment only the UHCI host controller is supported (PIP405, MIP405, MPC5200); define
-- 1.7.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Nobuhiro Iwamatsu
-
Yoshihiro Shimoda