[U-Boot] [PATCH] omap3: fix bi_dram initialization when CONFIG_NR_DRAM_BANKS is 1

2009-11-11 Thread Mike Rapoport
When CONFIG_NR_DRAM_BANKS is 1 gd-bd-bi_dram[1] assignment exceeds bi_dram array bounds. Perform it only if CONFIG_NR_DRAM_BANKS is greater than 1. Signed-off-by: Mike Rapoport m...@compulab.co.il --- cpu/arm_cortexa8/omap3/board.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

[U-Boot] [PATCH] smc911x: fix typo in smc911x_handle_mac_address name

2009-11-11 Thread Mike Rapoport
Signed-off-by: Mike Rapoport m...@compulab.co.il --- drivers/net/smc911x.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index c50758e..acc2306 100644 --- a/drivers/net/smc911x.c +++ b/drivers/net/smc911x.c @@ -37,7 +37,7

[U-Boot] [PATCH 4/5] smc911x: update SMC911X related configuration description

2009-11-11 Thread Mike Rapoport
Since commit 736fead8fdbf8a8407048bebc373cd551d01ec98 Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API SMC911X configration options are called CONFIG_SMC911X rather than CONFIG_DRIVER_SMC911X. Update README to reflect that change. Signed-off-by: Mike Rapoport m...@compulab.co.il ---

[U-Boot] [PATCH 0/5] smc911x driver fixes and additions

2009-11-11 Thread Mike Rapoport
This patch serie miscelaneous fixes and additions for SMC911X driver. Mike Rapoport (5): smc911x: return -1 when initialization fails smc911x: use dev-name in printfs smc911x: silence MAC mismatch warning smc911x: update SMC911X related configuration description smc911x: allow mac

[U-Boot] [PATCH 3/5] smc911x: silence MAC mismatch warning

2009-11-11 Thread Mike Rapoport
If there is no SROM attached to the SMSC chip it's MAC address is initialized to ff:ff:ff:ff:ff:ff and it causes the following warning: Warning: smc911x-0 MAC addresses don't match: Address in SROM is ff:ff:ff:ff:ff:ff Address in environment is 00:01:ba:dc:0d:03 Set

[U-Boot] [PATCH 2/5] smc911x: use dev-name in printfs

2009-11-11 Thread Mike Rapoport
Signed-off-by: Mike Rapoport m...@compulab.co.il --- drivers/net/smc911x.c | 17 - drivers/net/smc911x.h | 10 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index 57ad806..9ff1288 100644 ---

[U-Boot] [PATCH 1/5] smc911x: return -1 when initialization fails

2009-11-11 Thread Mike Rapoport
Signed-off-by: Mike Rapoport m...@compulab.co.il --- drivers/net/smc911x.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index acc2306..57ad806 100644 --- a/drivers/net/smc911x.c +++ b/drivers/net/smc911x.c @@ -243,7

[U-Boot] [PATCH 5/5] smc911x: allow mac address to be kept after smc911x_halt

2009-11-11 Thread Mike Rapoport
The smc911x_halt gets called after completion of network opration and resets the chip. When there is no SROM attached to the SMSC, MAC address gets reset as well. Add CONFIG_SMC911X_KEEP_MAC option to allow boards with no SROM instruct the SMSC driver to keep mac address after the reset

[U-Boot] [PATCH] omap3: allow slection of NAND GPMC settings based on board config

2009-11-11 Thread Mike Rapoport
There are several presets for GPMC registers defined in include/asm-arm/arch-omap3/mem.h. Allow selection between SMNAND and M_NAND presets based on OMAP34XX_GPMC_NAND_PART defines Signed-off-by: Mike Rapoport m...@compulab.co.il --- cpu/arm_cortexa8/omap3/mem.c | 25 -

[U-Boot] [PATCH] omap3: add CM-T35 board

2009-11-11 Thread Mike Rapoport
Add CM-T35 board support Signed-off-by: Mike Rapoport m...@compulab.co.il --- Makefile |3 + board/cm-t35/Makefile | 47 ++ board/cm-t35/cm-t35.c | 196 ++ board/cm-t35/cm-t35.h | 173 +++

[U-Boot] [PATCH v8 1/2] arm: A320: driver for FTRTC010 real time clock

