Re: [U-Boot] [RFC} [PATCH] Feature removal due to lack of custodians

2012-02-26 Thread Simon Glass
Hi Wolfgang, On Sat, Feb 25, 2012 at 2:10 PM, Wolfgang Denk wrote: > Despite several calls nobody volunteered to help out. > > Signed-off-by: Wolfgang Denk > --- >  doc/feature-removal-schedule.txt |   14 ++ >  1 files changed, 14 insertions(+), 0 deletions(-) > > diff --git a/doc/fe

[U-Boot] [PATCH] [OMAP3] Pass timings structure pointer to board_get_mem_timings()

2012-02-26 Thread Peter Barada
Instead of passing individual registers by value to board_get_mem_timings, pass a board_mem_timings structure pointer for the board files to fill in. Pass same structure pointer to write_sdrc_timings. This saves about 90 bytes of space in SPL. Signed-off-by: Peter Barada --- arch/arm/cpu/armv7/

Re: [U-Boot] [PATCH v4 07/13] davinci: Use correct #ifdef around gdata/bdata

2012-02-26 Thread Simon Glass
Hi Sughosh, On Thu, Feb 23, 2012 at 9:25 AM, Sughosh Ganu wrote: > hi Simon, > > On Mon Feb 20, 2012 at 05:32:49PM -0800, Simon Glass wrote: >> This fixes the following warnings in an SPL build when libcommon is >> in use: >> >> spl.c:37: warning: 'gdata' defined but not used >> spl.c:38: warning

Re: [U-Boot] [PATCH v4 09/13] hawkboard: Modify to work with generic relocation

2012-02-26 Thread Simon Glass
Hi, On Thu, Feb 23, 2012 at 7:11 AM, Sughosh Ganu wrote: > > On Thu, Feb 23, 2012 at 2:13 PM, Sughosh Ganu > wrote: >> >> hi Simon, >> On Mon Feb 20, 2012 at 05:32:51PM -0800, Simon Glass wrote: >> > Add use of common/ and lib/ libraries for the SPL stage, and >> > add the new link symbol requir

[U-Boot] [PATCH] sandbox: tweak style in linker script

2012-02-26 Thread Mike Frysinger
We use tabs for indentation, not spaces. Signed-off-by: Mike Frysinger --- arch/sandbox/cpu/u-boot.lds | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/sandbox/cpu/u-boot.lds b/arch/sandbox/cpu/u-boot.lds index 2d2e50f..0c56aa7 100644 --- a/arch/sandbox/cpu/

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

2012-02-26 Thread Pali Rohár
On Tuesday 24 January 2012 15:27:57 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. > Hi, what is state of this patch series? From our discussion is only

[U-Boot] [PATCH] sandbox: disable fortification

2012-02-26 Thread Mike Frysinger
Since we provide all our own library calls, the fortification from glibc just gets in our way (which some distros enable by default). Signed-off-by: Mike Frysinger --- arch/sandbox/config.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sandbox/config.mk b/arch/s

Re: [U-Boot] [PATCH v4 8/8] sandbox: Add basic command line parsing

2012-02-26 Thread Mike Frysinger
On Wednesday 15 February 2012 18:51:18 Simon Glass wrote: > --- a/arch/sandbox/cpu/os.c > +++ b/arch/sandbox/cpu/os.c > > +#include > > +void os_usage(int err) > +{ > + if (err < 0) > + fprintf(stderr, "Try `--help' for more information.\n"); > + fprintf(err < 0 ? stderr : st

Re: [U-Boot] [i2c] Pull request

2012-02-26 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4f433dad.6050...@denx.de> you wrote: > Hello Wolfgang, > > The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049: > > Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 > +0100) > > are available in the git reposi

Re: [U-Boot] Pull request - microblaze

2012-02-26 Thread Wolfgang Denk
Dear Michal Simek, In message <4f46224c.8010...@monstr.eu> you wrote: > Dear Wolfgang, > > please pull the following changes. > Especially the first patch is important because it fixes build error. > > Thanks, > Michal > > > The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c93

[U-Boot] [PATCH] mx6q: mx6qsabrelite: setup_spi() should be called in board_init to allow use for environment

2012-02-26 Thread Eric Nelson
Signed-off-by: Eric Nelson --- board/freescale/mx6qsabrelite/mx6qsabrelite.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/freescale/mx6qsabrelite/mx6qsabrelite.c b/board/freescale/mx6qsabrelite/mx6qsabrelite.c index db1bea9..7fe2dc9 100644 --- a/board/fre

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

