[U-Boot] 'Relocation' for sc520 (i386) based boards

2008-09-21 Thread Graeme Russ
Hi All, I've been thinking about where U-Boot runs in memory on my sc520 based board and it appears that it is always executing from ROM and I started pondering if I should attempt to relocate U-Boot into RAM. Note: Please correct me if I am mistaken and U-Boot does indeed run from RAM on i386 /

Re: [U-Boot] 'Relocation' for sc520 (i386) based boards

2008-09-21 Thread Jerry Van Baren
Graeme Russ wrote: Hi All, I've been thinking about where U-Boot runs in memory on my sc520 based board and it appears that it is always executing from ROM and I started pondering if I should attempt to relocate U-Boot into RAM. Yes. All u-boot ports that I am aware of relocate themselves

Re: [U-Boot] [PATCH v2] ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz

2008-09-21 Thread Wolfgang Denk
Dear Victor, in message [EMAIL PROTECTED] you wrote: ... + * Use these scan options for PLB bus greater than or equal 200MHz + * else use the defaults. These options are known to return a cycle + * delay of T2 or better with a 200MHz PLB bus. Scanning the + * full list of WDTR/CLKTR should

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

2008-09-21 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message [EMAIL PROTECTED] you wrote: Please pull u-boot-sh repositry. The following changes since commit c0d2f87d6c450128b88e73eea715fa3654f65b6c: Wolfgang Denk (1): Prepare v2008.10-rc2 are available in the git repository at:

Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-21 Thread Wolfgang Denk
Dear Stefan, in message [EMAIL PROTECTED] you wrote: AS I understand, this is just a temporary patch including a workaround for aproblem that is not yet understood. Correct. We are not under preassure yet in terms of release schedule. AMCC wants to ship the new 600MHz boards.

Re: [U-Boot] [PATCH 1/1] i.MX31: switch to CFG_HZ=1000

2008-09-21 Thread Wolfgang Denk
Dear Jean-Christophe, in message [EMAIL PROTECTED] Guennadi Liakhovetski wrote: I still don't understand the purpose of this post. The patch has been posted by the author to the list, you are the subsystem custodian. I think, you have mainly three possibilities now: 1. you are happy

Re: [U-Boot] ARM u-boot-next pull request

2008-09-21 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: are available in the git repository at: git://git.denx.de/u-boot-arm.git master Guennadi Liakhovetski (1): i.MX31: switch to CFG_HZ=1000 See previous comments. This commit is not OK as is and needs to

Re: [U-Boot] 'Relocation' for sc520 (i386) based boards

2008-09-21 Thread Graeme Russ
Thanks again for you rapip response Jerry On Mon, Sep 22, 2008 at 3:29 AM, Jerry Van Baren [EMAIL PROTECTED] wrote: Graeme Russ wrote: I started pondering if I should attempt to relocate U-Boot into RAM. Yes. All u-boot ports that I am aware of relocate themselves and run out of RAM. One