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

2012-02-13 Thread Mike Frysinger
same as before, this needs integration with existing menu code, so NAK this for now -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2012-02-13 Thread Mike Frysinger
On Wednesday 25 January 2012 14:57:19 Pali Rohár wrote: > 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 b

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

2012-02-13 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2012-02-13 Thread Mike Frysinger
On Wednesday 25 January 2012 15:53:51 Marek Vasut wrote: > > 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

Re: [U-Boot] [PATCH] EXYNOS: SMDK5250: Support all 4 UARTs

2012-02-13 Thread Mike Frysinger
On Saturday 11 February 2012 02:08:33 Marek Vasut wrote: > > --- a/board/samsung/smdk5250/smdk5250.c > > +++ b/board/samsung/smdk5250/smdk5250.c > > > > - /* UART1 GPIOs (part1) : GPA0CON[7:4] 0x */ > > - for (i = 4; i < 8; i++) { > > +#if defined(CONFIG_SERIAL0) > > + /* > > +* UART

Re: [U-Boot] [PATCH 07/28] net: Move PING out of net.c

2012-02-13 Thread Mike Frysinger
On Monday 13 February 2012 18:54:46 Joe Hershberger wrote: > On Fri, Feb 3, 2012 at 6:07 AM, Mike Frysinger wrote: > > hmm, thinking a bit more, i wonder if it makes more sense to split all of > > icmp out of net.c > > This would also be fine. Are you thinking that icmp would include all > of icm

Re: [U-Boot] [PATCH 04/28] net: Make the MAC-seeded random number generator available to /net

2012-02-13 Thread Mike Frysinger
On Friday 10 February 2012 16:51:00 Joe Hershberger wrote: > On Fri, Feb 3, 2012 at 5:51 AM, Mike Frysinger wrote: > > On Thursday 19 January 2012 19:53:07 Joe Hershberger wrote: > >> --- a/net/bootp.c > >> +++ b/net/bootp.c > >> > >> +#ifdef CONFIG_BOOTP_RANDOM_DELAY > >> +#include "net_rand.h" >

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

2012-02-13 Thread Mike Frysinger
On Monday 13 February 2012 15:21:12 Joe Hershberger wrote: > On Fri, Feb 3, 2012 at 6:42 AM, Mike Frysinger wrote: > > On Thursday 19 January 2012 19:53:29 Joe Hershberger wrote: > >> + NetOurGatewayIP = 0; > >> + ip_to_string(NetOurGatewayIP, tmp); > >> + setenv("gatewayip", tmp); > >>

Re: [U-Boot] nand: current mainline show "new" startup output

2012-02-13 Thread Heiko Schocher
Hello Scott, Scott Wood wrote: > On 02/13/2012 02:18 AM, Heiko Schocher wrote: >> Hello Christian, Scott, >> >> current mainline code of U-Boot: >> >> commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706 >> Author: Christian Riesch >> Date: Thu Feb 2 00:44:42 2012 + >> >> arm, davinci: Add s

[U-Boot] [PATCH] powerpc/85xx:Add PSC9131 RDB Support

2012-02-13 Thread Prabhakar Kushwaha
PSC9131RDB is a Freescale reference design board for PSC9131 SoC. PSC9131 SOC is an integrated device that targets Femto base station market. It combines Power Architecture e500v2 and DSP StarCore SC3850 core technologies with MAPLE-B2F baseband acceleration processing elements PSC9131RDB Ov

[U-Boot] [PATCH] PSC9131/PSC9130/PSC9231 Processor Support Added

2012-02-13 Thread Prabhakar Kushwaha
- PSC9131 is integrated device that targets Femto base station market. It combines Power Architecture e500v2 and DSP StarCore SC3850 core technologies with MAPLE-B2F baseband acceleration processing elements. - PSC9130 is exactly same as PSC9131 except that the max e500v2 core and DSP co

Re: [U-Boot] [PATCH 2/4] USB: Separate out USB hub driver

2012-02-13 Thread Marek Vasut
> i don't really see the point, but looks simple enough You'll see soon enough, for now, consider it as a preparation for CONFIG_USB_MULTI. M > > Acked-by: Mike Frysinger > -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mail

Re: [U-Boot] [PATCH] Remove execute permissions from source files

2012-02-13 Thread Mike Frysinger
be nice if we could define git hooks to reject this stuff outright ... Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinf

Re: [U-Boot] [PATCH v2 2/6] config.mk: Make cc-option create a file under include/generated

2012-02-13 Thread Mike Frysinger
On Monday 13 February 2012 18:02:02 Tom Rini wrote: > isnt possible with /dev/null. isn't > --- a/config.mk > +++ b/config.mk > > -cc-option-sys = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc > /dev/null \ > - > /dev/null 2>&1; then \ > +cc-option-sys = $(shell mkdir -p $(dir

Re: [U-Boot] [PATCH v2 5/6] README: Add more SPL config options

2012-02-13 Thread Mike Frysinger
pedantically, might be better summary: README: document more SPL config options -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 4/6] spl.c: Use __noreturn decorator