2012-02-26 Thread Marek Vasut
> On Tuesday 24 January 2012 15:27:57 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. > > Hi, what is state of this patch series? From our discus

[U-Boot] [PATCH 0/7] Set of various i.MX28 patches

2012-02-26 Thread Marek Vasut
These patches fix random issues on the i.MX28 series. Marek Vasut (4): M28: Fix LCD PINMUX M28: Support for the old M28 SoM v1.0 i.MX28: Reformat the DRAM memory configuration data i.MX28: Enable additional DRAM address bits Robert Delien (3): Renamed mx28_register to mx28_register_32 t

[U-Boot] [PATCH 2/7] M28: Support for the old M28 SoM v1.0

2012-02-26 Thread Marek Vasut
This prototype version SoM is unused and not available to public. Support this only for internal debugging purposes. Signed-off-by: Marek Vasut --- board/denx/m28evk/spl_boot.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/board/denx/m28evk/spl_boot.c b/board/denx/

[U-Boot] [PATCH 5/7] Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8

2012-02-26 Thread Marek Vasut
From: Robert Delien This patch renames mx28_register to mx28_register_32 in order to prepare for the introduction of an 8-bit register, mx28_register_8. Signed-off-by: Robert Delien Acked-by: Marek Vasut Tested-by: Marek Vasut --- arch/arm/cpu/arm926ejs/mx28/clock.c |4 +- arch

[U-Boot] [PATCH 1/7] M28: Fix LCD PINMUX

2012-02-26 Thread Marek Vasut
The LCD pins configuration was wrong in U-Boot, configure pins properly. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Stefano Babic Cc: Fabio Estevam --- board/denx/m28evk/spl_boot.c | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/boar

[U-Boot] [PATCH 4/7] i.MX28: Enable additional DRAM address bits

2012-02-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c b/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c index 4af9eb7..fd18f70 100644 --- a/arch/arm/cpu/arm926ejs/m

[U-Boot] [PATCH 6/7] Introducing 8-bit wide register, mx28_register_8

2012-02-26 Thread Marek Vasut
From: Robert Delien This patch introduces an 8-bit register, mx28_register_8, in order to prepare for fixing erroneous 32-bit wide access of registers hw_clkctrl_frac0 and hw_clkctrl_frac1. Signed-off-by: Robert Delien Acked-by: Marek Vasut Tested-by: Marek Vasut --- arch/arm/include/asm/arc

[U-Boot] [PATCH 7/7] Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 registers

2012-02-26 Thread Marek Vasut
From: Robert Delien This patch fixes erroneous 32-bit access to registers hw_clkctrl_frac0 and hw_clkctrl_frac1. Signed-off-by: Robert Delien Acked-by: Marek Vasut Tested-by: Marek Vasut --- arch/arm/cpu/arm926ejs/mx28/clock.c | 70 ++--- arch/arm/cpu/arm926ej

[U-Boot] [PATCH 3/7] i.MX28: Reformat the DRAM memory configuration data

2012-02-26 Thread Marek Vasut
Reformat the data so it's easier to navigate through them. Signed-off-by: Marek Vasut --- arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c | 86 +++ 1 files changed, 48 insertions(+), 38 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c b/arch/arm/cpu/arm

[U-Boot] [PATCH 1/3] sandbox: add concept of sandbox state

2012-02-26 Thread Mike Frysinger
From: Simon Glass The state exists through the life of U-Boot. It can be adjusted by command line options and perhaps later through a config file. It is available to U-Boot through state_...() calls (within sandbox code). The primary purpose of this is to contain the "hardware" state. It shoul

[U-Boot] [PATCH 2/3] sandbox: allow processing before main loop

2012-02-26 Thread Mike Frysinger
From: Simon Glass In order to pass command line arguments to sandbox we need to be able to act on them. So take control back at the end of board_init_r() from where we can call the main loop or do something else. Signed-off-by: Simon Glass Signed-off-by: Mike Frysinger --- arch/sandbox/cpu/st

[U-Boot] [PATCH 3/3] sandbox: add getopt support

2012-02-26 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- arch/sandbox/cpu/os.c | 64 ++ arch/sandbox/cpu/start.c | 83 + arch/sandbox/cpu/u-boot.lds |4 ++ arch/sandbox/include/asm/state.h |5 ++ arch