2009-11-11 Thread Po-Yu Chuang
This patch adds an FTRTC010 driver for Faraday A320 evaluation board. Signed-off-by: Po-Yu Chuang ratb...@faraday-tech.com --- v2: use real/writel to access registers v3: no volatile on register pointer v4: rebase v5: rebase v6: rebase v7: rebase v8: rebase no space between function name and

[U-Boot] [PATCH v8 2/2] arm: A320: Add support for Faraday A320 evaluation board

2009-11-11 Thread Po-Yu Chuang
This patch adds support for A320 evaluation board from Faraday. This board uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM. FA526 is an ARMv4 processor and uses the ARM920T source in this patch. Signed-off-by: Po-Yu Chuang ratb...@faraday-tech.com --- v2: move flash

[U-Boot] Does ubifs in u-boot is only for ppc

2009-11-11 Thread Lv Terry-R65388
Hi, I'm trying to build a u-boot image for our arm board with ubifs support. I have defined #define CONFIG_CMD_UBI #define CONFIG_CMD_UBIFS #define CONFIG_RBTREE #define CONFIG_LZO When building fs/ubifs/lpt.c, I encountered undefined reference errors.

Re: [U-Boot] Does ubifs in u-boot is only for ppc

2009-11-11 Thread Simon Kagstrom
On Wed, 11 Nov 2009 18:21:25 +0800 Lv Terry-R65388 r65...@freescale.com wrote: I'm trying to build a u-boot image for our arm board with ubifs support. [...] fs/ubifs/libubifs.a(lpt.o):/home/r65388/uboot-v2009.08/uboot-imx/fs/ubif s/lpt.c:87: more undefined references to `fls' follow

[U-Boot] u-boot for freescale iMX27 Baord

2009-11-11 Thread Intur Venkatesulu
Hi, Please send us the link from where I can download the u-boot v2.0. ( which is having iMx27 board support) Regards, Venkat ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [STATUS] v2009.11-rc1 is out

2009-11-11 Thread Albin Tonnerre
On Wed, 28 Oct 2009 11:13 -0500, Paulraj, Sandeep wrote : 2) TNY_A9260.ERR, TNY_A9G20.ERR: nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output! Same here, I can submit simple 1 line patches for these Thanks, but

Re: [U-Boot] [PATCH] omap3: add CM-T35 board

2009-11-11 Thread Paulraj, Sandeep
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Mike Rapoport Sent: Wednesday, November 11, 2009 3:03 AM To: u-boot@lists.denx.de Cc: Mike Rapoport Subject: [U-Boot] [PATCH] omap3: add CM-T35 board Add CM-T35 board support

Re: [U-Boot] [PATCH] omap3: fix bi_dram initialization when CONFIG_NR_DRAM_BANKS is 1

2009-11-11 Thread Paulraj, Sandeep
When CONFIG_NR_DRAM_BANKS is 1 gd-bd-bi_dram[1] assignment exceeds bi_dram array bounds. Perform it only if CONFIG_NR_DRAM_BANKS is greater than 1. Signed-off-by: Mike Rapoport m...@compulab.co.il --- cpu/arm_cortexa8/omap3/board.c |3 +++ 1 files changed, 3 insertions(+), 0

Re: [U-Boot] [PATCH] omap3: add CM-T35 board

2009-11-11 Thread Mike Rapoport
Paulraj, Sandeep wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Mike Rapoport Sent: Wednesday, November 11, 2009 3:03 AM To: u-boot@lists.denx.de Cc: Mike Rapoport Subject: [U-Boot] [PATCH] omap3: add CM-T35 board

Re: [U-Boot] [PATCH] omap3: add CM-T35 board

2009-11-11 Thread Peter Tyser
On Wed, 2009-11-11 at 15:41 +0200, Mike Rapoport wrote: Paulraj, Sandeep wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Mike Rapoport Sent: Wednesday, November 11, 2009 3:03 AM To: u-boot@lists.denx.de Cc:

Re: [U-Boot] [PATCH] omap3: add CM-T35 board

2009-11-11 Thread Mike Rapoport
Peter Tyser wrote: On Wed, 2009-11-11 at 15:41 +0200, Mike Rapoport wrote: Paulraj, Sandeep wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Mike Rapoport Sent: Wednesday, November 11, 2009 3:03 AM To:

Re: [U-Boot] [PATCH] omap3: add CM-T35 board

