Re: [U-Boot] U-Boot for AMCC Sequoia Board (PPC440EPX) fails to boot for version 2009.11-rc1 onwards

2011-09-09 Thread Stefan Roese
Hi Doug, On Thursday 08 September 2011 22:24:51 Hayes,Doug wrote: Has anyone tried the latest U-Boot on the above board lately? I am building the U-Boot image with sequoia_config option and have found it stops booting after version 2009_08. I get no text output for the versions that I have

Re: [U-Boot] [PATCH] Fix incorrect array size of phy settings for 405EX

2011-09-09 Thread Wolfgang Denk
Dear Weirich, Bernhard, In message 6680ae1bd102b9419251e785d19f5d039fa03...@exchn1.riedel.net you wrote: Hello, I just noticed that on 405EX the bd_t-bi_phy* arrays have just 1 member, but should have two. So I propose this very simple patch. Best regards, Bernhard Weirich

Re: [U-Boot] [PATCH 3/7] Add timing information to printf's for use with bootgraph.pl

2011-09-09 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201109082050.51313.vap...@gentoo.org you wrote: Could you _please_ accustom yourself to updating the status in patchwork to changes requested when sending revierw comments like here? be nice if patchwork itself would key off a tag we could use in our

Re: [U-Boot] [PATCH] Fix incorrect array size of phy settings for 405EX

2011-09-09 Thread Stefan Roese
Hi Bernhard, On Friday 09 September 2011 08:51:26 Wolfgang Denk wrote: Hello, I just noticed that on 405EX the bd_t-bi_phy* arrays have just 1 member, but should have two. So I propose this very simple patch. Best regards, Bernhard Weirich Signed-off-by: Bernhard Weirich

Re: [U-Boot] [PATCH 02/31] iMX28: Add basic support for DENX M28EVK board

2011-09-09 Thread Igor Grinberg
On 09/08/2011 11:42 PM, Marek Vasut wrote: This contains support for booting the board and output via DUART. Signed-off-by: Marek Vasutmarek.va...@gmail.com Cc: Stefano Babicsba...@denx.de Cc: Wolfgang Denkw...@denx.de Cc: Detlev Zundeld...@denx.de --- [...] diff --git

[U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/nand_spl/board/davinci/da8xxevm/Makefile

Re: [U-Boot] [PATCH v2] OMAP3: Overo: Update GPMC timing for ethernet chip.

2011-09-09 Thread Enric Balletbò i Serra
2011/9/9 Philip Balister phi...@balister.org: The existing timing does not quite meet the minimum requirements in the LAN9221 datasheet. The timing in this patch solves problems noticed on some parts. The patch also combines the CS configuration for the overo and igep0020 boards per request.

Re: [U-Boot] [PATCH 1/2] coldfire: Fix compilation for most coldfire boards

2011-09-09 Thread Wolfgang Denk
Dear Jin Zhengxiong-R64188, In message be72cba69b1d6f44b0680df984332a32253...@039-sn1mpn1-005.039d.mgd.msft.net you wrote: From: Stany MARCEL [mailto:stany.mar...@novasys-ingenierie.com] Sent: Monday, September 05, 2011 9:29 PM To: u-boot@lists.denx.de Cc: Jin Zhengxiong-R64188; Jin

Re: [U-Boot] [PATCH 14/31] iMX28: Add MMC SPL

2011-09-09 Thread Wolfgang Denk
Dear Chander Kashyap, In message CANuQgHE26ewWMXqW=wwhry6j8n3bzmvkkrvcnm_y+79x3ok...@mail.gmail.com you wrote: Dear Marek Vasut, Please use newly added spl framework to add mmc spl support. Please STOP top posting / full quoting!!! Please read http://www.netmeister.org/news/learn2quote.html

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Wolfgang Denk
Dear Stefano Babic, In message 1315552622-27566-1-git-send-email-sba...@denx.de you wrote: get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1

Re: [U-Boot] [PATCH 1/2] coldfire: Fix compilation for most coldfire boards

2011-09-09 Thread Jin Zhengxiong-R64188
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Friday, September 09, 2011 3:26 PM To: Jin Zhengxiong-R64188 Cc: Stany MARCEL; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 1/2] coldfire: Fix compilation for most coldfire boards Dear Jin

Re: [U-Boot] [PATCH 01/31] iMX28: Initial support for iMX28 CPU

2011-09-09 Thread Stefano Babic
On 09/08/2011 10:42 PM, Marek Vasut wrote: This patch supports: - Timers - Debug UART - Clock Hi Marek, a general remark. It seems to me that your patchset comes directly from your development, as it looks like what I normally have when I develop a new board ;-) However, to put into

