Re: [U-Boot] [PATCH v3 01/10] net: Remove volatile from net API

2012-05-21 Thread Wolfgang Denk
Dear Joe Hershberger, In message <1337108353-28086-2-git-send-email-joe.hershber...@ni.com> you wrote: > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > --- > Changes for v2: > - Remove volatile from eth driver API > - Not using global NetRxPacket (since not casting away volatile) > C

[U-Boot] [PATCH] Fix cmd_nvedit.c: warning: unused variable 'bd'

2012-05-21 Thread Wolfgang Denk
Commit 50a47d0 "net: punt bd->bi_ip_addr" introduced a build warning. Fix it. Signed-off-by: Wolfgang Denk Cc: Mike Frysinger --- common/cmd_nvedit.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index 5999cb8..2712002 100644

[U-Boot] [PATCH] MPC8xx: fix "Remove volatile from net API" aftermath

2012-05-21 Thread Wolfgang Denk
Commit db288a9 "net: Remove volatile from net API" caused a number of build warnings: fec.c: In function 'fec_initialize': fec.c:183:13: warning: assignment from incompatible pointer type [enabled by default] fec.c: In function 'fec_recv': fec.c:284:5: warning: passing argument 1 of 'NetReceive' d

[U-Boot] [PATCH] USB: EXYNOS: Incorporate EHCI review comments

2012-05-21 Thread Rajeshwari Shinde
This patch incorates the review comments given by Minkyu Kang for EHCI support on EXYNOS Signed-off-by: Rajeshwari Shinde --- arch/arm/include/asm/arch-exynos/cpu.h |3 + arch/arm/include/asm/arch-exynos/ehci-s5p.h | 66 arch/arm/include/asm/arch-exynos/ehci.h |

[U-Boot] [PATCH] PMIC: MAX77686: Add support for MAX77686

2012-05-21 Thread Rajeshwari Shinde
This patch adds driver and register definitions for PMIC chip MAX77686. Signed-off-by: Alim Akhtar Signed-off-by: Rajeshwari Shinde --- drivers/power/Makefile |1 + drivers/power/max77686.c | 225 ++ include/max77686.h | 115

Re: [U-Boot] Unifying device tree filenames, and U-Boot SoC name

2012-05-21 Thread Thierry Reding
* Stephen Warren wrote: > I just posted a patch which causes U-Boot to define some variables > describing which board you're running on: > > http://lists.denx.de/pipermail/u-boot/2012-May/124556.html > > In particular, see the description of that first patch for motivation > re: U-Boot scripts. >

Re: [U-Boot] [PATCH] README: Fix how to for serial console when CONFIG_CFB_CONSOLE is defined

2012-05-21 Thread Fabio Estevam
Hi Wolfgang, On Sun, May 20, 2012 at 4:13 PM, Wolfgang Denk wrote: > In this situation, no code is needed to perform such an operation.  If > you want to do this, just enable the PREBOOT feature and define a > default "preboot" command as "setenv stdout serial".  THe effect is > the same, but no

Re: [U-Boot] [PATCH v3 01/10] net: Remove volatile from net API

2012-05-21 Thread Joe Hershberger
Hi Wolfgang, On Mon, May 21, 2012 at 2:05 AM, Wolfgang Denk wrote: > Dear Joe Hershberger, > > In message <1337108353-28086-2-git-send-email-joe.hershber...@ni.com> you > wrote: >> Signed-off-by: Joe Hershberger >> Cc: Joe Hershberger >> --- >> Changes for v2: >>   - Remove volatile from eth d

[U-Boot] Changing DRAM Size on Lite5200B

2012-05-21 Thread George Rubin
Hey, I'm trying to find the option to change the DRAM size recognized by U-Boot but I can't find the option in IceCube.h .. Where is this defined exactly? Best Regards, George Rubin ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailm

Re: [U-Boot] [PATCH v3] patman: Handle creation of patman config

2012-05-21 Thread Vikram Narayanan
Hello Wolfgang, On 5/1/2012 10:37 AM, Simon Glass wrote: On Mon, Apr 30, 2012 at 8:46 PM, Vikram Narayanan mailto:vikram...@gmail.com>> wrote: patman shouts when it couldn't find a $(HOME)/.config/patman file. Handle it in a sane way by creating a new one for the user. It looks for

Re: [U-Boot] [PATCH 0/2] patman further fixes

2012-05-21 Thread Vikram Narayanan
Hello Simon, On 5/8/2012 11:40 PM, Vikram Narayanan wrote: Update README and source file with the new location of config file Cc: Simon Glass Vikram Narayanan (2): patman: Change the location of the config file patman: Update README tools/patman/README |5 - tools/patman

[U-Boot] [PATCH 2/2] MAKEALL: Report boards with errors vs warnings

2012-05-21 Thread Joe Hershberger
In the summary, indicate which boards errored and which boards merely warned. Signed-off-by: Joe Hershberger Cc: Andy Fleming --- MAKEALL | 26 -- 1 files changed, 20 insertions(+), 6 deletions(-) diff --git a/MAKEALL b/MAKEALL index b7fcae4..2e8b997 100755 --- a/MAKE