Re: [U-Boot] [PATCH v3] AVR32: fix timer_init() function

2012-02-26 Thread Wolfgang Denk
Dear Sven, > Date: Sun, 4 Oct 2015 21:53:32 +0200 would you be willing to disclose the secrets of running such a time machine ? In message <1443988412-13421-1-git-send-email-sv...@stackframe.org> you wrote: > timer_init() now returns an int (the error code) instead of void. > This makes compil

[U-Boot] [PATCH] sandbox: mark os_exit as noreturn

2012-02-26 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- include/os.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/os.h b/include/os.h index aea4503..35ef9b0 100644 --- a/include/os.h +++ b/include/os.h @@ -95,7 +95,7 @@ int os_close(int fd); * * @param exit_codeexit code fo

[U-Boot] Deprecation (planned removal) of 'maintainer-less' code

2012-02-26 Thread Graeme Russ
Hi Wolfgang, I notice you've finally gotten sick of 'talking to the wall' regarding unmaintained code (net, USB, AVR32, etc.) To make life a little easier for everyone, maybe we can put together a list of U-Boot sub-components which do not have an active maintainer so we can discuss what to do ab

Re: [U-Boot] Deprecation (planned removal) of 'maintainer-less' code

2012-02-26 Thread Marek Vasut
> Hi Wolfgang, > > I notice you've finally gotten sick of 'talking to the wall' regarding > unmaintained code (net, USB, AVR32, etc.) > > To make life a little easier for everyone, maybe we can put together a list > of U-Boot sub-components which do not have an active maintainer so we can > discu

Re: [U-Boot] [PATCH v2 0/3] Enable access to FAT filesystem in an ISO9660 El-Torito volume

2012-02-26 Thread Marek Vasut
> This series fixes several bugs in the FAT code and the USB storage > stack to make it possible to read from a FAT filesystem image embedded > as an "El-Torito boot image" in an ISO9660 volume (IE: a CD or DVD). > > This has been tested on the eXMeritus HWW-1U-1A > > I've addressed the review co

Re: [U-Boot] Fastboot gadget, v2

2012-02-26 Thread Marek Vasut
> This series contains a smaller version of the fastboot gadget. I removed > the flash/mmc/write to media part and re-add once I'm through with this > basic thing :) > This "basic" gadget supports the retrieval of variables (like serial > number), reboot functionality, download of binary data and b

Re: [U-Boot] net: re-enumerating usb-ethernet devices hangs the system

2012-02-26 Thread Marek Vasut
> Hi Vincent, > > as you already know, the re-enumerating of usb ethernet devices (calling > "usb start" twice) hangs the system because eth_register() is called > more than once. If have found a related patch from you with the subject > "eth: remove usb-ethernet devices before re-enumerating them

Re: [U-Boot] [PATCH v3 0/16] tegra: Add fdt definitions and USB driver

2012-02-26 Thread Marek Vasut
> This series brings in the kernel fdt file and provides a working > USB driver for Tegra2 Seaboard. > > (I have done this in one series since otherwise most of the fdt additions > will just look like dead code.) > > The driver requires CONFIG_OF_CONTROL and a device tree to operate. > > Some en

Re: [U-Boot] [RFC PATCH 0/2] fdt: Deal correctly with alias nodes

2012-02-26 Thread Marek Vasut
> This series proposes a new way to deal with alias nodes and introduces a > function to take care of it. > > It includes an example of converting USB code over to use this new > function. > > Note: At present it does not deal automatically with disabled nodes, > but perhaps it should? Or perhaps

Re: [U-Boot] [PATCH] eth: remove usb-ethernet devices before re-enumerating them

2012-02-26 Thread Marek Vasut
> Fix the crash when running several times usb_init() with a USB ethernet > device plugged. > > Signed-off-by: Vincent Palatin > Tested-by: Wolfgang Grandegger > --- Hi, what's the status of this patch/patchset? Thanks M ___ U-Boot mailing list U-Bo

Re: [U-Boot] [PATCH] USB: relax usbcore reset timings

2012-02-26 Thread Marek Vasut
> From: Wolfgang Grandegger > > Following the corresponding Linux code, this patch relaxes reset timings > waiting at least 100ms after power to the ports. There are some reports > that it helps make enumeration work better on some high speed devices. > Furthermore, the wait is only done once aft

Re: [U-Boot] [PATCH] USB: fix USB keyboard polling parameter