2012-02-13 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 3/6] config.mk: Check for -fstack-usage support

2012-02-13 Thread Mike Frysinger
On Monday 13 February 2012 18:02:03 Tom Rini wrote: > --- a/config.mk > +++ b/config.mk > > +# Report stack usage if supported > +CFLAGS_STACK := $(call cc-option,-fstack-usage,) not that it really matters, but you don't need the 2nd comma Acked-by: Mike Frysinger -mike signature.asc Descript

Re: [U-Boot] [PATCH 4/4] USB: Staticize usb_storage.c

2012-02-13 Thread Mike Frysinger
On Monday 13 February 2012 23:58:19 Marek Vasut wrote: > Also, make usb_stor_buf local. probably should get split out into its own patch > --- a/common/usb_storage.c > +++ b/common/usb_storage.c > > int usb_stor_scan(int mode) > ... > unsigned char i; > struct usb_device *dev; > > -

Re: [U-Boot] [PATCH 3/4] USB: Make struct devrequest setup_packet local

2012-02-13 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/4] USB: Separate out USB hub driver

2012-02-13 Thread Mike Frysinger
i don't really see the point, but looks simple enough Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/4] USB: Staticize internal functions

2012-02-13 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 2/4] USB: Separate out USB hub driver

2012-02-13 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Remy Bohmer --- common/Makefile |2 +- common/usb.c | 432 + common/usb_hub.c | 483 ++ include/usb.h|8 + 4 files changed, 494 insertions(+), 431

[U-Boot] [PATCH 4/4] USB: Staticize usb_storage.c

2012-02-13 Thread Marek Vasut
Also, make usb_stor_buf local. Signed-off-by: Marek Vasut Cc: Remy Bohmer --- common/usb_storage.c | 39 +++ 1 files changed, 19 insertions(+), 20 deletions(-) diff --git a/common/usb_storage.c b/common/usb_storage.c index de84c8d..1446fb0 100644 --- a/com

[U-Boot] [PATCH 1/4] USB: Staticize internal functions

2012-02-13 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Remy Bohmer --- common/usb.c | 45 +++-- 1 files changed, 23 insertions(+), 22 deletions(-) diff --git a/common/usb.c b/common/usb.c index 63a11c8..de31212 100644 --- a/common/usb.c +++ b/common/usb.c @@ -80,10 +80,10 @@ c

[U-Boot] [PATCH 3/4] USB: Make struct devrequest setup_packet local

2012-02-13 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Remy Bohmer --- common/usb.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/common/usb.c b/common/usb.c index 81dcbe2..3c9ede4 100644 --- a/common/usb.c +++ b/common/usb.c @@ -73,7 +73,6 @@ static struct usb_device usb_dev[USB_MAX_DEVICE

[U-Boot] [PATCH 0/4] USB cleanup

2012-02-13 Thread Marek Vasut
This series introduces various cleanups in order to better split the USB subsystem components. Marek Vasut (4): USB: Staticize internal functions USB: Separate out USB hub driver USB: Make struct devrequest setup_packet local USB: Staticize usb_storage.c common/Makefile |2 +- c

[U-Boot] [PATCH] USB: Staticize internal functions

2012-02-13 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Remy Bohmer --- common/usb.c | 45 +++-- 1 files changed, 23 insertions(+), 22 deletions(-) diff --git a/common/usb.c b/common/usb.c index 63a11c8..de31212 100644 --- a/common/usb.c +++ b/common/usb.c @@ -80,10 +80,10 @@ c

Re: [U-Boot] mx6: consolidating and extending anadig/analog/anatop register defs

2012-02-13 Thread Liu Hui-R64343
Hi, Wolfgang, >-Original Message- >From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] >On Behalf Of Wolfgang Grandegger >Sent: Monday, February 13, 2012 8:08 PM >To: U-Boot >Subject: [U-Boot] mx6: consolidating and extending anadig/analog/anatop >register defs > >Hell

Re: [U-Boot] [PATCH v2] fix CFI flash driver for 8-bit bus support

2012-02-13 Thread Luka Perkov
Hi Wolfgang, thank you for your pointers. Like I have said I'm not the one that submited v1 and in v2 I only changed what was pointed after v1. On Mon, Feb 13, 2012 at 11:32:30AM +0100, Wolfgang Denk wrote: > > - udelay(1); > > This is an unrelated change. It has no place in t

[U-Boot] [PATCH] to correct Issue with PowerPc implementation of resetting the watchdog in the decrementer exception handler

2012-02-13 Thread Eric Olsen
Wolfgang, Sorry about not being clear in my earlier message. Let me attempt to point out why I think the current code is incorrect. >From a systems point of view watchdog is used to protect against a system becoming hung by bad code or corrupted memory or files. By automatically feeding them th