Re: [U-Boot] [PATCH 02/31] iMX28: Add basic support for DENX M28EVK board

2011-09-09 Thread Stefano Babic
On 09/08/2011 10:42 PM, Marek Vasut wrote: This contains support for booting the board and output via DUART. Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- diff --git

Re: [U-Boot] [PATCH 04/31] M28EVK: Enable MMC support

2011-09-09 Thread Stefano Babic
On 09/08/2011 10:42 PM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Andy Fleming aflem...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- board/denx/m28evk/m28evk.c | 22 ++

Re: [U-Boot] [PATCH 05/31] iMX28: Add pinctrl and ocotp register definitions

2011-09-09 Thread Stefano Babic
On 09/08/2011 10:42 PM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- Hi Marek, arch/arm/include/asm/arch-mx28/regs-ocotp.h | 169

Re: [U-Boot] [PATCH 16/31] iMX28: Add GPIO control

2011-09-09 Thread Stefano Babic
On 09/08/2011 10:42 PM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- arch/arm/cpu/arm926ejs/mx28/Makefile |2 +- arch/arm/cpu/arm926ejs/mx28/gpio.c| 108

Re: [U-Boot] [PATCH 18/31] iMX28: Add SPI driver

2011-09-09 Thread Stefano Babic
On 09/08/2011 10:42 PM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- drivers/spi/Makefile |1 + drivers/spi/mxs_spi.c | 174

Re: [U-Boot] [PATCH 01/31] iMX28: Initial support for iMX28 CPU

2011-09-09 Thread Heiko Schocher
Hello Stefano, Stefano Babic wrote: On 09/08/2011 10:42 PM, Marek Vasut wrote: This patch supports: - Timers - Debug UART - Clock Hi Marek, a general remark. It seems to me that your patchset comes directly from your development, as it looks like what I normally have when I develop a

[U-Boot] Intialisation of Interrupts

2011-09-09 Thread Flash K
Hi Graeme, I was going through the U-boot code. Could you please help me with the following? I wanted to know as to where the CPU interrupts are initialised. I believe it should be along with the CPU initialisation and before the northbridge and southbridge intialisation. I wanted to implement

Re: [U-Boot] [PATCH 28/31] iMX28: Add image header generator tool

2011-09-09 Thread Stefano Babic
On 09/08/2011 10:42 PM, Marek Vasut wrote: This tool can now generate proper image for BootStream files. NOTE: This tool now works only for NAND. Hi Marek, I have not reviewed your patch. Before starting, I have a big remark. This is *not* the way we are implementing in u-boot to add SOC

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
On 09/09/2011 09:36 AM, Wolfgang Denk wrote: Dear Stefano Babic, In message 1315552622-27566-1-git-send-email-sba...@denx.de you wrote: get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6

Re: [U-Boot] [PATCH 05/11] FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPE

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 02:48:46 AM Mike Frysinger wrote: On Thursday, September 08, 2011 16:37:16 Marek Vasut wrote: --- a/drivers/net/fec_mxc.c +++ b/drivers/net/fec_mxc.c @@ -38,6 +38,10 @@ DECLARE_GLOBAL_DATA_PTR; #error CONFIG_MII has to be defined! #endif +#ifndef

[U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/nand_spl/board/davinci/da8xxevm/Makefile

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
On 09/09/2011 11:23 AM, Stefano Babic wrote: get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- Sorry, forget it. I sent again V1 of the patch... Best regards, Stefano Babic --

[U-Boot] [PATCH] ARM: hawkboard_nand: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/nand_spl/board/davinci/da8xxevm/Makefile

[U-Boot] MPC512x FEC/MII

2011-09-09 Thread Schneider, Kolja
Hi all, I have recently updated the U-Boot on one of our MPC512x-based boards from 2009.11 (+some patches) to a current u-boot build and noticed that the git commit 525856d59910c72687ab6201f39cdf1c04cfc15 apparenty broke the mii commands (see below) on this board. The patch moved PHY

Re: [U-Boot] [PATCH 01/31] iMX28: Initial support for iMX28 CPU

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 10:23:09 AM Stefano Babic wrote: On 09/08/2011 10:42 PM, Marek Vasut wrote: This patch supports: - Timers - Debug UART - Clock Hi Marek, a general remark. It seems to me that your patchset comes directly from your development, as it looks like what I

Re: [U-Boot] some USB cleanup on EfikaMX

2011-09-09 Thread Stefano Babic
On 09/08/2011 11:06 PM, Jana Rapava wrote: --- a/board/efikamx/efikamx-usb.c +++ b/board/efikamx/efikamx-usb.c @@ -154,6 +154,7 @@ void efika_usb_phy_reset(void) gpio_set_value(IOMUX_TO_GPIO(MX51_PIN_EIM_D27), 1); } Hi Jana, Wolfgang has already addressed most of the issues in your

