Re: [U-Boot] [PATCH 1/6] powerpc/corenet_ds: Update README.srio-boot-corenet

2012-08-06 Thread Liu Gang
Hi Andy, It's so long time those patches resided in open source, and there are no any comments. http://patchwork.ozlabs.org/patch/163499/ So could you please help to apply them? Following are some descriptions for this set of patches excerpt from the e-mail sent to you at June 1. " .. Now

Re: [U-Boot] [PATCH] mkconfig: fix failure on boards that don't define soc

2012-08-06 Thread Albert ARIBAUD
Hi Allen, On Mon, 6 Aug 2012 17:07:25 -0700, Allen Martin wrote: > On Mon, Aug 06, 2012 at 05:04:28PM -0700, Allen Martin wrote: > > Fix a configure failure on boards that don't define soc. The exit > > status of the subshell was propogating up and causing mkconfig to > > fail. Add an explicit

Re: [U-Boot] pull request for u-boot-tegra/master

2012-08-06 Thread Albert ARIBAUD
Hi Allen, On Mon, 6 Aug 2012 15:46:22 -0700, Allen Martin wrote: > > > -Original Message- > > > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > > > Sent: Sunday, August 05, 2012 1:01 PM > > > To: Albert ARIBAUD > > > Cc: Tom Warren; si...@theia.denx.de; u-boot@lists.denx.de; Ste

Re: [U-Boot] [PATCH] input: key_matrix: fix header inclusion

2012-08-06 Thread Michal Simek
On 08/06/2012 07:56 PM, Simon Glass wrote: On Thu, Aug 2, 2012 at 1:49 PM, Stephan Linz wrote: On Microblaze with device tree support enabled we run into the error below. I'm not sure, but I think that all source code should include at least the common.h and just this fix the problem on Microb

Re: [U-Boot] [QUESTION] "ethaddr" env. var. vs. dev->enetaddr

2012-08-06 Thread Rob Herring
On 08/06/2012 07:49 PM, Fabio Estevam wrote: > On Mon, Aug 6, 2012 at 8:40 PM, Mike Frysinger wrote: > >> there was a patch floating around for setting up ethaddr env var >> automatically >> in the net core during init if it wasn't already set > > I guess you are referring to this one: > http:/

[U-Boot] [PATCH 2/2] tegra: convert gpio_config_uart to weak symbol

2012-08-06 Thread Lucas Stach
Most boards don't need this fixup hook. To avoid a lot of empty implementations in board files convert it to a weak symbol. Signed-off-by: Lucas Stach CC: Stephen Warren CC: Tom Warren --- board/avionic-design/common/tamonten.c | 7 --- board/compal/paz00/paz00.c | 7 --- b

[U-Boot] [PATCH 1/2] tegra: init MMC from common board init

2012-08-06 Thread Lucas Stach
Signed-off-by: Lucas Stach CC: Stephen Warren CC: Tom Warren --- board/nvidia/common/board.c | 4 1 Datei geändert, 4 Zeilen hinzugefügt(+) diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c index 7ab2040..3bd4ff1 100644 --- a/board/nvidia/common/board.c +++ b/board/nv

Re: [U-Boot] [QUESTION] "ethaddr" env. var. vs. dev->enetaddr

2012-08-06 Thread Fabio Estevam
On Mon, Aug 6, 2012 at 8:40 PM, Mike Frysinger wrote: > there was a patch floating around for setting up ethaddr env var automatically > in the net core during init if it wasn't already set I guess you are referring to this one: http://patchwork.ozlabs.org/patch/136789/ Regards, Fabio Estevam

Re: [U-Boot] [QUESTION] "ethaddr" env. var. vs. dev->enetaddr

2012-08-06 Thread Benoît Thébaudeau
Hi Joe, On Tue, Aug 7, 2012 at 12:45:58 AM, Joe Hershberger wrote: > Hi Benoît, > > On Mon, Aug 6, 2012 at 2:02 PM, Benoît Thébaudeau > wrote: > > Hi all, > > > > There's a lot of stuff in U-Boot relying on ethaddr being set, e.g. > > the bdinfo > > command, or the linklocal command because of s

[U-Boot] [PATCH] tegra20: add back USE_PRIVATE_LIBGCC

2012-08-06 Thread Lucas Stach
As discussed here [http://patchwork.ozlabs.org/patch/158202/] we want to use USE_PRIVATE_LIBGCC still. However commit 5286f1ce dropped it regardless. Adding this back fixes a hang while handing over from SPL to U-Boot on Colibri T20. Signed-off-by: Lucas Stach CC: Stephen Warren CC: Tom Warren

Re: [U-Boot] [PATCH] mkconfig: fix failure on boards that don't define soc

2012-08-06 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] mkconfig: fix failure on boards that don't define soc

2012-08-06 Thread Allen Martin
On Mon, Aug 06, 2012 at 05:04:28PM -0700, Allen Martin wrote: > Fix a configure failure on boards that don't define soc. The exit > status of the subshell was propogating up and causing mkconfig to > fail. Add an explicit exit 0 to the subshell to fix this. > > Signed-off-by: Allen Martin I ra

[U-Boot] [PATCH] mkconfig: fix failure on boards that don't define soc

2012-08-06 Thread Allen Martin
Fix a configure failure on boards that don't define soc. The exit status of the subshell was propogating up and causing mkconfig to fail. Add an explicit exit 0 to the subshell to fix this. Signed-off-by: Allen Martin --- mkconfig |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) dif