Re: [U-Boot] [PATCH 07/28] net: Move PING out of net.c

2012-02-13 Thread Joe Hershberger
Hi Mike, On Fri, Feb 3, 2012 at 6:07 AM, Mike Frysinger wrote: > hmm, thinking a bit more, i wonder if it makes more sense to split all of icmp > out of net.c This would also be fine. Are you thinking that icmp would include all of icmp or would we still have ping separate? Does this need to b

[U-Boot] [PATCH v4 15/15] bootstage: arm: Add bootstage calls in board and bootm

2012-02-13 Thread Simon Glass
Add calls to bootstage before and after relocation, and just before jumping to the OS. The idea here is you can call bootstage_report() to get a report. Additionally, if you define CONFIG_BOOTSTAGE_REPORT then a report is printed automatically by U-Boot just before jumping to the kernel. Signed-o

[U-Boot] [PATCH v4 12/15] bootstage: Replace show_boot_progress/error() with bootstage_...()

2012-02-13 Thread Simon Glass
These calls should not be made directly any more, since bootstage will call the show_boot_...() functions as needed. Signed-off-by: Simon Glass --- Changes in v4: - Adjust bootstage.h header to fix build warnings (bisect problem) arch/arm/lib/bootm.c |2 +- arch/avr32/lib/

[U-Boot] [PATCH v4 13/15] bootstage: Implement core microsecond boot time measurement

2012-02-13 Thread Simon Glass
This defines the basics of a new boot time measurement feature. This allows logging of very accurate time measurements as the boot proceeds, by using an available microsecond counter. To enable the feature, define CONFIG_BOOTSTAGE in your board config file. Also available is CONFIG_BOOTSTAGE_REPOR

Re: [U-Boot] M29W256GL + WEIM in uboot

2012-02-13 Thread Fabio Estevam
On Mon, Feb 13, 2012 at 9:25 PM, Francisco Muñoz wrote: > I already did the reset with this lines in the > board/freescale/mx6q_boardsabreauto.c     board_init() Hmm...this board is not in mainline U-boot, so this is not the correct place to ask for assistance. __

Re: [U-Boot] [RFC PATCH v2 13/15] bootstage: Add microsecond boot time measurement

2012-02-13 Thread Simon Glass
Hi Mike, On Sat, Jan 14, 2012 at 5:27 PM, Simon Glass wrote: > Hi Mike, > > On Sat, Jan 14, 2012 at 5:22 PM, Mike Frysinger wrote: > > On Saturday 14 January 2012 20:16:35 Simon Glass wrote: > >> On Sat, Jan 14, 2012 at 5:09 PM, Mike Frysinger wrote: > >> > On Thursday 12 January 2012 00:41:24

Re: [U-Boot] M29W256GL + WEIM in uboot

2012-02-13 Thread Francisco Muñoz
On Mon, Feb 13, 2012 at 4:59 PM, Fabio Estevam wrote: > On Mon, Feb 13, 2012 at 7:39 PM, Francisco Muñoz > wrote: > >> Im with the im6X > > Take a look for mx31ads.c as an example. You need to setup the chip > select like in mxc_setup_weimcs() function. > > BTW, I don't see any current mx6 board

Re: [U-Boot] [PATCH] Tricorder: Fix boot after making software ecc configurable

2012-02-13 Thread Scott Wood
On 02/13/2012 04:14 PM, Tom Rini wrote: > On Mon, Feb 13, 2012 at 2:44 PM, Scott Wood wrote: >> On 02/13/2012 02:56 AM, Thomas Weber wrote: >>> The tricorder stops booting with the following message: >>> >>> U-Boot 2011.12-00325-ga661206 (Feb 13 2012 - 09:29:50) >>> >>> OMAP3503-GP ES3.1, CPU-OPP2

[U-Boot] [PATCH v2 6/6] SPL: Add README.omap3

2012-02-13 Thread Tom Rini
This document describes the SPL process for OMAP3 (and related) boards as well as a partial memory map and how to verify certain aspects outside of running on the target. Signed-off-by: Tom Rini --- Changes for v2: - Wording changes from Peter Meerwald --- doc/SPL/README.omap3 | 72 +++

[U-Boot] [PATCH v2 5/6] README: Add more SPL config options

2012-02-13 Thread Tom Rini
Signed-off-by: Tom Rini --- README | 22 -- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README b/README index b6c9d0b..2737966 100644 --- a/README +++ b/README @@ -2436,11 +2436,29 @@ FIT uImage format: CONFIG_SPL Enable bu

[U-Boot] [PATCH v2 3/6] config.mk: Check for -fstack-usage support

2012-02-13 Thread Tom Rini
Signed-off-by: Tom Rini --- Changes for v2: - Move check from arch/arm/config.mk to config.mk, reword summary Signed-off-by: Tom Rini --- config.mk |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/config.mk b/config.mk index 519bc1b..91c9e42 100644 --- a/config.mk

