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 js_at...@scharsoft.de ---

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 mk7.k...@samsung.com wrote: This patch adds support the GPIO interface Signed-off-by: Minkyu Kang mk7.k...@samsung.com ---  cpu/arm_cortexa8/s5pc1xx/Makefile   |    1 +  cpu/arm_cortexa8/s5pc1xx/gpio.c     |  143 +++  

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 mk7.k...@samsung.com wrote: Because adds support the GPIO Interface, README file is updated. Signed-off-by: Minkyu Kang mk7.k...@samsung.com ---  doc/README.s5pc1xx |   18 +-  1 files changed, 17 insertions(+), 1 deletions(-) applied

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

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 mk7.k...@samsung.com wrote: Because adds support the GPIO Interface, README file is updated. Signed-off-by: Minkyu Kang mk7.k...@samsung.com ---

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 newbie? So

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 w...@denx.de wrote: Dear Minkyu Kang, In message 1f3430fb1002170236q7bdb3262q1eb929fdafab2...@mail.gmail.com you wrote: On 12 February 2010 18:29, Minkyu Kang mk7.k...@samsung.com wrote: Because adds support the GPIO Interface,

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 Hello

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 SoC

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-cmd_ctrl =

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

2010-02-17 Thread Wolfgang Denk
Dear Heydeck, Klaus-Jürgen, In message dc2c564da65cfa4aacc2c8cbf9129ccc0441403...@exmbx1.kiebackpeter.kup you wrote: also preparation for using hwconfig and device tree support Signed-off-by: Klaus Heydeck heyd...@kieback-peter.de Please consider using git-format-patch / git-send-email for

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 revert the

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 Scharsig

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:

[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

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 w...@denx.de 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 split

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

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

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 nick.thomp...@ge.com

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

2010-02-17 Thread Paulraj, Sandeep
From: Ladislav Michl la...@linux-mips.org Limit line length to 80 characters mostly by removing obvious and sometimes misleading comments. Fix indentation, too. Signed-off-by: Ladislav Michl la...@linux-mips.org --- netstar.h | 65

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 s-paul...@ti.com The patch adds an entry for the DM365 EVM to MAKEALL Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- MAKEALL |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

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 la...@linux-mips.org Reindent configuration header to limit line lenght to 80 characters by removing obvious and sometimes misleading comments. Signed-off-by: Ladislav Michl la...@linux-mips.org ---

[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'

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 w...@denx.de 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

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 for the