[U-Boot] [PATCH 3/3] nds32: fix unused pmu_init warning

2012-08-06 Thread Mike Frysinger
Fixes the build-time warning: board.c: At top level: board.c:106: warning: 'pmu_init' defined but not used This makes the ifdef logic at the call site match the logic at the function definition. Signed-off-by: Mike Frysinger --- arch/nds32/lib/board.c |2 ++ 1 file changed,

[U-Boot] [PATCH 1/3] nds32: drop bi_enetaddr from global data

2012-08-06 Thread Mike Frysinger
Nothing is using this, so punt it from the gd. Seems to just be a copy & paste wart from the initial port. Signed-off-by: Mike Frysinger --- arch/nds32/include/asm/u-boot.h |1 - 1 file changed, 1 deletion(-) diff --git a/arch/nds32/include/asm/u-boot.h b/arch/nds32/include/asm/u-boot.h in

[U-Boot] [PATCH 2/3] nds32: delete unused local variable

2012-08-06 Thread Mike Frysinger
Fixes the build-time warning: board.c: In function 'board_init_r': board.c:304: warning: unused variable 's' Signed-off-by: Mike Frysinger --- arch/nds32/lib/board.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index 712131

Re: [U-Boot] [QUESTION] "ethaddr" env. var. vs. dev->enetaddr

2012-08-06 Thread Mike Frysinger
On Monday 06 August 2012 18:45:58 Joe Hershberger wrote: > On Mon, Aug 6, 2012 at 2:02 PM, Benoît Thébaudeau wrote: > > There's a lot of stuff in U-Boot relying on ethaddr being set, e.g. the > > bdinfo command, or the linklocal command because of seed_mac. If ethaddr > > is not set, bdinfo will re

Re: [U-Boot] Testing report for i.MX51 using Linaro/Ubuntu gcc 4.6.3 (from Precise repositories), libgcc, etc.

2012-08-06 Thread Michael Hope
Hi Matt. Let me know if you find a fault in the compiler and we'll fix it. A common problem is bare metal projects turning on strict alignment fault checking in the hardware (bit 1 of SCTLR on the A9) which causes a data fault on unaligned access. See [1] for more. You might try our pre-built b

Re: [U-Boot] pull request for u-boot-tegra/master

2012-08-06 Thread Allen Martin
> > -Original Message- > > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > > Sent: Sunday, August 05, 2012 1:01 PM > > To: Albert ARIBAUD > > Cc: Tom Warren; si...@theia.denx.de; u-boot@lists.denx.de; Stephen Warren; > > Tom Warren > > Subject: Re: [U-Boot] pull request for u-boot

Re: [U-Boot] [QUESTION] "ethaddr" env. var. vs. dev->enetaddr

2012-08-06 Thread Joe Hershberger
Hi Benoît, On Mon, Aug 6, 2012 at 2:02 PM, Benoît Thébaudeau wrote: > Hi all, > > There's a lot of stuff in U-Boot relying on ethaddr being set, e.g. the bdinfo > command, or the linklocal command because of seed_mac. If ethaddr is not set, > bdinfo will report exactly that, but linklocal will wa

[U-Boot] [PATCH 2/2] MX28: Shuffle around the power management code

2012-08-06 Thread Marek Vasut
Move some function calls to a more appropriate place, so they're called only when needed. Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Fabio Estevam --- arch/arm/cpu/arm926ejs/mx28/spl_power_init.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/arch/arm/cpu

[U-Boot] [PATCH 1/2] MX28: Drop the cp15 reconfiguration from SPL

2012-08-06 Thread Marek Vasut
The SPL doesn't need the CP15 reconfiguration, as that's what the BootROM does for us already. Moreover, when the CP15 is reconfigured and the code returns control to BootROM, the USB boot works no more. Remove the code and allow [1] to work properly as well. [1] http://git.bfuser.eu/?p=marex/mxs

Re: [U-Boot] [PATCH 1/4] MX28: Fix up the MMC driver DMA mode

2012-08-06 Thread Marek Vasut
Dear Marek Vasut, > The DMA mode didn't properly configure the DMA_ENABLE bit in CTRL1. > Also, it was using SSP0 DMA channel for all SSP devices. > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Stefano Babic > Cc: Fabio Estevam > Cc: Andy Fleming Stefano, can you please apply thes

Re: [U-Boot] [PATCH v4 2/5] spl: don't mark __u_boot_cmd* as undefined

2012-08-06 Thread Ilya Yanok
Hi Tom, On Tue, Aug 7, 2012 at 12:52 AM, Tom Rini wrote: > > By comparing of two images I've found that the difference comes from > > ro-strings (two help strings in U_BOOT_CMD, string in printf, "sw" & > "hw"). > > It looks like the linker doesn't collect ro-strings referenced from > > collecte

Re: [U-Boot] [PATCH v2] fdt: Include arch specific gpio.h instead of asm-generic/gpio.h

2012-08-06 Thread Simon Glass
Him On Mon, Aug 6, 2012 at 12:37 AM, Michal Simek wrote: > On 07/19/2012 12:56 AM, Mike Frysinger wrote: >> >> Acked-by: Mike Frysinger > > > Simon: Are you OK with this patch? Yes, thanks. Acked-by: Simon Glass > > Thanks, > Michal > > > -- > Michal Simek, Ing. (M.Eng) > w: www.monstr.eu p:

