Re: [U-Boot] [PATCH 3/4] arm: rmobile: kzm9g: fix CPU info

2012-07-26 Thread Nobuhiro Iwamatsu
; } return 0; -- 1.7.9.5 -- 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

Re: [U-Boot] [PATCH 2/4] arm: rmobile: kzm9g: remove unrelated config

2012-07-26 Thread Nobuhiro Iwamatsu
115200 #define CONFIG_BOOTARGSroot=/dev/null console=ttySC4,115200 -#define CONFIG_INTEGRATOR -#define CONFIG_ARCH_CINTEGRATOR #define CONFIG_BOOTDELAY 3 #define CONFIG_VERSION_VARIABLE -- 1.7.9.5 -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID

[U-Boot] [PATCH 1/2] arm: rmobile: kzm9g: Add LIBFDT support

2012-07-26 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/kzm9g.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index bc6dc72..15c03c7 100644 --- a/include/configs/kzm9g.h +++ b/include

[U-Boot] [PATCH 2/2] arm: rmobile: kzm9g: remove unrelated config

2012-07-26 Thread Nobuhiro Iwamatsu
Remove CONFIG_ARM_CORTEXA9. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/kzm9g.h |1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 15c03c7..1950f45 100644 --- a/include/configs/kzm9g.h +++ b

Re: [U-Boot] [PATCH 1/4] net: sh_eth: clean up for the SH7757's code

2012-07-23 Thread Nobuhiro Iwamatsu
-net.git, but, the patches have not applied yet. Should I resend the patches? Best regards, Yoshihiro Shimoda 2012/06/29 10:55, Nobuhiro Iwamatsu wrote: Tested-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com 2012/6/27

Re: [U-Boot] [PATCH v5] arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt

2012-07-23 Thread Nobuhiro Iwamatsu
; /* 0x02 */ u16 rwtcsra0; /* 0x04 */ + u16 dummy1; /* 0x06 */ u16 rwtcsrb0; /* 0x08 */ }; -- 1.7.9.5 -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH] arm: rmobile: kzm9g: Fix CONFIG_BAUDRATE setting

2012-07-23 Thread Nobuhiro Iwamatsu
#define CONFIG_INTEGRATOR #define CONFIG_ARCH_CINTEGRATOR -- 1.7.9.5 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID

Re: [U-Boot] [PATCH] sh: modify checkcpu() for SH-4A

2012-07-23 Thread Nobuhiro Iwamatsu
); +#else puts(CPU: SH4\n); +#endif return 0; } -- 1.7.1 -- 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

Re: [U-Boot] [PATCH] arm: rmobile: Support build with gcc-4.6 or later

2012-07-19 Thread Nobuhiro Iwamatsu
Hi, Thnak you for your comment. 2012/7/6 Tetsuyuki Kobayashi k...@kmckk.co.jp: Hello, Iwamatsu-san (2012/07/06 9:06), Nobuhiro Iwamatsu wrote: Latest rmobile code was tested by using old gcc (gcc-4.4). When we use gcc-4.6 (or later), the build is made, but does not work. This solves

Re: [U-Boot] [PATCH] rmobile: kzm9g: Fix warnin in cmp_loop function

2012-07-19 Thread Nobuhiro Iwamatsu
Hi, 2012/7/6 Albert ARIBAUD albert.u.b...@aribaud.net: Hi Nobuhiro, On Fri, 6 Jul 2012 09:07:30 +0900, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: cmp_loop function was used from the structure of register. And for the member of this structure, volatile is defined. Since

[U-Boot] [PATCH v2] arm: rmobile: Support build with gcc-4.6 or later

2012-07-19 Thread Nobuhiro Iwamatsu
. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- v2: does not remove wfi orderi, use an instruction code instead. arch/arm/cpu/armv7/rmobile/config.mk | 26 ++ arch/arm/cpu/armv7/rmobile

Re: [U-Boot] [PATCH v4 1/7] arm: rmobile: kzm9g: Modify sdram area

2012-07-19 Thread Nobuhiro Iwamatsu
Applied to my arm/rmobile branch. Thanks, Nobuhiro 2012/7/17 Tetsuyuki Kobayshi k...@kmckk.co.jp: From: Tetsuyuki Kobayashi k...@kmckk.co.jp Reserve first 16MB for RT-CPU (as same as kernel config). Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp Signed-off-by: Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH v4 3/7] arm: rmobile: kzm9g: change prompt to board specific

