Re: [U-Boot-Users] [PATCH] sh: Add support SH3 and SH7720

2008-01-14 Thread Nobuhiro Iwamatsu
On Mon, 03 Dec 2007 22:58:45 +0900 Yoshihiro Shimoda [EMAIL PROTECTED] wrote: Add support Renesas SH3 and SH7720. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] CC: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh3/Makefile| 49 cpu/sh3/cache.c | 112

Re: [U-Boot-Users] [PATCH] serial_sh: Add support for SH7720

2008-01-14 Thread Nobuhiro Iwamatsu
On Mon, 03 Dec 2007 22:58:47 +0900 Yoshihiro Shimoda [EMAIL PROTECTED] wrote: Add support for SH7720 in serial_sh driver. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] CC: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/serial_sh.c | 26 -- 1 file changed

[U-Boot-Users] [PATCH] sh: Add MS7720SE to MAKEALL

2008-01-15 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAKEALL |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index bec3541..180bc44 100755 --- a/MAKEALL +++ b/MAKEALL @@ -683,8 +683,9 @@ LIST_sh4= \ ms7722se\ -LIST_sh3

[U-Boot-Users] [PATCH] sh: Add maintainer of MS7720SE to the MAINTAINER file

2008-01-15 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAINTAINERS |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 40b2b51..239f5c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -676,6 +676,10 @@ Nobuhiro Iwmaatsu [EMAIL PROTECTED

[U-Boot-Users] [PATCH] sh: Add support of map_physmem() and unmap_physmem() to SuperH

2008-01-15 Thread Nobuhiro Iwamatsu
This patch add the support of map_physmem() and unmap_physmem() used with Common Flash Interface(CFI) driver. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/asm-sh/io.h | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/include

[U-Boot-Users] [PATCH] sh: Add support SH7710/SH7712

2008-01-15 Thread Nobuhiro Iwamatsu
SH7710/SH7712 of SH3 CPU are supported. SH771X is called SH-Ether, and has the Ether controller in CPU. The driver of Ether is not included in this patch. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/serial/serial_sh.c | 31 ++--- include/asm-sh/cpu_sh3.h

[U-Boot-Users] [PATCH] pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver

2008-01-15 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/pcmcia/marubun_pcmcia.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/pcmcia/marubun_pcmcia.c b/drivers/pcmcia/marubun_pcmcia.c index 7b112af..2479a66 100644 --- a/drivers/pcmcia

[U-Boot-Users] [SH] Please pull git://www.denx.de/git/u-boot-sh.git/

2008-01-15 Thread Nobuhiro Iwamatsu
The following changes since commit 5dd372a23d12003276dddf7f9604154fd522ae73: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx are available in the git repository at: git://www.denx.de/git/u-boot-sh.git/ master Nobuhiro Iwamatsu (6): sh: Add

Re: [U-Boot-Users] [PATCH] pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver

2008-01-18 Thread Nobuhiro Iwamatsu
an mistake in my tree based on your point. Atarashi pachi hoshii! :-) I sent patch that fix CONFIG_COMMANDS problem yesterday. regards, Nobuhiro -- Nobuhiro Iwamatsu - This SF.net email is sponsored by: Microsoft Defy all

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