[U-Boot] [PATCH v2 4/6] spl.c: Use __noreturn decorator

2012-02-13 Thread Tom Rini
Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/omap-common/spl.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/armv7/omap-common/spl.c b/arch/arm/cpu/armv7/omap-common/spl.c index 9c1f7e3..3a2d957 100644 --- a/arch/arm/cpu/armv7/omap-common/spl.c +++ b

[U-Boot] [PATCH v2 2/6] config.mk: Make cc-option create a file under include/generated

2012-02-13 Thread Tom Rini
Testing for -fstack-usage requires the creation of an output file, which isnt possible with /dev/null. Signed-off-by: Tom Rini --- config.mk | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.mk b/config.mk index ddaa477..519bc1b 100644 --- a/config.mk +++ b

[U-Boot] [PATCH v2 0/6] SPL-related documentation / checking

2012-02-13 Thread Tom Rini
Hey all, The following series (v2) is an attempt to make it easier for developers and users to use SPL. At the end of the series, we have filled in some missing CONFIG options for SPL, explained how the sequence works on OMAP3 and similar platforms and added an explanation on how to check stack u

[U-Boot] [PATCH v2 1/6] .gitignore: Add .su files

2012-02-13 Thread Tom Rini
The '-fstack-usage' option to gcc will generate .su files, ignore them. Acked-by: Mike Frysinger Signed-off-by: Tom Rini --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e4e95e2..0f32fd8 100644 --- a/.gitignore +++ b/.gitignor

Re: [U-Boot] M29W256GL + WEIM in uboot

2012-02-13 Thread Fabio Estevam
On Mon, Feb 13, 2012 at 7:39 PM, Francisco Muñoz wrote: > Im with the im6X Take a look for mx31ads.c as an example. You need to setup the chip select like in mxc_setup_weimcs() function. BTW, I don't see any current mx6 board with NOR in mainline U-boot.

Re: [U-Boot] [PATCH 3/6] arm: Check for -fstack-usage support

2012-02-13 Thread Wolfgang Denk
Dear Tom Rini, In message <1328741900-18174-3-git-send-email-tr...@ti.com> you wrote: > Signed-off-by: Tom Rini > --- > arch/arm/config.mk |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) This should not be ARM specific. Best regards, Wolfgang Denk -- DENX Software Engineer

Re: [U-Boot] Pull request u-boot-blackfin.git (sf branch)

2012-02-13 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1329078559-32668-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 9cbfee6dc200cc746394c7efc10253a24f3ce108: > > fw_env.h: fix comment (2012-02-11 22:18:38 +0100) > > are available in the git repository at: > git://www.denx.d

Re: [U-Boot] [PATCH] Tricorder: Fix boot after making software ecc configurable

2012-02-13 Thread Tom Rini
On Mon, Feb 13, 2012 at 2:44 PM, Scott Wood wrote: > On 02/13/2012 02:56 AM, Thomas Weber wrote: >> The tricorder stops booting with the following message: >> >> U-Boot 2011.12-00325-ga661206 (Feb 13 2012 - 09:29:50) >> >> OMAP3503-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz >> OMAP3 Tric

Re: [U-Boot] Pull request u-boot-blackfin.git (master branch)

2012-02-13 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1329078374-32177-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 9cbfee6dc200cc746394c7efc10253a24f3ce108: > > fw_env.h: fix comment (2012-02-11 22:18:38 +0100) > > are available in the git repository at: > git://www.denx.d

[U-Boot] [PATCH] Revert "nand: make 1-bit software ECC configurable"

2012-02-13 Thread Scott Wood
This reverts commit 4fee6c2f295f932b8febdc7ce8731ba045695fa5. It breaks boards that currently rely on soft-ecc, as pointed out here: http://patchwork.ozlabs.org/patch/140872/ The reverted patch should be resubmitted with documentation, and with the CONFIG_MTD_ECC_SOFT selected from every board th

Re: [U-Boot] [PATCH] Tricorder: Fix boot after making software ecc configurable

2012-02-13 Thread Scott Wood
On 02/13/2012 02:56 AM, Thomas Weber wrote: > The tricorder stops booting with the following message: > > U-Boot 2011.12-00325-ga661206 (Feb 13 2012 - 09:29:50) > > OMAP3503-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz > OMAP3 Tricorder + LPDDR/NAND > I2C: ready > DRAM: 128 MiB > NAND:

Re: [U-Boot] M29W256GL + WEIM in uboot

2012-02-13 Thread Francisco Muñoz
On Mon, Feb 13, 2012 at 3:33 PM, Fabio Estevam wrote: > On Mon, Feb 13, 2012 at 6:30 PM, Francisco Muñoz > wrote: >> Hello, Im new to all of this, but I 've  been reading most of the post >> related to the M29w256 numonyx and the u-boot documentation without >> any success :( > > Which SoC are yo

