Re: [U-Boot] qemu-mips usage

2009-01-26 Thread Nobuhiro Iwamatsu
Hi, Luigi 'Comio' Mantellini wrote: Hi ML, I'm evaluating the qemu-mips to simulate a mips 4kec/24kec board. I'm working on the high level booting sequence (linux init scripts), and qemu+uboot should be a good choice to emulate a basic system (flash + dram + 4kec cpu). Furthermore,

Re: [U-Boot] [PATCH 1/1] sh/serial: use readx/writex accessors

2009-01-15 Thread Nobuhiro Iwamatsu
/serial_sh.c @@ -18,6 +18,7 @@ */ 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 0/1] sh/serial: coding style cleanup

2009-01-15 Thread Nobuhiro Iwamatsu
/serial_sh.c Applied, thanks. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2009-01-15 Thread Nobuhiro Iwamatsu
Kieran Bingham (1): sh: Fix up rsk7203 target for out of tree build Nobuhiro Iwamatsu (1): sh: Fix compile error on lowlevel_init file Makefile|4 +- board/mpr2/lowlevel_init.S | 75 +++ board/ms7722se/lowlevel_init.S

[U-Boot] [PATCH] sh: Fix compile error in lowlevel_init file

2009-01-11 Thread Nobuhiro Iwamatsu
lowlevel_init of SH was corrected to use the write/readXX macro. However, there was a problem that was not able to be compiled partially. This patch corrected this. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- board/ms7722se/lowlevel_init.S|3 ++- board/ms7750se

Re: [U-Boot] [PATCH] sh: update sh timer coding style

2009-01-10 Thread Nobuhiro Iwamatsu
On Sat, 20 Dec 2008 15:25:22 +0100 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- lib_sh/time.c | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) Applied, thanks.

Re: [U-Boot] [PATCH 1/2] sh: lowlevel_init coding style cleanup

2009-01-10 Thread Nobuhiro Iwamatsu
On Sat, 20 Dec 2008 19:29:48 +0100 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- board/mpr2/lowlevel_init.S | 44 +- board/ms7722se/lowlevel_init.S | 34 +-

Re: [U-Boot] [PATCH] [update] Fix up rsk7203 target for out of tree build

2009-01-10 Thread Nobuhiro Iwamatsu
On Tue, 30 Dec 2008 01:16:03 + Kieran Bingham kieranbing...@gmail.com wrote: Patch updated to correct changes made during debug Signed-off-by: Kieran Bingham kbing...@mpc-data.co.uk --- Makefile |4 ++-- board/renesas/rsk7203/Makefile |4

Re: [U-Boot] [PATCH] sh: update sh2/sh2a timer coding style

2009-01-10 Thread Nobuhiro Iwamatsu
On Sat, 20 Dec 2008 15:27:45 +0100 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- lib_sh/time_sh2.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Nobuhiro

[U-Boot] [PATCH] sh: Update sh2/sh2a timer

2008-12-08 Thread Nobuhiro Iwamatsu
Renesas SH2/SH2A timer broken. This patch fix timer function. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- lib_sh/time_sh2.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/lib_sh/time_sh2.c b/lib_sh/time_sh2.c index fcbb921..4f893c8 100644

Re: [U-Boot] [PATCH] r2dplus fix register access

2008-12-06 Thread Nobuhiro Iwamatsu
insertions(+), 3 deletions(-) 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] r2dplus/lowlevel_init: coding style fix

2008-12-06 Thread Nobuhiro Iwamatsu
(-) 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] sh: sh7763rdp: Update sh7763rdp config

2008-12-03 Thread Nobuhiro Iwamatsu
Hi, Ben. Ben Warren wrote: Hi Nobuhiro, Nobuhiro Iwamatsu wrote: Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/sh7763rdp.h |1 + 2 files changed, 2 insertions(+), 1 deletions

[U-Boot] [PATCH] sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT

2008-11-24 Thread Nobuhiro Iwamatsu
SH4 is different a value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT every CPU. This patch corrects these values. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/asm-sh/cpu_sh4.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/asm-sh

[U-Boot] [PATCH] sh: sh_eth: Change new network API