2012-07-19 Thread Nobuhiro Iwamatsu
Applied to my arm/rmobile branch. Thanks, Nobuhiro 2012/7/17 Tetsuyuki Kobayshi k...@kmckk.co.jp: From: Tetsuyuki Kobayashi k...@kmckk.co.jp Change U-Boot prompt to board specific one. Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp Signed-off-by: Nobuhiro Iwamatsu iwama

Re: [U-Boot] [PATCH v4 7/7] arm: rmobile: kzm9g: enable reset command

2012-07-19 Thread Nobuhiro Iwamatsu
*/ + writel((1 31), RESCNT2); } -- 1.7.9.5 -- 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

Re: [U-Boot] [PATCH v4 6/7] arm: rmobile: kzm9g: Modify bus controller setting for CS4

2012-07-19 Thread Nobuhiro Iwamatsu
(CMNCR_BROMMD0|CMNCR_BROMMD1) -- 1.7.9.5 -- 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

Re: [U-Boot] [PATCH v4 5/7] MAINTAINERS: Add Tetsuyuki Kobayshi for kzm9g

2012-07-19 Thread Nobuhiro Iwamatsu
: - No change MAINTAINERS |1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 45446f4..55a6c1b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -947,6 +947,7 @@ Vladimir Zapolskiy v...@mleia.com devkit3250 lpc32xx Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH v4 4/7] arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt

2012-07-19 Thread Nobuhiro Iwamatsu
rwtcnt0; /* 0x00 */ + volatile u16 dummy0;/* 0x02 */ volatile u16 rwtcsra0; /* 0x04 */ + volatile u16 dummy1;/* 0x06 */ volatile u16 rwtcsrb0; /* 0x08 */ }; -- 1.7.9.5 -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6

[U-Boot] [PATCH v3] arm: rmobile: Add support Renesas SH73A0

2012-07-19 Thread Nobuhiro Iwamatsu
Renesas SH73A0 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- v2: Remove volatile qualifiers. v3: Split PFC support code. arch/arm/cpu

[U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile

2012-07-05 Thread Nobuhiro Iwamatsu
This patch adds minimum support for R-Mobile. Only minimal support with timer. This CPU can uses the peripheral of Renesas SuperH. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/Makefile | 48 + arch/arm/cpu/armv7/rmobile

[U-Boot] [PATCH v2 3/5] sh: Add support pin function control using GPIO

2012-07-05 Thread Nobuhiro Iwamatsu
Renesas SH and R-Mobile set up device using PFC. This provide the framework. Most codes were brought from linux kernel. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/gpio/Makefile |1 + drivers/gpio/sh_pfc.c | 629

[U-Boot] [PATCH v2 4/5] serial: sh: Add support Renesas SH73A0

2012-07-05 Thread Nobuhiro Iwamatsu
The serial device of SH73A0 has the same structure as SH7372 of SH, etc. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/serial/serial_sh.h | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/serial/serial_sh.h b

[U-Boot] [PATCH v2 5/5] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-07-05 Thread Nobuhiro Iwamatsu
/MAINTAINERS @@ -944,6 +944,10 @@ Vladimir Zapolskiy v...@mleia.com devkit3250 lpc32xx +Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com + + kzm9g SH73A0 (RMOBILE SoC) + - Unknown / orphaned boards: diff

Re: [U-Boot] [PATCH] arm: rmobile: kzm9g: Modify sdram area

2012-07-05 Thread Nobuhiro Iwamatsu
- CONFIG_SDRAM_OFFSET_FOR_RT) #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 32 * 1024 * 1024) #define CONFIG_SYS_MONITOR_BASE(KZM_FLASH_BASE) Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH] arm: rmobile: kzm9g: Adjust hardware setting in lowlevel_init.S

2012-07-05 Thread Nobuhiro Iwamatsu
cmp_loopFRQCRD, 0x8000, 0x + write32 CPGXXCR4, 0xfffc + bx lr .pool -- 1.7.9.5 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Nobuhiro

Re: [U-Boot] [PATCH v2 5/5] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-07-05 Thread Nobuhiro Iwamatsu
Hi, Thank you for your review. 2012/7/5 Tetsuyuki Kobayashi k...@kmckk.co.jp: Hello, Iwamatsu-san (2012/07/05 16:01), Nobuhiro Iwamatsu wrote: diff --git a/board/kmc/kzm9g/kzm9g.c b/board/kmc/kzm9g/kzm9g.c new file mode 100644 index 000..3f38f69 --- /dev/null +++ b/board/kmc/kzm9g