Re: [U-Boot] M29W256GL + WEIM in uboot

2012-02-13 Thread Fabio Estevam
On Mon, Feb 13, 2012 at 6:30 PM, Francisco Muñoz wrote: > Hello, Im new to all of this, but I 've  been reading most of the post > related to the M29w256 numonyx and the u-boot documentation without > any success :( Which SoC are you using and which board?

Re: [U-Boot] M29W256GL + WEIM in uboot

2012-02-13 Thread Marek Vasut
> Marek, > > Could you please go slower on this. Please point me what do I have to > read because Im not getting the meaning of MMAPED in uboot and how to > related this to my NOR flash. Can you please at least obey basic rules of using a mailing list ? DO NOT TOP-POST DO NOT DROP IT FROM CC MM

Re: [U-Boot] M29W256GL + WEIM in uboot

2012-02-13 Thread Marek Vasut
> Hello, Im new to all of this, but I 've been reading most of the post > related to the M29w256 numonyx and the u-boot documentation without > any success :( > > Im booting from MMC card and I want to parallel nor to be probed by > cfi, but I have not succeeded since the uboot code freezes when

[U-Boot] M29W256GL + WEIM in uboot

2012-02-13 Thread Francisco Muñoz
Hello, Im new to all of this, but I 've been reading most of the post related to the M29w256 numonyx and the u-boot documentation without any success :( Im booting from MMC card and I want to parallel nor to be probed by cfi, but I have not succeeded since the uboot code freezes when at the begin

Re: [U-Boot] USB support in U-boot for MX23EVK board

2012-02-13 Thread Marek Vasut
> Dear Marek Vasut, > > In message <201202131335.42773.marek.va...@gmail.com> you wrote: > > > But usb_init function call is not made in > > > board_init function in the corresponding board specific file > > > (evk23_evk.c). Could you help me finding what could be done for > > > enabling USB suppo

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

2012-02-13 Thread Joe Hershberger
Hi Mike, On Fri, Feb 3, 2012 at 6:42 AM, Mike Frysinger wrote: > On Thursday 19 January 2012 19:53:29 Joe Hershberger wrote: >> +     NetOurGatewayIP = 0; >> +     ip_to_string(NetOurGatewayIP, tmp); >> +     setenv("gatewayip", tmp); >> + >> +     ip_to_string(NetOurSubnetMask, tmp); >> +     se

[U-Boot] [PATCH] Remove execute permissions from source files

2012-02-13 Thread Thomas Weber
Signed-off-by: Thomas Weber --- 0 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c mode change 100755 => 100644 drivers/fpga/ivm_core.c mode change 100755 => 100644 include/lattice.h diff --git a/arch/arm/cpu/armv7/imx-common/ti

[U-Boot] [PATCH] OMAP3: Remove unused CONFIG_SYS_NAND_ECCSTEPS/TOTAL

2012-02-13 Thread Thomas Weber
Signed-off-by: Thomas Weber --- include/configs/mcx.h |5 - include/configs/omap3_overo.h |4 include/configs/tricorder.h |5 - 3 files changed, 0 insertions(+), 14 deletions(-) diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 0940e86..f3d26ea 1

[U-Boot] [PATCH v2] EXYNOS: SMDK5250: Support all 4 UARTs

2012-02-13 Thread Doug Anderson
This properly configures the mux to enable all UARTs. This also fixes things so that we don't configure balls XUCTSN_1 and XURTSN_1 as UART1 configuration (RTS/CTS), since they aren't connected. Signed-off-by: Doug Anderson --- Changes in v2: - Removed #ifdefs and tested SERIAL_MULTI by setting

Re: [U-Boot] nand: current mainline show "new" startup output

2012-02-13 Thread Scott Wood
On 02/13/2012 02:18 AM, Heiko Schocher wrote: > Hello Christian, Scott, > > current mainline code of U-Boot: > > commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706 > Author: Christian Riesch > Date: Thu Feb 2 00:44:42 2012 + > > arm, davinci: Add support for the Calimain board from OMICR

Re: [U-Boot] [PATCH] omap3_beagle: Change MAINTAINERS entry

2012-02-13 Thread Dirk Behme
On 13.02.2012 17:19, Tom Rini wrote: Cc: Dirk Behme Signed-off-by: Tom Rini Acked-by: Dirk Behme Thanks Dirk --- MAINTAINERS |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c5db24f..d7875f5 100644 --- a/MAINTAINERS +++ b/MAINTA

Re: [U-Boot] [PATCH] Tricorder: Store ecc data on stack

2012-02-13 Thread Tom Rini
On Mon, Feb 13, 2012 at 2:35 AM, Thomas Weber wrote: > This patch removes ONFIG_SYS_NAND_ECCSTEPS and > CONFIG_SYS_NAND_ECCTOTAL from tricorder config. > The ecc data are stored on stack after: > > commit 25efd99dbb1352314c9eacdfae42064c2ca15499 > nand_spl: store ecc data on the stack Can you go