[U-Boot] [PATCH 1/2] MAKEALL: Fix error reporting for BUILD_NBUILDS==1

2012-05-21 Thread Joe Hershberger
This was broken by f588bb034d5d3a0417f45965f1aba4d4cf8a2893 Signed-off-by: Joe Hershberger Cc: Andy Fleming --- MAKEALL |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/MAKEALL b/MAKEALL index 05e2d90..b7fcae4 100755 --- a/MAKEALL +++ b/MAKEALL @@ -709,7 +709,11 @

[U-Boot] [PATCH] Fix unused variable compile warning

2012-05-21 Thread Joe Hershberger
In gcc 4.6 this warns. Signed-off-by: Joe Hershberger Cc: Wolfgang Denk --- common/cmd_nvedit.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index 5999cb8..2712002 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@

Re: [U-Boot] [PATCH v3 6/7] tegra: nand: Add Tegra NAND driver

2012-05-21 Thread Scott Wood
On 05/21/2012 05:07 AM, Jim Lin wrote: >> diff --git a/drivers/mtd/nand/tegra2_nand.h b/drivers/mtd/nand/tegra2_nand.h >> new file mode 100644 >> index 000..7e74be7 >> --- /dev/null >> +++ b/drivers/mtd/nand/tegra2_nand.h >> @@ -0,0 +1,257 @@ >> +/* >> + * (C) Copyright 2011 NVIDIA Corporation

[U-Boot] [PATCH] davinci: Fix Ethernet driver interface warning

2012-05-21 Thread Joe Hershberger
Fixes: davinci_emac.c: In function 'davinci_emac_initialize': davinci_emac.c:796:12: warning: assignment from incompatible pointer type [enabled by default] Tested on da850_am18xxevm Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/davinci_emac.c |2 +- 1 files changed,

Re: [U-Boot] silent console with nand

2012-05-21 Thread Scott Wood
On 05/20/2012 02:09 PM, Wolfgang Denk wrote: > Dear "Bishop, Mark", > > In message <5d308bd40154e4439d82454fe483a50206a4f...@evs4.nam.ci.root> you > wrote: >> Is it possible to have a silent console with the 'silent' environment >> variable if the environment is stored in NAND? > > The storage l

Re: [U-Boot] [PATCH] drivers/net/mpc5xxx_fec.c: Fix build warning

2012-05-21 Thread Anatolij Gustschin
On Mon, 21 May 2012 00:22:57 +0200 Anatolij Gustschin wrote: > Fix: > mpc5xxx_fec.c: In function 'mpc5xxx_fec_initialize': > mpc5xxx_fec.c:920: warning: assignment from incompatible pointer type > > Signed-off-by: Anatolij Gustschin > --- > drivers/net/mpc5xxx_fec.c |2 +- > 1 files change

[U-Boot] [PATCH 0/5]: Correct i2c support on am33xx

2012-05-21 Thread Tom Rini
Hey all, The following series corrects i2c support for the am33xx family of devices (including beaglebone) and has been tested on a beagleboard xM and pandaboard. I would like to take these changes in via the u-boot-ti tree as it's mostly changes to arch and board files but I've cc'd Heiko on the

[U-Boot] [PATCH 1/5] Revert "I2C: OMAP: detect more devices when probing an i2c bus"

2012-05-21 Thread Tom Rini
This reverts commit 0e57968a215d1b9d271f3fa5bebeddeaea0c8075. The short version of the original commit is that some i2c devices cannot be probed via read as they NAK the first cycle, so try and probe via a write that we abort before it writes to the device. This however is not allowed by the TRM

[U-Boot] [PATCH 2/5] am335x: Correct i2c sysc offset

2012-05-21 Thread Tom Rini
Signed-off-by: Tom Rini --- arch/arm/include/asm/arch-am33xx/i2c.h |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/arch-am33xx/i2c.h b/arch/arm/include/asm/arch-am33xx/i2c.h index 366e2bb..dcb294c 100644 --- a/arch/arm/include/asm/arch-am33xx/i2c

[U-Boot] [PATCH 4/5] am33xx: Fix i2c sampling rate typo

2012-05-21 Thread Tom Rini
Signed-off-by: Tom Rini --- arch/arm/include/asm/arch-am33xx/i2c.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-am33xx/i2c.h b/arch/arm/include/asm/arch-am33xx/i2c.h index dcb294c..32b2258 100644 --- a/arch/arm/include/asm/arch-am33xx/i2c.h +++

[U-Boot] [PATCH 3/5] am33xx: Fill in more cm_wkuppll / cm_perpll

2012-05-21 Thread Tom Rini
Signed-off-by: Tom Rini --- arch/arm/include/asm/arch-am33xx/cpu.h | 40 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/arch/arm/include/asm/arch-am33xx/cpu.h b/arch/arm/include/asm/arch-am33xx/cpu.h index 8760cc0..5a6534e 100644 --- a/arch/arm

[U-Boot] [PATCH 5/5] omap24xx_i2c: Add AM33XX support

2012-05-21 Thread Tom Rini
The same places that check for CONFIG_OMAP44XX need to check for CONFIG_AM33XX as we share the same i2c block. Cc: Heiko Schocher Signed-off-by: Tom Rini --- drivers/i2c/omap24xx_i2c.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/omap24xx_i2c.c b/driv

Re: [U-Boot] [RFC] Make i2c probe opt-outable?

2012-05-21 Thread Tom Rini
On Fri, May 18, 2012 at 11:52:06PM +0200, Wolfgang Denk wrote: > Dear Tom Rini, > > In message <4fb69847.2090...@ti.com> you wrote: > > > > Right. I'm not suggesting removing i2c probe, I'm just suggesting > > making it opt-out'able. For example, on the beaglebone I can make i2c > > probe work

[U-Boot] [PATCH] net: Fix smc911x Ethernet driver warning

2012-05-21 Thread Joe Hershberger
Fix this warning: smc911x.c: In function 'smc911x_initialize': smc911x.c:288:12: warning: assignment from incompatible pointer type [enabled by default] Tested on omap3_overo Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/smc911x.c |2 +- 1 files changed, 1 insertions(

Re: [U-Boot] [PATCH] net: Fix smc911x Ethernet driver warning

2012-05-21 Thread Anatolij Gustschin
Hi Joe, On Mon, 21 May 2012 12:21:53 -0500 Joe Hershberger wrote: > Fix this warning: > smc911x.c: In function 'smc911x_initialize': > smc911x.c:288:12: warning: assignment from incompatible pointer type [enabled > by default] just a note: some patches for similar issues already exist on patch

Re: [U-Boot] [PATCH] net: Fix smc911x Ethernet driver warning

2012-05-21 Thread Joe Hershberger
Hi Anatolij, On Mon, May 21, 2012 at 1:11 PM, Anatolij Gustschin wrote: > Hi Joe, > > On Mon, 21 May 2012 12:21:53 -0500 > Joe Hershberger wrote: > >> Fix this warning: >> smc911x.c: In function 'smc911x_initialize': >> smc911x.c:288:12: warning: assignment from incompatible pointer type >> [en

[U-Boot] [PATCH] powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134 for DDR over 4GB

2012-05-21 Thread York Sun
The fix for errata workaround is to avoid covering physical address 0xff00 to 0x during the implementation. Early commit eb672e92 works until DDR size exceeds 4GB. This fix works for DDR size up to 64GB. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/ddr-gen3.c | 13 +

Re: [U-Boot] [PATCH 1/2] Add env vars describing U-Boot target board

2012-05-21 Thread Wolfgang Denk
Dear Stephen Warren, In message <1337189793-25367-1-git-send-email-swar...@wwwdotorg.org> you wrote: > From: Stephen Warren > > This can be useful for generic scripts. For example, rather than hard- > coding a script to ext2load tegra-harmony.dtb, it could load > ${board_soc}-${board_name}.dtb a

Re: [U-Boot] [PATCH] README: Fix how to for serial console when CONFIG_CFB_CONSOLE is defined

2012-05-21 Thread Wolfgang Denk
Dear Fabio Estevam, In message you wrote: > > I tried the "no code" approach initially (following the README) and it > did not allow me to redirect the console output to serial port. Did you try the approach I just described? I have used this for many years on several boards (although I did n

Re: [U-Boot] [PATCH v3 01/10] net: Remove volatile from net API

2012-05-21 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > > > While getting rid of volatile is a good thing in general, I am worried > > about the test scope of this patch. > > I was too. That's why I asked for guidance: Sorry, this was a misunderstanding then. My expectation was that you wuld continue

Re: [U-Boot] Changing DRAM Size on Lite5200B

2012-05-21 Thread Wolfgang Denk
Dear George Rubin, In message you wrote: > > I'm trying to find the option to change the DRAM size recognized by U-Boot > but I can't find the option in IceCube.h .. > Where is this defined exactly? The RAM size gets auto-detected by get_ram_size(). Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH v3 01/10] net: Remove volatile from net API

2012-05-21 Thread Joe Hershberger
Hi Wolfgang, On Mon, May 21, 2012 at 2:05 PM, Wolfgang Denk wrote: > Dear Joe Hershberger, > > In message > you > wrote: >> >> > While getting rid of volatile is a good thing in general, I am worried >> > about the test scope of this patch. >> >> I was too.  That's why I asked for guidance: >

Re: [U-Boot] silent console with nand

2012-05-21 Thread Wolfgang Denk
Dear Scott Wood, In message <4fba6f26.2060...@freescale.com> you wrote: > > > There may be problems with your current implementation, like the > > environment not being available soon enough. You can test this by > > changing the console bausrate using setenv / saveenv. Cn you still > > see all

Re: [U-Boot] [PATCH v3 01/10] net: Remove volatile from net API

2012-05-21 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > > > The rule is that he who breaks the code is also responsible to fix > > it. Please make the code at least compile-clean again. Board > > maintainers will have to help with actual testing. > > Will do. Thanks a lot. Sorry for the miscommunica

[U-Boot] [PATCH] drivers/net/mpc512x_fec.c: Fix build warning

2012-05-21 Thread Anatolij Gustschin
Fix: mpc512x_fec.c: In function 'mpc512x_fec_initialize': mpc512x_fec.c:634: warning: assignment from incompatible pointer type Tested on mpc5121ads board using tftp and nfs commands. Signed-off-by: Anatolij Gustschin Cc: Joe Hershberger --- drivers/net/mpc512x_fec.c |4 ++-- 1 files chang

Re: [U-Boot] [PATCH 1/2] Add env vars describing U-Boot target board

2012-05-21 Thread Stephen Warren
On 05/21/2012 01:00 PM, Wolfgang Denk wrote: > Dear Stephen Warren, > > In message <1337189793-25367-1-git-send-email-swar...@wwwdotorg.org> you > wrote: >> From: Stephen Warren >> >> This can be useful for generic scripts. For example, rather than hard- >> coding a script to ext2load tegra-harm

[U-Boot] [PATCH] ppc: Fix warning in TSEC Ethernet driver

2012-05-21 Thread Joe Hershberger
Fixes: tsec.c: In function 'tsec_initialize': tsec.c:638:12: warning: assignment from incompatible pointer type Tested on MPC8313e-RDB Signed-off-by: Joe Hershberger --- drivers/net/tsec.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/tsec.c b/drivers/

[U-Boot] [PATCH] tegra: harmony: add device tree support

2012-05-21 Thread Stephen Warren
From: Stephen Warren ... to enable USB host support, which enables Ethernet support. Signed-off-by: Stephen Warren --- board/nvidia/dts/tegra2-harmony.dts | 57 +++ include/configs/harmony.h | 22 +- 2 files changed, 78 insertions(+), 1

[U-Boot] [PATCH] tegra: paz00: add device tree support

2012-05-21 Thread Stephen Warren
From: Stephen Warren ... to enable USB host support, which enables Ethernet support. Signed-off-by: Stephen Warren --- board/compal/dts/tegra2-paz00.dts | 57 + include/configs/paz00.h | 22 +- 2 files changed, 78 insertions(+), 1 d

Re: [U-Boot] [PATCH] davinci: Fix Ethernet driver interface warning

2012-05-21 Thread Joe Hershberger
Hi Tom, On Mon, May 21, 2012 at 10:54 AM, Joe Hershberger wrote: > Fixes: > davinci_emac.c: In function 'davinci_emac_initialize': > davinci_emac.c:796:12: warning: assignment from incompatible pointer type > [enabled by default] > > Tested on da850_am18xxevm > > Signed-off-by: Joe Hershberger

Re: [U-Boot] [PATCH] net: Fix smc911x Ethernet driver warning

2012-05-21 Thread Anatolij Gustschin
Hi Joe, On Mon, 21 May 2012 13:20:40 -0500 Joe Hershberger wrote: ... > > just a note: some patches for similar issues already exist > > on patchwork: > > > > http://patchwork.ozlabs.org/patch/160294/ > > http://patchwork.ozlabs.org/patch/160293/ > > http://patchwork.ozlabs.org/patch/160292/ > >

Re: [U-Boot] [PATCH] davinci: Fix Ethernet driver interface warning

2012-05-21 Thread Tom Rini
On 05/21/2012 01:07 PM, Joe Hershberger wrote: Hi Tom, On Mon, May 21, 2012 at 10:54 AM, Joe Hershberger wrote: Fixes: davinci_emac.c: In function 'davinci_emac_initialize': davinci_emac.c:796:12: warning: assignment from incompatible pointer type [enabled by default] Tested on da850_am18xx

Re: [U-Boot] [PATCH] davinci: Fix Ethernet driver interface warning

2012-05-21 Thread Joe Hershberger
On Mon, May 21, 2012 at 3:23 PM, Tom Rini wrote: > On 05/21/2012 01:07 PM, Joe Hershberger wrote: >> >> Hi Tom, >> >> On Mon, May 21, 2012 at 10:54 AM, Joe Hershberger >>  wrote: >>> >>> Fixes: >>> davinci_emac.c: In function 'davinci_emac_initialize': >>> davinci_emac.c:796:12: warning: assignme

Re: [U-Boot] [PATCH] drivers/net/smc911x.c: Fix GCC 4.6 warning

2012-05-21 Thread Joe Hershberger
On Sun, May 20, 2012 at 5:22 PM, Anatolij Gustschin wrote: > smc911x.c: In function 'smc911x_initialize': > smc911x.c:288:12: warning: assignment from incompatible pointer type > [enabled by default] > > Signed-off-by: Anatolij Gustschin Applied, thanks. -Joe ___

Re: [U-Boot] [PATCH] drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning

2012-05-21 Thread Joe Hershberger
On Sun, May 20, 2012 at 5:22 PM, Anatolij Gustschin wrote: > Fix: > smsc95xx.c: In function 'smsc95xx_eth_get_info': > smsc95xx.c:869:12: warning: assignment from incompatible pointer type > [enabled by default] > > Signed-off-by: Anatolij Gustschin Applied, thanks. -Joe ___

Re: [U-Boot] [PATCH 0/2] Add support for MINI2440 (s3c2440)

2012-05-21 Thread Gabriel Huau
Is it ok ? Can we apply theses patches ? On Sun, Apr 29, 2012 at 11:27:23PM +0200, Gabriel Huau wrote: > From the last time, I removed the patch about the PLL initialization because > it's board specific. I added a new patch for s3c440 gpio driver. Now in the > board file we have no more magic blo

Re: [U-Boot] [PATCH] drivers/net/mpc5xxx_fec.c: Fix build warning

2012-05-21 Thread Joe Hershberger
On Mon, May 21, 2012 at 11:45 AM, Anatolij Gustschin wrote: > On Mon, 21 May 2012 00:22:57 +0200 > Anatolij Gustschin wrote: > >> Fix: >> mpc5xxx_fec.c: In function 'mpc5xxx_fec_initialize': >> mpc5xxx_fec.c:920: warning: assignment from incompatible pointer type >> >> Signed-off-by: Anatolij Gus

Re: [U-Boot] [PATCH] arch/arm/cpu/ixp/npe/npe.c: Fix build warning

2012-05-21 Thread Joe Hershberger
On Sun, May 20, 2012 at 5:22 PM, Anatolij Gustschin wrote: > Fix: > npe.c: In function 'npe_initialize': > npe.c:630:13: warning: assignment from incompatible pointer type > > Signed-off-by: Anatolij Gustschin Applied, thanks. -Joe ___ U-Boot mailing

[U-Boot] [PATCH] drivers/net/4xx_enet.c: Fix build warning

2012-05-21 Thread Anatolij Gustschin
Fix: 4xx_enet.c: In function 'ppc_4xx_eth_initialize': 4xx_enet.c:2029: warning: assignment from incompatible pointer type Tested on sequoia board. Signed-off-by: Anatolij Gustschin Tested-by: Anatolij Gustschin Cc: Joe Hershberger --- drivers/net/4xx_enet.c |3 +-- 1 files changed, 1 ins

Re: [U-Boot] [PATCH] drivers/usb/eth/asix.c: Fix build warning

2012-05-21 Thread Joe Hershberger
On Sun, May 20, 2012 at 5:22 PM, Anatolij Gustschin wrote: > Fix: > asix.c: In function 'asix_eth_get_info': > asix.c:629:12: warning: assignment from incompatible pointer type > > Signed-off-by: Anatolij Gustschin Applied, thanks. -Joe ___ U-Boot mai

Re: [U-Boot] [PATCH] Fix cmd_nvedit.c: warning: unused variable 'bd'

2012-05-21 Thread Joe Hershberger
On Mon, May 21, 2012 at 2:13 AM, Wolfgang Denk wrote: > Commit 50a47d0 "net: punt bd->bi_ip_addr" introduced a build warning. > Fix it. > > Signed-off-by: Wolfgang Denk > Cc: Mike Frysinger Applied, thanks. -Joe ___ U-Boot mailing list U-Boot@lists.d

Re: [U-Boot] [PATCH] MPC8xx: fix "Remove volatile from net API" aftermath

2012-05-21 Thread Joe Hershberger
Hi Wolfgang, On Mon, May 21, 2012 at 2:14 AM, Wolfgang Denk wrote: > Commit db288a9 "net: Remove volatile from net API" caused a number of > build warnings: > fec.c: In function 'fec_initialize': > fec.c:183:13: warning: assignment from incompatible pointer type [enabled by > default] > fec.c: I

Re: [U-Boot] [PATCH] drivers/net/mpc512x_fec.c: Fix build warning

2012-05-21 Thread Joe Hershberger
On Mon, May 21, 2012 at 2:13 PM, Anatolij Gustschin wrote: > Fix: > mpc512x_fec.c: In function 'mpc512x_fec_initialize': > mpc512x_fec.c:634: warning: assignment from incompatible pointer type > > Tested on mpc5121ads board using tftp and nfs commands. > > Signed-off-by: Anatolij Gustschin > Cc:

Re: [U-Boot] [PATCH v4 0/3] net: helper functions

2012-05-21 Thread Michael Walle
Am Freitag 11 Mai 2012, 18:51:09 schrieb Prafulla Wadaskar: > I will check on this patch in this week end since I am travelling. Hi Prafulla, did you find the time to review the arm/board specific patches in this series (http://patchwork.ozlabs.org/patch/158627/)? -- Michael __

Re: [U-Boot] [PATCH] ppc: Fix warning in TSEC Ethernet driver

2012-05-21 Thread Joe Hershberger
On Mon, May 21, 2012 at 2:46 PM, Joe Hershberger wrote: > Fixes: > tsec.c: In function 'tsec_initialize': > tsec.c:638:12: warning: assignment from incompatible pointer type > > Tested on MPC8313e-RDB > > Signed-off-by: Joe Hershberger Applied. ___ U-B

Re: [U-Boot] [PATCH] drivers/net/4xx_enet.c: Fix build warning

2012-05-21 Thread Joe Hershberger
On Mon, May 21, 2012 at 3:48 PM, Anatolij Gustschin wrote: > Fix: > 4xx_enet.c: In function 'ppc_4xx_eth_initialize': > 4xx_enet.c:2029: warning: assignment from incompatible pointer type > > Tested on sequoia board. > > Signed-off-by: Anatolij Gustschin > Tested-by: Anatolij Gustschin > Cc: Joe

[U-Boot] [PATCH 3/4] omap3_beagle: Add CONFIG_CMD_ASKENV

2012-05-21 Thread Tom Rini
Signed-off-by: Tom Rini --- include/configs/omap3_beagle.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 2715211..582ce3e 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -146,6 +14

[U-Boot] [PATCH 1/4] OMAP3 Beagle: Set BOOTDELAY to 3

2012-05-21 Thread Tom Rini
We change the bootdelay to give users a little bit longer to break in if needed. Signed-off-by: Tom Rini --- include/configs/omap3_beagle.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index b891ee4..271521

[U-Boot] [PATCH 2/4] omap3evm: Set BOOTDELAY to 3

2012-05-21 Thread Tom Rini
We reduce the bootdelay from 10s to 3s to give users a short but usable window to interrupt the boot process if needed. Signed-off-by: Tom Rini --- include/configs/omap3_evm.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/omap3_evm.h b/include/configs/oma

[U-Boot] [PATCH 4/4] omap3evm: Add CONFIG_CMD_ASKENV

2012-05-21 Thread Tom Rini
Signed-off-by: Tom Rini --- include/configs/omap3_evm.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index fb3bf34..632a13f 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -42,6 +42,8 @@ */ #inc