[U-Boot] [PATCH v3] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-07-05 Thread Nobuhiro Iwamatsu
100644 include/configs/kzm9g.h diff --git a/MAINTAINERS b/MAINTAINERS index 17befd0..cb51ecd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -944,6 +944,10 @@ Vladimir Zapolskiy v...@mleia.com devkit3250 lpc32xx +Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com + + kzm9g

Re: [U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile

2012-07-05 Thread Nobuhiro Iwamatsu
Hi, Tetsuyuki Kobayashi さんは書きました: Thank you, Iwamatu-san. But I am afraid that [PATCH v2 2/5] is missing. I didn't recieve it. This mail was blocked by Mailing List system. Size of Mail is too big. If you can show patchwork, you can get from that. http://patchwork.ozlabs.org/patch/169095/

[U-Boot] [PATCH] arm: rmobile: Support build with gcc-4.6 or later

2012-07-05 Thread Nobuhiro Iwamatsu
. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/config.mk | 26 ++ arch/arm/cpu/armv7/rmobile/lowlevel_init.S |2 -- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 arch/arm/cpu/armv7/rmobile

[U-Boot] [PATCH] rmobile: kzm9g: Fix warnin in cmp_loop function

2012-07-05 Thread Nobuhiro Iwamatsu
cmp_loop function was used from the structure of register. And for the member of this structure, volatile is defined. Since a volatile declaration of cmp_loop function is not made by argument, made warning by compiler. This fixes this problem. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu

Re: [U-Boot] [PATCH 0/3] arm: rmobile: kzm9g: enable booting Linux kernel

2012-07-05 Thread Nobuhiro Iwamatsu
|7 --- 3 files changed, 9 insertions(+), 4 deletions(-) Applied to my rmobile repository. Thanks. BTW, do you become a maintainer of kzm9g board? If it becomes a maintainer, please send the patch to MAINTAINERS file. Best regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu

Re: [U-Boot] [PATCH 2/2] net: abort network initialization if the PHY driver fails

2012-07-05 Thread Nobuhiro Iwamatsu
, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-06-28 Thread Nobuhiro Iwamatsu
Hi, Wolfgang. 2012/6/27 Wolfgang Denk w...@denx.de: Dear Nobuhiro Iwamatsu, In message cabmqnv+raovbxagnmv9vo2hyjqz7uz2-tox91qaynrwx4pq...@mail.gmail.com you wrote: ... --- /dev/null +++ b/board/kmc/kzm/lowlevel_init.S ... +     and_write32     LIFEC_SEC_SRC, 0xFFE7

Re: [U-Boot] [PATCH 2/4] net: sh_eth: add SH_ETH_TYPE_ condition

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com 2012/6/27 Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com: At the moment, the driver supports the following CPUs:  - GETHER (Gigabit Ethernet) : SH7763, SH7734

Re: [U-Boot] [PATCH 1/4] net: sh_eth: clean up for the SH7757's code

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com 2012/6/27 Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com: The SH7757's ETHER can work using the SH7724's setting. So, the patch modifies it. Signed-off

Re: [U-Boot] [PATCH 3/4] net: sh_eth: modify the definitions of regsiter

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com 2012/6/27 Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com: The previous code had many similar definitions in each CPU. This patch borrows from the sh_eth driver

Re: [U-Boot] [PATCH 4/4] net: sh_eth: add support for SH7757's GETHER

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com 2012/6/27 Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com: SH7757 has 2 ETHERs and 2 GETHERs. This patch supports the SH7757's GETHER. If CONFIG_SH_ETHER_USE_GETHER

Re: [U-Boot] [PATCH] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-06-26 Thread Nobuhiro Iwamatsu
Hi, Albert. Thank you for your review. 2012/6/26 Albert ARIBAUD albert.u.b...@aribaud.net: Hi Nobuhiro, On Thu, 21 Jun 2012 15:23:39 +0900, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote : The KZM-A9-GT board has Renesas R-Mobile SH73A0, 512MB DDR2-SDRAM, USB, Ethernet, and more

Re: [U-Boot] [PATCH] net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other

2012-06-25 Thread Nobuhiro Iwamatsu
Hi, Joe, could you pick-up ths patch to your network repository? This is bug fix to 201207. Best regards, Nobuhiro 2012/6/21 Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com: Hi, 2012/06/06 11:39, Nobuhiro Iwamatsu wrote: When support sh7734 of sh-ether, ECSIPR_BRCRXIP and other were

[U-Boot] [PATCH] sh: Add support pin function control using GPIO

2012-06-21 Thread Nobuhiro Iwamatsu
Renesas SH and R-Mobile set up device using PFC. This provide the framework. Most codes were brought from linux kernel. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/gpio/Makefile |1 + drivers/gpio/sh_pfc.c | 629

[U-Boot] [PATCH] sh: Add support pin function control using GPIO

2012-06-21 Thread Nobuhiro Iwamatsu
Renesas SH and R-Mobile set up device using PFC. This provide the framework. Most codes were brought from linux kernel. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/gpio/Makefile |1 + drivers/gpio/sh_pfc.c | 629

[U-Boot] [PATCH] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-06-21 Thread Nobuhiro Iwamatsu
+++ b/board/kmc/kzm/Makefile @@ -0,0 +1,51 @@ +# +# (C) Copyright 2012 Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com +# (C) Copyright 2012 Renesas Solutions Corp. +# +# See file CREDITS for list of people who contributed to this +# project. +# +# This program is free software; you can

Re: [U-Boot] net: sh_eth: fix build error when CONFIG_CPU_SH7757 is set

2012-06-21 Thread Nobuhiro Iwamatsu
@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] ARMv7: Add register definition of global timer