2012-02-26 Thread Marek Vasut
> When doing a "GET_REPORT" request on the keyboard control endpoint, > the report ID should 0 (ie report ID not used) rather than 1 > as reports are not used in boot mode. > > Signed-off-by: Vincent Palatin > --- > common/usb_kbd.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >

Re: [U-Boot] [PATCH] usb: add numeric keypad support to HID driver

2012-02-26 Thread Marek Vasut
> When keys are pressed on the numeric keypad, emit key codes for the > numbers, operators, dot and enter. > > Signed-off-by: Vincent Palatin > --- Hi, what's the status of this patch/patchset? Thanks M ___ U-Boot mailing list U-Boot@lists.denx.de ht

Re: [U-Boot] [PATCH] ARM: omap3: temporary disable USB on TAM3517 boards

2012-02-26 Thread Marek Vasut
> The TAM3517 boards require a patch for EHCI OMAP > that does not yet find a way to mainline. The patch > disables temporary USB until EHCI OMAP will be supported. > > Signed-off-by: Stefano Babic > Cc: Tom Rini > Cc: Albert Aribaud > --- > include/configs/tam3517-common.h |7 +-- > 1

Re: [U-Boot] [PATCH] USB: move keyboard polling into kbd driver

2012-02-26 Thread Marek Vasut
> This moves keyboard polling logic from USB HCD drivers into USB > keyboard driver. Remove usb_event_poll() as keyboard polling was > the only user of this API. With this patch USB keyboard works with > EHCI controllers again. Tested on a tegra2 seaboard. > > Signed-off-by: Allen Martin > ---

Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2012-02-26 Thread Marek Vasut
> If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard > device is detected. > > Signed-off-by: Allen Martin > --- Hi, what's the status of this patch/patchset? Thanks M ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

Re: [U-Boot] [PATCH]powerpc/8xxx:Add MPH controller support in USB device-tree fixup

2012-02-26 Thread Marek Vasut
> Add support for fixing usb mode and phy type for > MPH(Multi Port Host) USB controllers in device-tree nodes. > Required for socs like P3060, P5020, etc having MPH USB controller. > > Signed-off-by: Ramneek Mehresh > --- > arch/powerpc/cpu/mpc8xxx/fdt.c | 46 > ++-

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

2012-02-26 Thread Marek Vasut
> This patch adds USB host controller's UTMI PHY interface driver for > Armada100 SOCs. > > Signed-off-by: Ajay Bhargav > --- > arch/arm/include/asm/arch-armada100/armada100.h |7 ++ > drivers/usb/host/utmi-armada100.c | 87 > +++ drivers/usb/host/utmi-arma

Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when missing USB PHY clock

2012-02-26 Thread Marek Vasut
> when missing USB PHY clock and issuing "usb start" at u-boot prompt, > writing to or_portsc register will cause CPU halt. We should check > USBGP[PHY_CLK_VALID] bit at the first time in ehci_hcd_init() to avoid CPU > hang in this case. > > Signed-off-by: Shengzhou Liu > --- > drivers/usb/host/

Re: [U-Boot] [PATCH v2 0/4] Clean up ehci-omap and extend support for omap3/4 socs

2012-02-26 Thread Marek Vasut
> From: "Govindraj.R" > > Clean up ehci-omap added and make it generic to extend support for omap4 > socs. Add ehci support for panda board. > > Patch series depends on below patch: > http://patchwork.ozlabs.org/patch/130952/ > > Patch series based commit id: > 9a4209869bd2c37af

Re: [U-Boot] [PATCH v5 0/18] tegra: Add fdt definitions and USB driver

2012-02-26 Thread Marek Vasut
> This series brings in the Linux kernel fdt file and provides a working > USB driver for Tegra2 Seaboard. > > (I have done this in one series since otherwise most of the fdt additions > will just look like dead code.) > > The driver requires CONFIG_OF_CONTROL and a device tree to operate. > > S

Re: [U-Boot] [PATCH] usb: musb: fix printf warning

2012-02-26 Thread Marek Vasut
> musb_hcd.c: In function 'musb_submit_rh_msg': > musb_hcd.c:827:2: warning: format '%d' expects type 'int', > but argument 3 has type 'long unsigned int' > > Signed-off-by: Mike Frysinger > --- > drivers/usb/musb/musb_hcd.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >

