Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-16 Thread Nobuhiro Iwamatsu
that this will  work, or when this will happen.  For now, I would like to ask all CUSTODIANS to register as users at  patchwork.ozlabs.org, so we can arrange that the appropriate  privileges will be granted to you. I registered myself as iwamatsu. Best regards, Nobuhiro -- Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH 01/10 v2] net: rtl8169: Add initialized eth_device structure

2010-10-27 Thread Nobuhiro Iwamatsu
Hi, Wolfgang. 2010/10/28 Wolfgang Denk w...@denx.de: Dear Nobuhiro Iwamatsu, In message aanlktintt5pd40-z+rvywyf303ng9cmte6wpao_r2...@mail.gmail.com you wrote: Could you take in these patches? Are these bug fixes, or can they wait for the next branch? There are bug fix. When we don't

[U-Boot] [PATCH] net: ne2000: Add spport RTL-8019AS

2010-10-26 Thread Nobuhiro Iwamatsu
Add infomation of RTL-8016AS to hw_info. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/ne2000.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/net/ne2000.c b/drivers/net/ne2000.c index ab5eec7

[U-Boot] [PATCH 1/3] sh: Add support SH7706

2010-10-26 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/include/asm/cpu_sh3.h|6 +++- arch/sh/include/asm/cpu_sh7706.h | 53 ++ 2 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 arch/sh/include/asm/cpu_sh7706.h diff

[U-Boot] [PATCH 3/3] sh: Add support showing KByte of flash memory size

2010-10-26 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/lib/board.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/sh/lib/board.c b/arch/sh/lib/board.c index a302fc2..bf3a5cc 100644 --- a/arch/sh/lib/board.c +++ b/arch/sh/lib/board.c @@ -1,5 +1,5

[U-Boot] [PATCH 2/3] sh: Add support shmin board

2010-10-26 Thread Nobuhiro Iwamatsu
This adds support for the SHMIN SH7706 board(T-SH7706LAN). The CPU of this board is SH7706. There are SDRAM of 32M byte, Flash memory of 512K byte, Serial, 10Base Ether and MMC. http://web.kyoto-inet.or.jp/people/takagaki/T-SH7706/T-SH7706.htm Signed-off-by: Nobuhiro Iwamatsu iwama

[U-Boot] [PATCH] sh: serial: Update serial driver for SH

2010-10-25 Thread Nobuhiro Iwamatsu
I copied the setting of CPU from Linux kernel and commonized it. By this, we can communalize a kernel and information. And added the serial setting of many CPU's. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- drivers/serial/serial_sh.c | 199 + drivers/serial/serial_sh.h

Re: [U-Boot] [PATCH 01/10 v2] net: rtl8169: Add initialized eth_device structure

2010-10-25 Thread Nobuhiro Iwamatsu
Hi, Ben and Wolfgang. Could you take in these patches? Best regards, Nobuhiro 2010/10/19 Nobuhiro Iwamatsu iwama...@nigauri.org: rtl8169 does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed

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

2010-10-20 Thread Nobuhiro Iwamatsu
Dear Wolfgang, The following changes since commit c62491d2602b353a815a909e27eec0df9f2c06a2: ppc: Don't initialize write protected NOR flashes (2010-10-20 21:58:16 +0200) are available in the git repository at: git://git.denx.de/u-boot-sh.git master Nobuhiro Iwamatsu (8): sh: Add

[U-Boot] [PATCH 1/5] sh: Fix warning about uninitialized value of ramdisk_flags

2010-10-19 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/lib/bootm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/lib/bootm.c b/arch/sh/lib/bootm.c index 019e8ec..f38d0b0 100644 --- a/arch/sh/lib/bootm.c +++ b/arch/sh/lib/bootm.c @@ -103,7 +103,7

[U-Boot] [PATCH 2/5] sh: sh7785lcr: Add CONFIG_SYS_TEXT_BASE for 32bit mode

2010-10-19 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- board/renesas/sh7785lcr/config.mk |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/board/renesas/sh7785lcr/config.mk b/board/renesas/sh7785lcr/config.mk index 1a9038c..6853d2b 100644 --- a/board/renesas