2009-11-11 Thread Peter Tyser
snip --- a/Makefile +++ b/Makefile @@ -3168,6 +3168,9 @@ omap3_zoom1_config :unconfig omap3_zoom2_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom2 logicpd omap3 +omap3_cm-t35_config :unconfig + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8

[U-Boot] Subject: [U-BOOT] [PATCH] In stmicro_erase() correctly calculate the high byte of the sector address.

2009-11-11 Thread Gary Jennejohn
In stmicro_erase() correctly calculate the high byte of the sector address. Signed-off-by: Gary Jennejohn ga...@denx.de --- drivers/mtd/spi/stmicro.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/spi/stmicro.c b/drivers/mtd/spi/stmicro.c index

Re: [U-Boot] [PATCH] omap3: add CM-T35 board

2009-11-11 Thread Mike Rapoport
Tom wrote: Peter Tyser wrote: snip --- a/Makefile +++ b/Makefile @@ -3168,6 +3168,9 @@ omap3_zoom1_config :unconfig omap3_zoom2_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom2 logicpd omap3 +omap3_cm-t35_config :unconfig + @$(MKCONFIG)

Re: [U-Boot] u-boot for freescale iMX27 Baord

2009-11-11 Thread Fabio Estevam
--- On Wed, 11/11/09, Intur Venkatesulu venkat.in...@tovyaautomation.com wrote: From: Intur Venkatesulu venkat.in...@tovyaautomation.com Subject: [U-Boot] u-boot for freescale iMX27 Baord To: u-boot@lists.denx.de Date: Wednesday, November 11, 2009, 10:32 AM Hi, Please send us the link

Re: [U-Boot] Subject: [U-BOOT] [PATCH] In stmicro_erase() correctly calculate the high byte of the sector address.

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 08:40:41 Gary Jennejohn wrote: In stmicro_erase() correctly calculate the high byte of the sector address. ive already posted a fix for it; sf: fix stmicro offset setup while erasing see if that works for you -mike signature.asc Description: This is a

Re: [U-Boot] [PATCH 1/5] smc911x: return -1 when initialization fails

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 03:03:00 Mike Rapoport wrote: --- a/drivers/net/smc911x.c +++ b/drivers/net/smc911x.c @@ -243,7 +243,7 @@ dev = malloc(sizeof(*dev)); if (!dev) { free(dev); - return 0; + return -1; } this is correct as

Re: [U-Boot] [PATCH 2/5] smc911x: use dev-name in printfs

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 03:03:01 Mike Rapoport wrote: --- a/drivers/net/smc911x.h +++ b/drivers/net/smc911x.h @@ -480,8 +480,8 @@ static void smc911x_reset(struct eth_device *dev) !(smc911x_reg_read(dev, PMT_CTRL) PMT_CTRL_READY)) udelay(10);

[U-Boot] redundant code in common/cmd_i2c.

2009-11-11 Thread PratapChandu
The following code fragment in the file common/cmd_i2c.c seems to be redundant. Is not good to delete ? Line 330 - 336 is like below #if 0 for (timeout = 0; timeout 10; timeout++) { udelay(2000); if (i2c_probe(chip) == 0) break; } #endif

Re: [U-Boot] [PATCH 5/5] smc911x: allow mac address to be kept after smc911x_halt

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 03:03:04 Mike Rapoport wrote: The smc911x_halt gets called after completion of network opration and resets the chip. When there is no SROM attached to the SMSC, MAC address gets reset as well. Add CONFIG_SMC911X_KEEP_MAC option to allow boards with no SROM