Re: [U-Boot] [PATCH v6 10/18] tegra: usb: fdt: Add additional device tree definitions for USB ports

2012-02-26 Thread Marek Vasut
> This adds clock references to the USB part of the device tree for U-Boot, > and marks USB1 as supporting legacy mode (which we disable in the driver). > > The USB timing information may vary between boards sometimes, but for > now we hard-code it in C. This is because all current T2x boards use

Re: [U-Boot] [PATCH]powerpc/8xxx: Cleanup USB device-tree fixup

2012-02-26 Thread Marek Vasut
> Some code cleanup done for USB device-tree fixup: > - handling error value returned from fdt_fixup_usb_mode_phy_type() > - using ARRAY_SIZE macro > - using snprintf instead of sprintf > > Signed-off-by: Ramneek Mehresh > --- > KW Warnings fixed: using snprintf instead of sprin

Re: [U-Boot] Deprecation (planned removal) of 'maintainer-less' code

2012-02-26 Thread Graeme Russ
Hi Marek, On Mon, Feb 27, 2012 at 10:06 AM, Marek Vasut wrote: >> Hi Wolfgang, >> >> I notice you've finally gotten sick of 'talking to the wall' regarding >> unmaintained code (net, USB, AVR32, etc.) >> >> To make life a little easier for everyone, maybe we can put together a list >> of U-Boot s

Re: [U-Boot] Deprecation (planned removal) of 'maintainer-less' code

2012-02-26 Thread Marek Vasut
> Hi Marek, > > On Mon, Feb 27, 2012 at 10:06 AM, Marek Vasut wrote: > >> Hi Wolfgang, > >> > >> I notice you've finally gotten sick of 'talking to the wall' regarding > >> unmaintained code (net, USB, AVR32, etc.) > >> > >> To make life a little easier for everyone, maybe we can put together a

Re: [U-Boot] [PATCH] usb: musb: fix printf warning

2012-02-26 Thread Mike Frysinger
On Sunday 26 February 2012 18:13:58 Marek Vasut wrote: > > musb_hcd.c: In function 'musb_submit_rh_msg': > > musb_hcd.c:827:2: warning: format '%d' expects type 'int', > > > > but argument 3 has type 'long unsigned int' > > what's the status of this patch/patchset? the usb ones are waiting f

Re: [U-Boot] [PATCH] usb: musb: fix printf warning

2012-02-26 Thread Marek Vasut
> On Sunday 26 February 2012 18:13:58 Marek Vasut wrote: > > > musb_hcd.c: In function 'musb_submit_rh_msg': > > > musb_hcd.c:827:2: warning: format '%d' expects type 'int', > > > > > > but argument 3 has type 'long unsigned int' > > > > what's the status of this patch/patchset? > > the usb on

Re: [U-Boot] [PATCH] usb: musb: fix printf warning

2012-02-26 Thread Mike Frysinger
On Sunday 26 February 2012 18:48:26 Marek Vasut wrote: > > On Sunday 26 February 2012 18:13:58 Marek Vasut wrote: > > > > musb_hcd.c: In function 'musb_submit_rh_msg': > > > > musb_hcd.c:827:2: warning: format '%d' expects type 'int', > > > > > > > > but argument 3 has type 'long unsigned

Re: [U-Boot] [PATCH] AVR32 removal due to lack of custodian.

2012-02-26 Thread Paul Gortmaker
Adding linux maintainers to CC, since if it dies here, it should probably also die in the linux kernel as well... P. --- On Sat, Feb 25, 2012 at 5:13 PM, Wolfgang Denk wrote: > AVR32 appaers to be unmaintained, and nobody appears to care about > that.  Let's get rid fof it. > > Signed-off-by: Wo

Re: [U-Boot] [PATCH 2/3] sandbox: allow processing before main loop

2012-02-26 Thread Simon Glass
Hi Mike, On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote: > From: Simon Glass > > In order to pass command line arguments to sandbox we need to be able > to act on them. So take control back at the end of board_init_r() from > where we can call the main loop or do something else. > > Signe

Re: [U-Boot] [PATCH 1/3] sandbox: add concept of sandbox state

2012-02-26 Thread Simon Glass
On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote: > From: Simon Glass > > The state exists through the life of U-Boot. It can be adjusted by command > line options and perhaps later through a config file.  It is available to > U-Boot through state_...() calls (within sandbox code). > > The p

Re: [U-Boot] u-boot for SPEAr1310