[U-Boot] [PATCH] omap3_beagle: Change MAINTAINERS entry

2012-02-13 Thread Tom Rini
Cc: Dirk Behme Signed-off-by: Tom Rini --- MAINTAINERS |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c5db24f..d7875f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -593,10 +593,6 @@ Enric Balletbo i Serra igep0020ARM

[U-Boot] [PATCH] am335x_evm: Change MAINTAINERS entry

2012-02-13 Thread Tom Rini
Signed-off-by: Tom Rini --- MAINTAINERS |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0a3b39d..c5db24f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -757,10 +757,6 @@ Nagendra T S am3517_craneARM ARMV7 (AM35x SoC) -Chand

[U-Boot] [PATCH 0/1] am335x_evm: Change MAINTAINERS

2012-02-13 Thread Tom Rini
Hey all, Chandan has left TI (and didn't leave a new address) so I'm going to take over as maintainer of the board. Thanks! -- Tom ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] am33xx: ddr_defs.h: Change DDR timings

2012-02-13 Thread Tom Rini
From: Chase Maupin * For cold silicon the DDR timings need to be relaxed in order for the device to boot with DDR at 266MHz * Fix proposed by James Doublesin Signed-off-by: Chase Maupin --- arch/arm/include/asm/arch-am33xx/ddr_defs.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-

Re: [U-Boot] OMAP USB, beagle-xm fail