[U-Boot] [PATCH 4/5] sh: sh3: Move to boards.cfg

2010-10-19 Thread Nobuhiro Iwamatsu
Move the sh3 target boards out of the Makefile and into boards.cfg. And fix sh3 of MAKEALL. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- MAKEALL|6 +- Makefile | 14 -- boards.cfg |2 ++ 3 files changed, 3 insertions(+), 19 deletions(-) diff --git

[U-Boot] [PATCH 5/5] sh: sh4: Move to boards.cfg

2010-10-19 Thread Nobuhiro Iwamatsu
Move the sh4 target boards out of the Makefile and into boards.cfg. And fix sh4 of MAKEALL. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- MAKEALL| 19 ++- Makefile | 60 boards.cfg | 10

[U-Boot] [PATCH 3/5] sh: rsk7203: Move to boards.cfg

2010-10-19 Thread Nobuhiro Iwamatsu
Move the rsk7203 target out of the Makefile and into boards.cfg. And fix sh2 of MAKEALL. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- MAKEALL|5 ++--- Makefile |8 boards.cfg |1 + 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/MAKEALL b

[U-Boot] [PATCH 1/6] Rename TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-19 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/config.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/config.mk b/arch/sh/config.mk index 07ba68f..415c949 100644 --- a/arch/sh/config.mk +++ b/arch/sh/config.mk @@ -29,6 +29,6

[U-Boot] [PATCH 01/10 v2] net: rtl8169: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
rtl8169 does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/rtl8169.c |7 ++- 1 files

[U-Boot] [PATCH 07/10 v2] net: ns8382x: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
ns8382x driver does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/ns8382x.c |5 + 1

[U-Boot] [PATCH 04/10 v2] net: eepro100: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
eepro100 driver does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/eepro100.c |5 + 1

[U-Boot] [PATCH 02/10 v2] net: rtl8139: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
rtl8139 driver does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/rtl8139.c |5 + 1

[U-Boot] [PATCH 03/10 v2] net: dc2114x: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
dc2114x driver does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/dc2114x.c |6 ++ 1

[U-Boot] [PATCH 06/10 v2] net: natsemi: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
natsemi driver does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/natsemi.c |5 + 1

[U-Boot] [PATCH 05/10 v2] net: fec_mxc: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
This prevents access to the member of eth_device which is not initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/fec_mxc.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/fec_mxc.c b

[U-Boot] [PATCH 09/10 v2] net: tsi108_eth: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
tsi108_eth driver does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/tsi108_eth.c |6

[U-Boot] [PATCH 08/10 v2] net: pcnet: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
pcnet driver does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/pcnet.c |5 + 1 files

[U-Boot] [PATCH 10/10 v2] net: uli526x: Add initialized eth_device structure

2010-10-18 Thread Nobuhiro Iwamatsu
uli526x driver does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Ben Warren biggerbadder...@gmail.com --- drivers/net/uli526x.c |5 + 1

Re: [U-Boot] Bombs away! Was: [PATCH 02/10] net: rtl8139: Add initialized eth_device structure

2010-10-14 Thread Nobuhiro Iwamatsu
that continuing u-boot once a driver cannot even be initialized is futile, that would save even more code in each driver. I think that a function such as kzalloc of the linux kernel is convenient. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot

[U-Boot] [PATCH] sh: Add support load and boot of Initrd.

2010-10-05 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/lib/bootm.c | 66 ++- 2 files changed, 66 insertions(+), 2 deletions(-) diff --git a/arch/sh/lib/bootm.c b/arch/sh/lib/bootm.c index 9c58ed7..fb7e2d0 100644 --- a/arch

[U-Boot] Pull request u-boot-sh4

2010-08-30 Thread Nobuhiro Iwamatsu
Dear Hello Wolfgang, The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18 21:16:35 +0200) are available in the git repository at: git://git.denx.de/u-boot-sh.git master Nobuhiro Iwamatsu

Re: [U-Boot] u-boot for rsk7203

2010-07-25 Thread Nobuhiro Iwamatsu
. git://git.denx.de/u-boot-sh.git Best regareds, Nobuhiro -- Nobuhiro Iwamatsu    iwamatsu at {nigauri.org / debian.org}    GPG ID: 40AD1FA6 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 01/11] sh: Update lowlevel_init.S of rsk7203

