Re: [U-Boot] [PATCH ARM] updates the at91 main_clock calculation

2010-02-17 Thread Daniel Gorsulowski
Am 16.02.2010 16:23, schrieb Tom: > Daniel Gorsulowski wrote: >> Jens Scharsig wrote: >>> * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK >>> defined) to c structure SoC access >>> * add need register flags >>> >>> >>> Signed-off-by: Jens Scharsig >>> --- >>> cpu/arm926ejs

Re: [U-Boot] [PATCH 1/2] s5pc1xx: support the GPIO interface

2010-02-17 Thread Minkyu Kang
On 12 February 2010 18:29, Minkyu Kang wrote: > This patch adds support the GPIO interface > > Signed-off-by: Minkyu Kang > --- >  cpu/arm_cortexa8/s5pc1xx/Makefile   |    1 + >  cpu/arm_cortexa8/s5pc1xx/gpio.c     |  143 > +++ >  include/asm-arm/arch-s5pc1xx/gpio

Re: [U-Boot] [PATCH 2/2] s5pc1xx: update the README file

2010-02-17 Thread Minkyu Kang
On 12 February 2010 18:29, Minkyu Kang wrote: > Because adds support the GPIO Interface, README file is updated. > > Signed-off-by: Minkyu Kang > --- >  doc/README.s5pc1xx |   18 +- >  1 files changed, 17 insertions(+), 1 deletions(-) > applied to u-boot-samsung Minkyu Kang --

Re: [U-Boot] newbie mailing list (WAS Re: [U-Boot-Users] test program crashing)

2010-02-17 Thread Wolfgang Denk
Dear Michael Trimarchi, please note that the old list at SourceForge is dead. Don;t use it any more. In message <4b7b95eb.4030...@gandalf.sssup.it> you wrote: > What do you think about a mailing list for newbie? So people can ask > there and someone can help them > in the startup. The welcome m

Re: [U-Boot] [PATCH 2/2] s5pc1xx: update the README file

2010-02-17 Thread Wolfgang Denk
Dear Minkyu Kang, In message <1f3430fb1002170236q7bdb3262q1eb929fdafab2...@mail.gmail.com> you wrote: > On 12 February 2010 18:29, Minkyu Kang wrote: > > Because adds support the GPIO Interface, README file is updated. > > > > Signed-off-by: Minkyu Kang > > --- > > doc/README.s5pc1xx | =A0 18 +

Re: [U-Boot] newbie mailing list (WAS Re: [U-Boot-Users] test program crashing)

2010-02-17 Thread Michael Trimarchi
Hi Wolfgang Denk wrote: > Dear Michael Trimarchi, > > please note that the old list at SourceForge is dead. Don;t use it any > more. > I know that. I didn't check before sending > In message <4b7b95eb.4030...@gandalf.sssup.it> you wrote: > > >> What do you think about a mailing list for newb

Re: [U-Boot] [PATCH 2/2] s5pc1xx: update the README file

2010-02-17 Thread Minkyu Kang
Dear Wolfgang, On 17 February 2010 20:58, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message <1f3430fb1002170236q7bdb3262q1eb929fdafab2...@mail.gmail.com> you > wrote: >> On 12 February 2010 18:29, Minkyu Kang wrote: >> > Because adds support the GPIO Interface, README file is updated. >>

Re: [U-Boot] [PATCH 2/2] edb93xx sdram: fix initialization