2008-11-20 Thread Nobuhiro Iwamatsu
sh_eth used old network API. This patch changed new API. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh4/cpu.c|8 + drivers/net/sh_eth.c | 355 -- drivers/net/sh_eth.h | 10 +- include/netdev.h |1 + 4 files

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

2008-11-20 Thread Nobuhiro Iwamatsu
Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/sh7763rdp.h |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h index

[U-Boot] [PATCH v2] sh: Update sh timer function

2008-11-19 Thread Nobuhiro Iwamatsu
Change to write/readX fcuntion and fix timer bug. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh2/Makefile|2 +- cpu/sh3/Makefile|2 +- cpu/sh3/time.c | 103 --- cpu/sh4/Makefile

[U-Boot] [PATCH] sh: Update sh timer function

2008-11-17 Thread Nobuhiro Iwamatsu
Change to write/readX fcuntion and fix timer bug. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh3/Makefile |2 +- cpu/sh3/time.c | 103 -- cpu/sh4/time.c | 76 ++- 3 files changed

[U-Boot] [PATCH] sh: Update ms7722se board config

2008-11-16 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/ms7722se.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/ms7722se.h b/include/configs/ms7722se.h index 9997c9b..5202004 100644 --- a/include/configs/ms7722se.h +++ b/include/configs

[U-Boot] [PATCH] sh: Update SuperH serial driver

2008-11-16 Thread Nobuhiro Iwamatsu
The address of SCFSR register is wrong at SH7720/SH7721. This patch fix this. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/serial/serial_sh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/serial/serial_sh.c b/drivers/serial/serial_sh.c index

Re: [U-Boot] [PATCH] sh: fix rsk7203 and MigoR out of tree build

2008-11-12 Thread Nobuhiro Iwamatsu
- @./mkconfig -a $(@:_config=) sh sh4 MigoR renesas + @$(MKCONFIG) -a $(@:_config=) sh sh4 MigoR renesas ms7750se_config: unconfig @mkdir -p $(obj)include -- 1.5.6.5 Applied, thanks. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U

[U-Boot] [PATCH] sh: Migo-R: Update BSC value

2008-11-03 Thread Nobuhiro Iwamatsu
A value of BSC CS4 was wrong, Fixed it. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/renesas/MigoR/lowlevel_init.S | 32 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/board/renesas/MigoR/lowlevel_init.S b/board/renesas/MigoR

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

2008-10-31 Thread Nobuhiro Iwamatsu
repository at: git://git.denx.de/u-boot-sh.git master Nobuhiro Iwamatsu (7): sh: ap325rxa: Moved ap325rxa board to board/renesas sh: r7780mp: Moved r7780mp board to board/renesas sh: sh7785lcr: Moved sh7785lcr board to board/renesas sh: sh7763rdp: Moved sh7763rdp board to board

Re: [U-Boot] [PATCH 1/7] sh: ap325rxa: Moveed ap325rxa board in board/renesas

2008-10-30 Thread Nobuhiro Iwamatsu
Hi, Ben. On Tue, 28 Oct 2008 09:35:09 -0700 Ben Warren [EMAIL PROTECTED] wrote: Use 'git mv' and then 'git format-patch -C' OK, Thank you. I will use and resend. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot

[U-Boot] [PATCH 7/7] sh: rsk7203: Moved rsk7203 board to board/renesas

2008-10-30 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- Makefile|2 +- board/{ = renesas}/rsk7203/Makefile|0 board/{ = renesas}/rsk7203/config.mk |0 board/{ = renesas}/rsk7203/lowlevel_init.S |0 board/{ = renesas}/rsk7203

[U-Boot] [PATCH 5/7] sh: r2dplus: Moved r2dplus board to board/renesas

2008-10-30 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- Makefile|2 +- board/{ = renesas}/r2dplus/Makefile|0 board/{ = renesas}/r2dplus/config.mk |0 board/{ = renesas}/r2dplus/lowlevel_init.S |0 board/{ = renesas}/r2dplus