2010-07-22 Thread Nobuhiro Iwamatsu
Update data address size and fix typo of register. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/renesas/rsk7203/lowlevel_init.S | 85 ++-- 1 files changed, 48 insertions(+), 37 deletions(-) diff --git a/board/renesas/rsk7203

[U-Boot] [PATCH 02/11] sh: Update lowlevel_init.S of sh7785lcr

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/renesas/sh7785lcr/lowlevel_init.S | 54 +- 1 files changed, 23 insertions(+), 31 deletions(-) diff --git a/board/renesas/sh7785lcr/lowlevel_init.S b/board/renesas/sh7785lcr

[U-Boot] [PATCH 04/11] sh: Update lowlevel_init.S of sh7763rdp

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/renesas/sh7763rdp/lowlevel_init.S |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/renesas/sh7763rdp/lowlevel_init.S b/board/renesas/sh7763rdp/lowlevel_init.S index

[U-Boot] [PATCH 03/11] sh: Update lowlevel_init.S of MigoR

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/renesas/ap325rxa/lowlevel_init.S | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/board/renesas/ap325rxa/lowlevel_init.S b/board/renesas/ap325rxa/lowlevel_init.S index

[U-Boot] [PATCH 07/11] sh: Update lowlevel_init.S of ap325rxa

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/renesas/ap325rxa/lowlevel_init.S |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/renesas/ap325rxa/lowlevel_init.S b/board/renesas/ap325rxa/lowlevel_init.S index d8b2bc7

[U-Boot] [PATCH 09/11] sh: Update lowlevel_init.S of ms7720se

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/ms7720se/lowlevel_init.S | 30 -- 1 files changed, 16 insertions(+), 14 deletions(-) diff --git a/board/ms7720se/lowlevel_init.S b/board/ms7720se/lowlevel_init.S index

[U-Boot] [PATCH 11/11] sh: Update lowlevel_init.S of mpr2

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/mpr2/lowlevel_init.S |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/mpr2/lowlevel_init.S b/board/mpr2/lowlevel_init.S index 5f02bd4..0f7a892 100644 --- a/board/mpr2

[U-Boot] [PATCH 10/11] sh: Update lowlevel_init.S of ms7750se

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/ms7750se/lowlevel_init.S | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/board/ms7750se/lowlevel_init.S b/board/ms7750se/lowlevel_init.S index 5e09a39..3041e64

[U-Boot] [PATCH 08/11] sh: Add support do_bdinfo function

2010-07-22 Thread Nobuhiro Iwamatsu
SH did not support do_bdinfo fuction. This code based avr32 stuff. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- common/cmd_bdinfo.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index

[U-Boot] [PATCH 06/11] sh: Update lowlevel_init.S of r2dplus

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/renesas/r2dplus/lowlevel_init.S |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/board/renesas/r2dplus/lowlevel_init.S b/board/renesas/r2dplus/lowlevel_init.S index 76d3cfc

[U-Boot] [PATCH 05/11] sh: Update lowlevel_init.S of espt-giga

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/espt/lowlevel_init.S | 46 --- 1 files changed, 26 insertions(+), 20 deletions(-) diff --git a/board/espt/lowlevel_init.S b/board/espt/lowlevel_init.S index

Re: [U-Boot] u-boot for rsk7203

2010-07-16 Thread Nobuhiro Iwamatsu
can boot? I dont have rsk7203 board now. It is scheduled that it is at hand next week. I will examine it next week. Best regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 ___ U-Boot mailing list U

Re: [U-Boot] [GIT PULL] Pull request: u-boot-sh

2010-07-01 Thread Nobuhiro Iwamatsu
2010/6/30 Wolfgang Denk w...@denx.de: Dear Nobuhiro Iwamatsu, In message aanlktilp-tcfz8n8uftxfaqkd73z_c3ryegjxyd0k...@mail.gmail.com you wrote: Please pull: The following changes since commit e5ed138a23923ebe61843244748d98d3dbc04777:   Merge branch 'master' of ssh://gemini/home/wd/git/u