2010-02-17 Thread Alessandro Rubini
Hello Matthias. > i found some more information about the precharge workaround: > [...] > please test the below patch on your board when you get a chance. it > should be pretty much the same sequence that worked for you, i just > removed the *workaround* that makes my boards hang and restructured

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-17 Thread Steven Zedeck
Scott Wood-2 wrote: > > On Fri, Feb 12, 2010 at 06:14:51PM -0800, Steven Zedeck wrote: >> Its in board/atmel/at91sam9rlek/nand.c >> >> It doesn't do much but set up the various GPIO connections. Here's the >> function: >> >> int board_nand_init(struct nand_chip *nand) >> { >> nand->ecc.m

[U-Boot] [PATCH] AT91: Added support for taskit Stamp9G20 and PortuxG20

2010-02-17 Thread Achim Ehrlich
Signed-off-by: Achim Ehrlich --- Makefile |9 ++ board/taskit/stamp9G20/Makefile| 56 ++ board/taskit/stamp9G20/config.mk |1 + board/taskit/stamp9G20/led.c | 35 ++ board/taskit/stamp9G20/partition.c | 40 +++ board/taskit/stamp

Re: [U-Boot] [PATCH 1/4 v4] arm: add support for the mgcoge2_arm_p1a board from keymile

2010-02-17 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Monday, February 15, 2010 1:37 PM > To: Prafulla Wadaskar > Cc: U-Boot user list; Wolfgang Denk; Scott Wood; Stefan Roese > Subject: Re: [PATCH 1/4 v4] arm: add support for the > mgcoge2_arm_p1a board from keymil

Re: [U-Boot] [PATCH 3/4 v4] arm: add support for the suen3_p1a board from keymile

2010-02-17 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Monday, February 15, 2010 1:40 PM > To: Prafulla Wadaskar > Cc: U-Boot user list; Wolfgang Denk; Scott Wood; Stefan Roese > Subject: Re: [PATCH 3/4 v4] arm: add support for the > suen3_p1a board from keymile > >

Re: [U-Boot] [PATCH ARM] updates the at91 main_clock calculation

2010-02-17 Thread Jens Scharsig
Daniel Gorsulowski wrote: >>> Jens Scharsig wrote: > soft_i2c.c: In function 'send_reset': > soft_i2c.c:103: warning: unused variable 'pio' --snip-- > soft_i2c.c: In function 'read_byte': > soft_i2c.c:259: warning: unused variable 'pio' There are two ways to define I2C_ macros: gpio or direct

Re: [U-Boot] [PATCH] add explicit bbt creation to commandline

2010-02-17 Thread Scott Wood
Steven Zedeck wrote: > Scott Wood-2 wrote: >> On Fri, Feb 12, 2010 at 06:14:51PM -0800, Steven Zedeck wrote: >>> int board_nand_init(struct nand_chip *nand) >>> { >>> nand->ecc.mode = NAND_ECC_SOFT; >>> #ifdef CFG_NAND_DBW_16 >>> nand->options = NAND_BUSWIDTH_16; >>> #endif >>> nand->cm

Re: [U-Boot] PATCH kup4-boards: minor configuration changes

2010-02-17 Thread Wolfgang Denk
Dear Heydeck, Klaus-Jürgen, In message you wrote: > also preparation for using hwconfig and device tree support > > Signed-off-by: Klaus Heydeck Please consider using git-format-patch / git-send-email for submitting patches. > diff -purN u-boot.git/board/kup/common/kup.c u-boot/board/kup/com

Re: [U-Boot] [PATCH 2/2] s5pc1xx: update the README file

2010-02-17 Thread Wolfgang Denk
Dear Minkyu Kang, In message <1f3430fb1002170629p2528fdd2x3ffa396775715...@mail.gmail.com> you wrote: > > > Would it be possible to squash these two commits into one? They > > actually are one change and should not be split apart. =A0Thanks. > > I already pushed these patches. > Do I need to re

Re: [U-Boot] [PATCH ARM] updates the at91 main_clock calculation

2010-02-17 Thread Tom
Daniel Gorsulowski wrote: > Am 16.02.2010 16:23, schrieb Tom: >> Daniel Gorsulowski wrote: >>> Jens Scharsig wrote: * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK defined) to c structure SoC access * add need register flags Signed-off-by: Jens

Re: [U-Boot] ARM pull request

2010-02-17 Thread Wolfgang Denk
Dear Tom, In message <4b75b4e1.8050...@windriver.com> you wrote: > > The following changes since commit 0b692dcb190655c7eb96b6b8003bee163e3b58dd: >Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-net > > are available in the git repository at: > >git://git

[U-Boot] Boot based on I2C EEPROM value

2010-02-17 Thread Canchivaram, Srivatsan
Hello, The modem I am working on contains two software images in flash memory: 1. Default image 2. Backup image Typically, the Default image will get loaded. If the application software determines that the Default image is causing issues, it will set a value of 1 in an address in

Re: [U-Boot] [PATCH 2/2] s5pc1xx: update the README file

2010-02-17 Thread Minkyu Kang
Dear Wolfgang, On 18 February 2010 05:26, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message <1f3430fb1002170629p2528fdd2x3ffa396775715...@mail.gmail.com> you > wrote: >> >> > Would it be possible to squash these two commits into one? They >> > actually are one change and should not be spli

[U-Boot] [PATCH] DaVinci: Adding entry to MAKEALL for DM365 EVM

2010-02-17 Thread s-paulraj
From: Sandeep Paulraj The patch adds an entry for the DM365 EVM to MAKEALL Signed-off-by: Sandeep Paulraj --- MAKEALL |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAKEALL b/MAKEALL index 1e660b6..6ddf7e0 100755 --- a/MAKEALL +++ b/MAKEALL @@ -599,6 +599,7 @@ LIST_AR

Re: [U-Boot] [PATCH] da830evm: Add support for TI EMAC

2010-02-17 Thread Paulraj, Sandeep
> > Adds support for ethernet networking on the da830evm platform. > > This platform uses an SoC EMAC interface and a 3 port ethernet > switch as a PHY with an RMII interface. The PHY also has a i2c > interface for configuring the switch functions. > > Signed-off-by: Nick Thompson > --- > boa

Re: [U-Boot] [PATCH] netstar.h: do not exceed 80 columns

2010-02-17 Thread Paulraj, Sandeep
> > From: Ladislav Michl > > Limit line length to 80 characters mostly by removing obvious and > sometimes > misleading comments. Fix indentation, too. > > Signed-off-by: Ladislav Michl > --- > netstar.h | 65 +--- > -- > 1 file chan

Re: [U-Boot] [PATCH] DaVinci: Adding entry to MAKEALL for DM365 EVM

2010-02-17 Thread Paulraj, Sandeep
> Subject: [PATCH] DaVinci: Adding entry to MAKEALL for DM365 EVM > > From: Sandeep Paulraj > > The patch adds an entry for the DM365 EVM to MAKEALL > > Signed-off-by: Sandeep Paulraj > --- > MAKEALL |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/MAKEALL b/MAK

Re: [U-Boot] [PATCH] VoiceBlue: limit line lenght to 80 characters

2010-02-17 Thread Paulraj, Sandeep
> Subject: [PATCH] VoiceBlue: limit line lenght to 80 characters > > From: Ladislav Michl > > Reindent configuration header to limit line lenght to 80 characters by > removing obvious and sometimes misleading comments. > > Signed-off-by: Ladislav Michl > --- > voiceblue.h | 164 +++

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

2010-02-17 Thread s-paulraj
The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f: Jens Scharsig (1): new board (eb_cpux9k2) are available in the git repository at: git://git.denx.de/u-boot-ti.git master Ladislav Michl (8): NetStar: eeprom - undefined reference to `memset' NetS

Re: [U-Boot] How to random my mac in u-boot

2010-02-17 Thread Aras Vaichas
On 9 February 2010 17:29, Wolfgang Denk wrote: > In general, such a solution is not needed at all. When you can > automate writes to an EEPROM, you can do the same for writes to flash > memory (which is what I pointed out in my posting refering to the > tqm8xx boards). True, but not for our case.

Re: [U-Boot] [PATCH 1/4 v4] arm: add support for the mgcoge2_arm_p1a board from keymile

2010-02-17 Thread Heiko Schocher
Hello Prafulla, Prafulla Wadaskar wrote: >> -Original Message- >> From: Heiko Schocher [mailto:h...@denx.de] >> Sent: Monday, February 15, 2010 1:37 PM >> To: Prafulla Wadaskar >> Cc: U-Boot user list; Wolfgang Denk; Scott Wood; Stefan Roese >> Subject: Re: [PATCH 1/4 v4] arm: add support