Re: [U-Boot] [PATCH] BOOT: Add RAW ramdisk support to bootz

2012-03-23 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek Vasut, In message 201203221745.16226.marek.va...@gmail.com you wrote: Dear Wolfgang Denk, are we OK with applying this and bootz patch please? Can we get it into .04 release please? this - which patch version exactly are you referring to?

Re: [U-Boot] [PATCH 1/2] mx28evk: Provide default values for SPI bus and chip select

2012-03-23 Thread Marek Vasut
Dear Fabio Estevam, From: Fabio Estevam fabio.este...@freescale.com Provide default values for SPI bus and chip select. This allows the command sf probe to work without passing SPI bus and chip select numbers as arguments. Signed-off-by: Fabio Estevam fabio.este...@freescale.com

Re: [U-Boot] [PATCH 2/2] configs: imx: Use CONFIG_SF_DEFAULT_CS

2012-03-23 Thread Marek Vasut
Dear Fabio Estevam, CONFIG_SPI_FLASH_CS is not used anywhere. Use CONFIG_SF_DEFAULT_CS instead. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/efikamx.h |2 +- include/configs/m28evk.h |2 +- include/configs/vision2.h |2 +- 3 files changed,

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-03-23 Thread Anatolij Gustschin
Hi, On Thu, 22 Mar 2012 01:58:02 -0700 (PDT) Pali Rohár pali.ro...@gmail.com wrote: ... Do you think that mapped address of framebuffer is only problem? I wrote that it could be a problem. I do not know much about your system and U-Boot port and do not know exactly what you meant by damaged

Re: [U-Boot] [PATCH 2/2] configs: imx: Use CONFIG_SF_DEFAULT_CS

2012-03-23 Thread Stefano Babic
On 23/03/2012 09:39, Marek Vasut wrote: Dear Fabio Estevam, CONFIG_SPI_FLASH_CS is not used anywhere. Use CONFIG_SF_DEFAULT_CS instead. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/efikamx.h |2 +- include/configs/m28evk.h |2 +-

Re: [U-Boot] [PATCH 2/2] configs: imx: Use CONFIG_SF_DEFAULT_CS

2012-03-23 Thread Marek Vasut
Dear Stefano Babic, On 23/03/2012 09:39, Marek Vasut wrote: Dear Fabio Estevam, CONFIG_SPI_FLASH_CS is not used anywhere. Use CONFIG_SF_DEFAULT_CS instead. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/efikamx.h |2 +-

Re: [U-Boot] [PATCH 2/2] configs: imx: Use CONFIG_SF_DEFAULT_CS

2012-03-23 Thread Stefano Babic
On 23/03/2012 10:18, Marek Vasut wrote: No, that's why I'm asking. And I see no use of CONFIG_SPI_FLASH_CS. All right then: Acked-by: Marek Vasut ma...@denx.de Ok, then everything is clear. Acked-by: Stefano Babic sba...@denx.de Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 1/2] mx28evk: Provide default values for SPI bus and chip select

2012-03-23 Thread Stefano Babic
On 23/03/2012 01:29, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Provide default values for SPI bus and chip select. This allows the command sf probe to work without passing SPI bus and chip select numbers as arguments. Signed-off-by: Fabio Estevam

Re: [U-Boot] [PATCH 1/1] MX53: DDR: Fix ZQHWCTRL field TZQ_CS

2012-03-23 Thread Stefano Babic
On 23/03/2012 04:25, Troy Kisky wrote: On 3/22/2012 6:47 PM, Troy Kisky wrote: On 3/22/2012 3:00 PM, Troy Kisky wrote: Currently, board files are setting this field to 0x01 which the manual says is a reserved value. Change to use the default of 0x04 - 128 cycles. Typo, should say default of

Re: [U-Boot] [PATCH] mx53: Make PLL2 to be the parent of UART clock

2012-03-23 Thread Stefano Babic
On 21/03/2012 16:42, Fabio Estevam wrote: Change the parent UART clock to be PLL2, so that U-boot can also boot a Freescale 2.6.35 kernel for mx53. FSL kernel and U-boot changed the UART parent from PLL3 to PLL2 to avoid conflicts with IPU clocks, so that the video resolution can be changed