[U-Boot] [GIT PULL] Pull request: u-boot-sh

2010-06-27 Thread Nobuhiro Iwamatsu
|7 +++ arch/sh/cpu/sh4/watchdog.c |4 arch/sh/include/asm/system.h | 12 +++- arch/sh/lib/time.c | 20 ++-- 6 files changed, 48 insertions(+), 6 deletions(-) -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID

[U-Boot] [PATCH 1/2] sh: Fix path of irqflags.h

2010-06-16 Thread Nobuhiro Iwamatsu
This changes path of irqflags.h from linux/ to asm/. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/system.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/include/asm/system.h b/arch/sh/include/asm/system.h index

[U-Boot] [PATCH 2/2] sh: Add trigger_address_error and support cpu reset

2010-06-16 Thread Nobuhiro Iwamatsu
This add support cpu reset by trigger_address_error function. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/cpu/sh2/watchdog.c |8 ++-- arch/sh/cpu/sh3/watchdog.c |7 +++ arch/sh/cpu/sh4/watchdog.c |4 arch/sh/include/asm/system.h

[U-Boot] [PATCH 1/2] sh: Fix build on the target

2010-06-15 Thread Nobuhiro Iwamatsu
SH fails building on the target. This supports this. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 9b14733..b507dc2 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,8

[U-Boot] [PATCH 2/2] sh: Fix overflow problem in get_ticks

2010-06-15 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/lib/time.c | 20 ++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/arch/sh/lib/time.c b/arch/sh/lib/time.c index 9a8f89a..bc1656f 100644 --- a/arch/sh/lib/time.c +++ b/arch/sh/lib/time.c @@ -2,7

[U-Boot] [GIT PULL] Pull request: u-boot-sh

2010-03-02 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk, Please pull: The following changes since commit f3651764e57e353251695691677bd95ba5a420bc: Frans Meulenbroeks (1): cmd_itest.c: fix pointer dereferencing are available in the git repository at: git://git.denx.de/u-boot-sh.git master Nobuhiro Iwamatsu (1

Re: [U-Boot] Problem to link u-boot for sh2a 7203

2010-02-08 Thread Nobuhiro Iwamatsu
the address by using 'objcopy'. ex) shX-linux-objcopy -Ibinary -Osrec u-boot.bin u-boot.flash.srec Best regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] sh: Add asm/unaligned.h and asm/unaligned-sh4a.h from Linux kernel

2010-02-08 Thread Nobuhiro Iwamatsu
zlib.c demands asm/unaligned.h. But, SH does not have these. This commit add asm/unaligned.h and asm/unaligned-sh4a.h from Linux kernel and modifyf for u-boot. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- include/asm-sh/unaligned-sh4a.h | 258

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

