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

2011-03-23 Thread Minkyu Kang
Dear Albert Aribaud, The following changes since commit 966a35d45b90fdcd694dec89b32e5b67771cfd64: Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-02-16 08:54:52 +0900) are available in the git repository at: git://git.denx.de/u-boot-samsung master Chander Kashyap (2): AR

[U-Boot] [PATCH v5] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-03-23 Thread Macpaul Lin
Faraday ftwdt010 watchdog is an architecture independant watchdog. It is usaually used in SoC chip design. Signed-off-by: Macpaul Lin --- Changes for v2: - Fix the wrong title of ftwdt010_wdt patch. Changes for v3: - Patch v2 was encoded in utf-8. Fixed to ASCII. Changes for v4: - Replace t

[U-Boot] Is there something wrong withing README file.

2011-03-23 Thread MrGates
Version v2010.09-rc2 ,i use git to fetch this version source code . When i read README file in the top level directory ,i found LINE 131 is something strange 129 U-Boot uses a 3 level version number containing a version, a 130 sub-version, and a patchlevel: "U-Boot-2.34.5" means version "2", 13

[U-Boot] Is there something wrong withing README file.

2011-03-23 Thread MrGates
Version v2010.09-rc2 ,i use git to fetch this version source code . When i read README file in the top level directory ,i found LINE 131 is something strange 129 U-Boot uses a 3 level version number containing a version, a 130 sub-version, and a patchlevel: "U-Boot-2.34.5" means version "2", 13

[U-Boot] Is there something wrong withing README file.

2011-03-23 Thread MrGates
Version v2010.09-rc2 ,i use git to fetch this version source code . When i read README file in the top level directory ,i found LINE 131 is something strange 129 U-Boot uses a 3 level version number containing a version, a 130 sub-version, and a patchlevel: "U-Boot-2.34.5" means version "2", 13

Re: [U-Boot] CFI flash broken for 8-bit bus

2011-03-23 Thread Stefan Roese
Hi Aaron, On Thursday 24 March 2011 04:07:21 Aaron Williams wrote: > I have it working on our 8-bit boards properly now, though I've only done > some limited testing. Good. > I basically put in the correct addresses into cfi_flash.h and updated > various addresses for 8-bit support. The problem

Re: [U-Boot] CFI flash broken for 8-bit bus

2011-03-23 Thread Aaron Williams
I have it working on our 8-bit boards properly now, though I've only done some limited testing. I basically put in the correct addresses into cfi_flash.h and updated various addresses for 8-bit support. The problem was that the CFI code was written using the 16-bit addresses which don't work fo

Re: [U-Boot] [PATCH V5 2/4] SMDK2410: remove unneeded config.mk

2011-03-23 Thread Minkyu Kang
Dear David Müller, On 22 March 2011 18:37, "David Müller (ELSOFT AG)" wrote: > Minkyu Kang wrote: >>> IMHO "Zero" should be correct with activated ARM reloc. >> >> Sorry but I can't understand. >> Why? >> Please let me know. > > Excerpt from doc/README.arm-relocation: > > maybe adapt CONFIG_SYS_T

Re: [U-Boot] [PATCH] S5P: mmc: Resolved interrupt error during mmc_init

2011-03-23 Thread Minkyu Kang
Dear Chander Kashyap, On 22 March 2011 20:40, Chander Kashyap wrote: > Blocksize was hardcoded to 512 bytes. But the blocksize varies > depeding on various mmc subsystem commands (between 8 and 512). > This hardcoding was resulting in interrupt error during data > transfer. > > It is now calculat

Re: [U-Boot] Current time and date

2011-03-23 Thread Mike Frysinger
On Wed, Mar 23, 2011 at 2:41 PM, asar wrote: > I need to get/set current time and date in u-boot. How to do that? What > driver support is required in order to do that? grep DATE README -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx

[U-Boot] Any ARM repository pull requests or patches pending before release?

2011-03-23 Thread Albert ARIBAUD
Hi all, I am preparing for a last pull request for ARM before the upcoming release, since I have at least two fixes at the tip of my current master branch which need pulling. I will send the pull request no later than sunday (earlier if Wolfgang -- Cc:ed -- requires it before). So, if there ar

[U-Boot] Current time and date

2011-03-23 Thread asar
Hi, I need to get/set current time and date in u-boot. How to do that? What driver support is required in order to do that? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] musb gadget controller in uboot