Re: [U-Boot] [PATCH 01/31] iMX28: Initial support for iMX28 CPU

2011-09-09 Thread Stefano Babic
On 09/09/2011 12:12 PM, Marek Vasut wrote: Another general remark here: we tend to have the same structure and the same files for all IMX SOC. This means that all IMX SOC have a imx-regs.h that contain the required register definitions (really a subset what we have in kernel). Is it really

Re: [U-Boot] [PATCH 01/31] iMX28: Initial support for iMX28 CPU

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 12:29:01 PM Stefano Babic wrote: On 09/09/2011 12:12 PM, Marek Vasut wrote: Another general remark here: we tend to have the same structure and the same files for all IMX SOC. This means that all IMX SOC have a imx-regs.h that contain the required register

Re: [U-Boot] [PATCH 01/31] iMX28: Initial support for iMX28 CPU

2011-09-09 Thread Stefano Babic
On 09/09/2011 12:50 PM, Marek Vasut wrote: Well, I do not know if on our Intel-PC this makes a so noticeable difference ;-) It's a point-of-view question, really. But what about people compiling stuff on slower machines ? Yes, it is a point of view, and surely, compilation time is a

Re: [U-Boot] [PATCH 12/31] iMX28: Add I2C bus driver

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 07:45:13 AM Heiko Schocher wrote: Hello Marek, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Heiko Schocher h...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de ---

Re: [U-Boot] [PATCH v2 1/2] ARM: mx25: Print the silicon revison

2011-09-09 Thread Fabio Estevam
Hi Stefano, On Fri, Sep 2, 2011 at 12:38 PM, Fabio Estevam fabio.este...@freescale.com wrote: Print the silicon revison during boot. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Handle the unkown silicon revision in the same way as for mx31. Does v2 look

Re: [U-Boot] [PATCH 12/31] iMX28: Add I2C bus driver