Re: [U-Boot] [PATCH v4 2/5] spl: don't mark __u_boot_cmd* as undefined

2012-08-06 Thread Tom Rini
On Mon, Aug 06, 2012 at 11:15:25PM +0400, Ilya Yanok wrote: > Hi Tom, > > On Mon, Aug 6, 2012 at 9:10 PM, Tom Rini wrote: > > > > > OK, installed and it's still larger with this change than without and > > it's not garbage collecting and dropping commands if I un-guard the > > nandecc command fo

Re: [U-Boot] [PATCH v5 0/7] dfu:usb: DFU support via USB Download gadget

2012-08-06 Thread Marek Vasut
Dear Lukasz Majewski, > Those patches add support for composite USB download gadget. > This gadget (at least for now) is equipped with DFU download function. > > A separate DFU back-end and front-end have been added. > Back-end is placed at ./drivers/dfu directory. The front-end is implemented >

Re: [U-Boot] [PATCH v4 2/5] spl: don't mark __u_boot_cmd* as undefined

2012-08-06 Thread Ilya Yanok
Hi Tom, On Mon, Aug 6, 2012 at 9:10 PM, Tom Rini wrote: > > OK, installed and it's still larger with this change than without and > it's not garbage collecting and dropping commands if I un-guard the > nandecc command for example. Tested with omap3_beagle. > Did some testing as well. master b

[U-Boot] [QUESTION] "ethaddr" env. var. vs. dev->enetaddr

2012-08-06 Thread Benoît Thébaudeau
Hi all, There's a lot of stuff in U-Boot relying on ethaddr being set, e.g. the bdinfo command, or the linklocal command because of seed_mac. If ethaddr is not set, bdinfo will report exactly that, but linklocal will wait indefinitely without displaying anything. The issue is that dev->enetaddr m

[U-Boot] [PATCH] am33xx: Remove redundant timer config

2012-08-06 Thread Tom Rini
We have the timer code in arch/arm/cpu/armv7/omap-common/timer.c that has been configuring and enabling the timer, so remove our code that does the same thing by different methods. Tested on EVM GP, SK-EVM and Beaglebone. Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/am33xx/board.c | 20

Re: [U-Boot] [PATCH V4 4/4] ARM: add Raspberry Pi model B board, using BCM2835 SoC

2012-08-06 Thread Tom Rini
On Sun, Aug 05, 2012 at 08:07:22PM -0600, Stephen Warren wrote: > The Raspberry Pi model B uses the BCM2835 SoC, has 256MB of RAM, > contains an SMSC 9512 USB LAN/Hub chip, and various IO connectors. > For more details, see http://www.raspberrypi.org/. > > Various portions (cache enable, MACH_TYPE

Re: [U-Boot] [PATCH] input: key_matrix: fix header inclusion

2012-08-06 Thread Simon Glass
On Thu, Aug 2, 2012 at 1:49 PM, Stephan Linz wrote: > On Microblaze with device tree support enabled we run into > the error below. > > I'm not sure, but I think that all source code should include > at least the common.h and just this fix the problem on > Microblaz architecture. > > The error is:

[U-Boot] [PATCH v6] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
This adds support for the AT91SAM9G20 boards by taskit GmbH. Both boards, Stamp9G20 and PortuxG20, are integrated in one file. PortuxG20 is basically a SBC built around the Stamp9G20. Signed-off-by: Markus Hubig Cc: Andreas Bießmann --- Changes for v2: - Added myself to the MAINTAINERS f

Re: [U-Boot] pull request for u-boot-tegra/master

2012-08-06 Thread Allen Martin
On Mon, Aug 06, 2012 at 08:53:42AM -0700, Tom Warren wrote: > > Seems like f414d013c5e129e66c04ff699bd60b34894d3d38 breaks a lot of builds > > with the stock Ubuntu linaro toolchain, e.g. > > > > > > -- > > > > $

[U-Boot] [PATCH v5] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
This adds support for the AT91SAM9G20 boards by taskit GmbH. Both boards, Stamp9G20 and PortuxG20, are integrated in one file. PortuxG20 is basically a SBC built around the Stamp9G20. Signed-off-by: Markus Hubig Cc: Andreas Bießmann --- Changes for v2: - Added myself to the MAINTAINERS f

Re: [U-Boot] [PATCH v4 2/5] spl: don't mark __u_boot_cmd* as undefined

2012-08-06 Thread Tom Rini
On Mon, Aug 6, 2012 at 8:31 AM, Ilya Yanok wrote: > On Mon, Aug 6, 2012 at 7:30 PM, Tom Rini wrote: > >> On 08/06/2012 08:10 AM, Ilya Yanok wrote: >> > Hi Tom, >> > >> > On Mon, Aug 6, 2012 at 2:36 AM, Tom Rini > > > wrote: >> > >> > On Sun, Aug 5, 2012 at 2:21 PM, Ilya Y