[U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-21 Thread Daniel Stodden
Hi all. This is kwboot-v3, and it's been quiet for a while so I guess we're getting there. Summary: - Rebased against denx/master (no significant delta). - man: Synopsis BNF, TTY isn't optional - man: roff, reindentation killed a '.B', Ended up reverting indent to v1 for transp.; sorry L

[U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-21 Thread Daniel Stodden
The kwboot program boots boards based on Marvell's Kirkwood platform via Xmodem over their integrated UART. Signed-off-by: Daniel Stodden Acked-by: Luka Perkov Tested-By: Holger Brunck Tested-By: David Purdy Tested-by: Simon Guinot --- doc/kwboot.1 | 84 +++ tools/Makefile |6 +

Re: [U-Boot] [PATCH 1/2] Add env vars describing U-Boot target board

2012-05-21 Thread Wolfgang Denk
Dear Stephen Warren, In message <4fba95f6.2020...@wwwdotorg.org> you wrote: > > > Please make this optional - I don't want to have this enforced on all > > boards, whether they want it or not. > > Thanks for taking a look. The variables are already optional; you need > to set CONFIG_ENV_VAR_* in

Re: [U-Boot] [PATCH 0/2] Add support for MINI2440 (s3c2440)

2012-05-21 Thread Wolfgang Denk
Dear Gabriel Huau, In message <20120521203733.GC9379@debian> you wrote: > Is it ok ? Can we apply theses patches ? What do you mean - unfixed? > On Sun, Apr 29, 2012 at 11:27:23PM +0200, Gabriel Huau wrote: > > From the last time, I removed the patch about the PLL initialization because > > it's

Re: [U-Boot] [PATCH] Fix cmd_nvedit.c: warning: unused variable 'bd'

2012-05-21 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > On Mon, May 21, 2012 at 2:13 AM, Wolfgang Denk wrote: > > Commit 50a47d0 "net: punt bd->bi_ip_addr" introduced a build warning. > > Fix it. > > > > Signed-off-by: Wolfgang Denk > > Cc: Mike Frysinger > > Applied, thanks. Umm... how comes? This

Re: [U-Boot] [PATCH] Fix cmd_nvedit.c: warning: unused variable 'bd'

2012-05-21 Thread Joe Hershberger
On Mon, May 21, 2012 at 4:55 PM, Wolfgang Denk wrote: > Dear Joe Hershberger, > > In message > you > wrote: >> On Mon, May 21, 2012 at 2:13 AM, Wolfgang Denk wrote: >> > Commit 50a47d0 "net: punt bd->bi_ip_addr" introduced a build warning. >> > Fix it. >> > >> > Signed-off-by: Wolfgang Denk >

Re: [U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-21 Thread Wolfgang Denk
Dear Daniel Stodden, In message <1337635983-12220-1-git-send-email-daniel.stod...@googlemail.com> you wrote: > Hi all. > > This is kwboot-v3, and it's been quiet for a while so I guess we're > getting there. > > Summary: > > - Rebased against denx/master (no significant delta). > > - man: S

Re: [U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-21 Thread Wolfgang Denk
Dear Daniel Stodden, In message <1337635983-12220-2-git-send-email-daniel.stod...@googlemail.com> you wrote: > The kwboot program boots boards based on Marvell's Kirkwood platform > via Xmodem over their integrated UART. > > Signed-off-by: Daniel Stodden > Acked-by: Luka Perkov > Tested-By: Ho

Re: [U-Boot] [PATCH] Fix cmd_nvedit.c: warning: unused variable 'bd'

2012-05-21 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > On Mon, May 21, 2012 at 4:55 PM, Wolfgang Denk wrote: > > Dear Joe Hershberger, > > > > In message > > you > > wrote: > >> On Mon, May 21, 2012 at 2:13 AM, Wolfgang Denk wrote: > >> > Commit 50a47d0 "net: punt bd->bi_ip_addr" introduced a build

Re: [U-Boot] [PATCH] Fix cmd_nvedit.c: warning: unused variable 'bd'

2012-05-21 Thread Joe Hershberger
Hi Wolfgang, On Mon, May 21, 2012 at 5:01 PM, Wolfgang Denk wrote: > Dear Joe Hershberger, > > In message > you > wrote: >> On Mon, May 21, 2012 at 4:55 PM, Wolfgang Denk wrote: >> > Dear Joe Hershberger, >> > >> > In message >> > you >> > wrote: >> >> On Mon, May 21, 2012 at 2:13 AM, Wolf

[U-Boot] FYI: Warning on tegra builds

2012-05-21 Thread Joe Hershberger
Hi Tom, I'm seeing the following on tegra builds: Configuring for harmony board... textdata bss dec hex filename 1715624016 218244 393822 6025e /tmp/u-boot-build//harmony/u-boot ap20.c: In function 'init_pllx': ap20.c:81:18: warning: array subscript is above array boun

Re: [U-Boot] Warning on tegra builds

2012-05-21 Thread Tom Warren
Joe, What repo/branch? I assume u-boot-tegra/master? What compiler/tools? I usually use either ELDK42 or GCC 4.4.1 and I don't see this. Using 'git blame' and searching Patchwork, I do see that Simon posted a patch for this awhile back (tegra: Correct PLL access in ap20.c and clock.c) but I d

Re: [U-Boot] Warning on tegra builds

2012-05-21 Thread Joe Hershberger
Hi Tom, On Mon, May 21, 2012 at 6:25 PM, Tom Warren wrote: > Joe, > > What repo/branch? I assume u-boot-tegra/master? I was building u-boot/master when I noticed this. > What compiler/tools? I usually use either ELDK42 or GCC 4.4.1 and I don't see > this. arm-none-linux-gnueabi-gcc (Sourcery

[U-Boot] [PATCH V2 2/2] tegra: enable CONFIG_ENV_VARS_UBOOT_CONFIG

2012-05-21 Thread Stephen Warren
From: Stephen Warren So that all Tegra boards define environment variables that describe themselves. Signed-off-by: Stephen Warren --- v2: Adjust to new CONFIG variable name --- include/configs/tegra2-common.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/con

[U-Boot] [PATCH V2 1/2] Add env vars describing U-Boot target board

2012-05-21 Thread Stephen Warren
From: Stephen Warren This can be useful for generic scripts. For example, rather than hard- coding a script to ext2load tegra-harmony.dtb, it could load ${soc}-${board}.dtb and hence not need adjustments to run on multiple boards. Signed-off-by: Stephen Warren --- v2: * Pass values via config.h

Re: [U-Boot] [PATCH 1/2] tegra: add SDMMC1 on SDIO1 funcmux entry

2012-05-21 Thread Simon Glass
Hi Stephen, On Wed, May 16, 2012 at 4:54 PM, Stephen Warren wrote: > From: Stephen Warren > > This will be used on TrimSlice. > > Signed-off-by: Stephen Warren > --- > arch/arm/cpu/armv7/tegra2/funcmux.c|7 +++ > arch/arm/include/asm/arch-tegra2/funcmux.h |1 + > 2 files ch

[U-Boot] [PATCH] drivers/net/at91_emac.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: at91_emac.c: In function 'at91emac_register': at91_emac.c:524:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/at91_emac.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/at

[U-Boot] [PATCH] drivers/net/cs8900.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: cs8900.c: In function 'cs8900_initialize': cs8900.c:326:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc Joe Hershberger --- drivers/net/cs8900.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/cs8900.c b/d

[U-Boot] [PATCH] drivers/net/enc28j60.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: enc28j60.c: In function 'enc28j60_initialize': enc28j60.c:967:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/enc28j60.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/enc2

[U-Boot] [PATCH] drivers/net/eepro100.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: eepro100.c: In function 'eepro100_initialize': eepro100.c:464:13: warning: assignment from incompatible pointer type eepro100.c: In function 'eepro100_recv': eepro100.c:694:4: warning: passing argument 1 of 'NetReceive' discards qualifiers from pointer target type include/net.h:438:13: n

[U-Boot] [PATCH] drivers/net/ks8695eth.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: ks8695eth.c: In function 'ks8695_eth_initialize': ks8695eth.c:236:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/ks8695eth.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/ne

[U-Boot] [PATCH] drivers/net/smc91111.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: smc9.c: In function 'smc9_initialize': smc9.c:1363:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/smc9.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/sm

[U-Boot] [PATCH] drivers/net/dm9000x.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: dm9000x.c: In function 'dm9000_initialize': dm9000x.c:636:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/dm9000x.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/dm9000x.

[U-Boot] [PATCH] drivers/net/ftmac100.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: ftmac100.c: In function 'ftmac100_initialize': ftmac100.c:266:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/ftmac100.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/ftm

[U-Boot] [PATCH] drivers/net/calxedaxgmac.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: calxedaxgmac.c: In function 'xgmac_rx': calxedaxgmac.c:479:2: warning: passing argument 1 of 'NetReceive' discards qualifiers from pointer target type include/net.h:438:13: note: expected 'uchar *' but argument is of type 'volatile unsigned char *' calxedaxgmac.c: In function 'calxedaxg

[U-Boot] [PATCH] drivers/net/lan91c96.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: lan91c96.c: In function 'lan91c96_initialize': lan91c96.c:811:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/lan91c96.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/la

[U-Boot] [PATCH] drivers/net/dnet.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: dnet.c: In function 'dnet_eth_initialize': dnet.c:380:15: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/dnet.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/dnet.c b/driver

[U-Boot] [PATCH] drivers/net/fec_mxc.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: fec_mxc.c: In function 'fec_probe': fec_mxc.c:926:13: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/fec_mxc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/fec_mxc.c b/drive

[U-Boot] [PATCH] drivers/net/macb.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: macb.c: In function 'macb_eth_initialize': macb.c:564:15: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/macb.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/macb.c b/driver

[U-Boot] [PATCH] drivers/net/armada100_fec.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: armada100_fec.c: In function 'armada100_fec_register': armada100_fec.c:723:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/armada100_fec.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH] drivers/net/dc2114x.c: Fix compile warning

2012-05-21 Thread Joe Hershberger
Fix this: dc2114x.c: In function 'dc21x4x_initialize': dc2114x.c:305:15: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- drivers/net/dc2114x.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/dc2114

Re: [U-Boot] [PATCH 1/2] tegra: add alternate UART1 funcmux entry

2012-05-21 Thread Simon Glass
Hi Stephen, On Mon, May 14, 2012 at 4:13 PM, Stephen Warren wrote: > From: Stephen Warren > > (In at least some configurations) Whistler uses UART1 on pingroups > UAA, UAB. > > Signed-off-by: Stephen Warren > --- > arch/arm/cpu/armv7/tegra2/board.c | 14 +- > arch/arm/cp

Re: [U-Boot] Unifying device tree filenames, and U-Boot SoC name

2012-05-21 Thread Simon Glass
Hi Stephen, On Mon, May 21, 2012 at 7:22 AM, Thierry Reding < thierry.red...@avionic-design.de> wrote: > * Stephen Warren wrote: > > I just posted a patch which causes U-Boot to define some variables > > describing which board you're running on: > > > > http://lists.denx.de/pipermail/u-boot/2012-

Re: [U-Boot] Unifying device tree filenames, and U-Boot SoC name

2012-05-21 Thread Allen Martin
On Mon, May 21, 2012 at 05:49:03PM -0700, Simon Glass wrote: > Hi Stephen, > > On Mon, May 21, 2012 at 7:22 AM, Thierry Reding > mailto:thierry.red...@avionic-design.de>> > wrote: > * Stephen Warren wrote: > > > > b) In U-Boot, rename the tegra2 support to tegra20 so that U-Boot ends > > up sett

Re: [U-Boot] [PATCH] USB: EXYNOS: Incorporate EHCI review comments

2012-05-21 Thread Marek Vasut
Dear Rajeshwari Shinde, > This patch incorates the review comments given by Minkyu Kang for > EHCI support on EXYNOS > > Signed-off-by: Rajeshwari Shinde Perfect, applied and applied those 6 patches that were dangling. Now, I pushed out new usb/master branch, can you please verify if it's all

Re: [U-Boot] [PATCH v2] sh: Add SH7269 device and RSK2+SH7269 board

2012-05-21 Thread Nobuhiro Iwamatsu
Hi. Phil. Applied. Thank you. Best regards, Nobuhiro 2012/5/16 Phil Edworthy : > This is an sh2a device (max 266MHz) with FPU, video display > controller (VDC), 8 serial ports, 4 I2C channels, 3 CAN ports, > SD and on-chip USB. > > The RSK2+SH7269 board uses the SH7269 processor. It is often >

Re: [U-Boot] [PATCH 1/2] tegra: add SDMMC1 on SDIO1 funcmux entry

2012-05-21 Thread Stephen Warren
On 05/21/2012 06:41 PM, Simon Glass wrote: > Hi Stephen, > > On Wed, May 16, 2012 at 4:54 PM, Stephen Warren > wrote: > > From: Stephen Warren mailto:swar...@nvidia.com>> > > This will be used on TrimSlice. > > Signed-off-by: Stephen Warren

Re: [U-Boot] [PATCH 1/2] tegra: add alternate UART1 funcmux entry

2012-05-21 Thread Stephen Warren
On 05/21/2012 06:47 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, May 14, 2012 at 4:13 PM, Stephen Warren > wrote: > > From: Stephen Warren mailto:swar...@nvidia.com>> > > (In at least some configurations) Whistler uses UART1 on pingroups > UAA, UAB.

  1   2   >