2012-02-13 Thread Tom Rini
On Mon, Feb 13, 2012 at 4:46 AM, Patil, Rachna wrote: > Hi Govindraj, > > On Mon, Feb 13, 2012 at 14:29:56, Govindraj wrote: >> Hi Peter, >> >> On Mon, Feb 13, 2012 at 1:52 PM, Peter Meerwald wrote: >> > Hello, >> > >> > the recent OMAP USB changes (43b62393da6dfdd7f503d1b37344463a05ea47b5, >> >

[U-Boot] imximage: Create i.MX6 NOR flash images (was: [PATCH v5 1/1] imximage: Add MX53 boot image support)

2012-02-13 Thread Dirk Behme
Hi Jason, On 19.01.2011 20:40, Jason Liu wrote: This patch add the MX53 boot image support. This patch has been tested on Freescale MX53EVK board and MX51EVK board. Signed-off-by: Jason Liu ... diff --git a/tools/imximage.c b/tools/imximage.c index 39f89c2..8e81bdb 100644 --- a/tools/imxim

Re: [U-Boot] USB support in U-boot for MX23EVK board

2012-02-13 Thread Wolfgang Denk
Dear Marek Vasut, In message <201202131335.42773.marek.va...@gmail.com> you wrote: > > > But usb_init function call is not made in > > board_init function in the corresponding board specific file > > (evk23_evk.c). Could you help me finding what could be done for enabling > > USB support in u-boot

Re: [U-Boot] Password protection of U-Boot command line

2012-02-13 Thread Wolfgang Denk
Dear Graeme, In message <4f38f91d.6070...@gmail.com> you wrote: > > > Not remove it, but don't give the user an interactive shell when he is > > running in production mode. You can then still use it in scripts, or > > when you switch to test mode (which should be doen through a jumper or > > har

[U-Boot] [PATCH] Armada100: gplugD: Add FAT & EXT2 command support

2012-02-13 Thread Ajay Bhargav
This patch adds FAT and ext2 command support for marvell gplugD Signed-off-by: Ajay Bhargav --- include/configs/gplugd.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 061ebe6..462cc7e 100644 --- a/include/confi

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

2012-02-13 Thread Ajay Bhargav
This patch adds support for USB commands and USB storage device for Marvell gplugD Signed-off-by: Ajay Bhargav --- Changes for v2: - removed unwanted ifdef - fat and ext2 command support moved to new patch Changes for v3: - Not changed include/configs/gplugd.h | 12 +++

[U-Boot] [v3 2/3] USB: Armada100: EHCI Driver for Armada100 SOCs

2012-02-13 Thread Ajay Bhargav
This patch adds support for USB EHCI driver for Armada100 SOCs. Signed-off-by: Ajay Bhargav --- Changes for v2: - Fix typo for SOC name - change printf to debug Changes for v3: - Fix type in patch subject - header file include updated arch/arm/include/asm/arch-ar

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

2012-02-13 Thread Ajay Bhargav
This patch adds USB host controller's UTMI PHY interface driver for Armada100 SOCs. Signed-off-by: Ajay Bhargav --- Changes for v2: - Fix: enable only required clock in MPMU Changes for v3: - Added timeout on while loops - moved utmi-armada100.h to arch include folder ar

[U-Boot] [PATCH] Tricorder: Switch env to generic mmc driver

2012-02-13 Thread Thomas Weber
Because the tricorder uses the CONFIG_OMAP_HSMMC the initialization command is mmc rescan and not mmc init. Signed-off-by: Thomas Weber --- include/configs/tricorder.h |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/configs/tricorder.h b/include/configs/tri

Re: [U-Boot] USB support in U-boot for MX23EVK board

2012-02-13 Thread Marek Vasut
> Hi, > I'm struggling to find USB support in U-Boot for MX23EVK board. I'm > building u-boot source using LTIB(L2.6.31_10.05.02_ER_source.tar > downloaded from internet). Please use ELDK, 5.1 is preffered as that's the latest version. LTIB is ancient crap. > I'm able to find USB driver(i.e

Re: [U-Boot] mx6: consolidating and extending anadig/analog/anatop register defs

2012-02-13 Thread Marek Vasut
> Hello, > > for the USB support on MX6Q, I'm trying to consolidate and extend the > register definitions for the ANADIG registers. Unfortunately, three > different names are used for the same registers: ANADIG, analog and > ANATOP. Any idea what the names do stand for and what would be the most >

[U-Boot] [PATCH] sh: Fix sh7264 clock speed and related serial setting

2012-02-13 Thread Phil Edworthy
The generalised calculation of the serial bit rate reg also applies to sh7264, it was just the clock speed that was set incorrectly. Signed-off-by: Phil Edworthy --- drivers/serial/serial_sh.h |2 -- include/configs/rsk7264.h |2 +- 2 files changed, 1 insertions(+), 3 deletions(-) diff

[U-Boot] mx6: consolidating and extending anadig/analog/anatop register defs

2012-02-13 Thread Wolfgang Grandegger
Hello, for the USB support on MX6Q, I'm trying to consolidate and extend the register definitions for the ANADIG registers. Unfortunately, three different names are used for the same registers: ANADIG, analog and ANATOP. Any idea what the names do stand for and what would be the most appropriate o

Re: [U-Boot] Password protection of U-Boot command line

2012-02-13 Thread Graeme Russ
Hi Wolfgang, On 02/13/2012 06:31 PM, Wolfgang Denk wrote: >> So basically you are suggesting to completely remove shell access in U-Boot >> which is one thing that make U-Boot so attractive. > > Not remove it, but don't give the user an interactive shell when he is > running in production mode.

Re: [U-Boot] OMAP USB, beagle-xm fail

2012-02-13 Thread Patil, Rachna
Hi Govindraj, On Mon, Feb 13, 2012 at 14:29:56, Govindraj wrote: > Hi Peter, > > On Mon, Feb 13, 2012 at 1:52 PM, Peter Meerwald wrote: > > Hello, > > > > the recent OMAP USB changes (43b62393da6dfdd7f503d1b37344463a05ea47b5, > > 29321c0518d99494ab2a250e5b4f75b3add83b11) fail on beagleboard-xm r

Re: [U-Boot] OMAP USB, beagle-xm fail

2012-02-13 Thread Peter Meerwald
Hello Govindraj, > Looking into it closely the below two patches are causing this issue: > commit 498cbdfe62a8330f6c89765bdd15e60328a26511 > commit 2faa76196af4b3e93bcb9e38ed9090cbd3b06db3 > Reverting these two patches I don't see these errors > on my beagle rev c board logs as in here [1] corre

Re: [U-Boot] [PATCH v2] fix CFI flash driver for 8-bit bus support

2012-02-13 Thread Wolfgang Denk
Dear Luka Perkov, In message <20120213013045.ga25...@w500.lan> you wrote: > I'm not the author of version v1 of this patch but I need it to add > support for a new board. You can see patch v1 discussion here: > > http://lists.denx.de/pipermail/u-boot/2011-April/089606.html > > Changes from v1: >

Re: [U-Boot] [v2 4/4] Armada100: gplugD: Add FAT & EXT2 command support

2012-02-13 Thread Ajay Bhargav
On Monday 13 February 2012 02:59 PM, Prafulla Wadaskar wrote: -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: 13 February 2012 14:35 To: Ajay Bhargav Cc: li...@bohmer.net; Prafulla Wadaskar; u-boot@lists.denx.de Subject: Re: [v2 4/4] Armada100: gplugD: Add FAT& EXT2 c

Re: [U-Boot] [v2 2/4] USB: Armada100: ECHI Driver for Armada100 SOCs

2012-02-13 Thread Ajay Bhargav
On Monday 13 February 2012 02:33 PM, Marek Vasut wrote: This patch adds support for USB EHCI driver for Armada100 SOCs. Fix the subject, you have ECHI written there ;-) what a blunder :) [...snip...] +#include +#include +#include +#include "ehci.h" +#include "ehci-core.h" +#include +#include

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

2012-02-13 Thread Ajay Bhargav
On Monday 13 February 2012 02:32 PM, Marek Vasut wrote: + /* Calibrate pll */ + while ((readl(&phy_regs->utmi_pll)& PLL_READY) == 0) + ; No endless loops please. missed it somehow... :) will fix Regards, Ajay Bhargav ___ U