Re: [U-Boot] [PATCH v4] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
On Mon, Aug 06, 2012 at 03:01:40PM +0200, Andreas Bießmann wrote: > On 06.08.2012 11:11, Markus Hubig wrote: > > > > +static unsigned int saved_state[3] = {STATUS_LED_OFF, > > + STATUS_LED_OFF, STATUS_LED_OFF}; > > + > > +void coloured_LED_init(void) > > +{ > > + /* Clock is enabled in board_ea

Re: [U-Boot] U-boot not finding NAND chip on imx28EVK - Gives DMA read error

2012-08-06 Thread Bill
Thanks. That did it - grabbed recent version and it works. Best, Bill On 8/6/2012 10:34 AM, Fabio Estevam wrote: Bill, On Mon, Aug 6, 2012 at 11:34 AM, Bill wrote: All, I enabled my U-boot for NAND support for my imx28EVK and I get the following error when U-Boot starts: NAND:

Re: [U-Boot] [PATCH] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
On Mon, Aug 06, 2012 at 02:49:51PM +0200, Andreas Bießmann wrote: > On 02.08.2012 16:14, Markus Hubig wrote: > > On Wed, Aug 01, 2012 at 11:58:22AM +0200, Andreas Bießmann wrote: > >> On 30.07.12 20:01, Markus Hubig wrote: > > > > PC9 is somewhat strange. If I set it to 0 I don't have a console! >

Re: [U-Boot] pull request for u-boot-tegra/master

2012-08-06 Thread Tom Warren
Albert, > -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Sunday, August 05, 2012 1:01 PM > To: Albert ARIBAUD > Cc: Tom Warren; si...@theia.denx.de; u-boot@lists.denx.de; Stephen Warren; > Tom Warren > Subject: Re: [U-Boot] pull request for u-boot-tegr

Re: [U-Boot] [PATCH v4] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
On Mon, Aug 06, 2012 at 03:49:22PM +0200, Andreas Bießmann wrote: > On 06.08.2012 15:46, Andreas Bießmann wrote: > > > > One more thing to mention! > > and some more ;) > Please test your code with the MAKEALL script before sending. | $ ./MAKEALL portuxg20 stamp9g20 | Configuring for portuxg2

Re: [U-Boot] [PATCH 2/2] imx27lite: update with gpio api change

2012-08-06 Thread Stefano Babic
On 06/08/2012 17:27, Philippe Reynes wrote: > Oh, I understand. As I don't have this board, I've done the smallest > change to fix the compilation. > I add the driver mxc_gpio on imx27lite, remove this direct acces to gpio > register, > and send the new version of the patch. I think I can test i

Re: [U-Boot] [PATCH v4] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
On Mon, Aug 06, 2012 at 03:46:49PM +0200, Andreas Bießmann wrote: > Dear Markus Hubig, > > One more thing to mention! > stamp9g20.c: In function 'stamp9G20_macb_hw_init': > stamp9g20.c:113:2: warning: suggest parentheses around arithmetic in > operand of '|' [-Wparentheses] Fixed! Cheers, Mar

Re: [U-Boot] U-boot not finding NAND chip on imx28EVK - Gives DMA read error

2012-08-06 Thread Fabio Estevam
Bill, On Mon, Aug 6, 2012 at 11:34 AM, Bill wrote: > All, > >I enabled my U-boot for NAND support for my imx28EVK and I get the > following error when U-Boot starts: > > > NAND: MXS NAND: Error sending command > MXS NAND: Error sending command > MXS NAND: DMA read error > MXS NAND: DMA r

Re: [U-Boot] [PATCH 2/2] imx27lite: update with gpio api change

2012-08-06 Thread Philippe Reynes
>On 05/08/2012 12:00, Philippe Reynes wrote: >> Signed-off-by: Philippe Reynes >> --- >>  board/logicpd/imx27lite/imx27lite.c |    7 --- >>  1 files changed, 4 insertions(+), 3 deletions(-) >> >Hi Philippe, Hi Stefano, >>  { >> -    struct gpio_regs *regs = (struct gpio_regs *)IMX_GPIO_

Re: [U-Boot] [PATCH v4 2/5] spl: don't mark __u_boot_cmd* as undefined

2012-08-06 Thread Ilya Yanok
On Mon, Aug 6, 2012 at 7:30 PM, Tom Rini wrote: > On 08/06/2012 08:10 AM, Ilya Yanok wrote: > > Hi Tom, > > > > On Mon, Aug 6, 2012 at 2:36 AM, Tom Rini > > wrote: > > > > On Sun, Aug 5, 2012 at 2:21 PM, Ilya Yanok > > > > w

Re: [U-Boot] [PATCH v4 2/5] spl: don't mark __u_boot_cmd* as undefined

2012-08-06 Thread Tom Rini
On 08/06/2012 08:10 AM, Ilya Yanok wrote: > Hi Tom, > > On Mon, Aug 6, 2012 at 2:36 AM, Tom Rini > wrote: > > On Sun, Aug 5, 2012 at 2:21 PM, Ilya Yanok > > wrote: > > __u_boot_cmd* symbols are not used in SPL so there i

[U-Boot] [PATCH 2/2] imx27lite: update with gpio api change (v3)

2012-08-06 Thread Philippe Reynes
Signed-off-by: Philippe Reynes --- board/logicpd/imx27lite/imx27lite.c |5 ++--- include/configs/imx27lite-common.h |5 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/board/logicpd/imx27lite/imx27lite.c b/board/logicpd/imx27lite/imx27lite.c index 8a5015c..b38e5ab 1

[U-Boot] [PATCH 1/2] gpio: add gpio api support to mx27 (v2)

2012-08-06 Thread Philippe Reynes
There is a little change on gpio_get_value because on mx27 the register to read is ssr and not dr. Signed-off-by: Philippe Reynes --- arch/arm/cpu/arm926ejs/mx27/generic.c | 11 +++--- arch/arm/include/asm/arch-mx27/gpio.h | 55 + arch/arm/include/asm/arch

Re: [U-Boot] pull request for u-boot-tegra/master

2012-08-06 Thread Tom Warren
Albert, On Sun, Aug 5, 2012 at 12:46 PM, Albert ARIBAUD wrote: > Hi Tom, > > On Fri, 3 Aug 2012 16:35:40 -0700, Tom Warren > wrote: >> Albert, >> >> Has this been pulled into ARM master? I don't think I saw a response >> from you, but I might have missed it. > > Sorry Tom, but I have been unava

Re: [U-Boot] [PATCH v4] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
On Mon, Aug 06, 2012 at 03:01:40PM +0200, Andreas Bießmann wrote: > On 06.08.2012 11:11, Markus Hubig wrote: > > This adds support for the AT91SAM9G20 boards by taskit GmbH. > > Both boards, Stamp9G20 and PortuxG20, are integrated in one > > file. PortuxG20 is basically a SBC built around the Stamp

Re: [U-Boot] [PATCH v4 3/5] OMAP: spl: call timer_inti() from SPL

2012-08-06 Thread Tom Rini
On Mon, Aug 6, 2012 at 8:02 AM, Ilya Yanok wrote: > Hi Tom, > > On Mon, Aug 6, 2012 at 2:35 AM, Tom Rini wrote: > >> On Sun, Aug 5, 2012 at 2:21 PM, Ilya Yanok >> wrote: >> > We need to initialize timer properly, otherwise all delays >> > inside SPL will be wrong. >> > >> > Signed-off-by: Ilya Y

Re: [U-Boot] [PATCH v4 2/5] spl: don't mark __u_boot_cmd* as undefined

2012-08-06 Thread Ilya Yanok
Hi Tom, On Mon, Aug 6, 2012 at 2:36 AM, Tom Rini wrote: > On Sun, Aug 5, 2012 at 2:21 PM, Ilya Yanok > wrote: > > __u_boot_cmd* symbols are not used in SPL so there is no need > > to tell the linker that they are undefined. With these symbols > > marked as undefined linker fails to garbage coll

Re: [U-Boot] [PATCH v4 3/5] OMAP: spl: call timer_inti() from SPL

2012-08-06 Thread Ilya Yanok
Hi Tom, On Mon, Aug 6, 2012 at 2:35 AM, Tom Rini wrote: > On Sun, Aug 5, 2012 at 2:21 PM, Ilya Yanok > wrote: > > We need to initialize timer properly, otherwise all delays > > inside SPL will be wrong. > > > > Signed-off-by: Ilya Yanok > > --- > > > > arch/arm/cpu/armv7/omap-common/spl.c |

[U-Boot] U-boot not finding NAND chip on imx28EVK - Gives DMA read error

2012-08-06 Thread Bill
All, I enabled my U-boot for NAND support for my imx28EVK and I get the following error when U-Boot starts: NAND: MXS NAND: Error sending command MXS NAND: Error sending command MXS NAND: DMA read error MXS NAND: DMA read error MXS NAND: Error sending command ... I am using U-boo

Re: [U-Boot] [PATCH v4] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Andreas Bießmann
Dear Markus Hubig, On 06.08.2012 15:46, Andreas Bießmann wrote: > Dear Markus Hubig, > > One more thing to mention! and some more ;) ---8<--- Configuring for portuxg20 - Board: stamp9g20, Options: AT91SAM9G20,PORTUXG20 textdata bss dec hex filename 1999416040 269068 47

Re: [U-Boot] [PATCH 1/2] mx51evk: do not overwrite the console

2012-08-06 Thread Fabio Estevam
On Mon, Aug 6, 2012 at 5:15 AM, Stefano Babic wrote: > Hi Fabio, > > it seems you agree with my patch from yesterday - I will apply all three > patches soon ! Yes, your solution is very good. Thanks, Fabio Estevam ___ U-Boot mailing list U-Boot@lists

Re: [U-Boot] [PATCH] MX5: mx53loco: do not overwrite the console

2012-08-06 Thread Fabio Estevam
On Sun, Aug 5, 2012 at 7:18 AM, Stefano Babic wrote: > On this board, the console is always set to the serial line. > Do not allow to overwrite it when video is enabled. > > Signed-off-by: Stefano Babic > CC: Fabio Estevam Tested-by: Fabio Estevam Thanks __

Re: [U-Boot] [PATCH v4] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Andreas Bießmann
Dear Markus Hubig, One more thing to mention! On 06.08.2012 15:01, Andreas Bießmann wrote: > Dear Markus Hubig, >> diff --git a/board/taskit/stamp9g20/stamp9g20.c >> b/board/taskit/stamp9g20/stamp9g20.c >> new file mode 100644 >> index 000..c85e6c3 >> --- /dev/null >> +++ b/board/taskit/s

[U-Boot] [PATCH 4/4] EXYNOS: Update pinmux to use gpio numbering

2012-08-06 Thread Rajeshwari Shinde
Update pinmux by calling generic gpio_* functions instead s5p_gpio_* functions Signed-off-by: Leela Krishna Amudala Signed-off-by: Rajeshwari Shinde --- arch/arm/cpu/armv7/exynos/pinmux.c | 150 +++- 1 files changed, 63 insertions(+), 87 deletions(-) diff --git

Re: [U-Boot] [PATCH v4] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Andreas Bießmann
Dear Markus Hubig, On 06.08.2012 11:11, Markus Hubig wrote: > This adds support for the AT91SAM9G20 boards by taskit GmbH. > Both boards, Stamp9G20 and PortuxG20, are integrated in one > file. PortuxG20 is basically a SBC built around the Stamp9G20. > > Signed-off-by: Markus Hubig > Cc: Andreas

[U-Boot] [PATCH 3/4] EXYNOS5: Enable GPIO Numbering.

2012-08-06 Thread Rajeshwari Shinde
This patch enables gpio numbering for EXYNOS5. Signed-off-by: Rajeshwari Shinde --- include/configs/smdk5250.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index 4b9093c..ed8e80f 100644 --- a/include/configs/sm

[U-Boot] [PATCH 2/4] S5P: GPIO: Add GPIO pin numbering to driver

2012-08-06 Thread Rajeshwari Shinde
API's for GPIO pin numbering support are added to the generic S5P gpio driver Signed-off-by: Leela Krishna Amudala Signed-off-by: Simon Glass Signed-off-by: Rajeshawari Shinde --- drivers/gpio/s5p_gpio.c | 158 +-- 1 files changed, 152 insertions(+)

[U-Boot] [PATCH 1/4] EXYNOS5: Add GPIO unique pin numbering support

2012-08-06 Thread Rajeshwari Shinde
Define GPIO unique pin numbering for Exynos5 boards Also calculates the gpio bank address for the given GPIO number Signed-off-by: Leela Krishna Amudala Signed-off-by: Rajeshwari Shinde --- arch/arm/include/asm/arch-exynos/gpio.h | 351 +++ 1 files changed, 351 inse

[U-Boot] [PATCH 0/4] EXYNOS5: Add GPIO numbering feature

2012-08-06 Thread Rajeshwari Shinde
This patchset adds GPIO numbering feature where pinmux setting can be done just by seding the pin munber and we do not have to remember which bank it belongs to. Rajeshwari Shinde (4): EXYNOS5: Add GPIO unique pin numbering support S5P: GPIO: Add GPIO pin numbering to driver EXYNOS5: Enable

Re: [U-Boot] [PATCH] MAINTAINERS: cleanup for km ppc boards

2012-08-06 Thread Heiko Schocher
Hello Holger, On 06.08.2012 14:16, Holger Brunck wrote: Signed-off-by: Holger Brunck cc: Heiko Schocher cc: Valentin Longchamp cc: Gerlando Falauto --- MAINTAINERS |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Acked-by: Heiko Schocher bye, Heiko -- DENX Software Enginee

Re: [U-Boot] [PATCH] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Andreas Bießmann
Dear Markus Hubig, On 02.08.2012 16:14, Markus Hubig wrote: > On Wed, Aug 01, 2012 at 11:58:22AM +0200, Andreas Bießmann wrote: >> On 30.07.12 20:01, Markus Hubig wrote: >>> > > > >>> +int board_early_init_f(void) >>> +{ >>> + struct at91_pmc *pmc = (struct at91_pmc *)ATMEL_BASE_PMC; >>> + >>

[U-Boot] [PATCH v5 6/7] arm:trats: Support for USB UDC driver at TRATS board.

2012-08-06 Thread Lukasz Majewski
Support for USB UDC driver at trats board. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut Cc: Minkyu Kang --- Changes for v2: - replace puts to debug Changes for v3: - None Changes for v4: - None Changes for v5: - None --- board/samsung/trats/trats.c |8 ++

[U-Boot] [PATCH v5 7/7] arm:trats: Enable g_dnl composite USB gadget with embedded DFU function on TRATS

2012-08-06 Thread Lukasz Majewski
Enable the g_dnl composite USB gadget driver with embedded DFU function on it. It now uses the composite gadget framework to support download specific USB functions (like enabled DFU or USB Mass Storage). Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut Cc: Minkyu Kan

[U-Boot] [PATCH v5 5/7] dfu:cmd: Support for DFU u-boot command

2012-08-06 Thread Lukasz Majewski
Support for u-boot's command line command "dfu [list]". Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - None Changes for v3: - Remove unnecessary initialization to NULL of dynamic variables - goto done added to reduce code duplication - stat

[U-Boot] [PATCH v5 4/7] dfu: MMC specific routines for DFU operation

2012-08-06 Thread Lukasz Majewski
Support for MMC storage devices to work with DFU framework. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - None Changes for v3: - Provide special abstraction layer (mmc_{block|file}_{read|write}) to alleviate switch to new device model (DM)

[U-Boot] [PATCH v5 3/7] dfu: DFU backend implementation

2012-08-06 Thread Lukasz Majewski
New, separate driver at ./drivers/dfu has been added. It allows platform and storage independent operation of DFU. It has been extended to use new MMC level of command abstraction. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - None Changes f

[U-Boot] [PATCH v5 2/7] dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget

2012-08-06 Thread Lukasz Majewski
Support for f_dfu USB function. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - Replace kzalloc and kfree with free and calloc - Reorganization of calloc calls - Misspelling corrected - Redesign of DFU state machine from "switch case" to funct

[U-Boot] [PATCH v5 1/7] dfu:usb: Support for g_dnl composite download gadget.

2012-08-06 Thread Lukasz Majewski
Composite USB download gadget support (g_dnl) for download functions. This code works on top of composite gadget. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Marek Vasut --- Changes for v2: - G_DNL_{VENDOR_NUM, PRODUCT_NUM and MANUFACTURER} defined at ./include/configs/.h

[U-Boot] [PATCH v5 0/7] dfu:usb: DFU support via USB Download gadget

2012-08-06 Thread Lukasz Majewski
Those patches add support for composite USB download gadget. This gadget (at least for now) is equipped with DFU download function. A separate DFU back-end and front-end have been added. Back-end is placed at ./drivers/dfu directory. The front-end is implemented as USB function. The back-end is w

Re: [U-Boot] [PATCHv2] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Andreas Bießmann
Dear Markus Hubig, On 02.08.2012 12:46, Markus Hubig wrote: > On Wed, Aug 01, 2012 at 10:59:10PM +0200, Andreas Bießmann wrote: >> On 01.08.12 21:57, Markus Hubig wrote: > Btw: I think it would be easier to handle if all the options in > env_common.h would be prefixed with CONFIG_ENV_* ... feel

Re: [U-Boot] [PATCH] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Andreas Bießmann
Dear Markus Hubig, On 03.08.2012 14:05, Markus Hubig wrote: > On Thu, Aug 02, 2012 at 03:28:30PM +0200, Markus Hubig wrote: >> On Wed, Aug 01, 2012 at 10:21:04PM +0200, Andreas Bießmann wrote: >>> On 01.08.12 21:28, Markus Hubig wrote: On Wed, Aug 01, 2012 at 11:58:22AM +0200, Andreas Bießman

[U-Boot] [PATCH] MAINTAINERS: cleanup for km ppc boards

2012-08-06 Thread Holger Brunck
Signed-off-by: Holger Brunck cc: Heiko Schocher cc: Valentin Longchamp cc: Gerlando Falauto --- MAINTAINERS |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 84413de..c8d66b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -72,6 +72,9

Re: [U-Boot] [PATCH 1/2] m28evk: Turn on caches

2012-08-06 Thread Marek Vasut
Dear Stefano Babic, > On 05/08/2012 18:23, Marek Vasut wrote: > > Dear Fabio Estevam, > > > >> From: Fabio Estevam > >> > >> Turn on data and instruction caches. > >> > >> Signed-off-by: Fabio Estevam > > > > [...] > > > > I'd like to put this one on hold until I can properly test all > > c

Re: [U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-06 Thread Otavio Salvador
On Mon, Aug 6, 2012 at 8:37 AM, Marek Vasut wrote: > Dear Stefano Babic, > >> On 05/08/2012 21:05, Otavio Salvador wrote: >> > Most code can be shared between i.MX23 and i.MX28 as both are from >> > i.MXS family; this source directory structure makes easy to share code >> > among them. >> > >> > S

Re: [U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-06 Thread Otavio Salvador
On Mon, Aug 6, 2012 at 5:20 AM, Stefano Babic wrote: > as far as I can see there is nothing that can break the current mx28 > boards in mainline. I will wait for a while, but I think the series can > be merged into mainline. That'd be great so I reduce the amount of changes I have to keep updated

Re: [U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-06 Thread Marek Vasut
Dear Stefano Babic, > On 05/08/2012 21:05, Otavio Salvador wrote: > > Most code can be shared between i.MX23 and i.MX28 as both are from > > i.MXS family; this source directory structure makes easy to share code > > among them. > > > > Signed-off-by: Otavio Salvador > > --- > > Changes in v1: >

Re: [U-Boot] [PATCH 2/2] imx27lite: update with gpio api change

2012-08-06 Thread Stefano Babic
On 05/08/2012 12:00, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > --- > board/logicpd/imx27lite/imx27lite.c |7 --- > 1 files changed, 4 insertions(+), 3 deletions(-) > Hi Philippe, > { > - struct gpio_regs *regs = (struct gpio_regs *)IMX_GPIO_BASE; > + struct gp

[U-Boot] [Pull request] u-boot-onenand

2012-08-06 Thread Lukasz Majewski
Hi Wolfgang, Please pull following commits: The following changes since commit 56249fea3d5e32cddcd9160e51ec93a9c4327c6b: powerpc/82xx: adapt SDRAM settings for mgcoge3ne (2012-07-31 22:36:38 +0200) are available in the git repository at: git://git.denx.de/u-boot-onenand.git master David

Re: [U-Boot] [PATCH] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
On Mon, Aug 06, 2012 at 11:05:03AM +0200, Markus Hubig wrote: > This adds support for the AT91SAM9G20 boards by taskit GmbH. > Both boards, Stamp9G20 and PortuxG20, are integrated in one > file. PortuxG20 is basically a SBC built around the Stamp9G20. Ignore this. I started a new thread with [PATC

[U-Boot] [PATCH v4] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
This adds support for the AT91SAM9G20 boards by taskit GmbH. Both boards, Stamp9G20 and PortuxG20, are integrated in one file. PortuxG20 is basically a SBC built around the Stamp9G20. Signed-off-by: Markus Hubig Cc: Andreas Bießmann --- MAINTAINERS| 16 ++- board/taski

Re: [U-Boot] [PATCH] env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE

2012-08-06 Thread Lukasz Majewski
Dear David du Colombier, > > This fix prevents env_import() CRC to fail when CONFIG_ENV_SIZE > > is not equal to 4096 bytes > > It also prevents mtd->read and mtd->write to be incomplete when > > the environment is larger than 4096 bytes. > > > > Signed-off-by: David du Colombier <0in...@gmail.co

[U-Boot] [PATCH] at91: Add support for taskit AT91SAM9G20 boards.

2012-08-06 Thread Markus Hubig
This adds support for the AT91SAM9G20 boards by taskit GmbH. Both boards, Stamp9G20 and PortuxG20, are integrated in one file. PortuxG20 is basically a SBC built around the Stamp9G20. Signed-off-by: Markus Hubig Cc: Andreas Bießmann --- MAINTAINERS| 16 ++- board/taski

Re: [U-Boot] [PATCH v1 1/6] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs

2012-08-06 Thread Stefano Babic
On 05/08/2012 21:05, Otavio Salvador wrote: > Most code can be shared between i.MX23 and i.MX28 as both are from > i.MXS family; this source directory structure makes easy to share code > among them. > > Signed-off-by: Otavio Salvador > --- > Changes in v1: > - rebase against imx/master > - rewor

Re: [U-Boot] [PATCH 1/2] mx51evk: do not overwrite the console

2012-08-06 Thread Stefano Babic
On 05/08/2012 19:31, Fabio Estevam wrote: > From: Fabio Estevam > > On this board, the console is always set to the serial line. > Do not allow to overwrite it when video is enabled. > > Signed-off-by: Fabio Estevam > --- Hi Fabio, it seems you agree with my patch from yesterday - I will appl

Re: [U-Boot] [PATCH 1/2] m28evk: Turn on caches

2012-08-06 Thread Stefano Babic
On 05/08/2012 18:23, Marek Vasut wrote: > Dear Fabio Estevam, > >> From: Fabio Estevam >> >> Turn on data and instruction caches. >> >> Signed-off-by: Fabio Estevam > [...] > > I'd like to put this one on hold until I can properly test all components. I > had > this in my tree for a while, bu

[U-Boot] [PATCH] block: systemace: Simplify base and width initialization

2012-08-06 Thread Michal Simek
Use CONFIG parameters only at one location to simplify the code. Also create ace_readw/writew functions. Signed-off-by: Michal Simek --- drivers/block/systemace.c | 38 +- 1 files changed, 25 insertions(+), 13 deletions(-) diff --git a/drivers/block/systema

[U-Boot] [PATCH v2 7/7] microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE

2012-08-06 Thread Michal Simek
Prepare for device-tree driven configuration. Signed-off-by: Michal Simek --- v2: Move bi_flashsize and bi_flashoffset from other patch --- arch/microblaze/lib/board.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/microblaze/lib/board.c b/arch/microblaze

[U-Boot] [PATCH v2 6/7] microblaze: Clean microblaze initialization

2012-08-06 Thread Michal Simek
Move board specific function to board_init function in board/ folder Remove externs from generic board.c Use board_init_f function in board.c file. Signed-off-by: Michal Simek --- v2: Remove global pointer Define board_init function in header --- arch/microblaze/cpu/start.S

[U-Boot] [PATCH v2 5/7] microblaze: timer: Prepare for device-tree initialization

2012-08-06 Thread Michal Simek
microblaze: Fix CONFIG_SYS_HZ usage in board config Do not use hardcoded value. Use CONFIG_SYS_HZ instead. Separate static configuration to single block. Signed-off-by: Michal Simek --- v2: Fix irq type irq == -1 means no IRQ --- arch/microblaze/cpu/timer.c| 69 ++

[U-Boot] [PATCH v2 4/7] microblaze: intc: Coding style cleanup

2012-08-06 Thread Michal Simek
Just coding style cleanup. Remove unneeded externs. Signed-off-by: Michal Simek Acked-by: Simon Glass -- v2: Rebase - depends on previous intc patch --- arch/microblaze/cpu/interrupts.c | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/arch/mic

[U-Boot] [PATCH v2 3/7] microblaze: intc: Registering interrupt should return value

2012-08-06 Thread Michal Simek
Return value to find out if un/registration was succesful. Signed-off-by: Michal Simek --- v2: Add comment to header file to describe parameters and return codes --- arch/microblaze/cpu/interrupts.c | 16 +--- arch/microblaze/include/asm/microblaze_intc.h | 11 +

[U-Boot] [PATCH v2 2/7] microblaze: board: Remove compilation warning

2012-08-06 Thread Michal Simek
Variable is used when CONFIG_SYS_FLASH_CHECKSUM is used. Warning log: board.c: In function 'board_init': board.c:101: warning: unused variable 's' Signed-off-by: Michal Simek --- v2: Use __mabe_unused prefix --- arch/microblaze/lib/board.c |3 ++- 1 files changed, 2 insertions(+), 1 deleti

[U-Boot] [PATCH v2 1/7] microblaze: Add support for device tree driven board configuration

2012-08-06 Thread Michal Simek
This is minimum code required to be able to use device-tree for u-boot initialization. Currently only for device driver initialization. Linker script change ensures DTB to be aligned for both options CONFIG_OF_EMBED and CONFIG_OF_SEPARATE. Signed-off-by: Michal Simek CC: Simon Glass --- v2: Sh

Re: [U-Boot] [PATCH v2] fdt: Include arch specific gpio.h instead of asm-generic/gpio.h

2012-08-06 Thread Michal Simek
On 07/19/2012 12:56 AM, Mike Frysinger wrote: Acked-by: Mike Frysinger Simon: Are you OK with this patch? Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian _

  1   2   >