[U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Mike Rapoport
Add CM-T35 board support -- v2 changes: - rename board config file from omap3_cm-t35.h to cm-t35.h - remove SZ_xx references - add MAKEALL/MAINTEINERS entries -- Signed-off-by: Mike Rapoport m...@compulab.co.il --- MAINTAINERS |4 + MAKEALL |1 + Makefile

Re: [U-Boot] [PATCH 5/5] smc911x: allow mac address to be kept after smc911x_halt

2009-11-11 Thread Mike Rapoport
Mike Frysinger wrote: On Wednesday 11 November 2009 03:03:04 Mike Rapoport wrote: The smc911x_halt gets called after completion of network opration and resets the chip. When there is no SROM attached to the SMSC, MAC address gets reset as well. Add CONFIG_SMC911X_KEEP_MAC option to allow

Re: [U-Boot] [PATCH 3/5] smc911x: silence MAC mismatch warning

2009-11-11 Thread Mike Rapoport
Mike Frysinger wrote: On Wednesday 11 November 2009 03:03:02 Mike Rapoport wrote: If there is no SROM attached to the SMSC chip it's MAC address is initialized to ff:ff:ff:ff:ff:ff and it causes the following warning: Warning: smc911x-0 MAC addresses don't match: Address in SROM

Re: [U-Boot] [PATCH 5/5] smc911x: allow mac address to be kept after smc911x_halt

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 11:05:24 Mike Rapoport wrote: Mike Frysinger wrote: On Wednesday 11 November 2009 03:03:04 Mike Rapoport wrote: The smc911x_halt gets called after completion of network opration and resets the chip. When there is no SROM attached to the SMSC, MAC address gets

[U-Boot] [PATCH] cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE

2009-11-11 Thread Peter Tyser
cmd_license is already conditionally compiled at the Makefile-level. Signed-off-by: Peter Tyser pty...@xes-inc.com --- common/cmd_license.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/common/cmd_license.c b/common/cmd_license.c index 141215b..c6f272a 100644 ---

[U-Boot] [PATCH] Move do_irqinfo() to common/cmd_irq.c

2009-11-11 Thread Peter Tyser
cmd_irq.c is a much better home and it is already conditionally compiled based on CONFIG_CMD_IRQ. Signed-off-by: Peter Tyser pty...@xes-inc.com --- common/cmd_irq.c |9 + common/cmd_misc.c | 11 --- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git

Re: [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak

2009-11-11 Thread Gaye Abdoulaye Walsimou
Wolfgang Denk wrote: Dear Tom, In message 4af33815.4030...@windriver.com you wrote: Signed-off-by: Abdoulaye Walsimou Gaye walsi...@walsimou.com What is this? Are you sure this patch is properly attributed? Was Abdoulaye Walsimou Gaye really the first to submit this patch?

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Dirk Behme
Mike Rapoport wrote: Add CM-T35 board support -- v2 changes: - rename board config file from omap3_cm-t35.h to cm-t35.h - remove SZ_xx references - add MAKEALL/MAINTEINERS entries Sorry, you are too fast for me ;) I wanted to mention to please update doc/README.omap3, too. Cheers Dirk

[U-Boot] [PATCH v2] cmd_date: Fix spelling in error message.

2009-11-11 Thread Magnus Lilja
Signed-off-by: Magnus Lilja lilja.mag...@gmail.com --- common/cmd_date.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/cmd_date.c b/common/cmd_date.c index 9f50f89..3141a39 100644 --- a/common/cmd_date.c +++ b/common/cmd_date.c @@ -71,9 +71,9 @@ int do_date

[U-Boot] [PATCH v2] RTC: Fix return code in MC13783 RTC driver.

2009-11-11 Thread Magnus Lilja
Signed-off-by: Magnus Lilja lilja.mag...@gmail.com --- drivers/rtc/mc13783-rtc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/mc13783-rtc.c b/drivers/rtc/mc13783-rtc.c index 05db2f1..416f50d 100644 --- a/drivers/rtc/mc13783-rtc.c +++

[U-Boot] [PATCH] SPI: Fix 32 bit transfers in mxc_spi.c

2009-11-11 Thread Magnus Lilja
Commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f, i.MX31: fix SPI driver for shorter than 32 bit broke 32 bit transfers. This patch makes single 32 bit transfer work again. Tested on i.MX31 Litekit and i.MX31 PDK using 32 bit transfers to the MC13783/ATLAS chip (using the 'date' command).

[U-Boot] [PATCH v1 1/3] MX31: Add struct definition for clock control module in i.MX31.

2009-11-11 Thread Magnus Lilja
Signed-off-by: Magnus Lilja lilja.mag...@gmail.com --- include/asm-arm/arch-mx31/mx31-regs.h | 39 + 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/include/asm-arm/arch-mx31/mx31-regs.h b/include/asm-arm/arch-mx31/mx31-regs.h index

[U-Boot] [PATCH v1 2/3] mxc_nand: Update driver to work with i.MX31.

2009-11-11 Thread Magnus Lilja
Tested on i.MX31 Litekit. Signed-off-by: Magnus Lilja lilja.mag...@gmail.com --- drivers/mtd/nand/mxc_nand.c | 34 +++--- 1 files changed, 31 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index eb0323f..fc111b5

[U-Boot] [PATCH v1 0/3] MXC: Add NAND support for i.MX31

2009-11-11 Thread Magnus Lilja
Hi all, This series adds NAND support for i.MX31 using the mxc_nand driver that was added for i.MX27. The same NAND flash controller is used in i.MX31. Tested on i.MX31 Litekit. MAKEALL ARM11ARM9 performed. Regards, Magnus Magnus Lilja (3): MX31: Add struct definition for clock control

Re: [U-Boot] MPC8349E-MDS questions

2009-11-11 Thread Mit Matelske
On Tue, Nov 3, 2009 at 3:07 PM, David Hawkins d...@ovro.caltech.edu wrote: David Hawkins wrote: snip In that case the U-Boot reset vector starts in the same sector as the RCWs, with the RCWs at 0, and the reset vectors at 100h. Thats why you also see the RCWs in the high-boot image (well, you

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Ben Warren
Mike Rapoport wrote: Add CM-T35 board support -- v2 changes: - rename board config file from omap3_cm-t35.h to cm-t35.h - remove SZ_xx references - add MAKEALL/MAINTEINERS entries -- snip --- /dev/null +++ b/board/cm-t35/cm-t35.c @@ -0,0 +1,196 @@ +/* + * (C) Copyright 2009 + *

Re: [U-Boot] [PATCH v1 2/3] mxc_nand: Update driver to work with i.MX31.

2009-11-11 Thread Scott Wood
On Wed, Nov 11, 2009 at 08:18:43PM +0100, Magnus Lilja wrote: +#ifdef CONFIG_MX27 +static int is_16bit_nand(void) +{ + struct system_control_regs *sc_regs = + (struct system_control_regs *)IMX_SYSTEM_CTL_BASE; + + if (readl(sc_regs-fmcr) NF_16BIT_SEL) +

[U-Boot] [PATCH] OMAP3: pandora: fix booting without serial attached

2009-11-11 Thread Grazvydas Ignotas
When the board is booted without serial cable attached (which is how most of them will be used) UART RX is left floating and sometimes picks noise, which interrupts countdown and enters U-Boot prompt instead of booting the kernel. Fix this by setting up internal pullup on UART RX pin.

Re: [U-Boot] Please pull u-boot-ppc4xx/next

2009-11-11 Thread Matthias Fuchs
Hi Stefan, Hi Wolfgang, please pull some updates for next. Thanks. The following changes since commit cd12f615e4dd1dd24caab93f4157894783c6c1c0: Wolfgang Grandegger (1): mpc52xx: add support for the IPEK01 board are available in the git repository at:

Re: [U-Boot] [PATCH] OMAP3: pandora: fix booting without serial attached

2009-11-11 Thread Tom
Grazvydas Ignotas wrote: When the board is booted without serial cable attached (which is how most of them will be used) UART RX is left floating and sometimes picks noise, which interrupts countdown and enters U-Boot prompt instead of booting the kernel. Fix this by setting up internal

Re: [U-Boot] u-boot for freescale iMX27 Baord

2009-11-11 Thread Robert Schwebel
On Wed, Nov 11, 2009 at 06:58:09AM -0800, Fabio Estevam wrote: Please send us the link from where I can download the u-boot v2.0. ( which is having iMx27 board support) You can get it from http://www.pengutronix.de/software/u-boot/v2/download/ or also from git: git clone

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Mike Rapoport
On Wed, Nov 11, 2009 at 8:37 PM, Dirk Behme dirk.be...@googlemail.com wrote: Mike Rapoport wrote: Add CM-T35 board support -- v2 changes: - rename board config file from omap3_cm-t35.h to cm-t35.h - remove SZ_xx references - add MAKEALL/MAINTEINERS entries Sorry, you are too fast for me

Re: [U-Boot] framework for serial flash

2009-11-11 Thread Wolfgang Denk
Dear ashish priyadarshi, In message fb24d2790911102234x4d210e10mdd9d551541120...@mail.gmail.com you wrote: We have a special Serial flash controller which was put into the standard flash framework of uboot (common/cmd_flash.c). Commands like 'cp', 'erase' could be used for operation over

Re: [U-Boot] [PATCH] omap3: add CM-T35 board

2009-11-11 Thread Wolfgang Denk
Dear Mike Rapoport, In message 4afac505.5000...@compulab.co.il you wrote: I'd title your _config rule the same as your board name, ie drop the omap3_ prefix above. And the above list should be alphabetically sorted. I'd prefer to keep the 'omap3_' prefix to stay inline with other

Re: [U-Boot] [PATCH v2] OMAP3: add CM-T35 board

2009-11-11 Thread Wolfgang Denk
Dear Mike Rapoport, In message 1257955131-16729-1-git-send-email-m...@compulab.co.il you wrote: Add CM-T35 board support -- v2 changes: - rename board config file from omap3_cm-t35.h to cm-t35.h - remove SZ_xx references - add MAKEALL/MAINTEINERS entries -- Signed-off-by: Mike

Re: [U-Boot] [PATCH 2/5] smc911x: use dev-name in printfs

2009-11-11 Thread Mike Rapoport
On Wed, Nov 11, 2009 at 5:18 PM, Mike Frysinger vap...@gentoo.org wrote: On Wednesday 11 November 2009 03:03:01 Mike Rapoport wrote: --- a/drivers/net/smc911x.h +++ b/drivers/net/smc911x.h @@ -480,8 +480,8 @@ static void smc911x_reset(struct eth_device *dev)                      

Re: [U-Boot] Please pull u-boot-ppc4xx/master

2009-11-11 Thread Wolfgang Denk
Dear Stefan Roese, In message 200911091334.23236...@denx.de you wrote: Hi Wolfgang, please pull some fixes for this release. Thanks. The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502: Wolfgang Denk (1): Merge branch 'master' of

Re: [U-Boot] Please pull u-boot-ppc4xx/next

2009-11-11 Thread Wolfgang Denk
Dear Stefan Roese, In message 200911101641.26100...@denx.de you wrote: Hi Wolfgang, please pull some updates for next. Thanks. The following changes since commit cd12f615e4dd1dd24caab93f4157894783c6c1c0: Wolfgang Grandegger (1): mpc52xx: add support for the IPEK01 board

Re: [U-Boot] [PATCH 2/5] smc911x: use dev-name in printfs

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 16:56:57 Mike Rapoport wrote: On Wed, Nov 11, 2009 at 5:18 PM, Mike Frysinger wrote: On Wednesday 11 November 2009 03:03:01 Mike Rapoport wrote: --- a/drivers/net/smc911x.h +++ b/drivers/net/smc911x.h @@ -480,8 +480,8 @@ static void smc911x_reset(struct

Re: [U-Boot] Pull request - net

2009-11-11 Thread Wolfgang Denk
Dear Ben Warren, In message 4afb2d04.1000...@gmail.com you wrote: Wolfgang, The following changes since commit f2b4bc04d6aed6be712d236dab48ac4c4da22cbf: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash are available in the git repository at:

Re: [U-Boot] [PATCH 2/5] smc911x: use dev-name in printfs

2009-11-11 Thread Mike Rapoport
On Thu, Nov 12, 2009 at 12:11 AM, Mike Frysinger vap...@gentoo.org wrote: On Wednesday 11 November 2009 16:56:57 Mike Rapoport wrote: On Wed, Nov 11, 2009 at 5:18 PM, Mike Frysinger wrote: On Wednesday 11 November 2009 03:03:01 Mike Rapoport wrote: --- a/drivers/net/smc911x.h +++

Re: [U-Boot] [PATCH 2/5] smc911x: use dev-name in printfs

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 17:24:27 Mike Rapoport wrote: On Thu, Nov 12, 2009 at 12:11 AM, Mike Frysinger vap...@gentoo.org wrote: On Wednesday 11 November 2009 16:56:57 Mike Rapoport wrote: It seems that eeprom code is broken since commit 736fead8fdbf8a8407048bebc373cd551d01ec98:

Re: [U-Boot] [PATCH 2/5] smc911x: use dev-name in printfs

2009-11-11 Thread Ben Warren
Hi Mike, Mike Frysinger wrote: On Wednesday 11 November 2009 17:24:27 Mike Rapoport wrote: On Thu, Nov 12, 2009 at 12:11 AM, Mike Frysinger vap...@gentoo.org wrote: On Wednesday 11 November 2009 16:56:57 Mike Rapoport wrote: It seems that eeprom code is broken since commit

Re: [U-Boot] [PATCH 2/5] smc911x: use dev-name in printfs

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 17:45:10 Ben Warren wrote: Mike Frysinger wrote: On Wednesday 11 November 2009 17:24:27 Mike Rapoport wrote: On Thu, Nov 12, 2009 at 12:11 AM, Mike Frysinger wrote: On Wednesday 11 November 2009 16:56:57 Mike Rapoport wrote: It seems that eeprom code is

[U-Boot] [PATCH] smc91111_eeprom: drop CONFIG stub protection

2009-11-11 Thread Mike Frysinger
Since the Makefile now controls the compilation of this, there is no need for CONFIG checking nor the stub function. Signed-off-by: Mike Frysinger vap...@gentoo.org --- examples/standalone/smc9_eeprom.c | 12 1 files changed, 0 insertions(+), 12 deletions(-) diff --git

[U-Boot] [PATCH v1] fsl-ddr: Fix the chip-select interleaving issue

2009-11-11 Thread Dave Liu
commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3 introduced one new bug to chip-select interleaving. Single DDR controller also can do the chip-select interleaving if there is dual-rank or qual-rank DIMMs. Signed-off-by: Dave Liu dave...@freescale.com --- The v1 also address the cs_per_ctrl == 1

Re: [U-Boot] [PATCH] OMAP3: pandora: fix booting without serial attached

2009-11-11 Thread Tom
Grazvydas Ignotas wrote: On Wed, Nov 11, 2009 at 11:14 PM, Tom tom@windriver.com wrote: Grazvydas Ignotas wrote: When the board is booted without serial cable attached (which is how most of them will be used) UART RX is left floating and sometimes picks noise, which interrupts countdown

[U-Boot] ARM pull request

2009-11-11 Thread Tom
Wolfgang, I have cherry picked the weak sym change into arm/master-sync This is the pull request. Tom The following changes since commit 0f365273a6c210e0d82f6dca3994be5283e6bf82: Wolfgang Denk (1): Merge branch 'master-sync' of git://git.denx.de/u-boot-arm are available in the git

Re: [U-Boot] [PATCH 2/5] smc911x: use dev-name in printfs

2009-11-11 Thread Ben Warren
Hi Mike, Mike Frysinger wrote: On Wednesday 11 November 2009 17:45:10 Ben Warren wrote: Mike Frysinger wrote: On Wednesday 11 November 2009 17:24:27 Mike Rapoport wrote: On Thu, Nov 12, 2009 at 12:11 AM, Mike Frysinger wrote: On Wednesday 11 November 2009 16:56:57

Re: [U-Boot] [PATCH V3] Davinci: add a pin multiplexer configuration API

2009-11-11 Thread Tom
Nick Thompson wrote: Davinci: add a pin multiplexer configuration API. Creates a method allowing pin settings to be logically grouped into data structure arrays and provids an API to configure the PINMUX settings to enable the relevant pin functions. Signed-off-by: Nick Thompson

Re: [U-Boot] [PATCH V5 0/4] add TI DA8xx support:

2009-11-11 Thread Tom
Nick Thompson wrote: Add initial support for DA8xx SoC's and the spectrum digital DA830 EVM board. See: http://www.ti.com http://www.spectrumdigital.com/ DA8xx is similar to DaVinci devices, but has a differing memory map and updated peripherals. It is intended that DaVinci

Re: [U-Boot] framework for serial flash

2009-11-11 Thread ashish priyadarshi
Hello Wolfgang Thanks for your reply. The device composes of a Serial NOR flash (STmicro M25P64) and Serial Memory Controller Interface (SMI). All operations such as Read-ID, read-data, write-data, and erase can be controlled by SMI. Like for Read-ID, first command is written into the TX

Re: [U-Boot] Please pull u-boot-ppc4xx/next

2009-11-11 Thread Stefan Roese
Hi Matthias, On Wednesday 11 November 2009 22:12:06 Matthias Fuchs wrote: please pull some updates for next. Thanks. The following changes since commit cd12f615e4dd1dd24caab93f4157894783c6c1c0: Wolfgang Grandegger (1): mpc52xx: add support for the IPEK01 board are