2008-01-24 Thread Nobuhiro Iwamatsu
100644 index 000..23dcd49 --- /dev/null +++ b/board/MigoR/migo_r.c @@ -0,0 +1,54 @@ +/* + * Copyright (C) 2007 + * Nobuhiro Iwamatsu [EMAIL PROTECTED] + * + * Copyright (C) 2007 + * Kenati Technologies, Inc. + * + * board/MigoR/ms7722se.c board/MigoR/migo_r.c ? snip diff --git

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

2008-01-25 Thread Nobuhiro Iwamatsu
Hi ,Wolfgang. 2008/1/25, Wolfgang Denk [EMAIL PROTECTED]: In message [EMAIL PROTECTED] Nobuhiro Iwamatsu wrote: +#define CONFIG_NETMASK 255.255.255.0 +#define CONFIG_IPADDR 192.168.10.100 +#define CONFIG_SERVERIP192.168.10.77 +#define

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

2008-01-26 Thread Nobuhiro Iwamatsu
, Nobuhiro -- Nobuhiro Iwamatsu - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

[U-Boot-Users] sh: Fix register address of SH7722

2008-02-04 Thread Nobuhiro Iwamatsu
The address of SH7722 is wrong by old document. This patch fixes this problem. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/asm-sh/cpu_sh7722.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/asm-sh/cpu_sh7722.h b/include/asm-sh

[U-Boot-Users] [GIT PULL][SH] Please pull git://www.denx.de/git/u-boot-sh.git/

2008-02-05 Thread Nobuhiro Iwamatsu
The following changes since commit 2c5260f711168d5ee91c70ddbb7d897013eefc46: Ladislav Michl (1): ARM: AT91RM9200 based boards config cleanup are available in the git repository at: git://www.denx.de/git/u-boot-sh.git master Nobuhiro Iwamatsu (1): sh: Fix register address

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

2008-03-06 Thread Nobuhiro Iwamatsu
, Nobuhiro -- Nobuhiro Iwamatsu [EMAIL PROTECTED] [EMAIL PROTECTED] GPG ID : 3170EBE9 - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http

[U-Boot-Users] [PATCH v2] pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE

2008-03-06 Thread Nobuhiro Iwamatsu
. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/pci/pci.c | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 50ca6b0..7944b66 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -425,6 +425,9 @@ int

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

2008-03-06 Thread Nobuhiro Iwamatsu
On Wed, 05 Mar 2008 17:08:33 +0900 goda.yusuke [EMAIL PROTECTED] wrote: AX88796L is device of NE2000 compatible. This patch support AX88796L ethernet device. Signed-off-by: Yusuke Goda [EMAIL PROTECTED] --- Acked-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] I checked this patch and `[PATCH] net

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

2008-03-06 Thread Nobuhiro Iwamatsu
-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] regards, Nobuhiro -- Nobuhiro Iwamatsu [EMAIL PROTECTED] [EMAIL PROTECTED] GPG ID : 3170EBE9 - This SF.net email is sponsored by: Microsoft Defy all challenges

Re: [U-Boot-Users] [PATCH] sh: Add support for MPR2 board

2008-03-07 Thread Nobuhiro Iwamatsu
with the HTML mail. regards, Nobuhiro -- Nobuhiro Iwamatsu [EMAIL PROTECTED] [EMAIL PROTECTED] GPG ID : 3170EBE9 - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R

Re: [U-Boot-Users] [PATCH] sh: Add support for MPR2 board

2008-03-07 Thread Nobuhiro Iwamatsu
and board name to MAINTAINERS file. regards, Nobuhiro -- Nobuhiro Iwamatsu [EMAIL PROTECTED] [EMAIL PROTECTED] GPG ID : 3170EBE9 - This SF.net email is sponsored by: Microsoft Defy all challenges

[U-Boot-Users] [PATCH] net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()

2008-03-07 Thread Nobuhiro Iwamatsu
When rtl_recv() of rtl8169 is called, OWNbit of status register is not enable occasionally. rtl_recv() doesn't work normally when the driver doesn't do appropriate processing. This patch fix this problem. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/rtl8169.c | 18

[U-Boot-Users] [PATCH] sh: Fix receive FIFO level register of SH4A

2008-03-10 Thread Nobuhiro Iwamatsu
Receive FIFO level register is different in SH4A. Because register is different, cannot occasionally receive data. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/serial/serial_sh.c | 52 +-- 1 files changed, 30 insertions(+), 22 deletions

Re: [U-Boot-Users] [PATCH] sh: Updated support for MPR2 board (SH7720)

2008-03-11 Thread Nobuhiro Iwamatsu
SH7720 based board MPR2. Regards, Mark Jonas CHANGELOG: -- sh: Added support for SH7720 based board MPR2. Signed-off-by: Mark Jonas [EMAIL PROTECTED] Applied, thanks. I put testing branch. regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu @ nigauri.org / debian.or.jp

[U-Boot-Users] [PATCH] sh: Add support Renesas Solutions R2D plus board

2008-03-12 Thread Nobuhiro Iwamatsu
R2D plus is SH reference board used with SH7751R. This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface, one PCI bus, VGA, and two Ethernet controller. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAINTAINERS |1 + MAKEALL |1

[U-Boot-Users] [PATCH] sh: Add support PCI host driver for SH7751/SH7751R

2008-03-12 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh4/Makefile |2 +- cpu/sh4/pci-sh7751.c | 204 ++ include/asm-sh/pci.h |4 +- 3 files changed, 208 insertions(+), 2 deletions(-) create mode 100644 cpu/sh4/pci-sh7751.c diff

[U-Boot-Users] [RFC][PATCH] pci: Divided PCI driver for PowerPC.

2008-03-12 Thread Nobuhiro Iwamatsu
be removed from driver. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/dc2114x.c |4 drivers/net/eepro100.c |5 - drivers/pci/pci.c |8 +--- include/pci.h | 28 ++-- 4 files changed, 27 insertions(+), 18 deletions

[U-Boot-Users] [PATCH] sh: Add support SH4 cache control

2008-03-12 Thread Nobuhiro Iwamatsu
Add support SH4 cache control and flash_cache function Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh4/cpu.c |3 ++- include/asm-sh/cache.h | 35 +++ 2 files changed, 37 insertions(+), 1 deletions(-) create mode 100644 include/asm-sh

Re: [U-Boot-Users] [PATCH] sh: Add support PCI host driver for SH7751/SH7751R

2008-03-23 Thread Nobuhiro Iwamatsu
to drivers/pci OK, I will fix this, send patch . regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu @ nigauri.org / superh.org / debian.or.jp GPG ID : 3170EBE9 - This SF.net email is sponsored by: Microsoft

[U-Boot-Users] [PATCH] sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci

2008-03-23 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh4/Makefile |3 +- cpu/sh4/pci-sh4.c | 81 - cpu/sh4/pci-sh7780.c | 111 - drivers/pci/Makefile |2 + drivers/pci/pci_sh4.c

[U-Boot-Users] [PATCH] sh: Remove disable_ctrlc function from R7780MP

2008-03-23 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/r7780mp/r7780mp.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/board/r7780mp/r7780mp.c b/board/r7780mp/r7780mp.c index 1e0f536..1a37711 100644 --- a/board/r7780mp/r7780mp.c +++ b/board/r7780mp/r7780mp.c

[U-Boot-Users] [PATCH v2] sh: Add support Renesas Solutions R2D plus board

2008-03-23 Thread Nobuhiro Iwamatsu
R2D plus is SH reference board used with SH7751R. This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface, one PCI bus, VGA, and two Ethernet controller. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAINTAINERS |1 + MAKEALL |1

Re: [U-Boot-Users] [PATCH] sh: Remove a warning when compiling drivers/serial/serial_sh.c

2008-03-23 Thread Nobuhiro Iwamatsu
. Signed-off-by: Mark Jonas [EMAIL PROTECTED] Applied, thanks. I put testing branch. Best regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu @ nigauri.org / debian.or.jp / superh.org GPG ID : 3170EBE9 - This SF.net

[U-Boot-Users] [PATCH v3] sh: Add support Renesas Solutions R2D plus board

2008-03-28 Thread Nobuhiro Iwamatsu
R2D plus is SH reference board used with SH7751R. This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface, one PCI bus, VGA, and two Ethernet controller. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAINTAINERS |1 + MAKEALL |1

[U-Boot-Users] [GIT PULL][SH] Please pull git://www.denx.de/git/u-boot-sh.git/

2008-03-29 Thread Nobuhiro Iwamatsu
Mark Jonas (2): sh: Added support for SH7720 based board MPR2. sh: Removed warning when compiling drivers/serial/serial_sh.c. Nobuhiro Iwamatsu (9): sh: Fix receive FIFO level register of SH4A sh: Add support SuperH SH7751/SH7751R sh: Move SuperH PCI driver from cpu

[U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host bridge (Re: PCI stopped working on MPC8343)

2008-04-28 Thread Nobuhiro Iwamatsu
the work? Best regards, Nobuhiro -- Nobuhiro Iwamatsu --- Remove CONFIG_PCI_SKIP_HOST_BRIDGE from drivers/pci/pci.c. Add check PCI class of host bridge(CPU to PCI bridge). Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/pci/pci.c | 20 1 files changed, 8

Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host bridge

2008-05-12 Thread Nobuhiro Iwamatsu
this patch? Best regards, Nobuhiro -- Nobuhiro Iwamatsu From c81f6d7f7a1c730d1485b32650caf03dae8ee6f9 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu [EMAIL PROTECTED] Date: Mon, 12 May 2008 22:39:16 +0900 Subject: [PATCH] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host

[U-Boot-Users] [PATCH] sh: SH7763 SCIF support

2008-06-06 Thread Nobuhiro Iwamatsu
SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution, but only SCIF2 is different. This patch work all SCIF channel. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/serial/serial_sh.c | 128 +--- 1 files changed, 73

[U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support

2008-06-06 Thread Nobuhiro Iwamatsu
Renesas SH7763 has 2 channel Ethernet device. This is 10/100/1000 Base support. But this patch check 10/100 Base only. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/Makefile |1 + drivers/net/sh_eth.c | 599 ++ drivers/net

[U-Boot-Users] [PATCH] sh: Renesas Solutions SH7763RDP board support

2008-06-06 Thread Nobuhiro Iwamatsu
SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC. In this patch, support SCIF, NOR Flash, and Ethernet. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAINTAINERS |1 + MAKEALL |1 + Makefile|5

Re: [U-Boot-Users] [PATCH] sh: Renesas Solutions SH7763RDP board support

2008-06-06 Thread Nobuhiro Iwamatsu
. Thank you for your comment. OK. I will remove and resend. Best regards, Nobuhiro -- Nobuhiro Iwamatsu - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open

Re: [U-Boot-Users] Question on SH7763

2008-06-08 Thread Nobuhiro Iwamatsu
Hello, Heiko. Thank you for your comments. CC ed the u-boot mailinglist, because its more a u-boot topic. I used to compile the u-boot for a sh7750R based board (Sorry, patches for u-boot not posted yet ...) with the compiler from http://www.sh-linux.org There is also a fine

[U-Boot-Users] [PATCH v2] sh: Renesas Solutions SH7763RDP board support

2008-06-08 Thread Nobuhiro Iwamatsu
SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC. In this patch, support SCIF, NOR Flash, and Ethernet. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAINTAINERS |1 + MAKEALL |1 + Makefile|5

Re: [U-Boot-Users] Question on SH7763

2008-06-09 Thread Nobuhiro Iwamatsu
to U-Boot 1.3.5 queue. Best regards, Nobuhiro -- Nobuhiro Iwamatsu - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net

Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support

2008-06-09 Thread Nobuhiro Iwamatsu
Hello, Ben. On Fri, 06 Jun 2008 16:17:48 +0900 Nobuhiro Iwamatsu [EMAIL PROTECTED] wrote: Renesas SH7763 has 2 channel Ethernet device. This is 10/100/1000 Base support. But this patch check 10/100 Base only. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/Makefile

[U-Boot-Users] Pull request: u-boot-sh

2008-06-09 Thread Nobuhiro Iwamatsu
The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088: Wolfgang Denk (1): Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master are available in the git repository at: git://git.denx.de/u-boot-sh.git master Nobuhiro Iwamatsu (3): sh: SH7763

Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support

2008-06-11 Thread Nobuhiro Iwamatsu
Hi, Ben. Thank you for your check. 2008/6/10 Ben Warren [EMAIL PROTECTED]: Hi Nobuhiro, Nobuhiro Iwamatsu wrote: Renesas SH7763 has 2 channel Ethernet device. This is 10/100/1000 Base support. But this patch check 10/100 Base only. Where's the code that has this driver being initialized

[U-Boot-Users] [PATCH v2] net: sh: Renesas SH7763 Ethernet device support

2008-06-11 Thread Nobuhiro Iwamatsu
Renesas SH7763 has 2 channel Ethernet device. This is 10/100/1000 Base support. But this patch check 10/100 Base only. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/Makefile |1 + drivers/net/sh_eth.c | 603 ++ drivers/net

Re: [U-Boot-Users] Hi All

2008-06-16 Thread Nobuhiro Iwamatsu
Hi, 2008/6/16 harshadnimje [EMAIL PROTECTED]: For which peripherals I need to write the driver as far as U-boot is concerned? 1.Real time clock Not Supported 2.Timer Unit Supported 3.Bus state controller Supported 4.DMA cotroller Not Supported 5.Serial communication interface Not

[U-Boot-Users] How do work qemu_mips image?

2008-06-16 Thread Nobuhiro Iwamatsu
Hi, all. I want to use MIPS archtechtute on Qemu. I compiled qemu_mips and read doc/README.qemu_mips and was going to work it, but U-boot boot stopped. Is this right behavior? Please give me advice to work a qemu_mips image on Qemu. --- U-boot version: Get from Git tree (

Re: [U-Boot-Users] Hi All

2008-06-16 Thread Nobuhiro Iwamatsu
2008/6/16 harshadnimje [EMAIL PROTECTED]: Hi Nobuhiro; Thanks for your support. I am not able to see the /board/r2dplus/* in uboot directory stucture. Can you please send me the link for this board specific source code. Please check u-boot 1.3.3 source code. Best regards, Nobuhiro.

[U-Boot-Users] [PATCH] net: ne2000: Move dev_addr variable from grobal to local.

2008-06-16 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/ne2000.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/ne2000.c b/drivers/net/ne2000.c index eab3dd5..ec92485 100644 --- a/drivers/net/ne2000.c +++ b/drivers/net/ne2000.c @@ -758,8 +758,6

[U-Boot-Users] [PATCH] net: ne2000: Fix compile error of NE2000

2008-06-16 Thread Nobuhiro Iwamatsu
If enable DEBUG, can not compile ne2000 driver. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/ne2000.c | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/net/ne2000.c b/drivers/net/ne2000.c index 2da57b6..eab3dd5 100644 --- a/drivers

Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host bridge

2008-06-16 Thread Nobuhiro Iwamatsu
in any case. Does the developer and Board maintainer get a problem with this patch? Would you test this patch? Best regards, Nobuhiro -- -- Nobuhiro Iwamatsu - Check out the new SourceForge.net

[U-Boot-Users] [PATCH][RFC] pci: Add check PCI bridge class (Re: [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class of host bridge)

2008-06-17 Thread Nobuhiro Iwamatsu
Nobuhiro Iwamatsu wrote: Hi, all. 2008/5/13 Wolfgang Denk [EMAIL PROTECTED]: In message [EMAIL PROTECTED] you wrote: I made the patch that applied your comment. This patch skips PCI bridge ( Class code : 0x06XX). Could you check this patch? Thanks - but note that this will not make

[U-Boot-Users] [PATCH 2/9] sh: Cleanup source code of MS7722SE

2008-06-17 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/ms7722se/ms7722se.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/ms7722se/ms7722se.c b/board/ms7722se/ms7722se.c index 0d3d55c..cf02242 100644 --- a/board/ms7722se/ms7722se.c +++ b/board/ms7722se

[U-Boot-Users] [PATCH 4/9] sh: Cleanup source code of R2DPlus

2008-06-17 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/r2dplus/r2dplus.c | 28 +++- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git a/board/r2dplus/r2dplus.c b/board/r2dplus/r2dplus.c index 2ee3ea2..8fb8ff6 100644 --- a/board/r2dplus/r2dplus.c +++ b

[U-Boot-Users] [PATCH 5/9] sh: Cleanup source code of SH7763RDP

2008-06-17 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/sh7763rdp/sh7763rdp.c | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/board/sh7763rdp/sh7763rdp.c b/board/sh7763rdp/sh7763rdp.c index 6f9501b..92ac7b7 100644 --- a/board/sh7763rdp/sh7763rdp.c

[U-Boot-Users] [PATCH 6/9] sh: Update Hitachi MS7722SE board

2008-06-17 Thread Nobuhiro Iwamatsu
Remove network setting from config file. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/ms7722se.h |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/configs/ms7722se.h b/include/configs/ms7722se.h index 8d92a13..7298e55 100644

[U-Boot-Users] [PATCH 8/9] sh: Update Renesas R7780MP board

2008-06-17 Thread Nobuhiro Iwamatsu
New NOR Flash board support and remove network setting from config file. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/r7780mp.h | 41 +++-- 1 files changed, 23 insertions(+), 18 deletions(-) diff --git a/include/configs/r7780mp.h b

[U-Boot-Users] [PATCH 9/9] sh: Update Renesas R2DPlus board

2008-06-17 Thread Nobuhiro Iwamatsu
New NOR Flash board support and remove old type flash board config. And Remove network setting from config file. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/r2dplus.h | 42 +- 1 files changed, 9 insertions(+), 33 deletions

[U-Boot-Users] [PATCH][RFC] pci: Divided pci code of the powerpc

2008-06-17 Thread Nobuhiro Iwamatsu
) (addr) #define pci_mem_to_phys(dev, addr) (addr) #define pci_phys_to_io(dev, addr) (addr) #define pci_io_to_phys(dev, addr) (addr) Or have to make a function for pci address conversion. However, I want comment because I do not know the other architecture. Signed-off-by: Nobuhiro Iwamatsu

Re: [U-Boot-Users] [PATCH][RFC] pci: Divided pci code of the powerpc

2008-06-29 Thread Nobuhiro Iwamatsu
Hi, all. Could comment about this patch. Best regards, Nobuhiro Nobuhiro Iwamatsu wrote: A source code of pci is written mainly on powerpc. Macro uses a pci source code of powerpc because other architecture (ex. SuperH) doesn't work. I made asm-ppc/pci.h and moved macro of pci. Other

[U-Boot-Users] [PATCH] net: smc911x: Fix can not compile smc911x

2008-06-30 Thread Nobuhiro Iwamatsu
When enable CONFIG_DRIVER_SMC911X_16_BIT in smc911x, can not compile it. I revised it from elif preprocessor to elif defined. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/smc911x.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net

[U-Boot-Users] [PATCH 1/3] sh: Add support SH2/SH2A which is CPU of Renesas Technology

2008-07-03 Thread Nobuhiro Iwamatsu
Add support SH2/SH2A basic function. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh2/Makefile | 46 ++ cpu/sh2/cache.c| 112 cpu/sh2/config.mk | 29 +++ cpu/sh2/cpu.c

[U-Boot-Users] [PATCH 2/3] sh: Add support Renesas SH7203 processor

2008-07-03 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/serial/serial_sh.c |3 ++- include/asm-sh/cpu_sh2.h|4 include/asm-sh/cpu_sh7203.h | 41 + 3 files changed, 47 insertions(+), 1 deletions(-) create mode 100644 include/asm

[U-Boot-Users] [PATCH 3/3] sh: Renesas RSK+ 7203 board support

2008-07-03 Thread Nobuhiro Iwamatsu
This adds initial support for the RTE RSK+ SH7203 board. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAINTAINERS |2 + MAKEALL |3 + Makefile |8 ++ board/rsk7203/Makefile| 45 +++ board/rsk7203

[U-Boot-Users] [PATCH] net: smc911x: Fix typo output of the version check

2008-07-03 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/smc911x.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index a2d3cb2..1484b0b 100644 --- a/drivers/net/smc911x.c +++ b/drivers/net/smc911x.c @@ -597,7

[U-Boot-Users] [PATCH] net: smc911x: sh: Add support RSK7203 board to smc911x

2008-07-03 Thread Nobuhiro Iwamatsu
The RSK board has the SMSC9118 wired up 'incorrectly'. This problem can support in the software side. I put a code to evade it. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/smc911x.c | 37 +++-- 1 files changed, 35 insertions(+), 2

Re: [U-Boot-Users] Release status - things to be done

2008-07-06 Thread Nobuhiro Iwamatsu
Hi, Wolfgang. On Sun, 06 Jul 2008 01:05:40 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote: 3910 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 1/9] sh: Cleanup source code of MS7720SE 3911 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 2/9] sh: Cleanup source code of MS7722SE 3912 06

[U-Boot-Users] [PATCH] sh: Fix SH-boards compile error

2008-07-06 Thread Nobuhiro Iwamatsu
By Cleanup out-or-tree building for some boards (.depend) (commit:c8a3b109f07f02342d097b30908965f7261d9f15) because filse ware changed, some SH-boards have compile error. I revised this problem. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAKEALL |2 +- board

Re: [U-Boot-Users] Release status - things to be done

2008-07-06 Thread Nobuhiro Iwamatsu
Hi Ben. 2008/7/6 Ben Warren [EMAIL PROTECTED]: 3645 06/11 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH v2] net: sh: Renesas SH7763 Ethernet device support - for net custodian Didn't pick this up because it was after what I thought was the cut-off of 6/10. It still has issues, so

Re: [U-Boot-Users] [PATCH] sh: add support for SH7785

2008-07-09 Thread Nobuhiro Iwamatsu
Iwamatsu please add Nobuhiro Iwamatsu email if possible. + * Copyright (c) 2008 Yusuke Goda [EMAIL PROTECTED] + * Copyright (c) 2008 Yoshihiro Shimoda [EMAIL PROTECTED] + * OK. Shimoda-san, Please add email [EMAIL PROTECTED] and resend patch. Best regards, Nobuhiro

Re: [U-Boot-Users] [PATCH] usb: add support for R8A66597 usb controller

2008-07-10 Thread Nobuhiro Iwamatsu
Hi, Wolfgang. 2008/7/11 Wolfgang Denk [EMAIL PROTECTED]: In message [EMAIL PROTECTED] you wrote: Can you not find some simpler name that r8a66597? That's a mess to type and to read. Thank you for your comment. I can change that struct r8a66597 for a simple name. For example, its name

[U-Boot-Users] [PATCH] pci: sh: Add pci_skip_dev and pci_print_dev function

2008-07-11 Thread Nobuhiro Iwamatsu
Add function of new PCI, pci_skip_dev and pci_print_dev. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/pci/pci_sh4.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/pci/pci_sh4.c b/drivers/pci/pci_sh4.c index 1290c0a..057b6dd 100644

[U-Boot-Users] Pull request: u-boot-sh

2008-07-14 Thread Nobuhiro Iwamatsu
The following changes since commit 348753d416cd2c9e7ec6520a544c8f33cf02a560: Kumar Gala (1): Fix some more printf() format problems. are available in the git repository at: git://git.denx.de/u-boot-sh.git master Nobuhiro Iwamatsu (1): pci: sh: Add pci_skip_dev

Re: [U-Boot-Users] USB u-boot on ST 7100

2008-07-22 Thread Nobuhiro Iwamatsu
better ask STMicro about these. Best regards, Nobuhiro -- Nobuhiro Iwamatsu - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win

Re: [U-Boot-Users] [PATCH v2] sh: Renesas R0P7785LC0011RL board support

2008-07-29 Thread Nobuhiro Iwamatsu
2008/7/16 Yoshihiro Shimoda [EMAIL PROTECTED]: This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, Graphic, Ethernet, USB, SD, RTC, and I2C controller. This patch supports the following functions: - 128MB DDR2-SDRAM (29-bit address mode only) - NOR Flash - USB host - Ethernet

Re: [U-Boot-Users] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-08-07 Thread Nobuhiro Iwamatsu
Hi, thaoth . 2008/8/7 thaoth [EMAIL PROTECTED]: Here is configuration of UBoot \board\ms7727se\config.mk :TEXT_BASE = 0x8DFC \board\ms7727se\u-boot.lds OUTPUT_FORMAT(elf32-sh-tkernel, elf32-sh-tkernel, elf32-sh-tkernel) SECTIONS { . = 0x8C00 + (32*1024*1024) -

Re: [U-Boot-Users] [PATCH][RFC] pci: Divided pci code of the powerpc

2008-08-08 Thread Nobuhiro Iwamatsu
Hi, all. Please pickup this RFC/patch. Best regards, Nobuhiro 2008/6/30 Nobuhiro Iwamatsu [EMAIL PROTECTED]: Hi, all. Could comment about this patch. Best regards, Nobuhiro Nobuhiro Iwamatsu wrote: A source code of pci is written mainly on powerpc. Macro uses a pci source code

Re: [U-Boot-Users] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-08-08 Thread Nobuhiro Iwamatsu
/SH7727 MS7727CP02 Kit. Many thanks to authors for your efforts # Nobuhiro Iwamatsu [EMAIL PROTECTED] # Yoshihiro Shimoda [EMAIL PROTECTED] I got a toolchain at http://www.superh-linux.org/archive/bsp/sh7721_se/toolchain_sh3_gcc4.2.tar.gz It supported elf32-sh-linux target. And I also got

[U-Boot-Users] Pull request: u-boot-sh (for 1.3.4)

2008-08-08 Thread Nobuhiro Iwamatsu
master Nobuhiro Iwamatsu (1): sh: Update sh7763rdp config include/configs/sh7763rdp.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) Best regards, Nobuhiro - This SF.Net email is sponsored

Re: [U-Boot-Users] [PATCH v2] sh: Renesas R0P7785LC0011RL board support

2008-08-31 Thread Nobuhiro Iwamatsu
, Nobuhiro -- Nobuhiro Iwamatsu - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two

Re: [U-Boot-Users] [PATCH] add board_eth_init() for sh7785lcr board

2008-09-10 Thread Nobuhiro Iwamatsu
(-) Applied, thanks. I put testing branch. Best regards, Nobuhiro -- Nobuhiro Iwamatsu - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win