Re: [U-Boot] [PATCH] fsl-ddr: Fix the turnaround timing for TIMING_CFG_4

2010-02-04 Thread Liu Dave-R63238
Read-to-read/Write-to-write turnaround for same chip select of DDR3 memory, BL/2+2 cycles is enough for these turnarounds. Cutting down the turnaround from BL/2+4 to BL/2+2 will improve the memory performance. Please ignore this patch, I will provide one better solution to address this

[U-Boot] [PATCH v1 1/2] fsl-ddr: Fix the turnaround timing for TIMING_CFG_4

2010-02-04 Thread Dave Liu
Read-to-read/Write-to-write turnaround for same chip select of DDR3 memory, BL/2+2 cycles is enough for them at BC4 and OTF case, BL/2 cycles is enough for fixed BL8. Cutting down the turnaround from BL/2+4 to BL/2+2 or BL/2 will improve the memory performance. Signed-off-by: Dave Liu

[U-Boot] [PATCH v1 2/2] fsl-ddr: change the default burst mode for DDR3

2010-02-04 Thread Dave Liu
For 64B cacheline SoC, set the fixed 8-beat burst len, for 32B cacheline SoC, set the On-The-Fly as default. Signed-off-by: Dave Liu dave...@freescale.com --- should go to B2.0.3 release. cpu/mpc8xxx/ddr/options.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH V4 09/11] ARM/PPC: add a common way to access registers

2010-02-04 Thread Stefano Babic
Wolfgang Denk wrote: I like this approach better than the precious one. However, I had hoped that we could do without such manual configu- ration like CONFIG_FSL_ESDHC_*_ENDIAN. I mean, we already know the target byte order, and you know in which byte order you want to access the data, or

Re: [U-Boot] [PATCH V4 09/11] ARM/PPC: add a common way to access registers

2010-02-04 Thread Wolfgang Denk
Dear Stefano Babic, In message 4b6a96b3.4060...@denx.de you wrote: Wolfgang Denk wrote: I like this approach better than the precious one. However, I had hoped that we could do without such manual configu- ration like CONFIG_FSL_ESDHC_*_ENDIAN. I mean, we already know the target

[U-Boot] We give Secure Loan and Unsecured

2010-02-04 Thread Direct Loan Finance Uk.
The Direct Finance UK, is a private financial institution in the United Kingdom. Giving out loan to ease the Global Financial Crisis (Recession) with a little interest of 3%. We give Secure Loan and Unsecured Loans to individual and Corporate film. Interested Applicants should contact The

Re: [U-Boot] [PATCHv2] OMAP3: Avoid re-write to PRM_CLKSRC_CTRL

2010-02-04 Thread Tom
Premi, Sanjeev wrote: -Original Message- From: Premi, Sanjeev Sent: Friday, January 29, 2010 6:44 PM To: u-boot@lists.denx.de Cc: Premi, Sanjeev; Hiremath, Vaibhav Subject: [PATCHv2] OMAP3: Avoid re-write to PRM_CLKSRC_CTRL The function get_osc_clk_speed() is used to determine the

[U-Boot] I2C Register