2011-03-23 Thread Shilpa Byrichetty
Hi all, We are working on testing RNDIS gadget from u-boot on a davinci evm. I know that we have patches for RNDIS module in the latest uboot. There is no musb gadget controller that can be used with RNDIS module in the uboot source. We would like to know if anybody is working on porting m

Re: [U-Boot] [PATCH v2 3/5] MIPS: Optimize the setup of endianess and CPU optimization flags

2011-03-23 Thread Daniel Schwierzeck
2011/3/23 Shinya Kuribayashi : > On 03/21/2011 09:42 PM, Daniel Schwierzeck wrote: >> I did some researching and testing with ELDK-4.1, ELDK-4.0 and ELDK-3.1.1. > > Thanks, much appreciated. > >> In ELDK-3.1.1 we have: >> - mips_4KC-gcc (GCC) 3.3.3 (DENX ELDK 3.1.1 3.3.3-9) >> - GNU assembler 2.14

Re: [U-Boot] [PATCH v2 3/5] MIPS: Optimize the setup of endianess and CPU optimization flags

2011-03-23 Thread Shinya Kuribayashi
On 03/21/2011 09:42 PM, Daniel Schwierzeck wrote: > I did some researching and testing with ELDK-4.1, ELDK-4.0 and ELDK-3.1.1. Thanks, much appreciated. > In ELDK-3.1.1 we have: > - mips_4KC-gcc (GCC) 3.3.3 (DENX ELDK 3.1.1 3.3.3-9) > - GNU assembler 2.14 20030612 > > Therefore mips32r2 is alrea

Re: [U-Boot] [PATCH] MMC may wrongly regconize 2GB eMMC as high capacity

2011-03-23 Thread Raffaele Recalcati
Hi Terry, > So I guess: > mmc_init calls mmc_send_op_cond  that set  high_capacity, > than it calls mmc_startup, that, with MMC_CMD_SEND_CSD  command, set > the capacity, using values in CSD register. > So I guess that mmc_change_freq should not recalculate high_capacity. > > It seems better, isn'

Re: [U-Boot] Compiler flag -msoft-float in arch/powerpc/cpu/mpc83xx/config.mk

2011-03-23 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?=, In message you wrote: > Holger Brunck writes: > > > Hi all, > > I am wondering why arch/powerpc/cpu/mpc83xx/config.mk sets > > -msoft-float for all ppc 83xx processors. This is valid e.g. for > > MPC8321 but e.g. the MPC8360 has a hardware floating point

Re: [U-Boot] Compiler flag -msoft-float in arch/powerpc/cpu/mpc83xx/config.mk

2011-03-23 Thread Måns Rullgård
Holger Brunck writes: > Hi all, > I am wondering why arch/powerpc/cpu/mpc83xx/config.mk sets > -msoft-float for all ppc 83xx processors. This is valid e.g. for > MPC8321 but e.g. the MPC8360 has a hardware floating point > unit. Shouldn't the config.mk file distinguish between different 83xx > pr

[U-Boot] Compiler flag -msoft-float in arch/powerpc/cpu/mpc83xx/config.mk

2011-03-23 Thread Holger Brunck
Hi all, I am wondering why arch/powerpc/cpu/mpc83xx/config.mk sets -msoft-float for all ppc 83xx processors. This is valid e.g. for MPC8321 but e.g. the MPC8360 has a hardware floating point unit. Shouldn't the config.mk file distinguish between different 83xx processors to set this flag only for t

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-23 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Wednesday, March 23, 2011 2:37 PM > To: Lei Wen > Cc: Prafulla Wadaskar; Lei Wen; Wolfgang Denk; u-boot@lists.denx.de; > Marek Vasut; Ashish Karkare; Prabhanjan Sarnaik; Yu Tang > Subject: Re: [PATCH V3 1/5] pxa: mo

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-23 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Wednesday, March 23, 2011 2:23 PM > To: Lei Wen > Cc: Prafulla Wadaskar; Lei Wen; Wolfgang Denk; u-boot@lists.denx.de; > Marek Vasut; Ashish Karkare; Prabhanjan Sarnaik; Yu Tang > Subject: Re: [PATCH V3 1/5] pxa: mo

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-23 Thread Heiko Schocher
Hello Lei, Lei Wen wrote: > Hi Heiko, > > On Wed, Mar 23, 2011 at 4:53 PM, Heiko Schocher wrote: >> Hello Lei, >> >> Lei Wen wrote: >>> Hi Heiko, >>> >>> On Wed, Mar 23, 2011 at 4:22 PM, Heiko Schocher wrote: Hello Prafulla, Prafulla Wadaskar wrote: >> -Original Message--