[U-Boot] [PATCH 5/7] sh: r2dplus: Moveed r2dplus board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- Makefile |2 +- board/r2dplus/Makefile| 47 -- board/r2dplus/config.mk | 23 - board/r2dplus/lowlevel_init.S | 154

[U-Boot] [PATCH 6/7] sh: MigoR: Moveed MigoR board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- Makefile|2 +- board/MigoR/Makefile| 52 --- board/MigoR/config.mk | 31 board/MigoR/lowlevel_init.S | 264 --- board/MigoR

[U-Boot] [PATCH 2/7] sh: r7780mp: Moveed r7780mp board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- Makefile |2 +- board/r7780mp/Makefile| 48 board/r7780mp/config.mk | 27 -- board/r7780mp/lowlevel_init.S | 429 - board/r7780mp

[U-Boot] [PATCH 7/7] sh: rsk7203: Moveed rsk7203 board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- Makefile |2 +- board/renesas/rsk7203/Makefile| 45 ++ board/renesas/rsk7203/config.mk | 28 board/renesas/rsk7203/lowlevel_init.S | 265 + board

[U-Boot] [PATCH 4/7] sh: sh7763rdp: Moveed sh7763rdp board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- Makefile|2 +- board/renesas/sh7763rdp/Makefile| 51 + board/renesas/sh7763rdp/config.mk | 11 + board/renesas/sh7763rdp/lowlevel_init.S | 350 +++ board

Re: [U-Boot] [PATCH 1/7] sh: ap325rxa: Moveed ap325rxa board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
changes in the diff would clean up the patches significantly. OK, I will check and resend. Thnak you for your check. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] sh: rsk7203: Add smc911x driver support to board config file

2008-10-13 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/rsk7203.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h index d99e4f3..1f20e57 100644 --- a/include/configs/rsk7203.h +++ b/include/configs

[U-Boot] [PATCH] sh: Fix cannot execute a stand-alone application

2008-10-08 Thread Nobuhiro Iwamatsu
Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- examples/stubs.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/stubs.c b/examples/stubs.c index ec53532..a8cb954 100644

Re: [U-Boot] Run hello world with Uboot !

2008-10-08 Thread Nobuhiro Iwamatsu
steps. This problem is SuperH specific. I fixed it and send patch. Thaoth , Please apply patch to your source code, and do test. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH v2] net: ne2000: Divided a function of NE2000 driver

2008-10-02 Thread Nobuhiro Iwamatsu
Hi, all 2008/10/3 Ben Warren [EMAIL PROTECTED]: Jean-Christophe PLAGNIOL-VILLARD wrote: On 23:07 Wed 01 Oct , Ben Warren wrote: Hi Nobuhiro-san, Nobuhiro Iwamatsu wrote: get_prom function was used __attriute__ , but it is not enable. ax88796.o does not do link besides ne2000.o. When

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread Nobuhiro Iwamatsu
image! ... can you do a 'file uImage' and copy the result ? ... [EMAIL PROTECTED] boot]# file uImage uImage: PPCBoot image ... I tried and send you its log. What is the kernel version that you use? -- Nobuhiro Iwamatsu ___ U-Boot mailing list U

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread Nobuhiro Iwamatsu
arch/sh/boot/Makefile to your kernel. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] ppc: Fix typo in include/mpc83xx.h

2008-09-23 Thread Nobuhiro Iwamatsu
Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/mpc83xx.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/mpc83xx.h b/include/mpc83xx.h index 5d82bb4..7f30d68 100644 --- a/include/mpc83xx.h +++ b

[U-Boot] [PATCH] sh: Add support watchdog for SH4A core

2008-09-18 Thread Nobuhiro Iwamatsu
Add support watchdog for SH4A core (SH7763, SH7780 and SH7785). And fix some compile warning. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh4/watchdog.c | 48 lib_sh/board.c | 89 +++- 2 files

[U-Boot] [PATCH v2] sh: Add support watchdog for SH4A core

2008-09-18 Thread Nobuhiro Iwamatsu
Add support watchdog for SH4A core (SH7763, SH7780 and SH7785). And fix some compile warning. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- - Fix checkpatch warning cpu/sh4/watchdog.c | 53 +--- lib_sh/board.c | 115