Re: [U-Boot] [PATCH] mx53ard: Initialize return code with error

2012-03-23 Thread Stefano Babic
On 20/03/2012 00:41, Fabio Estevam wrote: The variable rc is the return of board_eth_init() function. Initialize it with an error code, so that this function can return an error when CONFIG_SMC911X is not set. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to

Re: [U-Boot] [PATCH 3/4][v2] powerpc/85xx:Make debug exception vector accessible

2012-03-23 Thread Prabhakar Kushwaha
Hi Scott, On Friday 23 March 2012 01:13 AM, Scott Wood wrote: On 03/22/2012 12:52 AM, Prabhakar Kushwaha wrote: Hi Scott, Please find my reply in-lined On Thursday 22 March 2012 01:22 AM, Scott Wood wrote: On 03/20/2012 11:43 PM, Prabhakar Kushwaha wrote: Debugging of e500 and e500v1

Re: [U-Boot] [PATCH] tegra: Specify debugging serial port at boot.

2012-03-23 Thread Simon Glass
Hi Graeme, On Thu, Mar 22, 2012 at 4:41 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Simon, On Fri, Mar 23, 2012 at 10:03 AM, Simon Glass s...@google.com wrote: I am going to have a similar problem in the SPL soon - how to deal with panic(). Advice gratefully accepted. Take a leaf out

Re: [U-Boot] [RFC v0 01/11] omap3+: Introduce configs/omap3_common.h

2012-03-23 Thread Tom Rini
On Thu, Mar 22, 2012 at 09:48:27PM -0400, Jason Kridner wrote: I'm reading/replying to these one-by-one for sanity/clarity with regards to BeagleBoard... [snip] diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 80b9a5a..21e4b01 100644 ---

Re: [U-Boot] [PATCH 1/1] MX53: DDR: Fix ZQHWCTRL field TZQ_CS

2012-03-23 Thread Fabio Estevam
Hi Stefano, On Fri, Mar 23, 2012 at 6:34 AM, Stefano Babic sba...@denx.de wrote: Is there someone who can answer to this question ? This patch fixes the value according to the manual, without doubts. But if the manual is wrong... We are checking this internally at Freescale and will keep the

Re: [U-Boot] [PATCH 3/4][v2] powerpc/85xx:Make debug exception vector accessible

2012-03-23 Thread Scott Wood
On 03/23/2012 06:44 AM, Prabhakar Kushwaha wrote: Hi Scott, On Friday 23 March 2012 01:13 AM, Scott Wood wrote: On 03/22/2012 12:52 AM, Prabhakar Kushwaha wrote: Hi Scott, Please find my reply in-lined On Thursday 22 March 2012 01:22 AM, Scott Wood wrote: On 03/20/2012 11:43 PM,

[U-Boot] NetConsole TFTP

2012-03-23 Thread Thomas Pohl
Hi all, I am trying to use the NetConsole to configure the U-Boot and to send command to it. Everything works fine, but I also need to transfer files via TFTP. It looks like that is a problem and I hope the members of this mailing list can give me some answers and maybe solutions. Is it

[U-Boot] USB OTG host mode support in u-boot (Ethernet Over USB)

2012-03-23 Thread behnam134
I am trying to get usb-ethernet dongle to work in u-boot but in order to get this to work I need to have the device in host mode. My current platform doesn't have USB host EHCI port but it has the micro OTG port and I have verified that keyboard/mouse/usb-ethernet all work on this port in Linux.

Re: [U-Boot] NetConsole TFTP

2012-03-23 Thread Wolfgang Denk
Dear Thomas, In message of0b4b1e6c.b54b0c2d-onc12579ca.0038e059-c12579ca.0038f...@sick.de you wrote: Is it possible to use NetConsole and TFTP parallel at one Ethernet interface? My fist thoughts were that this could be possible, because TFTP Yes, this is supposed to work. We've even seen