2009-11-01 Thread Nobuhiro Iwamatsu
lowlevel_init.S of espt-giga picked up a part of espt-giga from patch Fix build of sh7785lcr 32bit mode. I decided to take the main change of patch Fix build of sh7785lcr 32bit mode in next release. Best regards, Nobuhiro -- Nobuhiro Iwamatsu / Debian Developer iwamatsu at {nigauri.org

[U-Boot] [PATCH] sh: Move some defs to convince 'pcrel too far'

2009-10-29 Thread Nobuhiro Iwamatsu
32bit mode of sh7785lcr board have 'pcrel too far'' err with lastest SH toolchain. This patch fix this. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org Signed-off-by: Takashi Yoshii yoshii.taka...@gmail.com --- board/renesas/sh7785lcr/lowlevel_init.S | 107

[U-Boot] [PATCH] sh: Update lowlevel_init.S of espt-giga

2009-10-29 Thread Nobuhiro Iwamatsu
There was the point that did not use write macro. Change to write macro. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- board/espt/lowlevel_init.S | 10 +- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/board/espt/lowlevel_init.S b/board/espt/lowlevel_init.S

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

2009-10-29 Thread Nobuhiro Iwamatsu
in the git repository at: git://git.denx.de/u-boot-sh.git master Nobuhiro Iwamatsu (3): sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios. sh: Move some defs to convince 'pcrel too far' sh: Update lowlevel_init.S of espt-giga board/espt/lowlevel_init.S

Re: [U-Boot] [PATCH] sh: r7780mp: Update config

2009-10-16 Thread Nobuhiro Iwamatsu
Hi Ben. Ben Warren wrote: Hi Nobuhiro, On Wed, Oct 14, 2009 at 11:26 PM, Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com mailto:iwamatsu.nobuh...@renesas.com wrote: Enabled CONFIG_NET_MULTI. Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com

[U-Boot] [PATCH] sh: Remove malloc_bin_reloc from SH

2009-10-15 Thread Nobuhiro Iwamatsu
By arm/microblaze/nios/nios2/sh: Remove relocation fixups (commit: 0630535e2d062dd73c1ceca5c6125c86d1127a49, doesn't need malloc_bin_reloc function. This commit remove this. Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- lib_sh/board.c |2 -- lib_sh/config.mk |2

[U-Boot] [PATCH] sh: r7780mp: Update config

2009-10-15 Thread Nobuhiro Iwamatsu
Enabled CONFIG_NET_MULTI. Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- include/configs/r7780mp.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 71c570e..0701fa3 100644 --- a/include

Re: [U-Boot] [PATCH] sh: Remove malloc_bin_reloc from SH

2009-10-15 Thread Nobuhiro Iwamatsu
();       jumptable_init();       return 0; Hi Nobuhiro, Thanks for catching that.  Would you mind sending a patch that made the same change for sh as well as nios, and nios2?  All 3 seem to have the same issue. OK, I will resend soon. Nobuhiro -- Nobuhiro Iwamatsu / Debian Developer

[U-Boot] [PATCH] Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios.

2009-10-15 Thread Nobuhiro Iwamatsu
By arm/microblaze/nios/nios2/sh: Remove relocation fixups (commit: 0630535e2d062dd73c1ceca5c6125c86d1127a49, doesn't need malloc_bin_reloc function. This commit remove this. Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org

[U-Boot] [PATCH] Add mkimage manual

2009-10-15 Thread Nobuhiro Iwamatsu
As for some distribution, a mkimage command is made a package. However, there was not manual of mkimage. This provides manual of mkimage. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- tools/mkimage.1 | 124 +++ 1 files changed, 124

Re: [U-Boot] [PATCH] Add mkimage manual

2009-10-15 Thread Nobuhiro Iwamatsu
Hi, Mike. Thank you for comment. 2009/10/16 Mike Frysinger vap...@gentoo.org: On Thursday 15 October 2009 23:01:18 Nobuhiro Iwamatsu wrote: +mkimage \- generate kernel image for U-Boot mkimage creates bootable U-Boot images.  there is no kernel restriction. OK. +.SH SYNOPSIS +.B mkimage

[U-Boot] [PATCH] sh: Fix build of sh7785lcr 32bit mode

2009-08-23 Thread Nobuhiro Iwamatsu
Update lowlevel_init.S and macro.h. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- board/espt/lowlevel_init.S | 10 +--- board/renesas/sh7785lcr/lowlevel_init.S | 96 +-- include/asm-sh/macro.h | 37 ++-- 3 files

[U-Boot] Request pull: u-boot-sh

2009-07-12 Thread Nobuhiro Iwamatsu
to CONFIG_SYS_TMU_CLK_DIV Nobuhiro Iwamatsu (3): sh: Revised the build with newest compiler sh: Add support ESPT-GIGA borad sh: Update pci config for Renesas r7780mp board MAKEALL |1 + Makefile

[U-Boot] [PATCH v2] sh: Add espt-gita board to MAKEALL

2009-07-10 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- MAKEALL |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAKEALL b/MAKEALL index 41f1445..2b42352 100755 --- a/MAKEALL +++ b/MAKEALL @@ -848,6 +848,7 @@ LIST_sh4= \ sh7763rdp

[U-Boot] Request pull: u-boot-sh

2009-07-10 Thread Nobuhiro Iwamatsu
to CONFIG_SYS_TMU_CLK_DIV Nobuhiro Iwamatsu (4): sh: Revised the build with newest compiler sh: Add support ESPT-GIGA borad sh: Add espt-gita board to MAKEALL sh: Update pci config for Renesas r7780mp board MAKEALL |1 + Makefile

Re: [U-Boot] [PATCH v2] sh: Add espt-gita board to MAKEALL

2009-07-10 Thread Nobuhiro Iwamatsu
Hi! Wolfgang. On Sat, 11 Jul 2009 01:09:25 +0200 Wolfgang Denk w...@denx.de wrote: Dear Nobuhiro Iwamatsu, In message 1247259991-15090-1-git-send-email-iwama...@nigauri.org you wrote: Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- MAKEALL |1 + 1 files changed, 1

[U-Boot] [PATCH v2] sh: Add support ESPT-GIGA borad

2009-07-10 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com ESPT-Giga is SH7763-based reference board. Board support is relatively sparse, presently supporting serial, gigabit ethernet, USB host, and MTD. More information (in Japanese) available at: http://www.cente.jp/product/cente_hard/ESPT

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

2009-07-08 Thread Nobuhiro Iwamatsu
Hi, 2009/7/9 Wolfgang Denk w...@denx.de: Dear Nobuhiro Iwamatsu, In message 29ab51dc0907072012j42cc59ex9036929b30743...@mail.gmail.com you wrote: Please pull u-boot-sh master branch. Please see Kim Phillips' mail. I will delay the  pull  until  I  hear from you that the problem has been

[U-Boot] [PATCH] sh: Add espt-gita board to MAKEALL

2009-07-07 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- MAKEALL |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAKEALL b/MAKEALL index 41f1445..4f9fec1 100755 --- a/MAKEALL +++ b/MAKEALL @@ -848,6 +848,7 @@ LIST_sh4= \ sh7763rdp

[U-Boot] [PATCH] sh: Update pci config for Renesas r7780mp board

2009-07-07 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- include/configs/r7780mp.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 01b64e6..7738a17 100644 --- a/include/configs/r7780mp.h +++ b/include/configs

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

2009-07-07 Thread Nobuhiro Iwamatsu
TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV Nobuhiro Iwamatsu (4): sh: Revised the build with newest compiler sh: Add support ESPT-GIGA borad sh: Add espt-gita board to MAKEALL sh: Update pci config for Renesas r7780mp board MAKEALL |1

Re: [U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-17 Thread Nobuhiro Iwamatsu
this line. I recivce mail about this. And I checked this code and compiling. This work fine. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] [PATCH v2] remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-17 Thread Nobuhiro Iwamatsu
is also automatically defined to 0 if it isn't already set, so there's no need to define that macro either in the board configuration files. Signed-off-by: Timur Tabi ti...@freescale.com Acked-by: Nobuhiro Iwamatsu iwama...@nigauri.org Best regards, Nobuhiro -- Nobuhiro Iwamatsu GPG ID

[U-Boot] [PATCH] sh: Revised the build with newest compiler

2009-06-16 Thread Nobuhiro Iwamatsu
The check of data became severe from newest gcc. This patch checked in gcc-4.2 and 4.3 . Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- board/renesas/sh7785lcr/lowlevel_init.S | 58 +++--- include/asm-sh/macro.h |2 +- 2 files changed, 30

Re: [U-Boot] [PATCH 1/6] sh7785lcr: fix out of tree build

2009-06-15 Thread Nobuhiro Iwamatsu
Hi, Jean-Christophe PLAGNIOL-VILLARD. 2009/6/4 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com ---  Makefile                         |    5 +++--  board/renesas

Re: [U-Boot] [PATCH 3/6 V2] sh: unify linker script

2009-06-15 Thread Nobuhiro Iwamatsu
-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com ---  board/ms7722se/u-boot.lds                     |   96  board/ms7750se/u-boot.lds                     |   96  board/renesas/MigoR

Re: [U-Boot] [PATCH 4/6] sh: introduce clock framework

2009-06-15 Thread Nobuhiro Iwamatsu
Dear, Jean-Christophe PLAGNIOL-VILLARD 2009/6/4 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com ---  include/asm-sh/clk.h |   35

Re: [U-Boot] [PATCH 5/6] sh3/sh4: fix CONFIG_SYS_HZ to 1000

2009-06-15 Thread Nobuhiro Iwamatsu
Dear, Jean-Christophe PLAGNIOL-VILLARD. 2009/6/4 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com ---  include/configs/MigoR.h     |    2 +-  include/configs

Re: [U-Boot] [PATCH 6/6] sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV

2009-06-15 Thread Nobuhiro Iwamatsu
Dear, Jean-Christophe PLAGNIOL-VILLARD. 2009/6/4 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com ---  include/configs/MigoR.h     |    2 +-  include/configs

Re: [U-Boot] [PATCH 2/6 V2] sh: make the linker scripts more generic

2009-06-15 Thread Nobuhiro Iwamatsu
-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com ---  Makefile                             |    5 --  board/mpr2/u-boot.lds                |   13 +  board/ms7720se/u-boot.lds            |   15 +  board/ms7722se/u-boot.lds

Re: [U-Boot] [RFC PATCH 1/2] sh: make lds more generic

2009-05-31 Thread Nobuhiro Iwamatsu
Hi, Wolfgang. 2009/5/27 Wolfgang Denk w...@denx.de: Dear Nobuhiro Iwamatsu, In message 29ab51dc0905262313h17934f09u904a4e7325207...@mail.gmail.com you wrote: 2009/5/14 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: currently the sh lds need to sync the lds enty and TEXT_BASE

Re: [U-Boot] [RFC PATCH 1/2] sh: make lds more generic

2009-05-27 Thread Nobuhiro Iwamatsu
...@jcrosoft.com Cc: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com Appilied these patch collection. Thank you! Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC PATCH 1/2] sh: make lds more generic

2009-05-24 Thread Nobuhiro Iwamatsu
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- Ping Sorry, answer is late. I will test this patch, and rend report for you. If no problem, I will apply this patch to testing branch. Best regards, Nobuhiro

Re: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem

2009-04-06 Thread Nobuhiro Iwamatsu
files changed, 10 insertions(+), 1 deletions(-) I did not see any comments on this? Ditto for the other patch: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/55286 Tested-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com I checked and tested these. Work file. Best regards

Re: [U-Boot] [PATCH to 2008.03] net: sh_eth: Remove sh_eth_reset() from halt function

2009-03-20 Thread Nobuhiro Iwamatsu
Hi, Sorry, Please take this patch in 2009.03 not 2008.03. Best regards, Nobuhiro On Wed, 18 Mar 2009 12:27:04 +0900 Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com wrote: sh_eth_reset is function to reset Ether IP. The MAC address is stored in IP, but it is initialized by this function

[U-Boot] SH Build status (Re: CUSTODIANS: Urgent boarding call for flight 2009.03)

2009-03-20 Thread Nobuhiro Iwamatsu
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Nobuhiro Iwamatsu hem...@t-base.ne.jp iwama...@debian.or.jp GPG ID : 3170EBE9 ___ U-Boot mailing list U-Boot

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

2009-03-15 Thread Nobuhiro Iwamatsu
://git.denx.de/u-boot-sh.git/ master Nobuhiro Iwamatsu (2): sh: use write{8,16,32} in ms7720se lowlevel_init sh: Add netdev header fixing of warning/build Yoshihiro Shimoda (6): sh: Add macros for SH-4A 32-Bit Address Extended Mode sh: Add value for PCI system memory registration

Re: [U-Boot] [PATCH] ap325rxa: Change the wait cycle in the area 5

2009-03-13 Thread Nobuhiro Iwamatsu
2009/3/13 Yusuke.Goda goda.yus...@renesas.com: Signed-off-by: Yusuke Goda goda.yus...@renesas.com ---  board/renesas/ap325rxa/lowlevel_init.S |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) Appliied, thanks. Best regards, Nobuhiro -- Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH v2 2/2] sh7785lcr: Add support 32-Bit Extended Address Mode