[U-Boot] [PATCH] Tricorder: Store ecc data on stack

2012-02-13 Thread Thomas Weber
This patch removes ONFIG_SYS_NAND_ECCSTEPS and CONFIG_SYS_NAND_ECCTOTAL from tricorder config. The ecc data are stored on stack after: commit 25efd99dbb1352314c9eacdfae42064c2ca15499 nand_spl: store ecc data on the stack Signed-off-by: Thomas Weber --- include/configs/tricorder.h |5 -

Re: [U-Boot] [v2 4/4] Armada100: gplugD: Add FAT & EXT2 command support

2012-02-13 Thread Prafulla Wadaskar
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 13 February 2012 14:35 > To: Ajay Bhargav > Cc: li...@bohmer.net; Prafulla Wadaskar; u-boot@lists.denx.de > Subject: Re: [v2 4/4] Armada100: gplugD: Add FAT & EXT2 command > support > > > This patch adds FAT and ext2

[U-Boot] Luna Pier u-boot addition

2012-02-13 Thread Stojsavljevic, Zoran
Hello to u-boot community, My name is Zoran Stojsavljevic, and I work for Intel GmbH, IMU office here in Munich. Let me introduce the problem, some USA team are facing with Luna Pier platform (Valleyview Atom D525 + ICH8 IOCH). One of the Intel customers is running Wind River Linux (WR 4.3.0.0

Re: [U-Boot] [v2 4/4] Armada100: gplugD: Add FAT & EXT2 command support

2012-02-13 Thread Marek Vasut
> This patch adds FAT and ext2 command support for marvell gplugD > > Signed-off-by: Ajay Bhargav > --- > Changes for v2: > - added this new patch for command support > > include/configs/gplugd.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/confi

Re: [U-Boot] [v2 3/4] Armada100: gplugD: Add USB command support

2012-02-13 Thread Marek Vasut
> This patch adds support for USB commands and USB storage device for > Marvell gplugD > > Signed-off-by: Ajay Bhargav > --- > Changes for v2: > - removed unwanted ifdef > - fat and ext2 command support moved to new patch > > include/configs/gplugd.h | 12 > 1 files c

Re: [U-Boot] [v2 2/4] USB: Armada100: ECHI Driver for Armada100 SOCs

2012-02-13 Thread Marek Vasut
> This patch adds support for USB EHCI driver for Armada100 SOCs. Fix the subject, you have ECHI written there ;-) > > Signed-off-by: Ajay Bhargav > --- > Changes for v2: > - Fix typo for SOC name > - change printf to debug > > arch/arm/include/asm/arch-armada100/armada100.h |

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

2012-02-13 Thread Marek Vasut
> This patch adds USB host controller's UTMI PHY interface driver for > Armada100 SOCs. > > Signed-off-by: Ajay Bhargav > --- > Changes for v2: > - Fix: enable only required clock in MPMU > > arch/arm/include/asm/arch-armada100/armada100.h |8 ++ > drivers/usb/host/utmi-armada100.c

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

2012-02-13 Thread Liu Shengzhou-B36685
> -Original Message- > From: Andy Fleming [mailto:aflem...@gmail.com] > Sent: Monday, February 13, 2012 4:14 PM > To: Liu Shengzhou-B36685; U-Boot list > Subject: Re: powerpc/usb: fix bug of CPU halt when missing USB PHY > clock > > You moved the USB_EN setting: > > > + /* Enable interf

[U-Boot] [PATCH] Tricorder: Fix boot after making software ecc configurable

2012-02-13 Thread Thomas Weber
The tricorder stops booting with the following message: U-Boot 2011.12-00325-ga661206 (Feb 13 2012 - 09:29:50) OMAP3503-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz OMAP3 Tricorder + LPDDR/NAND I2C: ready DRAM: 128 MiB NAND: CONFIG_MTD_ECC_SOFT not enabled 0 MiB MMC: OMAP SD/MMC: 0

Re: [U-Boot] OMAP USB, beagle-xm fail

2012-02-13 Thread Govindraj
Hi Peter, On Mon, Feb 13, 2012 at 1:52 PM, Peter Meerwald wrote: > Hello, > > the recent OMAP USB changes (43b62393da6dfdd7f503d1b37344463a05ea47b5, > 29321c0518d99494ab2a250e5b4f75b3add83b11) fail on beagleboard-xm rev. C, > see below The errors have nothing to do with ehci patch merges, (I had

[U-Boot] [v2 2/4] USB: Armada100: ECHI Driver for Armada100 SOCs

2012-02-13 Thread Ajay Bhargav
This patch adds support for USB EHCI driver for Armada100 SOCs. Signed-off-by: Ajay Bhargav --- Changes for v2: - Fix typo for SOC name - change printf to debug arch/arm/include/asm/arch-armada100/armada100.h |1 + drivers/usb/host/Makefile |1 + dr

  1   2   >