2010-02-04 Thread Ronny D
Hi,   I am trying to read SPD data from dimm though I2c. as the board that i am using it has different I2c register so it is difficult to match with the register used in u-boot. Can i get the information about /*- | IIC

Re: [U-Boot] [PATCH] Add bootcount to AT91

2010-02-04 Thread Anders Darander
Hi, On Thu, Jan 14, 2010 at 15:00, Anders Darander anders.daran...@gmail.com wrote: From: Anders Darander a...@datarespons.se Use AT91_GPBR 3 as a bootcount register. As a followup to Werners list of patches not incorporated (from some time ago), I'd just like to get a comment on the status

Re: [U-Boot] I2C Register

2010-02-04 Thread Stefan Roese
Hi Ronny, On Thursday 04 February 2010 15:30:35 Ronny D wrote: I am trying to read SPD data from dimm though I2c. as the board that i am using it has different I2c register so it is difficult to match with the register used in u-boot. Which platform are you using? PPC4xx? Or something else?

Re: [U-Boot] [PATCH V4 09/11] ARM/PPC: add a common way to access registers

2010-02-04 Thread Scott Wood
Stefano Babic wrote: Wolfgang Denk wrote: I like this approach better than the precious one. However, I had hoped that we could do without such manual configu- ration like CONFIG_FSL_ESDHC_*_ENDIAN. I mean, we already know the target byte order, and you know in which byte order you want to

Re: [U-Boot] [PATCH] Add support for Indefia Nimbus Cloud Board

2010-02-04 Thread Semih Hazar
Nimbus Cloud is an AVR32 based single board computer with 256MiB NAND, 64MiB SDRAM, battery backed RTC, LCD/touch screen support, VGA Output, Ethernet and offers seamless integration with Indefia's Zigbee transceivers. --- CREDITS |4 + MAINTAINERS

Re: [U-Boot] [STATUS] Merge Window closed, waiting for pull requests

2010-02-04 Thread Dirk Behme
On 20.01.2010 18:58, Paulraj, Sandeep wrote: Subject: Re: [U-Boot] [STATUS] Merge Window closed, waiting for pull requests On 19.01.2010 23:30, Wolfgang Denk wrote: Hi as you probably have noticed, the merge window closed about 24 hours ago. Checking my list, I still see s _long_ list of

Re: [U-Boot] [STATUS] Merge Window closed, waiting for pull requests

2010-02-04 Thread Paulraj, Sandeep
On 20.01.2010 18:58, Paulraj, Sandeep wrote: Subject: Re: [U-Boot] [STATUS] Merge Window closed, waiting for pull requests On 19.01.2010 23:30, Wolfgang Denk wrote: Hi as you probably have noticed, the merge window closed about 24 hours ago. Checking my list, I still see s

[U-Boot] [STATUS]

2010-02-04 Thread Wolfgang Denk
Hi, I would like to have all new stuff in the master branch by mid of next week or so (Feb 10). To all custodians: please try and pick up any remaining patches quickly now, and send me pull requests. To all ARM custodians (and especially Tom): I still see a long list of unprocessed patches

Re: [U-Boot] TI Davinci and MUSB

2010-02-04 Thread Neal Tew
[5]? I don't think that's right. Look at the offsets. -Neal I've been trying to get usbtty working on a DM355 (still isn't working...) and ran into a bug(?). In drivers/usb/musb/davinci.h: struct davinci_usb_regs { u32 version; u32 ctrlr; u32 reserved[0x20]; u32

Re: [U-Boot] TI Davinci and MUSB

2010-02-04 Thread Gupta, Ajay Kumar
-Original Message- From: Neal Tew [mailto:lo...@mm.st] Sent: Friday, February 05, 2010 11:20 AM To: u-boot@lists.denx.de Cc: Gupta, Ajay Kumar Subject: Re: [U-Boot] TI Davinci and MUSB [5]? I don't think that's right. Look at the offsets. -Neal I've been trying to get

Re: [U-Boot] I2C Register

2010-02-04 Thread Stefan Roese
Hi Ronny, On Friday 05 February 2010 06:43:20 Ronny D wrote: I am using ppc440 for customized board. So is this a normal AMCC PPC4xx (e.g. 440GX...) or a custom PPC4xx chip? If it's a common 4xx, then the normal PPC4xx I2C code should just work for you as well. U-boot version that i am

Re: [U-Boot] TI Davinci and MUSB

2010-02-04 Thread Wolfgang Denk
Dear Gupta, Ajay Kumar, In message 19f8576c6e063c45be387c64729e7394044a775...@dbde02.ent.ti.com you wrote: u32 reserved[0x20]; u32 intclrr; u32 intmskr; u32 intmsksetr; }; Shouldn't this be reserved[0x20/4] ? Yes, this is a bug. Though the correct fix is, -

Re: [U-Boot] I2C Register

2010-02-04 Thread Ronny D
It is not a normal AMCC PPC4xx, its a customized PPC4xx chip. so I2C code wont work for me as it is. i will have to map my register with i2c register used by u-boot. Now i have downloaded latest u-boot version(Jan 25 2010 12:37 Link u-boot-latest.tar.bz2 - u-boot-2009.11.1.tar.bz2) from ftp.

Re: [U-Boot] TI Davinci and MUSB

2010-02-04 Thread Wolfgang Denk
Dear Gupta, Ajay Kumar, In message 19f8576c6e063c45be387c64729e7394044a776...@dbde02.ent.ti.com you wrote: Opps, there are actually 32 intermediate register each of 32 bits. So the correct one is as Neal suggested. - u32 reserved[0x20]; + u32 reserved[020/4]; 0x20 / 4 = 8 020 / 4 = 4

Re: [U-Boot] TI Davinci and MUSB

2010-02-04 Thread Gupta, Ajay Kumar
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Friday, February 05, 2010 12:12 PM To: Gupta, Ajay Kumar Cc: Neal Tew; u-boot@lists.denx.de Subject: Re: [U-Boot] TI Davinci and MUSB Dear Gupta, Ajay Kumar, In message

Re: [U-Boot] I2C Register

2010-02-04 Thread Stefan Roese
On Friday 05 February 2010 07:41:27 Ronny D wrote: It is not a normal AMCC PPC4xx, its a customized PPC4xx chip. so I2C code wont work for me as it is. I see. So you should probably not base your I2C driver code on the PPC4xx code. Perhaps you could use the soft_i2c code, where you only need