Re: [U-Boot] [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

2012-01-25 Thread Yegor Yefremov
Am 18.07.2011 15:51, schrieb Yegor Yefremov: From 53afd3a38abbaed8890ca1ba36439e0c93b69969 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov yegorsli...@googlemail.com Date: Mon, 18 Jul 2011 15:44:42 +0200 Subject: [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device it

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-25 Thread Govindraj
Hi Igor, On Sun, Jan 22, 2012 at 5:50 PM, Igor Grinberg grinb...@compulab.co.il wrote: On 01/19/12 10:15, Govindraj wrote: On Wed, Jan 18, 2012 at 11:21 PM, Igor Grinberg grinb...@compulab.co.il wrote: Hi Govindraj, On 01/17/12 08:10, Govindraj wrote: [...] +             if

Re: [U-Boot] [PATCH] ARM: tegra: Define Tegra20 CAR binding

2012-01-25 Thread Peter De Schrijver
On Tue, Jan 24, 2012 at 11:59:40PM +0100, Colin Cross wrote: On Tue, Jan 24, 2012 at 2:43 PM, Stephen Warren swar...@nvidia.com wrote: Colin Cross wrote at Tuesday, January 24, 2012 3:33 PM: On Tue, Jan 24, 2012 at 2:08 PM, Stephen Warren swar...@nvidia.com wrote: Peter De Schrijver wrote

[U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Prabhakar Lad
*Hi Folks*, *I want to add a command using U_BOOT_CMD in uboot, where SPL_BUILD is enabled for example for da850evm in spl frame work how can i do that * *When I tried to that I get following error, error: no memory region specified for loadable section* *When i add printf statements and build I

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-25 Thread Sergey Lapin
On Tue, Jan 24, 2012 at 03:27:57PM +0100, Pali Rohár wrote: This patch series add support for new board Nokia RX-51 (aka N900). Last two patches adding on screen bootmenu support. This series supersedes the last sent version. A quick offtopic question - how do you replace boot loader on N900?

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Peter Meerwald
Hello Tom, I can boot u-boot built from git commit b609009801b8a00644926f49b7d0d0cc0d3d8797 successfully, but it fails with git commit ee08a8260a3a7f6ef2001cfa3e7b6137b485f40a: The current implementation (after poking some of the other beagleboard.org folks) requires SPL. It's not a

Re: [U-Boot] [PATCH 00/28] Add link-local addressing support

2012-01-25 Thread Stefano Babic
On 20/01/2012 01:53, Joe Hershberger wrote: Link-local support allows the bootloader to get a usable network address regardless of network environment. Given that bootloaders may not always have access to a DHCP server, this functionality makes accessing it in those environments easier. It

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Christian Riesch
Hi, On Wed, Jan 25, 2012 at 10:52 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: *I want to add a command using U_BOOT_CMD in uboot, where SPL_BUILD is enabled for example for da850evm in spl frame work how can i do that * Why do you want to do that? A command in an SPL? *When I tried

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-25 Thread Stefano Babic
On 17/01/2012 07:14, Govindraj wrote: On Mon, Jan 16, 2012 at 3:27 PM, Stefano Babic sba...@denx.de wrote: On 16/01/2012 08:58, Govindraj wrote: Th v2 patch series [1] posted is based on top of this patch. If I understand well, we need in any case Ilya's patch. In this case, it is maybe

Re: [U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms

2012-01-25 Thread Andreas Müller
On Wednesday, January 11, 2012 04:34:05 PM Tom Rini trini at ti.com wrote: I ordered the same card Peter sees failure on and it arrived yesterday. I'm formatting it now and will see if I can duplicate the problem here today. ping? Andreas ___ U-Boot

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Wolfgang Denk
Dear Prabhakar Lad, In message ca+v-a8vtoyw3x82hnrrzq--cbuhdvvsrr7srhkwm9q6huwz...@mail.gmail.com you wrote: *I want to add a command using U_BOOT_CMD in uboot, where SPL_BUILD is enabled for example for da850evm in spl frame work how can i do that * This makes no sense. Commands can only

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Christian Riesch
On Wed, Jan 25, 2012 at 11:37 AM, Wolfgang Denk w...@denx.de wrote: In message ca+v-a8vtoyw3x82hnrrzq--cbuhdvvsrr7srhkwm9q6huwz...@mail.gmail.com you wrote: *is there a support yet* to be added for printf? This makes also no sense to me - printf is available in the SPL. As long as

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Prabhakar Lad
Hi Christian, On Wed, Jan 25, 2012 at 3:57 PM, Christian Riesch christian.rie...@omicron.at wrote: Hi, On Wed, Jan 25, 2012 at 10:52 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: *I want to add a command using U_BOOT_CMD in uboot, where SPL_BUILD is enabled for example for

Re: [U-Boot] [PATCH 02/28] net: cosmetic: checkpatch compliance

2012-01-25 Thread Stefano Babic
On 20/01/2012 01:53, Joe Hershberger wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk w...@denx.de --- Hi Joe, as far as I understand this patch has nothing to do with the main feature (link-local addressing). Maybe

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Christian Riesch
Hi, On Wed, Jan 25, 2012 at 11:50 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: On Wed, Jan 25, 2012 at 3:57 PM, Christian Riesch christian.rie...@omicron.at wrote: Hi, On Wed, Jan 25, 2012 at 10:52 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: *I want to add a command using

Re: [U-Boot] SPL Linux Boot

2012-01-25 Thread Stefano Babic
Hi Tom, last version of patchset has not received comments since a long time - Simon sends to me a confirm that tests on the devkit8000 are successful. Any chance to get the patchset merged soon or do you have any open points ? Thanks, Stefano --

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 04:48:00 Sergey Lapin wrote: On Tue, Jan 24, 2012 at 03:27:57PM +0100, Pali Rohár wrote: This patch series add support for new board Nokia RX-51 (aka N900). Last two patches adding on screen bootmenu support. This series supersedes the last sent version. A

[U-Boot] [PATCH 3/3] Armada100: gplugD: Add USB command support

2012-01-25 Thread Ajay Bhargav
This patch adds support for USB commands and USB storage device for Marvell gplugD Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- include/configs/gplugd.h | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/include/configs/gplugd.h

[U-Boot] [PATCH 1/3] USB: Armada100: Add UTMI PHY interface driver

2012-01-25 Thread Ajay Bhargav
This patch adds USB host controller's UTMI PHY interface driver for Armada100 SOCs. Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- arch/arm/include/asm/arch-armada100/armada100.h |7 ++ drivers/usb/host/utmi-armada100.c | 87 +++

[U-Boot] [PATCH 2/3] USB: Armada100: ECHI Driver for Armada100 SOCs

2012-01-25 Thread Ajay Bhargav
This patch adds support for USB EHCI driver for Armada100 SOCs. Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- arch/arm/include/asm/arch-armada100/armada100.h |1 + drivers/usb/host/Makefile |1 + drivers/usb/host/ehci-armada100.c | 62

[U-Boot] [PATCH 1/2] at91: modified NAND flash timing on meesc board

2012-01-25 Thread Daniel Gorsulowski
Signed-off-by: Daniel Gorsulowski daniel.gorsulow...@esd.eu --- board/esd/meesc/meesc.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/esd/meesc/meesc.c b/board/esd/meesc/meesc.c index 4882ffc..9dd4375 100644 --- a/board/esd/meesc/meesc.c +++

[U-Boot] [PATCH 2/2] at91: modified NAND flash timing on otc570 board

2012-01-25 Thread Daniel Gorsulowski
Signed-off-by: Daniel Gorsulowski daniel.gorsulow...@esd.eu --- board/esd/otc570/otc570.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/esd/otc570/otc570.c b/board/esd/otc570/otc570.c index 5dded41..0c12b66 100644 --- a/board/esd/otc570/otc570.c +++

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-25 Thread Igor Grinberg
Hi Govindraj, On 01/25/12 11:04, Govindraj wrote: Hi Igor, On Sun, Jan 22, 2012 at 5:50 PM, Igor Grinberg grinb...@compulab.co.il wrote: On 01/19/12 10:15, Govindraj wrote: On Wed, Jan 18, 2012 at 11:21 PM, Igor Grinberg grinb...@compulab.co.il wrote: Hi Govindraj, On 01/17/12 08:10,

Re: [U-Boot] [RFC] mx28: Fix reboot from the kernel

2012-01-25 Thread Matthias Fuchs
On 24.01.2012 17:23, Fabio Estevam wrote: When running Linux on a mx28evk and issuing a 'reboot'command the following behaviour is observed: root@freescale /$ reboot starting pid 329, tty '': '/etc/rc.d/rcS stop'

Re: [U-Boot] [RFC] mx28: Fix reboot from the kernel

2012-01-25 Thread Stefano Babic
On 24/01/2012 17:23, Fabio Estevam wrote: When running Linux on a mx28evk and issuing a 'reboot'command the following behaviour is observed: Hi Fabio, Calling mx28_power_init() prior to mxs_iomux_setup_multiple_pads() fixes the problem and make U-boot to re-start succesfully. This

Re: [U-Boot] mx28 spl power cpu clock configuration

2012-01-25 Thread Marek Vasut
Hi Marek/Fabio, I think there's an error in code setting up the CPU clock in the SPL for the i.MX28. When instruction stepping through mx28_power_clock2pll in spl_power_init.c, the processor drops dead right after PLL bypass has been disabled. Stepping through the code is not recommended,

Re: [U-Boot] [PATCH V3 4/6] sf command: allow default chip select through CONFIG_SPI_FLASH_CS

2012-01-25 Thread Matthias Fuchs
Hi Eric, please see my comments below. On 24.01.2012 17:18, Eric Nelson wrote: This patch allows a board configuration file to provide a default chip-select for serial flash so that first argument to the 'sf' command is optional. On boards that use the mxc_spi driver and a GPIO for chip

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Tom Rini
On 01/25/2012 03:03 AM, Peter Meerwald wrote: Hello Tom, I can boot u-boot built from git commit b609009801b8a00644926f49b7d0d0cc0d3d8797 successfully, but it fails with git commit ee08a8260a3a7f6ef2001cfa3e7b6137b485f40a: The current implementation (after poking some of the other

Re: [U-Boot] mx28 spl power cpu clock configuration

2012-01-25 Thread Fabio Estevam
Hi Robert, On 1/25/12, Marek Vasut marek.va...@gmail.com wrote: Shouldn't we configure clkctrl_frac0 - or at least disable CPU clock gating - before disabling PLL bypass? This seems reasonable. Fabio, can you comment? Could you please post a patch with your proposed change so that we can

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Peter Meerwald
Hello Tom, MLO/SPL + current u-boot breaks the USB ethernet patches (i.e. booting via tftp) Even with 'dc off' before you start usb? I was not aware of the u-boot command 'dc off' -- yes, it solve my USB ethernet problem here is my story (from bisecting): v2011.06 + Koen et al. patches

Re: [U-Boot] u-boot script test

2012-01-25 Thread James Chargin
In message 1327404627.60813.yahoomail...@web120202.mail.ne1.yahoo.com For now i got around this problem with a negative test set x if test $x != 1 then echo No; else echo Yes; fi with this if x is not present i get No, even in the case when x is present and set any other value (not 1)

Re: [U-Boot] mx28 spl power cpu clock configuration

2012-01-25 Thread Robert Deliën
Hi Fabio, Could you please post a patch with your proposed change so that we can test it? I was hoping for a suggestion from you, as you know this SoC far better than me. Currently I am trying different solutions. Even though they prevent the system from hanging up, they still don't enable

Re: [U-Boot] mx28 spl power cpu clock configuration

2012-01-25 Thread Marek Vasut
Hi Fabio, Could you please post a patch with your proposed change so that we can test it? I was hoping for a suggestion from you, as you know this SoC far better than me. Currently I am trying different solutions. Even though they prevent the system from hanging up, they still don't

Re: [U-Boot] mx28 spl power cpu clock configuration

2012-01-25 Thread Robert Deliën
From your previous email, it looked like that was proper solution. You can still send a patch so we can test and proceed further in sync. I will send it in, as soon as I have a solution that enables instruction stepping through this code. What do you mean? If my 'solution' doesn't enable

Re: [U-Boot] mx28 spl power cpu clock configuration

2012-01-25 Thread Marek Vasut
From your previous email, it looked like that was proper solution. You can still send a patch so we can test and proceed further in sync. I will send it in, as soon as I have a solution that enables instruction stepping through this code. What do you mean? If my 'solution' doesn't

Re: [U-Boot] [U-Boot-Users] cross compiler

2012-01-25 Thread Marek Vasut
hi.. i am new to u-boot . for my practice my team leader asked me to cross compile arm720t modnet50 board with arm-none-linux compiler and now asking me to compile the same source code with abacus-anurag-linux compiler . will it be useful for me? and i am

Re: [U-Boot] [PATCH] TRATS: Fix uart gpio config

2012-01-25 Thread Marek Vasut
It updates the missing gpio configuration of UART port. Signed-off-by: Chander Kashyap chander.kash...@linaro.org Cc: HeungJun, Kim riverful@samsung.com --- board/samsung/trats/trats.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Tom Rini
On 01/25/2012 08:43 AM, Peter Meerwald wrote: Hello Tom, MLO/SPL + current u-boot breaks the USB ethernet patches (i.e. booting via tftp) Even with 'dc off' before you start usb? I was not aware of the u-boot command 'dc off' -- yes, it solve my USB ethernet problem here is my

Re: [U-Boot] mx28 spl power cpu clock configuration

2012-01-25 Thread Robert Deliën
Robert ... do you really want to cooperate and help fix stuff mainline or do you want to keep everyone in blind, make them guess/help you and when you fix something, never come back and have the fix only for yourself? Well, given my very verbose thread start, including oscillographs, it it

Re: [U-Boot] mx28 spl power cpu clock configuration

2012-01-25 Thread Marek Vasut
Robert ... do you really want to cooperate and help fix stuff mainline or do you want to keep everyone in blind, make them guess/help you and when you fix something, never come back and have the fix only for yourself? Well, given my very verbose thread start, including oscillographs, it

Re: [U-Boot] Last version for AT91RM9200-DK

2012-01-25 Thread Marek Vasut
Hi list, Someone know what is the last U-boot non-broken version for AT91RM9200-DK Board? Hello, if it's broken, please fix it and send patch (TM). I need the boot from compact flash feature, is that available on that version? No idea, the code is GPL, you have the source. I can not

Re: [U-Boot] u-boot-atmel support for SMSC9514

2012-01-25 Thread Marek Vasut
Dear Wilson Perez, In message CALe7QMCQ3500k3gCZyAJXbxJKvF-E2wp_RbsSnMwptyPx0- w...@mail.gmail.com you wrote: I am currently using u-boot-2009.11 on an Atmel at91sam9g45 and would like to add support for the SMSC9514 to be able to run tcp/ip over usb. The U-Boot has only a minimal

Re: [U-Boot] non SPL boot on beagleboard-xm

2012-01-25 Thread Marek Vasut
On 01/25/2012 08:43 AM, Peter Meerwald wrote: Hello Tom, MLO/SPL + current u-boot breaks the USB ethernet patches (i.e. booting via tftp) Even with 'dc off' before you start usb? I was not aware of the u-boot command 'dc off' -- yes, it solve my USB ethernet problem here

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-25 Thread Marek Vasut
This patch series add support for new board Nokia RX-51 (aka N900). Last two patches adding on screen bootmenu support. Isn't on-screen bootmenu already supported by common/menu.c stuff ? This series supersedes the last sent version. So ... this is V2? What are the changes from previous

Re: [U-Boot] [PATCH 01/14] arm, omap3: Define save_boot_params in lowlevel_init.S for SPL only

2012-01-25 Thread Marek Vasut
* Hide function save_boot_params if CONFIG_SPL_BUILD is not defined (function do nothing) What do you mean by this statement here ? * Same behaviour as in file arch/arm/cpu/armv7/omap4/lowlevel_init.S Eh? * This allow to implement board specified function save_boot_params in board code

Re: [U-Boot] [PATCH 02/14] arm: Optionally use existing atags in bootm.c

2012-01-25 Thread Marek Vasut
This patch adapts the bootm command so that it can use an existing atags command set up by a previous bootloader. Why do you need it? If the environment variable atagaddr is unset, bootm behaves as normal. If atagaddr is set, bootm will use atags address from environment variable and also

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 4:43 AM, Christian Riesch christian.rie...@omicron.at wrote: Hi, On Wed, Jan 25, 2012 at 11:50 AM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: On Wed, Jan 25, 2012 at 3:57 PM, Christian Riesch christian.rie...@omicron.at wrote: Hi, On Wed, Jan 25, 2012 at

Re: [U-Boot] [PATCH 04/14] Fix function readline in main.c

2012-01-25 Thread Marek Vasut
* Ignore ANSI escape codes for moving cursor, which are generated by keyboard I think WD should comment on this one. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes since original version: - Fixed commit message common/main.c | 51

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

2012-01-25 Thread Marek Vasut
* Use correct buffer size, do not damage screen output What are the symptoms, how does this fix the issue? Ccing Anatolij, I think he's the right one for this patch. Again, keep the correct CC!!! Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes since original version: -

Re: [U-Boot] [PATCH 06/14] cfb_console: Add function console_clear and console_clear_line

2012-01-25 Thread Marek Vasut
* console_clear - clear full console framebuffer output * console_clear_line - clear part of specified line (or full) Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes since original version: - Fixed commit message drivers/video/cfb_console.c | 64

Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-25 Thread Marek Vasut
* Command can be enabled by CONFIG_CMD_CLEAR * Added some ANSI escape codes definitions in common.h Signed-off-by: Pali Rohár pali.ro...@gmail.com Cc: Marcel Mol mar...@mesa.nl Do you seriously need a new command for such a simple operation? M --- Changes since original version: -

Re: [U-Boot] [PATCH 10/14] New config variable CONFIG_MENUCMD

2012-01-25 Thread Marek Vasut
* If not defined CONFIG_MENUCMD do nothing * If CONFIG_MENUKEY is 0 and was pressed any key run env menu_cmd * If pressed key was CONFIG_MENUKEY run env menu_cmd * If CONFIG_MENUKEY is not defined run env menu_cmd always * CONFIG_MENUKEY working if defined CONFIG_MENUCMD and

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Marek Vasut
* if defined run env premonitor before Main Loop for Monitor Processing What is this good for? Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes since original version: - removed #ifdef CONFIG_PREMONITOR in main.c common/env_common.c |3 +++ common/main.c |4

Re: [U-Boot] [PATCH 13/14] New command bootmenu: ANSI terminal Boot Menu support

2012-01-25 Thread Marek Vasut
* Added some ANSI escape codes definitions in common.h * Configuration is done via env variables bootmenu_delay and bootmenu_num: bootmenu_delay=delay bootmenu_num=title=commands (title and commands are separated by first char '=') delay is delay in seconds of

Re: [U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 3:35 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Wednesday, January 11, 2012 04:34:05 PM Tom Rini trini at ti.com wrote: I ordered the same card Peter sees failure on and it arrived yesterday.  I'm formatting it now and will see if I can duplicate the

Re: [U-Boot] [PATCH 03/14] Add power bus message definitions in twl4030.h

2012-01-25 Thread Marek Vasut
* Code copied from linux kernel 3.0.0 from file include/linux/i2c/twl.h Do you need them? Also, as in other patches, I noticed you don't CC Tom Rini. Also, Ccing Igor Grinberg. Please keep the Cc in next inkarnation of the series! Guys, can you also help review the rest of the series ?

Re: [U-Boot] [PATCH 01/14] arm, omap3: Define save_boot_params in lowlevel_init.S for SPL only

2012-01-25 Thread Tom Rini
On Tue, Jan 24, 2012 at 7:27 AM, Pali Rohár pali.ro...@gmail.com wrote: * Hide function save_boot_params if CONFIG_SPL_BUILD is not defined (function do nothing) This is fine. * Same behaviour as in file arch/arm/cpu/armv7/omap4/lowlevel_init.S This isn't quite right. OMAP4/5 and AM33XX

Re: [U-Boot] [PATCH 01/14] arm, omap3: Define save_boot_params in lowlevel_init.S for SPL only

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 11:00 AM, Marek Vasut marek.va...@gmail.com wrote: * Hide function save_boot_params if CONFIG_SPL_BUILD is not defined (function do nothing) What do you mean by this statement here ? * Same behaviour as in file arch/arm/cpu/armv7/omap4/lowlevel_init.S Eh? * This

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Scott Wood
On 01/25/2012 12:19 PM, Tom Rini wrote: Maybe we should poke command.h to nop out U_BOOT_CMD for CONFIG_SPL_BUILD? OTOH, #ifndef'ing U_BOOT_CMD and the code itself gets us a space savings we wouldn't get otherwise (I suspect giving the MTD/NAND issue I've mentioned before)... Commands should

Re: [U-Boot] SPL Framework: Add support for U_BOOT_CMD

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 11:55 AM, Scott Wood scottw...@freescale.com wrote: On 01/25/2012 12:19 PM, Tom Rini wrote: Maybe we should poke command.h to nop out U_BOOT_CMD for CONFIG_SPL_BUILD?  OTOH, #ifndef'ing U_BOOT_CMD and the code itself gets us a space savings we wouldn't get otherwise (I

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:20:01 Marek Vasut wrote: So why not just replace the bootloader right away? Booting process on n900: 1. Omap bootrom 2. Nokia X-Loader 3. Nokia NOLO Bootloader 4. Linux kernel ... Nokia X-Loader and NOLO are stored in first nand part. It has size 128kB. Nokia

Re: [U-Boot] [PATCH V3 4/6] sf command: allow default chip select through CONFIG_SPI_FLASH_CS

2012-01-25 Thread Mike Frysinger
On Wednesday 25 January 2012 10:10:18 Matthias Fuchs wrote: Can you also add a config option for the SPI bus number? I think these two need to handled in the same patch. So you could add this stuff: static int do_spi_flash_probe(int argc, char * const argv[]) { +#ifdef

Re: [U-Boot] [PATCH 02/14] arm: Optionally use existing atags in bootm.c

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:02:45 Marek Vasut wrote: This patch adapts the bootm command so that it can use an existing atags command set up by a previous bootloader. Why do you need it? Default Nokia kernel has patches which using non-standard atags for reporting bootmode, bootreason,

Re: [U-Boot] [PATCH 03/14] Add power bus message definitions in twl4030.h

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:04:37 Marek Vasut wrote: * Code copied from linux kernel 3.0.0 from file include/linux/i2c/twl.h Do you need them? Yes, needed for twl regulator for enabling eMMC. -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed

Re: [U-Boot] [PATCH 06/14] cfb_console: Add function console_clear and console_clear_line

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:08:31 Marek Vasut wrote: +static void console_clear(void) Do you use this function AT ALL? Yes, in patch which add ANSI terminal support to cfb_console. -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:10:03 Marek Vasut wrote: Do you seriously need a new command for such a simple operation? Yes, command clear is really usefull for debugging framebuffer output on n900. -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed

Re: [U-Boot] [PATCH 10/14] New config variable CONFIG_MENUCMD

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:12:29 Marek Vasut wrote: So this is just to interrupt autoboot? Why not just report the menukey as any other keypress and do it that way? Usefull for interrupt autoboot and run some menu (script/booting) only with specific key (for example with key M on device

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: * if defined run env premonitor before Main Loop for Monitor Processing What is this good for? before running monitor loop I'd like write some info to console (specific board info, board commands, board macros). but if these info will

Re: [U-Boot] [PATCH 13/14] New command bootmenu: ANSI terminal Boot Menu support

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:18:50 Marek Vasut wrote: Do you need this command if you already have common/menu.c? I need menu which can work with ANSI terminal and framebuffer on device screen. Something which can easy choose booting system... I can look at menu.c if it can replace my

[U-Boot] [PATCH v6 1/3] PXA: PXA27x Matrix keypad driver

2012-01-25 Thread Vasily Khoruzhick
From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Signed-off-by: Vasily Khoruzhick anars...@gmail.com [vasily: adapted Marek's old version for newer u-boot, fixed multiple keypresses handling] --- v2: use struct-based access to regs, minor cleanup

[U-Boot] [PATCH 2/2] ARM: tegra: Add clock binding to tegra-seabaord.dts

2012-01-25 Thread Stephen Warren
This provides an example of how to use the Tegra CAR clock binding in a board .dts file. Signed-off-by: Stephen Warren swar...@nvidia.com --- I think it makes sense to check the previous patch into the Linux kernel, since it's mainly just defining what the binding is. However, this patch is just

[U-Boot] [PATCH 1/2] ARM: tegra: Define Tegra20 CAR binding

2012-01-25 Thread Stephen Warren
Document a binding for the Tegra20 CAR (Clock And Reset) Controller, add it to tegra20.dtsi, and configure it for the board in tegra- seaboard.dts. Signed-off-by: Stephen Warren swar...@nvidia.com --- v2: * Remove clock-names, clock-output-names properties; Tegra will solely use integer IDs for

[U-Boot] [PATCH v6 2/3] zipitz2: enable pxa27x_mkp driver

2012-01-25 Thread Vasily Khoruzhick
Signed-off-by: Vasily Khoruzhick anars...@gmail.com --- v2: remove usbtty stuff from EXTRA_ENV_SETTINGS v3: shift+backspace should produce backspace code v4: no change v5: prettify CONFIG_PXA27X_MKP_KEYMAP v6: no change include/configs/zipitz2.h | 82

[U-Boot] [PATCH v6 3/3] zipitz2: use pxa_mmc_gen as MMC driver

2012-01-25 Thread Vasily Khoruzhick
Signed-off-by: Vasily Khoruzhick anars...@gmail.com --- v2: mmcinfo is necessary to scan card for partitions v3: replace mmcinfo with mmc rescan v4: mmc rescan does not take extra argument in recent u-boot, so remove it. v5: remove spaces from CONFIG_BOOTCOMMAND v6: no change

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

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 19:06:51 Marek Vasut wrote: * Use correct buffer size, do not damage screen output What are the symptoms, how does this fix the issue? Ccing Anatolij, I think he's the right one for this patch. Again, keep the correct CC!!! Output on n900 screen is damged

Re: [U-Boot] [PATCH 1/2] ARM: tegra: Define Tegra20 CAR binding

2012-01-25 Thread Simon Glass
Hi Stephen, On Wed, Jan 25, 2012 at 11:57 AM, Stephen Warren swar...@nvidia.com wrote: Document a binding for the Tegra20 CAR (Clock And Reset) Controller, add it to tegra20.dtsi, and configure it for the board in tegra- seaboard.dts. Signed-off-by: Stephen Warren swar...@nvidia.com ---

Re: [U-Boot] [PATCH 1/2] ARM: tegra: Define Tegra20 CAR binding

2012-01-25 Thread Stephen Warren
Simon Glass wrote at Wednesday, January 25, 2012 1:14 PM: On Wed, Jan 25, 2012 at 11:57 AM, Stephen Warren swar...@nvidia.com wrote: Document a binding for the Tegra20 CAR (Clock And Reset) Controller, add it to tegra20.dtsi, and configure it for the board in tegra- seaboard.dts. ... v2:

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 3:32 AM, Stefano Babic sba...@denx.de wrote: On 17/01/2012 07:14, Govindraj wrote: On Mon, Jan 16, 2012 at 3:27 PM, Stefano Babic sba...@denx.de wrote: On 16/01/2012 08:58, Govindraj wrote: Th v2 patch series [1] posted is based on top of this patch. If I understand

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: * if defined run env premonitor before Main Loop for Monitor Processing What is this good for? before running monitor loop I'd like write some info to console (specific board info, board commands, board macros). but if

Re: [U-Boot] [PATCH 10/14] New config variable CONFIG_MENUCMD

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 19:12:29 Marek Vasut wrote: So this is just to interrupt autoboot? Why not just report the menukey as any other keypress and do it that way? Usefull for interrupt autoboot and run some menu (script/booting) only with specific key (for example with key M on

Re: [U-Boot] [PATCH 09/14] New command clear: Clear the ANSI terminal

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 19:10:03 Marek Vasut wrote: Do you seriously need a new command for such a simple operation? Yes, command clear is really usefull for debugging framebuffer output on n900. Ok, let's see what the other people think, I'm opposed tho

Re: [U-Boot] [PATCH 06/14] cfb_console: Add function console_clear and console_clear_line

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 19:08:31 Marek Vasut wrote: +static void console_clear(void) Do you use this function AT ALL? Yes, in patch which add ANSI terminal support to cfb_console. Why do you even need the support for ANSI terminal in the first place?

Re: [U-Boot] [PATCH 02/14] arm: Optionally use existing atags in bootm.c

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 19:02:45 Marek Vasut wrote: This patch adapts the bootm command so that it can use an existing atags command set up by a previous bootloader. Why do you need it? Default Nokia kernel has patches which using non-standard atags for reporting bootmode,

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 19:20:01 Marek Vasut wrote: So why not just replace the bootloader right away? Booting process on n900: 1. Omap bootrom 2. Nokia X-Loader 3. Nokia NOLO Bootloader 4. Linux kernel ... To make it clear, I own N900 myself ;-) Nokia X-Loader and NOLO are

Re: [U-Boot] [PATCH v6 1/3] PXA: PXA27x Matrix keypad driver

2012-01-25 Thread Marek Vasut
From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Signed-off-by: Vasily Khoruzhick anars...@gmail.com [vasily: adapted Marek's old version for newer u-boot, fixed multiple keypresses handling] Fine ... albert, can you comment on it? Vasily,

Re: [U-Boot] [PATCH 02/14] arm: Optionally use existing atags in bootm.c

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 21:55:53 Marek Vasut wrote: must can reuse? Anyway, that's nonsense, why won't u-boot be able to craft those atags? Maemo 5 (default OS in Nokia N900) cannot work if kernel does not have proper atags from NOLO. So if U-Boot does not reuse it, then Maemo will not

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 21:56:37 Marek Vasut wrote: On Wednesday 25 January 2012 19:20:01 Marek Vasut wrote: So why not just replace the bootloader right away? Booting process on n900: 1. Omap bootrom 2. Nokia X-Loader 3. Nokia NOLO Bootloader 4. Linux kernel ... To make

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 21:51:38 Marek Vasut wrote: On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: * if defined run env premonitor before Main Loop for Monitor Processing What is this good for? before running monitor loop I'd like write some info to console

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 21:51:38 Marek Vasut wrote: On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: * if defined run env premonitor before Main Loop for Monitor Processing What is this good for? before running monitor loop I'd like write some info to

Re: [U-Boot] [PATCH 02/14] arm: Optionally use existing atags in bootm.c

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 21:55:53 Marek Vasut wrote: must can reuse? Anyway, that's nonsense, why won't u-boot be able to craft those atags? Maemo 5 (default OS in Nokia N900) cannot work if kernel does not have proper atags from NOLO. So if U-Boot does not reuse it, then Maemo will

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 21:56:37 Marek Vasut wrote: On Wednesday 25 January 2012 19:20:01 Marek Vasut wrote: So why not just replace the bootloader right away? Booting process on n900: 1. Omap bootrom 2. Nokia X-Loader 3. Nokia NOLO Bootloader 4. Linux kernel ...

Re: [U-Boot] [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 1:06 AM, Yegor Yefremov yegor_s...@visionsystems.de wrote: Am 18.07.2011 15:51, schrieb Yegor Yefremov: From 53afd3a38abbaed8890ca1ba36439e0c93b69969 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov yegorsli...@googlemail.com Date: Mon, 18 Jul 2011 15:44:42 +0200 Subject:

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

2012-01-25 Thread Tom Rini
Hello, The following changes since commit 5d250e52ffd5554834a45ac8d53762fbbf36933c: Simon Glass (1): tegra2: Enable data cache are available in the git repository at: git://git.denx.de/u-boot-ti.git master Ben Gardiner (1): arm, davinci: add PLL0 prediv to da850 lowlevel

Re: [U-Boot] [PATCH 02/14] arm: Optionally use existing atags in bootm.c

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 22:28:38 Marek Vasut wrote: On Wednesday 25 January 2012 21:55:53 Marek Vasut wrote: must can reuse? Anyway, that's nonsense, why won't u-boot be able to craft those atags? Maemo 5 (default OS in Nokia N900) cannot work if kernel does not have proper

Re: [U-Boot] SPL Linux Boot

2012-01-25 Thread Tom Rini
On Wed, Jan 25, 2012 at 4:50 AM, Stefano Babic sba...@denx.de wrote: Hi Tom, last version of patchset has not received comments since a long time - Simon sends to me a confirm that tests on the devkit8000 are successful. Any chance to get the patchset merged soon or do you have any open

Re: [U-Boot] [PATCH v6 1/3] PXA: PXA27x Matrix keypad driver

2012-01-25 Thread Vasily Khoruzhick
2012/1/25 Marek Vasut marek.va...@gmail.com: From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Signed-off-by: Vasily Khoruzhick anars...@gmail.com [vasily: adapted Marek's old version for newer u-boot,          fixed multiple keypresses handling] Fine

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 22:29:16 Marek Vasut wrote: On Wednesday 25 January 2012 21:56:37 Marek Vasut wrote: On Wednesday 25 January 2012 19:20:01 Marek Vasut wrote: So why not just replace the bootloader right away? Booting process on n900: 1. Omap bootrom 2. Nokia

Re: [U-Boot] [PATCH v6 1/3] PXA: PXA27x Matrix keypad driver

2012-01-25 Thread Marek Vasut
2012/1/25 Marek Vasut marek.va...@gmail.com: From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Signed-off-by: Vasily Khoruzhick anars...@gmail.com [vasily: adapted Marek's old version for newer u-boot, fixed multiple keypresses

Re: [U-Boot] [PATCH 02/14] arm: Optionally use existing atags in bootm.c

2012-01-25 Thread Marek Vasut
On Wednesday 25 January 2012 22:28:38 Marek Vasut wrote: On Wednesday 25 January 2012 21:55:53 Marek Vasut wrote: must can reuse? Anyway, that's nonsense, why won't u-boot be able to craft those atags? Maemo 5 (default OS in Nokia N900) cannot work if kernel does not have

Re: [U-Boot] [PATCH 11/14] New config variable CONFIG_PREMONITOR

2012-01-25 Thread Pali Rohár
On Wednesday 25 January 2012 22:28:17 Marek Vasut wrote: On Wednesday 25 January 2012 21:51:38 Marek Vasut wrote: On Wednesday 25 January 2012 19:12:51 Marek Vasut wrote: * if defined run env premonitor before Main Loop for Monitor Processing What is this good for?

  1   2   >