2009-03-11 Thread Nobuhiro Iwamatsu
README.sh7785lcr for 32-Bit Extended Address Mode Applied, thanks. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/5] sh: Add macros for SH-4A 32-Bit Address Extended Mode

2009-02-27 Thread Nobuhiro Iwamatsu
mk_pmb_data_val(ppn, ub, v, sz1, sz0, c, wt) \ + ((ppn 24) | (ub 9) | (v 8) | \ + (sz1 7) | (sz0 4) | (c 3) | wt) +#endif Please use macro. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot

Re: [U-Boot] [PATCH 2/5] pci-sh7780: some register value configurable

2009-02-27 Thread Nobuhiro Iwamatsu
. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 5/5] sh7785lcr: Add support 32-Bit Extended Address Mode

2009-02-27 Thread Nobuhiro Iwamatsu
/renesas/sh7785lcr/{u-boot.lds = u-boot_29bit} (100%) copy board/renesas/sh7785lcr/{u-boot.lds = u-boot_32bit} (93%) Please add doc/README.sh7785lcr about this update. Best regards, Nobuhiro -- Nobuhiro Iwamatsu hem...@t-base.ne.jp iwama...@debian.or.jp GPG ID

Re: [U-Boot] [PATCH] r2dplus: fix cannot work rtl8139