2012-06-20 Thread Nobuhiro Iwamatsu
ARMv7 has global timer. This provides the register definition of this timer. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/include/asm/arch-armv7/globaltimer.h | 36 + 1 file changed, 36 insertions(+) create mode 100644 arch/arm/include

[U-Boot] [PATCH 1/2] arm: rmobile: Add basic support for Renesas R-Mobile

2012-06-20 Thread Nobuhiro Iwamatsu
This patch adds minimum support for R-Mobile. Only minimal support with timer. This CPU can uses the peripheral of Renesas SuperH. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/Makefile | 48 + arch/arm/cpu/armv7/rmobile

[U-Boot] [PATCH] net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other

2012-06-05 Thread Nobuhiro Iwamatsu
When support sh7734 of sh-ether, ECSIPR_BRCRXIP and other were removed. Therefore SH7757 and SH7724 can not build. This revise this probelem. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- drivers/net/sh_eth.h |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git

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

2012-05-27 Thread Nobuhiro Iwamatsu
at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to 99fc4fd168f2eff3237f05c6ec4e2bbffe9c06e5: sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4 (2012-05-28 09:12:54 +0900) Nobuhiro Iwamatsu (8): sh: Add

Re: [U-Boot] [PATCH] net: sh_eth: Add support SH7734 Ethernet device

2012-05-24 Thread Nobuhiro Iwamatsu
Joe Hershberger さんは書きました: Hi Nobuhiro Iwamatsu, On Fri, Feb 3, 2012 at 1:28 AM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: SH7734 has one channel ethernet device. This support 10/100/1000Base, and RMII/MII/GMII. And this has the same structure as SH7763. Signed-off-by: Nobuhiro

Re: [U-Boot] [PATCH v2] sh: Add SH7269 device and RSK2+SH7269 board

2012-05-21 Thread Nobuhiro Iwamatsu
Ltd. + * Copyright (C) 2012 Phil Edworthy + * Copyright (C) 2008 Renesas Solutions Corp. + * Copyright (C) 2008 Nobuhiro Iwamatsu + * + * Based on board/renesas/rsk7264/lowlevel_init.S + * + * This file is released under the terms of GPL v2 and any later version. + * See the file COPYING

[U-Boot] [PATCH] sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4

2012-05-21 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c b/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c index 85184a8..77cadea 100644

Re: [U-Boot] [PATCH] net: sh_eth: Add support SH7734 Ethernet device

2012-05-21 Thread Nobuhiro Iwamatsu
Ping. Please pickup 'net: sh-eth: Add support Gigabit of SH7734' too. Best regards, Nobuhiro 2012/5/9 Nobuhiro Iwamatsu iwama...@nigauri.org: Hi, Joe. I have not noticed that  inaugurated as you at the maintainer of net. Could you apply this patch to your u-boot-net repository? Best

Re: [U-Boot] [PATCH] sh: Add SH7269 device and RSK2+SH7269 board