2012-02-26 Thread Vipin Kumar
Hello Pavel, Not bad so far. :) ...it started something. According to gdb it looks like "new" u-boot executes briefly, but fails in C code while processing intialization, and it seems that "old" u-boot takes over. (Some kind of failure and board resets itself?). Yes, the u-boot resets itse

Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when missing USB PHY clock

2012-02-26 Thread Liu Shengzhou-B36685
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, February 27, 2012 7:13 AM > To: u-boot@lists.denx.de > Cc: Liu Shengzhou-B36685 > Subject: Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when > missing USB PHY clock > > > when missing USB PHY clock an

Re: [U-Boot] [PATCH 3/3] sandbox: add getopt support

2012-02-26 Thread Simon Glass
Hi Mike, On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote: > Signed-off-by: Mike Frysinger > --- >  arch/sandbox/cpu/os.c                     |   64 ++ >  arch/sandbox/cpu/start.c                  |   83 > + >  arch/sandbox/cpu/u-boot.lds    

Re: [U-Boot] [PATCH v4 8/8] sandbox: Add basic command line parsing

2012-02-26 Thread Simon Glass
Hi Mike, On Sun, Feb 26, 2012 at 1:04 PM, Mike Frysinger wrote: > On Wednesday 15 February 2012 18:51:18 Simon Glass wrote: >> --- a/arch/sandbox/cpu/os.c >> +++ b/arch/sandbox/cpu/os.c >> >> +#include >> >> +void os_usage(int err) >> +{ >> +     if (err < 0) >> +             fprintf(stderr, "Tr

Re: [U-Boot] [PATCH v3 0/16] tegra: Add fdt definitions and USB driver

2012-02-26 Thread Simon Glass
Hi Marek, On Sun, Feb 26, 2012 at 3:09 PM, Marek Vasut wrote: >> This series brings in the kernel fdt file and provides a working >> USB driver for Tegra2 Seaboard. >> >> (I have done this in one series since otherwise most of the fdt additions >> will just look like dead code.) >> >> The driver

Re: [U-Boot] [PATCH] sandbox: tweak style in linker script

2012-02-26 Thread Simon Glass
On Sun, Feb 26, 2012 at 11:26 AM, Mike Frysinger wrote: > We use tabs for indentation, not spaces. > > Signed-off-by: Mike Frysinger Acked-by: Simon Glass > --- >  arch/sandbox/cpu/u-boot.lds |   10 +- >  1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/arch/sandbox/cp

Re: [U-Boot] [PATCH] sandbox: disable fortification

2012-02-26 Thread Simon Glass
On Sun, Feb 26, 2012 at 1:01 PM, Mike Frysinger wrote: > Since we provide all our own library calls, the fortification from > glibc just gets in our way (which some distros enable by default). > > Signed-off-by: Mike Frysinger Acked-by: Simon Glass > --- >  arch/sandbox/config.mk |    2 +- >  

Re: [U-Boot] [PATCH v5 0/18] tegra: Add fdt definitions and USB driver

2012-02-26 Thread Simon Glass
Hi Marek, On Sun, Feb 26, 2012 at 3:13 PM, Marek Vasut wrote: >> This series brings in the Linux kernel fdt file and provides a working >> USB driver for Tegra2 Seaboard. >> >> (I have done this in one series since otherwise most of the fdt additions >> will just look like dead code.) >> >> The d

Re: [U-Boot] [PATCH v4 8/8] sandbox: Add basic command line parsing

2012-02-26 Thread Mike Frysinger
On Sunday 26 February 2012 21:50:32 Simon Glass wrote: > Given your efforts on the cmdline parsing I'm beginning to think we > should perhaps add os_printf() and os_printf_stderr() and provide an > explicit interface. It might only be useful prior to main(), then > again I'm not so sure. i've been

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

2012-02-26 Thread Mike Frysinger
On Sunday 26 February 2012 17:08:04 Marek Vasut wrote: > > On Tuesday 24 January 2012 15:27:57 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 vers

Re: [U-Boot] [PATCH 3/3] sandbox: add getopt support

2012-02-26 Thread Mike Frysinger
On Sunday 26 February 2012 21:46:23 Simon Glass wrote: > On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote: > > --- a/arch/sandbox/cpu/os.c > > +++ b/arch/sandbox/cpu/os.c > > > > +extern struct sb_cmdline_option *__u_boot_sb_getopt_start[], > > + *__u_boot_sb_getopt_end[]; > > I wonder