Re: [U-Boot] [PATCH] MMC may wrongly regconize 2GB eMMC as high capacity

2011-03-23 Thread Raffaele Recalcati
Hi Terry, On Mon, Mar 21, 2011 at 7:03 AM, Terry Lv wrote: > MMC driver may wrongly regconize some 2GB eMMC as high capacity card. > > This patch is based on the patch picked from community. > > fc8a0985c2846292312556cba10b8a4182f55967 > From: Hanumath Prasad > Date: Tue, 10 Aug 2010 18:01:45 -0

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-23 Thread Lei Wen
Hi Heiko, On Wed, Mar 23, 2011 at 4:53 PM, Heiko Schocher wrote: > Hello Lei, > > Lei Wen wrote: >> Hi Heiko, >> >> On Wed, Mar 23, 2011 at 4:22 PM, Heiko Schocher wrote: >>> Hello Prafulla, >>> >>> Prafulla Wadaskar wrote: > -Original Message- > From: Lei Wen [mailto:adrian.w...

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-23 Thread Heiko Schocher
Hello Lei, Lei Wen wrote: > Hi Heiko, > > On Wed, Mar 23, 2011 at 4:22 PM, Heiko Schocher wrote: >> Hello Prafulla, >> >> Prafulla Wadaskar wrote: -Original Message- From: Lei Wen [mailto:adrian.w...@gmail.com] Sent: Tuesday, March 22, 2011 6:14 PM To: Prafulla Wadask

Re: [U-Boot] [PATCH V3 2/5] mv_i2c: use structure to replace the direclty define

2011-03-23 Thread Lei Wen
Hi Wolfgang, On Tue, Mar 22, 2011 at 11:16 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> > ... >> >> -                     writel(readl(ICR) & ~ICR_ACKNA> K, ICR); >> >> -             writel(readl(ICR) & ~ICR_ALDIE, ICR); >> >> -             writel(readl(ICR) | ICR_TB,

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-23 Thread Lei Wen
Hi Heiko, On Wed, Mar 23, 2011 at 4:22 PM, Heiko Schocher wrote: > Hello Prafulla, > > Prafulla Wadaskar wrote: >>> -Original Message- >>> From: Lei Wen [mailto:adrian.w...@gmail.com] >>> Sent: Tuesday, March 22, 2011 6:14 PM >>> To: Prafulla Wadaskar >>> Cc: Lei Wen; Heiko Schocher; Wolf

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-23 Thread Heiko Schocher
Hello Prafulla, Prafulla Wadaskar wrote: >> -Original Message- >> From: Lei Wen [mailto:adrian.w...@gmail.com] >> Sent: Tuesday, March 22, 2011 6:14 PM >> To: Prafulla Wadaskar >> Cc: Lei Wen; Heiko Schocher; Wolfgang Denk; u-boot@lists.denx.de; Marek >> Vasut; Ashish Karkare; Prabhanjan S

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-23 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:adrian.w...@gmail.com] > Sent: Tuesday, March 22, 2011 6:14 PM > To: Prafulla Wadaskar > Cc: Lei Wen; Heiko Schocher; Wolfgang Denk; u-boot@lists.denx.de; Marek > Vasut; Ashish Karkare; Prabhanjan Sarnaik; Yu Tang > Subject: Re: [PATCH V3 1/5]

[U-Boot] (no subject)

2011-03-23 Thread ystradgynlais.sports.centre
Congratulations, you are a winner of the Opec Oil Promotion send your name and address for claims - Cyngor Sir Powys County Council www.powys.gov.uk Mae'r e bost hwn ac unrhyw atodiad iddo yn gyfrinachol ac fe'i bwriedir ar gyfer y sawl a enwir arno yn uni

Re: [U-Boot] [PATCH 3/4] I2C: add driver of st-ericsson u8500 i2c

2011-03-23 Thread Heiko Schocher
Hello John, John Rigby wrote: > From: Michael Brandt > > Signed-off-by: John Rigby > --- > drivers/i2c/Makefile|1 + > drivers/i2c/u8500_i2c.c | 603 > +++ > drivers/i2c/u8500_i2c.h | 220 + > 3 files changed, 824 insertion