2009-02-27 Thread Nobuhiro Iwamatsu
On Wed, 25 Feb 2009 16:04:26 +0900 Yoshihiro Shimoda shimoda.yoshih...@renesas.com wrote: The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory registration. Signed-off-by: Yoshihiro Shimoda shimoda.yoshih...@renesas.com Applied, thanks. Best regards, Nobuhiro -- Nobuhiro

Re: [U-Boot] [PATCH 3/5] pci_sh4: Add system memory registration

2009-02-27 Thread Nobuhiro Iwamatsu
On Wed, 25 Feb 2009 14:26:52 +0900 Yoshihiro Shimoda shimoda.yoshih...@renesas.com wrote: It is necessary for some pci device driver. Signed-off-by: Yoshihiro Shimoda shimoda.yoshih...@renesas.com Applied, thanks. Best regards, Nobuhiro -- Nobuhiro Iwamatsu hem...@t-base.ne.jp

Re: [U-Boot] [PATCH 4/5] sh7785lcr: add value for PCI system memory registration

2009-02-27 Thread Nobuhiro Iwamatsu
On Wed, 25 Feb 2009 14:26:55 +0900 Yoshihiro Shimoda shimoda.yoshih...@renesas.com wrote: Signed-off-by: Yoshihiro Shimoda shimoda.yoshih...@renesas.com Applied, thanks. Best regards, Nobuhiro -- Nobuhiro Iwamatsu hem...@t-base.ne.jp iwama...@debian.or.jp GPG ID