Re: [U-Boot] [PATCH 3/3] sandbox: add getopt support

2012-02-26 Thread Simon Glass
Hi Mike, On Sun, Feb 26, 2012 at 8:20 PM, Mike Frysinger wrote: > On Sunday 26 February 2012 21:46:23 Simon Glass wrote: >> On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote: >> > --- a/arch/sandbox/cpu/os.c >> > +++ b/arch/sandbox/cpu/os.c >> > >> > +extern struct sb_cmdline_option *__u_boot

Re: [U-Boot] [PATCH 05/15] common/main.c: Fix function readline

2012-02-26 Thread Mike Frysinger
On Saturday 07 January 2012 03:51:16 Pali Rohár wrote: > On Friday 06 January 2012 15:15:29 Mike Frysinger wrote: > > On Sunday 18 December 2011 16:34:01 Pali Rohár wrote: > > > * Ignore ANSI escape codes for moving cursor, which are generated by > > > > > > keyboard > > > > this probably should

Re: [U-Boot] [PATCH v4 8/8] sandbox: Add basic command line parsing

2012-02-26 Thread Simon Glass
Hi Mike, On Sun, Feb 26, 2012 at 8:08 PM, Mike Frysinger wrote: > On Sunday 26 February 2012 21:50:32 Simon Glass wrote: >> Given your efforts on the cmdline parsing I'm beginning to think we >> should perhaps add os_printf() and os_printf_stderr() and provide an >> explicit interface. It might o

Re: [U-Boot] [PATCH 3/3] sandbox: add getopt support