2012-05-15 Thread Nobuhiro Iwamatsu
+1,182 @@ +/* + * Copyright (C) 2012 Renesas Electronics Europe Ltd. + * Copyright (C) 2012 Phil Edworthy + * Copyright (C) 2008 Renesas Solutions Corp. + * Copyright (C) 2008 Nobuhiro Iwamatsu + * + * Based on board/renesas/rsk7264/lowlevel_init.S + * + * This file is released under the terms

[U-Boot] [PATCH v2] sh: Add support for AP-SH4A-4A board

2012-05-15 Thread Nobuhiro Iwamatsu
The AP-SH4A-4A board has SH7734, 64MB DDR2-SDRAM, USB, Ethernet, and more. This patch supports the following functions: - 64MB DDR2-SDRAM - 16MB NOR Flash memory - Serial console (SCIF) - Ethernet (SH-Ether with Gigabit) - I2C Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu

[U-Boot] [PATCH] sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth

2012-05-15 Thread Nobuhiro Iwamatsu
The board with sh_eth needs to set CONFIG_SH_ETHER_PHY_MODE. And SH7734 needs to set value of CONFIG_SH_ETHER_SH7734_MII. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- include/configs/ecovec.h|1 + include/configs/espt.h |1 + include/configs/r0p7734.h |2

[U-Boot] [PATCH v2] net: sh-eth: Add support Gigabit of SH7734

2012-05-15 Thread Nobuhiro Iwamatsu
SH7734 support GMII. This add register infomation and the function which enable GMII. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: Remove debug code drivers/net/sh_eth.c | 11 ++- drivers/net/sh_eth.h |1 + 2 files changed, 11 insertions(+), 1 deletion

Re: [U-Boot] [PATCH] net: sh_eth: Add support SH7734 Ethernet device

2012-05-09 Thread Nobuhiro Iwamatsu
Hi, Joe. I have not noticed that inaugurated as you at the maintainer of net. Could you apply this patch to your u-boot-net repository? Best regards, Nobuhiro 2012/2/3 Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com: SH7734 has one channel ethernet device. This support 10/100/1000Base

[U-Boot] [PATCH] sh: Add register definition of PFC for SH7734

2012-05-09 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/cpu_sh7734.h | 27 +++ 1 file changed, 27 insertions(+) diff --git a/arch/sh/include/asm/cpu_sh7734.h b/arch/sh/include/asm/cpu_sh7734.h index e3becc9..0f84b4f 100644 --- a/arch/sh

[U-Boot] [PATCH] sh: Add support for AP-SH4A-4A board

2012-05-09 Thread Nobuhiro Iwamatsu
The AP-SH4A-4A board has SH7734, 64MB DDR2-SDRAM, USB, Ethernet, and more. This patch supports the following functions: - 64MB DDR2-SDRAM - 16MB NOR Flash memory - Serial console (SCIF) - Ethernet (SH-Ether with Gigabit) - I2C Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu

[U-Boot] [PATCH] net: sh-eth: Add support Gigabit of SH7734

2012-05-09 Thread Nobuhiro Iwamatsu
SH7734 support GMII. This add register infomation and the function which enable GMII. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Joe Hershberger joe.hershber...@ni.com --- drivers/net/sh_eth.c | 12 +++- drivers/net/sh_eth.h |1 + 2 files changed, 12

Re: [U-Boot] [PATCH] arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

2012-05-06 Thread Nobuhiro Iwamatsu
Hi, Sorry, reply is late. 2012/4/19 Albert ARIBAUD albert.u.b...@aribaud.net: Le 19/04/2012 08:44, Albert ARIBAUD a écrit : Hi Nobuhiro Iwamatsu, Le 18/04/2012 04:41, Nobuhiro Iwamatsu a écrit : With almost all the architecture and board BOARD_LATE_INIT does not use

[U-Boot] [PATCH] sh: ecovec: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

2012-04-17 Thread Nobuhiro Iwamatsu
When calling board_late_init, we need to define CONFIG_BOARD_LATE_INIT. The latest ecovec config defines BOARD_LATE_INIT, board_late_init is not called. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/ecovec.h |2 +- 1 files changed, 1 insertions(+), 1

[U-Boot] [PATCH] nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

2012-04-17 Thread Nobuhiro Iwamatsu
With almost all the architecture and board BOARD_LATE_INIT does not use. CONFIG_BOARD_LATE_INIT is used instead. This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Macpaul Lin macp...@andestech.com --- arch/nds32/lib

[U-Boot] [PATCH] arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

2012-04-17 Thread Nobuhiro Iwamatsu
With almost all the architecture and board BOARD_LATE_INIT does not use. CONFIG_BOARD_LATE_INIT is used instead. This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Stefano Babic sba...@denx.de --- board/davinci/ea20

[U-Boot] [PATCH] arm: cam_enc_4xx: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

2012-04-17 Thread Nobuhiro Iwamatsu
With almost all the architecture and board BOARD_LATE_INIT does not use. CONFIG_BOARD_LATE_INIT is used instead. This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Heiko Schocher h...@denx.de --- include/configs

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

2012-04-17 Thread Nobuhiro Iwamatsu
for you to fetch changes up to 77fe6e773af762676f4f30f646caa160e39a0bcc: sh: ecovec: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT (2012-04-18 11:16:46 +0900) Nobuhiro Iwamatsu (1): sh: ecovec: Change macro from

Re: [U-Boot] [PATCH] sh: Fix rsk7264 pin setup for on-board ethernet

2012-04-10 Thread Nobuhiro Iwamatsu
Hi, all. Applied, thanks, I will put this to 201204. Best regards, Nobuhiro 2012/4/10 Marek Vasut marek.va...@gmail.com: Dear Phil Edworthy, This sets up the external ethernet IRQ pin. Signed-off-by: Phil Edworthy phil.edwor...@renesas.com Add Cc: Nobuhiro Iwamatsu iwama...@nigauri.org

Re: [U-Boot] [PATCH 05/14] CMD: Drop CONFIG_CMD_DFL, it's not used

2012-04-01 Thread Nobuhiro Iwamatsu
Acked-by: Nobuhiro Iwamatsu iwama...@nigauri.org 2012/4/1 Marek Vasut ma...@denx.de: $ git grep CMD_DFL board/atc/ti113x.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \ board/atc/ti113x.c:     pci_writew (s, PCI_COMMAND, CMD_DFLT); board/cpc45/pd67290.c:#define CMD_DFLT

[U-Boot] Please pull u-boot-sh/master

2012-03-25 Thread Nobuhiro Iwamatsu
master for you to fetch changes up to 75d79840ff8ea4e5a21b2b343f0316c57354897d: sh: Fix building ecovec board (2012-03-26 10:09:31 +0900) Nobuhiro Iwamatsu (4): sh: Add header file for interface of SH MMC sh: sh7757lcr

Re: [U-Boot] [PATCH] sh: Fix building ecovec board

2012-03-21 Thread Nobuhiro Iwamatsu
) +               $(call cmd_link_o_target, $(OBJS) $(SOBJS))  # -- 1.7.0.4 -- Nobuhiro Iwamatsu    iwamatsu at {nigauri.org / debian.org}    GPG ID: 40AD1FA6 ___ U-Boot mailing

[U-Boot] [PATCH] sh: Add header file of MMC framework

2012-03-21 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/lib/board.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/sh/lib/board.c b/arch/sh/lib/board.c index d9c0c22..eb021e8 100644 --- a/arch/sh/lib/board.c +++ b/arch/sh/lib/board.c @@ -25,6 +25,7

[U-Boot] [PATCH 1/2] sh: ecovec: Remove unused variable

2012-03-21 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- board/renesas/ecovec/ecovec.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/board/renesas/ecovec/ecovec.c b/board/renesas/ecovec/ecovec.c index 275b0ba..3bd1a62 100644 --- a/board/renesas/ecovec/ecovec.c +++ b

[U-Boot] [PATCH 2/2] usb: r8a66597: Switched from variable to only macro

2012-03-21 Thread Nobuhiro Iwamatsu
Some variables are initialized with a value defined by macro. This was changed to use the macro directly. And the variable not to use deleted it. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- drivers/usb/host/r8a66597-hcd.c | 15 +-- 1 files changed, 5 insertions(+), 10

[U-Boot] [PATCH 1/2] sh: Add header file for interface of SH MMC

2012-03-21 Thread Nobuhiro Iwamatsu
This defines the mmcif_mmc_init which is an MMC function of SH. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- arch/sh/include/asm/mmc.h | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 arch/sh/include/asm/mmc.h diff --git a/arch/sh

[U-Boot] [PATCH 2/2] sh: sh7757lcr: Add MMC header file of SH

2012-03-21 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- board/renesas/sh7757lcr/sh7757lcr.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/renesas/sh7757lcr/sh7757lcr.c b/board/renesas/sh7757lcr/sh7757lcr.c index adae9ce..c8edad8 100644 --- a/board/renesas

Re: [U-Boot] [PATCH] sh: Fix building ecovec board

2012-03-21 Thread Nobuhiro Iwamatsu
 := $(addprefix $(obj),$(SOBJS)) + +$(LIB): $(OBJS) $(SOBJS) +               $(call cmd_link_o_target, $(OBJS) $(SOBJS))  # -- 1.7.0.4 Best regards, Phil -- Nobuhiro Iwamatsu    iwamatsu at {nigauri.org

Re: [U-Boot] [PATCH] sh_spi: Add 4 chip select signals supporting

2012-03-20 Thread Nobuhiro Iwamatsu
         4  struct sh_spi {        struct spi_slave        slave; -- 1.7.1 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Nobuhiro Iwamatsu    iwamatsu at {nigauri.org / debian.org}    GPG ID: 40AD1FA6

Re: [U-Boot] [PATCH] sh: sh7757lcr: add supporting for MMCIF

2012-03-13 Thread Nobuhiro Iwamatsu
SH7757LCR_SDRAM_PHYS_TOP       0x4000  #define SH7757LCR_GRA_OFFSET           0x1f00 -- 1.7.1 -- 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] [PATCH] sh: r0p7734: Add support I2C controller

2012-03-07 Thread Nobuhiro Iwamatsu
This read MAC address from Serial EEPROM and set. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/renesas/r0p7734/r0p7734.c | 20 +++- include/configs/r0p7734.h | 17 + 2 files changed, 36 insertions(+), 1 deletions(-) diff

[U-Boot] [PATCH v2] sh: r0p7734: Add support I2C controller

2012-03-07 Thread Nobuhiro Iwamatsu
This read MAC address from Serial EEPROM and set. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: Remove white space. board/renesas/r0p7734/r0p7734.c | 20 +++- include/configs/r0p7734.h | 17 + 2 files changed, 36 insertions

[U-Boot] Please pull u-boot-sh/master

2012-03-07 Thread Nobuhiro Iwamatsu
master for you to fetch changes up to 78df8c68cd42c9db3601b331018b82e9627d08ce: sh: timer: Remove unnecessary variable 'ticks' (2012-03-08 10:26:38 +0900) Nobuhiro Iwamatsu (6): sh: sh_eth: Add support SH7724 sh: ecovec

Re: [U-Boot] [PATCH v4] sh: i2c: Add support I2C controller of SH7734

2012-03-01 Thread Nobuhiro Iwamatsu
Hi, Mike. 2012/3/1 Mike Frysinger vap...@gentoo.org: On Wednesday 29 February 2012 21:58:42 Nobuhiro Iwamatsu wrote: --- /dev/null +++ b/drivers/i2c/sh_sh7734_i2c.c +#include common.h +#include asm/io.h should include i2c.h too so you know your funcs match the prototypes everyone else

[U-Boot] [PATCH] sh: i2c: Add support I2C controller of SH7734

2012-03-01 Thread Nobuhiro Iwamatsu
before the semi-colon. V3: - Fix error for whitespace. V2: - Changed bit control to use the clr|set|clrsetbits_* functions. - Fix wrong comment style. - Add new line before for loop in i2c_read. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Heiko Schocher h

Re: [U-Boot] [PATCH] sh: i2c: Add support I2C controller of SH7734

2012-02-29 Thread Nobuhiro Iwamatsu
Hi, Mike. Thank you for your review. 2012/2/22 Mike Frysinger vap...@gentoo.org: On Tuesday 21 February 2012 20:13:47 Nobuhiro Iwamatsu wrote: --- /dev/null +++ b/drivers/i2c/sh_sh7734_i2c.c +#if DEBUG +static void sh_i2c_dump_reg(struct sh_i2c *base) +{ +     printf(iccr1 : %02X\n

[U-Boot] [PATCH v4] sh: i2c: Add support I2C controller of SH7734

2012-02-29 Thread Nobuhiro Iwamatsu
the clr|set|clrsetbits_* functions. - Fix wrong comment style. - Add new line before for loop in i2c_read. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Heiko Schocher h...@denx.de --- drivers/i2c/Makefile|1 + drivers/i2c/sh_sh7734_i2c.c | 426

[U-Boot] [PATCH] sh: timer: Remove unnecessary variable 'ticks'

2012-02-29 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Reported-by: Mike Frysinger vap...@gentoo.org --- arch/sh/lib/time.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/arch/sh/lib/time.c b/arch/sh/lib/time.c index c70baed..a01596c 100644 --- a/arch/sh

[U-Boot] [PATCH] sh: i2c: Add support I2C controller of SH7734

2012-02-21 Thread Nobuhiro Iwamatsu
Renesas SH7734 has two I2C interfaceis. This supports these I2C. V3: - Fix error for whitespace. V2: - Changed bit control to use the clr|set|clrsetbits_* functions. - Fix wrong comment style. - Add new line before for loop in i2c_read. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu

[U-Boot] [PATCH] sh: Add bit control functions

2012-02-21 Thread Nobuhiro Iwamatsu
This provide bit control functions as clrbits_*, setbits_* and clrsetbits_*. V2: Fix comment style and error of whitespace. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Heiko Schocher h...@denx.de --- arch/sh/include/asm/io.h | 43

Re: [U-Boot] [PATCH v2] sh: i2c: Add support I2C controller of SH7734

2012-02-21 Thread Nobuhiro Iwamatsu
Hi, Heiko 2012/2/15 Heiko Schocher h...@denx.de: Hello Nobuhiro, Nobuhiro Iwamatsu wrote: Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: - Changed bit control to use the clr|set|clrsetbits_

Re: [U-Boot] [PATCH] sh: Add bit control functions

2012-02-21 Thread Nobuhiro Iwamatsu
Hi, Hello. Thanks for your review. I resend revised patch with your Acked-by. Best regards, Nobuhiro 2012/2/15 Heiko Schocher h...@denx.de: Hello Nobuhiro, Nobuhiro Iwamatsu wrote: This provide bit control functions as clrbits_*, setbits_* and clrsetbits_*. Signed-off-by: Nobuhiro

Re: [U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-21 Thread Nobuhiro Iwamatsu
Hi, I built with ecovec board. you can check command following : make CROSS_COMPILE=sh-linux-gnu- ecovec_config make CROSS_COMPILE=sh-linux-gnu- Best regards, Nobuhiro 2012/2/16 Mike Frysinger vap...@gentoo.org: On Wednesday 15 February 2012 02:51:40 Nobuhiro Iwamatsu wrote: 2012/2/3 Mike

Re: [U-Boot] sh: build warnings in clock code

2012-02-21 Thread Nobuhiro Iwamatsu
://lists.denx.de/mailman/listinfo/u-boot -- 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

Re: [U-Boot] [PATCH] sh: i2c: Add support I2C controller of SH7734

2012-02-14 Thread Nobuhiro Iwamatsu
Hi, Thanks for your comment. 2012/2/6 Heiko Schocher h...@denx.de: Hello Nobuhiro, Nobuhiro Iwamatsu wrote: Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com ---  drivers/i2c/Makefile        |    1

[U-Boot] [PATCH v2] sh: i2c: Add support I2C controller of SH7734

2012-02-14 Thread Nobuhiro Iwamatsu
Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: - Changed bit control to use the clr|set|clrsetbits_* functions. - Fix wrong comment style. - Add new line before for loop in i2c_read. drivers

[U-Boot] [PATCH] sh: Add bit control functions

2012-02-14 Thread Nobuhiro Iwamatsu
This provide bit control functions as clrbits_*, setbits_* and clrsetbits_*. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/io.h | 37 + 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/arch/sh

Re: [U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-14 Thread Nobuhiro Iwamatsu
Hi, 2012/2/3 Mike Frysinger vap...@gentoo.org: On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote: @@ -564,8 +569,10 @@ static int sh_eth_bb_init(struct bb_miiphy_bus *bus)  static int sh_eth_bb_mdio_active(struct bb_miiphy_bus *bus)  { +     int port;       struct sh_eth_dev *eth

Re: [U-Boot] [PATCH] sh: Fix sh7264 clock speed and related serial setting

2012-02-14 Thread Nobuhiro Iwamatsu
CONFIG_SYS_HZ          (CONFIG_SYS_CLK_FREQ / CMT_CLK_DIVIDER) -- 1.7.0.4 -- 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] net: sh_eth: Remove unnecessary return

2012-02-02 Thread Nobuhiro Iwamatsu
--- drivers/net/sh_eth.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index 1bc44a8..8d3dac2 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -94,7 +94,6 @@ int sh_eth_send(struct eth_device *dev, volatile void

[U-Boot] [PATCH] net: sh_eth: Add support SH7734 Ethernet device

2012-02-02 Thread Nobuhiro Iwamatsu
SH7734 has one channel ethernet device. This support 10/100/1000Base, and RMII/MII/GMII. And this has the same structure as SH7763. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 17 +- drivers/net/sh_eth.h | 85

[U-Boot] [PATCH] sh: Add support for r0p7734 board

2012-02-02 Thread Nobuhiro Iwamatsu
The r0p7734 board has SH7734, 128MB DDR2-SDRAM, USB, Ethernet, and more. This patch supports the following functions: - 128MB DDR2-SDRAM - 32MB NOR Flash memory - Serial console (SCIF) - Ethernet (SH-Ether/SMSC) Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- MAINTAINERS

[U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-02 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 27 +-- 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index c1abe7c..e29061c 100644 --- a/drivers/net/sh_eth.c +++ b

[U-Boot] [PATCH] sh: i2c: Add support I2C controller of SH7734

2012-02-02 Thread Nobuhiro Iwamatsu
Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/i2c/Makefile|1 + drivers/i2c/sh_sh7734_i2c.c | 468 +++ 2 files changed, 469 insertions(+), 0

<    2   3   4   5   6   7   8   9   10   >