2011-09-09 Thread Stefan Roese
Hi Marek, On Friday 09 September 2011 13:18:40 Marek Vasut wrote: + if (tmp ( + I2C_CTRL1_EARLY_TERM_IRQ | I2C_CTRL1_MASTER_LOSS_IRQ | + I2C_CTRL1_SLAVE_STOP_IRQ | I2C_CTRL1_SLAVE_IRQ + )) { Checkpatch don;t beats here, but I

Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Jason
On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut wrote: This commit updates the mach-types based on the latest in Linus's head This is great, and I'm all for it (since I've been waiting to add dreamplug, 3550). However, vanilla Linus' HEAD [1] only goes up to 3494... Am I missing

Re: [U-Boot] [PATCH] ARM: hawkboard_nand: fix compilation of nand_spl

2011-09-09 Thread Wolfgang Denk
Dear Stefano Babic, In message 1315561023-7015-1-git-send-email-sba...@denx.de you wrote: get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile | 21 ++--- 1 files changed, 18

Re: [U-Boot] Intialisation of Interrupts

2011-09-09 Thread Graeme Russ
On 09/09/11 18:51, Flash K wrote: Hi Graeme, I was going through the U-boot code. Could you please help me with the following? I wanted to know as to where the CPU interrupts are initialised. look in arch/x86/lib/board.c for init_sequence_f and init_sequence_r - These arrays show the init

Re: [U-Boot] [PATCH 18/31] iMX28: Add SPI driver

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 10:51:17 AM Stefano Babic wrote: On 09/08/2011 10:42 PM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- drivers/spi/Makefile |

Re: [U-Boot] [PATCH 28/31] iMX28: Add image header generator tool

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 10:58:07 AM Stefano Babic wrote: On 09/08/2011 10:42 PM, Marek Vasut wrote: This tool can now generate proper image for BootStream files. NOTE: This tool now works only for NAND. Hi Marek, I have not reviewed your patch. Before starting, I have a big

Re: [U-Boot] [PATCH 12/31] iMX28: Add I2C bus driver

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 01:26:18 PM Stefan Roese wrote: Hi Marek, On Friday 09 September 2011 13:18:40 Marek Vasut wrote: + if (tmp ( + I2C_CTRL1_EARLY_TERM_IRQ | I2C_CTRL1_MASTER_LOSS_IRQ | +

Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 01:28:15 PM Jason wrote: On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut wrote: This commit updates the mach-types based on the latest in Linus's head This is great, and I'm all for it (since I've been waiting to add dreamplug, 3550). However, vanilla

Re: [U-Boot] Breakage of cm4008, cm4116, cm4148 boards

2011-09-09 Thread Greg Ungerer
Hi Wolfgang, On 09/09/2011 01:21 AM, Wolfgang Denk wrote: now that w estart to build systems more systematically it turns out that the cm4008, cm4116, and cm4148 boards maintained by you are broken, for example: Configuring for cm4008 board... timer.c: In function 'timer_init': timer.c:37:

Re: [U-Boot] [PATCH v3] ns16550: change to allow 32 bit access to registers

2011-09-09 Thread Detlev Zundel
Hi, Dear Dave Aldridge, In message 1314877212-31552-1-git-send-email-fovs...@gmail.com you wrote: If CONFIG_SYS_NS16550_MEM32 is defined then 32 bit memory mapped access will be used to read/write the uart registers. This is especially useful for SoC devices that implement 16550

Re: [U-Boot] [PATCH v2] UBIFS: Change ubifsload to set the filesize variable

2011-09-09 Thread Detlev Zundel
Hi Bastian, This is the same behaviour like tftp or fatload command. Signed-off-by: Bastian Ruppert bastian.rupp...@sewerin.de CC: kmp...@infradead.org Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- Paul Simon sang Fifty Ways to Lose Your Lover, because quite frankly, A Million

Re: [U-Boot] [PATCH 2/2] phylib: remove a couple of redundant code lines

2011-09-09 Thread Detlev Zundel
Hi Vladimir, This change slightly improves readability of the phydev speed/duplex assignment logic. Agreed. Signed-off-by: Vladimir Zapolskiy v...@mleia.com Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- Every time history repeats itself the price goes up. -- DENX Software

Re: [U-Boot] [PATCH 03/11] FEC: Kill mode select FIXME's

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 02:48:13 AM Mike Frysinger wrote: On Thursday, September 08, 2011 16:37:14 Marek Vasut wrote: + /* Start with frame length = 1518, common for all modes. */ + rcntrl = 1518 FEC_RCNTRL_MAX_FL_SHIFT; you mean PKTSIZE ? ;) -mike Fixed internally ... if

[U-Boot] [PATCH] KS8695: move TIMER_ definitions before code use

2011-09-09 Thread Greg Ungerer
Move the TIMER_ definitions before they are used in KS8695 timer.c code. Fixes: timer.c: In function ‘timer_init’: timer.c:37: error: ‘TIMER_COUNT’ undeclared (first use in this function) timer.c:37: error: (Each undeclared identifier is reported only once timer.c:37: error: for each function it

[U-Boot] [PATCH] CM4000: fix missing RAM definitions for OpenGear boards

2011-09-09 Thread Greg Ungerer
The OpenGear boards CM4008, CM4116 and CM4148 need their DRAM base and RAM stack base addresses defined. Fixes: board.c: In function ‘__dram_init_banksize’: board.c:227: error: ‘CONFIG_SYS_SDRAM_BASE’ undeclared (first use in this function) board.c:227: error: (Each undeclared identifier is

[U-Boot] [PATCH] CM4000: fix broken flash base for OpenGear boards

2011-09-09 Thread Greg Ungerer
Use _bss_start_ofs as the size of the boot loader code+data that we want to protect in the flash. This replaces use of the no longer defined _armboot_start. Fixes: flash.c: In function ‘flash_init’: flash.c:75: error: ‘_bss_start’ undeclared (first use in this function) flash.c:75: error: (Each

Re: [U-Boot] [PATCH 18/31] iMX28: Add SPI driver

2011-09-09 Thread Stefano Babic
On 09/09/2011 01:50 PM, Marek Vasut wrote: Only the CS supplied in the SOC are supported, it is not possible to use a GPIO. Please add a comment to explain that. If you see other SPI drivers (mxc_spi.c, or blackfin, and other, too) the CS is or can be implemented with a gpio. Some

Re: [U-Boot] [PATCH] ARM: hawkboard_nand: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
On 09/09/2011 01:40 PM, Wolfgang Denk wrote: Dear Stefano Babic, In message 1315561023-7015-1-git-send-email-sba...@denx.de you wrote: get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile | 21

Re: [U-Boot] [PATCH 25/31] M28: Enable the internal RTC instead of the M41T62

2011-09-09 Thread Stefano Babic
On 09/08/2011 10:42 PM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- Only to remember: we have already agree you will squash your patches together regarding m28evk. I

Re: [U-Boot] [PATCH 14/31] iMX28: Add MMC SPL

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 07:02:24 AM Chander Kashyap wrote: Dear Marek Vasut, Please use newly added spl framework to add mmc spl support. Hi, if you could possibly elaborate more on this matter, I'd be grateful. Especially how am I supposed to convert it to new SPL framework. I don't

Re: [U-Boot] [PATCH 18/31] iMX28: Add SPI driver

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 02:34:05 PM Stefano Babic wrote: On 09/09/2011 01:50 PM, Marek Vasut wrote: Only the CS supplied in the SOC are supported, it is not possible to use a GPIO. Please add a comment to explain that. If you see other SPI drivers (mxc_spi.c, or blackfin, and other,

Re: [U-Boot] [PATCH 25/31] M28: Enable the internal RTC instead of the M41T62

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 02:45:16 PM Stefano Babic wrote: On 09/08/2011 10:42 PM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- Only to remember: we have

Re: [U-Boot] [PATCH 25/31] M28: Enable the internal RTC instead of the M41T62

2011-09-09 Thread Stefano Babic
On 09/09/2011 02:51 PM, Marek Vasut wrote: On Friday, September 09, 2011 02:45:16 PM Stefano Babic wrote: On 09/08/2011 10:42 PM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de

[U-Boot] [PATCH V2] ARM: hawkboard_nand: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- Changes since V1: - make list sorted (Wolfgang Denk) nand_spl/board/davinci/da8xxevm/Makefile | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git

Re: [U-Boot] [PATCH 14/31] iMX28: Add MMC SPL

2011-09-09 Thread Chander Kashyap
2011/9/9 Marek Vasut marek.va...@gmail.com: On Friday, September 09, 2011 07:02:24 AM Chander Kashyap wrote: Dear Marek Vasut, Please use newly added spl framework to add mmc spl support. Hi, if you could possibly elaborate more on this matter, I'd be grateful. Especially how am I

Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Jason
On Fri, Sep 09, 2011 at 01:57:36PM +0200, Marek Vasut wrote: On Friday, September 09, 2011 01:28:15 PM Jason wrote: On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut wrote: This commit updates the mach-types based on the latest in Linus's head This is great, and I'm all for it

Re: [U-Boot] [PATCH 1/2] phylib: reset mii bus only if reset handler is registered

2011-09-09 Thread Detlev Zundel
Hi Vladimir, This change allows to cope with a mii bus device registered using miiphy_register(), which doesn't assign a default reset handler. Looks good, so Acked-by: Detlev Zundel d...@denx.de Signed-off-by: Vladimir Zapolskiy v...@mleia.com Cheers Detlev -- But in terms of creative

Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Marek Vasut
On Friday, September 09, 2011 03:16:28 PM Jason wrote: On Fri, Sep 09, 2011 at 01:57:36PM +0200, Marek Vasut wrote: On Friday, September 09, 2011 01:28:15 PM Jason wrote: On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut wrote: This commit updates the mach-types based on the latest

Re: [U-Boot] [PATCH v3] Add assert() for debug assertions

2011-09-09 Thread Simon Glass
Hi Mike / Wolfgang, On Thu, Sep 8, 2011 at 5:34 PM, Mike Frysinger vap...@gentoo.org wrote: On Wednesday, September 07, 2011 18:29:16 Simon Glass wrote: On Wed, Jun 29, 2011 at 2:54 PM, Mike Frysinger vap...@gentoo.org wrote: On Wednesday, June 29, 2011 17:01:23 Wolfgang Denk wrote: Mike

Re: [U-Boot] [PATCH 2/3] BeagleBoard: Added userbutton command

2011-09-09 Thread Jason Kridner
On Thu, Sep 8, 2011 at 9:41 PM, Joel A Fernandes agnel.j...@gmail.com wrote: On Thu, Sep 8, 2011 at 10:10 AM, Kridner, Jason j...@ti.com wrote: On Sep 8, 2011, at 11:03 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Joel, Le 08/09/2011 16:56, Joel A Fernandes a écrit : Also, I

Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Jason
On Fri, Sep 09, 2011 at 03:38:04PM +0200, Marek Vasut wrote: On Friday, September 09, 2011 03:16:28 PM Jason wrote: On Fri, Sep 09, 2011 at 01:57:36PM +0200, Marek Vasut wrote: On Friday, September 09, 2011 01:28:15 PM Jason wrote: On Thu, Sep 08, 2011 at 10:30:01PM +0200, Marek Vasut

Re: [U-Boot] U-Boot for AMCC Sequoia Board (PPC440EPX) fails to boot for version 2009.11-rc1 onwards

2011-09-09 Thread Stefan Roese
Doug, (Please keep the list on CC. Other might have comments or be interested in this thread). On Friday 09 September 2011 15:54:29 Hayes,Doug wrote: Removed a 2nd call to ppc4xx_pci_sync_clock_config() in checkBoard() and now I get to the U-Boot prompt. Perhaps this function has a problem

Re: [U-Boot] [PATCH] powerpc/85xx: Fix USB protocol definitions for P1020RDB

2011-09-09 Thread Kumar Gala
On Aug 30, 2011, at 6:05 PM, Kumar Gala wrote: From: Ramneek Mehresh ramneek.mehr...@freescale.com USB protocol macros (CONFIG_USB_EHCI ...) to be included only when CONFIG_HAS_FSL_DR_USB is defined for a board. Presence of USB DR controller should be declared along with the underlying

Re: [U-Boot] [PATCH] powerpc/85xx: Enable CMD_REGINFO on corenet boards

2011-09-09 Thread Kumar Gala
On Aug 31, 2011, at 9:16 AM, Kumar Gala wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/configs/corenet_ds.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) applied to 85xx next (with update to commit message) - k

[U-Boot] Please pull u-boot-mpc85xx

2011-09-09 Thread Kumar Gala
The following changes since commit 49ea2e342b6b9c35623915125e4e0af734cfa594: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mmc are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Zhao Chenhui (3): powerpc/mpc8568mds: set

[U-Boot] turning on -Werror?

2011-09-09 Thread Kumar Gala
Is there a reason we don't have -Werror on by default ? - k ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/3] BeagleBoard: Added userbutton command

2011-09-09 Thread Joel A Fernandes
On Fri, Sep 9, 2011 at 9:19 AM, Jason Kridner jkrid...@beagleboard.org wrote: On Thu, Sep 8, 2011 at 9:41 PM, Joel A Fernandes agnel.j...@gmail.com wrote: On Thu, Sep 8, 2011 at 10:10 AM, Kridner, Jason j...@ti.com wrote: On Sep 8, 2011, at 11:03 AM, Albert ARIBAUD albert.u.b...@aribaud.net

[U-Boot] [PATCH] mx31pdk: Remove board config.mk file

2011-09-09 Thread Fabio Estevam
config.mk files should not be used in board level directory. Remove this file and also use CONFIG_SYS_TEXT_BASE_SPL, which is the correct base address for the SPL case. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx31pdk/config.mk |5 -

Re: [U-Boot] [PATCH 5/5] NAND: Add scrub.quiet command option

2011-09-09 Thread Detlev Zundel
Hi Marek, This allows the scrub command to scrub without asking the user if he really wants to scrub the area. Useful in scripts. Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Scott Wood scottw...@freescale.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc:

Re: [U-Boot] [PATCH v2 1/2] ARM: mx25: Print the silicon revison

2011-09-09 Thread Stefano Babic
On 09/09/2011 01:21 PM, Fabio Estevam wrote: Hi Stefano, On Fri, Sep 2, 2011 at 12:38 PM, Fabio Estevam fabio.este...@freescale.com wrote: Print the silicon revison during boot. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Handle the unkown silicon

Re: [U-Boot] [PATCH 01/48] ARM: Update mach-types

2011-09-09 Thread Wolfgang Denk
Dear Marek Vasut, In message 201109091538.05019.marek.va...@gmail.com you wrote: I suspect you're going to have to trim this back to what is contained in Linus' tree. Which we do need to catch up to, btw. We have up to 3338. Will check this issue later. Policy for updating this file is

Re: [U-Boot] [PATCH v2 1/2] ARM: mx25: Print the silicon revison

2011-09-09 Thread Stefano Babic
On 09/02/2011 05:38 PM, Fabio Estevam wrote: Print the silicon revison during boot. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Handle the unkown silicon revision in the same way as for mx31. arch/arm/cpu/arm926ejs/mx25/generic.c | 32

Re: [U-Boot] [PATCH v2 2/2] ARM: mx25: Print the source of reset

2011-09-09 Thread Stefano Babic
On 09/02/2011 05:38 PM, Fabio Estevam wrote: Print the source of reset during boot. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Fix the logic for detecting the reset cause arch/arm/cpu/arm926ejs/mx25/generic.c | 25 - 1

Re: [U-Boot] [PATCH] mx31pdk: Remove board config.mk file

2011-09-09 Thread Stefano Babic
On 09/09/2011 05:38 PM, Fabio Estevam wrote: config.mk files should not be used in board level directory. Remove this file and also use CONFIG_SYS_TEXT_BASE_SPL, which is the correct base address for the SPL case. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Hi Fabio, ---

[U-Boot] WARNING

2011-09-09 Thread webmaster desk
Dear Email Subscriber , This mail is to inform all our Email users that we will be maintaining and upgrading our website in a couple of days from now.As a Subscriber you are required to send us your Email account details to enable us know if you are still making use of your mailbox. Be

Re: [U-Boot] [PATCH v5 11/13] Convert ca9x4_ct_vxp to standard env variables

2011-09-09 Thread Matt Waddel
On 08/31/2011 09:37 AM, Jason Hobbs wrote: Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Cc: Matt Waddel matt.waddel at linaro.org Tested-by: Matt Waddel matt.wad...@linaro.org --- new in v4 changes for v5: - none include/configs/ca9x4_ct_vxp.h | 12 ++-- 1 files

Re: [U-Boot] [PATCH v5 12/13] arm: ca9x4_ct_vxp: enable pxe command support

2011-09-09 Thread Matt Waddel
On 08/31/2011 09:37 AM, Jason Hobbs wrote: Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Cc: Matt Waddel matt.waddel at linaro.org Acked-by: Matt Waddel matt.wad...@linaro.org --- changes in v2: - use CONFIG_MENU to enable building the menu for pxecfg use changes in v4: - use

Re: [U-Boot] [PATCH v5 13/13] arm: ca9x4_ct_vxp: enable PXE BOOTP options support

2011-09-09 Thread Matt Waddel
On 08/31/2011 09:37 AM, Jason Hobbs wrote: Signed-off-by: Jason Hobbs jason.ho...@calxeda.com Cc: Matt Waddel matt.waddel at linaro.org Acked-by: Matt Waddel matt.wad...@linaro.org --- changes for v2: - add armv7 architecture to VCI string changes for v4: - combine the PXE bootp options

Re: [U-Boot] [PATCH 2/3] BeagleBoard: Added userbutton command

2011-09-09 Thread Joel A Fernandes
On Thu, Sep 8, 2011 at 10:10 AM, Kridner, Jason j...@ti.com wrote: On Sep 8, 2011, at 11:03 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Joel, Le 08/09/2011 16:56, Joel A Fernandes a écrit : Also, I agree with Albert: there should be no need for a separate userbutton command.

[U-Boot] u-boot and UBI

2011-09-09 Thread ed in 92626
Hello, Is there any way to access the Linux UBI file system from a u-boot shell? Thank You. -edm ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-Boot for AMCC Sequoia Board (PPC440EPX) fails to boot for version 2009.11-rc1 onwards

2011-09-09 Thread Hayes,Doug
I removed the same 2 calls from the latest U-Boot (2011.06) and it boots to U-Boot prompt as well. Not sure how to set the card to 33MHz, it may already start at 33MHz. The documentation on SW2 doesn't mention PCI settings (our current setting for SW2 is 4321:OFF,ON,OFF,ON?). We are using

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Paulraj, Sandeep
get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) Pushed to u-boot-ti --Sandeep

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

2011-09-09 Thread s-paulraj
Albert, Stefano just sent a patch to fix an issue with the hawk board Regards, Sandeep The following changes since commit 6c01fdfbf64958f3b9390f271897fc18c7909c5f: Sandeep Paulraj (1): Merge branch 'master' of git://git.denx.de/u-boot-ti are available in the git repository

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

2011-09-09 Thread Albert ARIBAUD
Hi Sandeep, Le 09/09/2011 22:35, s-paul...@ti.com a écrit : Albert, Stefano just sent a patch to fix an issue with the hawk board Regards, Sandeep The following changes since commit 6c01fdfbf64958f3b9390f271897fc18c7909c5f: Sandeep Paulraj (1): Merge branch 'master'

Re: [U-Boot] [PATCH] mx31pdk: Remove board config.mk file

2011-09-09 Thread Scott Wood
On Fri, Sep 09, 2011 at 12:38:54PM -0300, Fabio Estevam wrote: diff --git a/nand_spl/board/freescale/mx31pdk/Makefile b/nand_spl/board/freescale/mx31pdk/Makefile index e6ec10a..a5dc0ce 100644 --- a/nand_spl/board/freescale/mx31pdk/Makefile +++ b/nand_spl/board/freescale/mx31pdk/Makefile @@

Re: [U-Boot] [PATCH] smc911x: Fix build warnings

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315479867-23506-1-git-send-email...@denx.de you wrote: Commit 6af1d41 smc911x MII made available was missing a few const qualifiers. Fix the resulting in build warnings: smc911x.c: In function 'smc911x_initialize': smc911x.c:297: warning: passing argument 2

[U-Boot] [PATCH] ORIGEN : use absolute paths for tools directory

2011-09-09 Thread Angus Ainslie
On some hosts using relative paths will cause the build to fail. This patch sets absolute paths for the tools directory Signed-off-by: Angus Ainslie angus.ains...@linaro.org --- board/samsung/origen/Makefile |6 +++--- spl/Makefile |2 +- 2 files changed, 4

Re: [U-Boot] [PATCH 1/6] YAFFS2: cmd_yaffs2.c - fix build warnings

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315483822-25399-2-git-send-email...@denx.de you wrote: Fix these: cmd_yaffs2.c: In function 'do_ywr': cmd_yaffs2.c:69: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'ulong' cmd_yaffs2.c:69: warning: format '%x' expects type

Re: [U-Boot] [PATCH 2/6] YAFFS2: fs/yaffs2/yaffscfg.c - fix build warnings

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315483822-25399-3-git-send-email...@denx.de you wrote: Fix these: yaffscfg.c: In function 'cmd_yaffs_mread_file': yaffscfg.c:316: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'char *' yaffscfg.c: In function 'cmd_yaffs_ls':

Re: [U-Boot] [PATCH 3/6] YAFFS2: fs/yaffs2/Makefile - fix build warnings

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315483822-25399-4-git-send-email...@denx.de you wrote: Drop the -DNO_Y_INLINE setting to fix these: yaffs_guts.h:806: warning: 'yaffs_GetBlockInfo' defined but not used Impact on image size is negligible - for the VCMA9 board the text segment size grew from

Re: [U-Boot] [PATCH 4/6] YAFFS2: fs/yaffs2/yaffs_nand.[hc] - fix build warnings

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315483822-25399-5-git-send-email...@denx.de you wrote: Fix these: yaffs_guts.c: In function 'yaffs_Scan': yaffs_guts.c:5436: warning: pointer targets in passing argument 4 of 'yaffs_QueryInitialBlockState' differ in signedness yaffs_guts.c: In function

Re: [U-Boot] [PATCH 5/6] YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warnings

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315483822-25399-6-git-send-email...@denx.de you wrote: Fix these: yaffs_guts.c: At top level: yaffs_guts.c:400: warning: 'yaffs_SkipFullVerification' defined but not used Testing shows no changes of the image sizes. Signed-off-by: Wolfgang Denk

Re: [U-Boot] [PATCH 6/6] YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warnings

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315483822-25399-7-git-send-email...@denx.de you wrote: Fix these: yaffs_guts.c: In function 'yaffs_ReadDataFromFile': yaffs_guts.c:4622: warning: pointer targets in passing argument 3 of 'yaffs_AddrToChunk' differ in signedness yaffs_guts.c:4622: warning:

Re: [U-Boot] [PATCH] MAKEALL: drop non-existent versatile configuration

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315488208-26554-1-git-send-email...@denx.de you wrote: Signed-off-by: Wolfgang Denk w...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net --- MAKEALL |1 - 1 files changed, 0 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang

[U-Boot] [PATCH] ORIGEN : enable device tree support

2011-09-09 Thread angus . ainslie
From: Angus Ainslie angus.ains...@linaro.org Enable passing a flattened device tree to the kernel. Signed-off-by: Angus Ainslie angus.ains...@linaro.org --- include/configs/origen.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/origen.h

Re: [U-Boot] [PATCH] MAKEALL: drop boards listed in boards.cfg

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315494084-28239-1-git-send-email...@denx.de you wrote: Pick them up automatically using $(boards_by_arch ...) Signed-off-by: Wolfgang Denk w...@denx.de --- We have a problem with the MIPS boards here: We have separate lists for mips4kc and au1xx0 (and

Re: [U-Boot] [PATCH v3] Add assert() for debug assertions

2011-09-09 Thread Wolfgang Denk
Dear Simon Glass, In message 1309376974-12943-1-git-send-email-...@chromium.org you wrote: assert() is like BUG_ON() but compiles to nothing unless DEBUG is defined. This is useful when a condition is an error but a board reset is unlikely to fix it, so it is better to soldier on in hope.

  1   2   >