2012-02-26 Thread Mike Frysinger
On Sunday 26 February 2012 23:26:52 Simon Glass wrote: > On Sun, Feb 26, 2012 at 8:20 PM, Mike Frysinger wrote: > > On Sunday 26 February 2012 21:46:23 Simon Glass wrote: > >> On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrote: > >> > int main(int argc, char *argv[]) > >> > { > >> > ... > >> >

Re: [U-Boot] [PATCH 3/3] sandbox: add getopt support

2012-02-26 Thread Simon Glass
Hi Mike, On Sun, Feb 26, 2012 at 8:35 PM, Mike Frysinger wrote: > On Sunday 26 February 2012 23:26:52 Simon Glass wrote: >> On Sun, Feb 26, 2012 at 8:20 PM, Mike Frysinger wrote: >> > On Sunday 26 February 2012 21:46:23 Simon Glass wrote: >> >> On Sun, Feb 26, 2012 at 2:38 PM, Mike Frysinger wrot

Re: [U-Boot] [PATCH v4 8/8] sandbox: Add basic command line parsing

2012-02-26 Thread Mike Frysinger
On Sunday 26 February 2012 23:33:25 Simon Glass wrote: > On Sun, Feb 26, 2012 at 8:08 PM, Mike Frysinger wrote: > > On Sunday 26 February 2012 21:50:32 Simon Glass wrote: > >> Given your efforts on the cmdline parsing I'm beginning to think we > >> should perhaps add os_printf() and os_printf_stder

[U-Boot] Facing the problem with yaffs2 from uboot

2012-02-26 Thread VISWANADHULA BALAJI
Hi, Iam using SMDK6410 arm11 board having the samsung Nandflash with a capacity of 1Gb.Iam not able to load the yaffs2image on to the Nandflash from uboot by the command nandwrite,yaffs.Though the command works well ,the data is not added to Nand flash.Iam using uboot-1.1.6 version and kerne

Re: [U-Boot] [PATCH]powerpc/8xxx:Add MPH controller support in USB device-tree fixup

2012-02-26 Thread Mehresh Ramneek-B31383
Hi Marek, The final version of this patch is under review, didn't get any more comments, waiting for its acceptance... http://patchwork.ozlabs.org/patch/140557/ Thanks and Regards, Ramneek > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, February 27, 2012

Re: [U-Boot] Facing the problem with yaffs2 from uboot

2012-02-26 Thread Graeme Russ
Hi Viswanadhula, On Mon, Feb 27, 2012 at 3:37 PM, VISWANADHULA BALAJI wrote: > Hi, > >      Iam using SMDK6410 arm11 board having the samsung Nandflash with a > capacity of 1Gb.Iam not able to load the yaffs2image on to the Nandflash > from uboot by the command nandwrite,yaffs.Though the command

Re: [U-Boot] [PATCH v4 8/8] sandbox: Add basic command line parsing

2012-02-26 Thread Simon Glass
Hi Mike, On Sun, Feb 26, 2012 at 8:42 PM, Mike Frysinger wrote: > On Sunday 26 February 2012 23:33:25 Simon Glass wrote: >> On Sun, Feb 26, 2012 at 8:08 PM, Mike Frysinger wrote: >> > On Sunday 26 February 2012 21:50:32 Simon Glass wrote: >> >> Given your efforts on the cmdline parsing I'm beginn

Re: [U-Boot] Unable to run scripts with autoscr command

2012-02-26 Thread Asif Sulikeri
Hi any updates on this? On Sat, Feb 25, 2012 at 6:44 AM, Graeme Russ wrote: > Hi Asif, > > On 02/24/2012 04:43 PM, Asif Sulikeri wrote: > > Thanks Graeme, > > > > replies in-line, > > Appreciated (after all, that is ML etiquette) > > > > > On Fri, Feb 24, 2012 at 11:01 AM, Graeme Russ >

Re: [U-Boot] Unable to run scripts with autoscr command

2012-02-26 Thread Graeme Russ
Hi, On Feb 27, 2012 4:57 PM, "Asif Sulikeri" wrote: > > Hi any updates on this? Have you looked into any of my other suggestions? Regards, Graeme > > > On Sat, Feb 25, 2012 at 6:44 AM, Graeme Russ wrote: >> >> Hi Asif, >> >> On 02/24/2012 04:43 PM, Asif Sulikeri wrote: >> > Thanks Graeme, >>

Re: [U-Boot] Unable to run scripts with autoscr command

2012-02-26 Thread Asif Sulikeri
Hi Graeme, On Mon, Feb 27, 2012 at 11:33 AM, Graeme Russ wrote: > Hi, > > On Feb 27, 2012 4:57 PM, "Asif Sulikeri" wrote: > > > > Hi any updates on this? > > Have you looked into any of my other suggestions? > > Regards, > > Graeme > I'm sorry don't know how I missed out to see the updated m

Re: [U-Boot] [PATCH v2 0/4] Clean up ehci-omap and extend support for omap3/4 socs

2012-02-26 Thread Govindraj
Hi Marek, On Mon, Feb 27, 2012 at 4:43 AM, Marek Vasut wrote: >> From: "Govindraj.R" >> >> Clean up ehci-omap added and make it generic to extend support for omap4 >> socs. Add ehci support for panda board. >> >> Patch series depends on below patch: >>       http://patchwork.ozlabs.org/patch/130

Re: [U-Boot] Unable to run scripts with autoscr command

2012-02-26 Thread Graeme Russ
Hi Asif, On 02/27/2012 05:26 PM, Asif Sulikeri wrote: > >> And the increase of 100kB is massive - are you sure you are > compiling with > >> the same set of options defined in the board config file? If you are > sure, > >> then it would be interesting to find out what has cause

Re: [U-Boot] [PATCH] ARM: omap3: temporary disable USB on TAM3517 boards

2012-02-26 Thread Igor Grinberg
On 02/27/12 01:10, Marek Vasut wrote: >> The TAM3517 boards require a patch for EHCI OMAP >> that does not yet find a way to mainline. The patch >> disables temporary USB until EHCI OMAP will be supported. >> >> Signed-off-by: Stefano Babic >> Cc: Tom Rini >> Cc: Albert Aribaud >> --- >> includ

Re: [U-Boot] [PATCH] [OMAP3] Pass timings structure pointer to board_get_mem_timings()

2012-02-26 Thread Igor Grinberg
Hi Peter, Good work! Thanks. On 02/26/12 17:30, Peter Barada wrote: > Instead of passing individual registers by value to board_get_mem_timings, > pass a board_mem_timings structure pointer for the board files to fill in. > Pass same structure pointer to write_sdrc_timings. This saves about > 90

Re: [U-Boot] [PATCH] USB:host: Attribute packed removed from usb structures

2012-02-26 Thread Vipin Kumar
On 2/25/2012 3:42 PM, Albert ARIBAUD wrote: Hi Amit, Hello Albert, Le 24/02/2012 12:58, Amit Virdi a écrit : From: Vipin Kumar Packed attribute is forcing a bytewise write on device registers, there by, resulting in a misbehavior on gcc-4.4.1. Reverting the structures to non-packed If (j