[U-Boot] [PATCH v2] sh: Add netdev header fixing of warning/build

2009-02-27 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- cpu/sh4/cpu.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c index 52b6cfd..be410ab 100644 --- a/cpu/sh4/cpu.c +++ b/cpu/sh4/cpu.c @@ -23,6 +23,7 @@ #include common.h

[U-Boot] [PATCH] sh: Add support sh_eth to cpu of sh4

2009-02-23 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- cpu/sh4/cpu.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c index 52b6cfd..be410ab 100644 --- a/cpu/sh4/cpu.c +++ b/cpu/sh4/cpu.c @@ -23,6 +23,7 @@ #include common.h

Re: [U-Boot] [PATCH] sh: Add support sh_eth to cpu of sh4

2009-02-23 Thread Nobuhiro Iwamatsu
Mike Frysinger wrote: On Tuesday 24 February 2009 02:20:40 Nobuhiro Iwamatsu wrote: Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- cpu/sh4/cpu.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c index 52b6cfd..be410ab

Re: [U-Boot] PATCH Fix 100Mbs ethernet operation on sh7763 based boards

2009-02-02 Thread Nobuhiro Iwamatsu
Iwamatsu iwama...@nigauri.org -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] sh: use write{8,16,32} in ms7720se lowlevel_init

2009-02-02 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- board/ms7720se/lowlevel_init.S | 156 +++- 1 files changed, 42 insertions(+), 114 deletions(-) diff --git a/board/ms7720se/lowlevel_init.S b/board/ms7720se/lowlevel_init.S index dcb77ef

<    4   5   6   7   8   9   10   >