[U-Boot] [PATCH] sh: Fix compile warning

2008-09-18 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/ms7722se/lowlevel_init.S | 56 + board/r7780mp/lowlevel_init.S |3 +- board/sh7785lcr/selfcheck.c|4 +- drivers/pci/pci_sh7751.c | 24 + drivers/pci/pci_sh7780.c | 15

[U-Boot] [PATCH] usb: Fix compile warning of r8a66597-hcd

2008-09-18 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/usb/r8a66597-hcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/r8a66597-hcd.c b/drivers/usb/r8a66597-hcd.c index 0d3931e..a2e1fff 100644 --- a/drivers/usb/r8a66597-hcd.c +++ b/drivers/usb

[U-Boot] [PATCH] sh: Add support any page size and empty_zero_page to SH Linux uImage

2008-09-16 Thread Nobuhiro Iwamatsu
Old U-Boot supported 4KB page size only. If this version, Linux kernel can not get command line from U-Boot. SH Linux kernel can change page size and empty_zero_page. This patch support this function and fix promlem. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- lib_sh/bootm.c | 44

[U-Boot] [PATCH] sh: Fix typo in SH console driver

2008-09-16 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/serial/serial_sh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/serial/serial_sh.c b/drivers/serial/serial_sh.c index 61c2b82..f30532b 100644 --- a/drivers/serial/serial_sh.c +++ b/drivers/serial

[U-Boot] [PATCH] sh: Remove re-defined CONFIG_FLASH_CFI_DRIVER from config

2008-09-11 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/ap325rxa.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index 3db609b..c961908 100644 --- a/include/configs/ap325rxa.h +++ b/include/configs

[U-Boot] [PATCH] sh: Fix compile error for r2dplus

2008-09-11 Thread Nobuhiro Iwamatsu
netdev.h was not include by r2dplus. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/r2dplus/r2dplus.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/r2dplus/r2dplus.c b/board/r2dplus/r2dplus.c index b962dd1..4e0c66a 100644 --- a/board/r2dplus

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

2008-09-10 Thread Nobuhiro Iwamatsu
devices. -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] sh: Remove CC line from board's Makefile

2008-08-31 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/rsk7203/Makefile |3 --- board/sh7785lcr/Makefile |3 --- 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/board/rsk7203/Makefile b/board/rsk7203/Makefile index a44f9ca..7365d19 100644 --- a/board/rsk7203

[U-Boot] [PATCH 1/2] net: smc911x: Add pkt_data_pull and pkt_data_push function

2008-08-27 Thread Nobuhiro Iwamatsu
functions necessary to solve this problem. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/smc911x.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index 0fff820..648c94c 100644 --- a/drivers/net

[U-Boot] [PATCH] sh: Add support sh2 to MAKEALL

2008-08-27 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAKEALL |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index 56cc38d..752ed68 100755 --- a/MAKEALL +++ b/MAKEALL @@ -803,7 +803,7 @@ do |mips|mips_el \ |nios|nios2 \ |ppc

[U-Boot] [PATCH] sh: Fix compile error sh7785lcr board

2008-08-27 Thread Nobuhiro Iwamatsu
This boards used old type preprocessor. This patch fix compile error. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/sh7785lcr.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index

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

2008-08-22 Thread Nobuhiro Iwamatsu
From 1f6ce000f4071e86bb6bfead6e7d30efa84f3824 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu [EMAIL PROTECTED] Date: Fri, 22 Aug 2008 17:39:09 +0900 Subject: [PATCH] sh: Renesas Solutions AP325RXA board support AP325RXA is SH7723's reference board. This has SCIF, NOR Flash, Ethernet, USB host

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

2008-08-20 Thread Nobuhiro Iwamatsu
Hi, 2008/8/20 thaoth [EMAIL PROTECTED]: Hi Nobuhiro Iwamatsu, 1. Clock frequency of board. #define CONFIG_SYS_CLK_FREQ #define TMU_CLK_DIVIDER 4 /* 4 (default), 16, 64, 256 or 1024 */ #define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) I

<    5   6   7   8   9   10