[U-Boot] [PATCH 1/3] net/eth: set status to active before calling init

2012-03-23 Thread Sebastian Andrzej Siewior
If we set the status after successful init call then we get in trouble if stdout (or setderr) is set to netconsole. If we are going to use one of those (lets say printf) during -init() the following happens: - network is of (state passive) - we switch on netconsole - nc_getc() gets called - in

[U-Boot] [PATCH 3/3] net/tsec: Don't tell the link status if used with netconsole

2012-03-23 Thread Sebastian Andrzej Siewior
Since we start/stop the network after each character we see that line printed a lot. Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de --- drivers/net/tsec.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c index

[U-Boot] [PATCH 2/3] net/tsec: convert the printf() to serial_printf()

2012-03-23 Thread Sebastian Andrzej Siewior
In case we use netconsole for stdout and something goes wrong here and we run into one of this printf() then there is no point of sending this over network again since it is likely that will fail again. Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de --- drivers/net/tsec.c | 12

Re: [U-Boot] [PATCH v2 1/5] Revert Add board_pre_console_putc to deal with early console output

2012-03-23 Thread Wolfgang Denk
Dear Simon, In message 1332219558-9143-1-git-send-email-...@chromium.org you wrote: This reverts commit 295d3942b806552503243f5cfb36aec6f1b5a9bf. It turns that this really doesn't work very nicely. Instead we should have a pre-console panic function so that we know that further execution is

Re: [U-Boot] Pull request for u-boot-nds32

2012-03-23 Thread Wolfgang Denk
Dear Macpaul Lin, In message caccg+xp+jopurj4r6kq6ldannvipcwealznoetmpxp98t2d...@mail.gmail.com you wrote: --e89a8ff1c62e4e8e0a04bb93f28d Content-Type: text/plain; charset=ISO-8859-1 Dear Wolfgang, Please pull the following 2 fix patches into your master branch. Thanks! The following

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

2012-03-23 Thread Wolfgang Denk
Dear Stefan Roese, In message 201203211628.51225...@denx.de you wrote: please pull the following fix: The following changes since commit dbb87bbd8eff11cf974caa2b5cc397aea444bc5a: Armada100: gplugD: Add FAT EXT2 command support (2012-03-19 00:08:26 +0100) are available in the

Re: [U-Boot] [PATCH] bootstage: Fix build error for standalone API example

2012-03-23 Thread Anatolij Gustschin
Hi Simon, On Mon, 19 Mar 2012 22:49:30 -0700 Simon Glass s...@chromium.org wrote: This example doesn't have get_timer() defined, which causes build breakages. Add #ifdef guards to work around this. Signed-off-by: Simon Glass s...@chromium.org --- lib/time.c |2 ++ 1 files changed,

Re: [U-Boot] [PATCH] bootstage: Fix build error for standalone API example

2012-03-23 Thread Simon Glass
Hi Anatolij, On Fri, Mar 23, 2012 at 3:32 PM, Anatolij Gustschin ag...@denx.de wrote: Hi Simon, On Mon, 19 Mar 2012 22:49:30 -0700 Simon Glass s...@chromium.org wrote: This example doesn't have get_timer() defined, which causes build breakages. Add #ifdef guards to work around this.

Re: [U-Boot] [PATCH 3/4][v2] powerpc/85xx:Make debug exception vector accessible

2012-03-23 Thread Prabhakar Kushwaha
On Friday 23 March 2012 11:44 PM, Scott Wood wrote: On 03/23/2012 06:44 AM, Prabhakar Kushwaha wrote: Hi Scott, On Friday 23 March 2012 01:13 AM, Scott Wood wrote: On 03/22/2012 12:52 AM, Prabhakar Kushwaha wrote: Hi Scott, Please find my reply in-lined On Thursday 22 March 2012 01:22

[U-Boot] Loading kernel from usb

2012-03-23 Thread Calvin Boyd
I am currently working on a project and I am trying to load the kernel from usb instead of an sd card. How do you configure u-boot to support usb commands? ___ U-Boot mailing list U-Boot@lists.denx.de