Re: [U-Boot] U boot modification...

2012-05-22 Thread santosh vastrad
pradeep sawlani gmail.com> writes: > > > For configuring LCD you need to create lcd.c file in ur board directory > and define functions like lcd_init...etc.look at any lcd.c file for > example board/cogent/lcd.c. > Regards, > Pradeep > > On 9/12/05, Kiran Jammula hotmail.com> wrote: > Hi,I am

Re: [U-Boot] Nand flash R/W,saveenv issue..

2012-05-22 Thread Manukumar
u-boot version: u-boot-2010.12 My OR and BR register values(according to our memory map): BR0 0xFF800C21 OR0 0xFF800396 BR1 0xE8000801 OR1 0x8074 BR2 0xE8009001 OR2 0x8074 after defining VERBOSE_DEBUG in drivers/mtd/nand/fsl_elbc_nand.c i gave sacv

Re: [U-Boot] U boot modification...

2012-05-22 Thread santosh vastrad
Wolfgang Denk denx.de> writes: > > In message phx.gbl> you wrote: > > > > I am using U boot for my project. > > I need to configure the console while booting by prompting the user from > > target board LCD and Keypad. So please let me know which file of the U-boot > > I have to modify to ach

Re: [U-Boot] [PATCH 1/2] exynos5: pinmux: Added default pinumx settings

2012-05-22 Thread Chander Kashyap
Hi, On 4 May 2012 12:26, Rajeshwari Shinde wrote: > This patch performs the pinmux configuration in a common file. > As of now only Exynos5 pinmux for SDMMC, UART and Ethernet is > supported. > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Che-Liang Chiou > Signed-off-by: Rajeshwari Shinde

Re: [U-Boot] [PATCH 2/2] exynos: smdk5250: Enable the pinmux setup

2012-05-22 Thread Chander Kashyap
Hi, On 4 May 2012 12:26, Rajeshwari Shinde wrote: > Use the pinmux configuration function for SMDK5250. > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Rajeshwari Shinde > --- >  arch/arm/cpu/armv7/exynos/Makefile |    2 +- >  board/samsung/smdk5250/smdk5250.c  |  160 > ++

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

2012-05-22 Thread Rajeshwari Birje
Hi Lukasz Majewski, Thank you for the coments. On Tue, May 22, 2012 at 12:20 PM, Lukasz Majewski wrote: > Hi Rajeshwari, > >> This patch adds driver and register definitions for PMIC chip >> MAX77686. > > Why don't use the PMIC framework? Please look into drivers/misc/pmic_* > for examples. Will

[U-Boot] adm5120 old patch

2012-05-22 Thread Benjamin Henrion
Hi, I found this old patch to provide support for the adm5120 soc, which I have in 2 of my routers: http://www.nerdclub.nl/u-boot/adm5120.html Any idea how to checkout the u-boot version of that time so that I can be pretty sure that the patching will work? The time of the patch was around: 20

[U-Boot] dfu in master?

2012-05-22 Thread David Lanzendörfer
Hi Folks I just wanted to know if there is any change that DFU-support will ever make it into master. Thanks in advance -lev signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.d

[U-Boot] [PATCH v2] net: Fix remaining API interface breakage

2012-05-22 Thread Joe Hershberger
These are all the files which use the API incorrectly but did not get built using MAKEALL -a powerpc|arm. I have no compiler for them, but the remaining issues should be far less than without this patch. Any outstanding issues are left to the maintainers of boards that use these drivers. Signed-

Re: [U-Boot] [PATCH v2 2/2] zfs: Add ZFS support

2012-05-22 Thread Graeme Russ
Hi Jorgen, On Wed, May 23, 2012 at 1:45 PM, Jorgen Lundman wrote: > Signed-off-by: Jorgen Lundman > --- >  Makefile                 |    2 +- You just committed a major ML no-no Always out a revision summary below the --- (even if it's a 'no change') Regards, Graeme _

Re: [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support

2012-05-22 Thread Graeme Russ
Hi Jorgen, On Wed, May 23, 2012 at 1:11 PM, Jorgen Lundman wrote: > > >> What are all these commit references? Are they from an external git-repo? >> If so I think the commit message might make more sense if you simply >> summarise what you have done to adapt the original source code in order to

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

2012-05-22 Thread Joe Hershberger
Fix this: rtl8169.c: In function 'rtl8169_initialize': rtl8169.c:907:13: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- drivers/net/rtl8169.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl81

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

2012-05-22 Thread Joe Hershberger
Fix this: pcnet.c: In function 'pcnet_initialize': pcnet.c:224:13: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- drivers/net/pcnet.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/pcnet.c b/drivers/net/pcnet.c ind

[U-Boot] [PATCH] arch/powerpc/cpu/mpc8260/ether_scc.c: Fix compile warning

2012-05-22 Thread Joe Hershberger
Fix this: ether_scc.c: In function 'mpc82xx_scc_enet_initialize': ether_scc.c:377:14: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- arch/powerpc/cpu/mpc8260/ether_scc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/

Re: [U-Boot] [PATCH] ZFS

2012-05-22 Thread Jorgen Lundman
Wolfgang Denk wrote: As previously discussed, all sources are GPLv2. How would this be possible? My understanding is that ZFS comes only under a GPL incompatible license. Please elucidate. Perhaps a more visual answer is in order, to my other two replies, on the license situation. If

[U-Boot] [PATCH v2 1/2] ZFS header files

2012-05-22 Thread Jorgen Lundman
Signed-off-by: Jorgen Lundman --- include/zfs/dmu.h| 119 include/zfs/dmu_objset.h | 43 ++ include/zfs/dnode.h | 80 +++ include/zfs/dsl_dataset.h| 52 +++ include/zfs/dsl_dir.h| 48 +++ include/zfs/sa_impl.h

[U-Boot] [PATCH v2 0/2] zfs: Add filesystem ZFS support

2012-05-22 Thread Jorgen Lundman
ZFS filesystem support from GRUB. Adding 'zfsload' and 'zfsls' commands for filesystem access. ZFS pool notation syntax is in the format '/POOLNAME/@/directory/directory/file', also explained in help output. Initial revision given to GRUB is found: http://src.opensolaris.org/source/xref/onnv/onnv-

Re: [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support

2012-05-22 Thread Jorgen Lundman
What are all these commit references? Are they from an external git-repo? If so I think the commit message might make more sense if you simply summarise what you have done to adapt the original source code in order to integrate it into U-Boot Hmm I assumed --squash would git rid of that histo

Re: [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support

2012-05-22 Thread Graeme Russ
Hi Jorgen, On Wed, May 23, 2012 at 12:26 PM, Jorgen Lundman wrote: > commit bc192bb0716b02b2b711dc2df62ed15e1160ea50 > Author: Jorgen Lundman > Date:   Wed May 23 01:55:02 2012 + > [snip] > > commit bea9588d98f52d95a325f3b71a7ae448242c7b64 > Author: Jorgen Lundman > Date:   Thu May 10 05:

[U-Boot] [PATCH 1/2] ZFS header files

2012-05-22 Thread Jorgen Lundman
--- include/zfs/dmu.h| 119 include/zfs/dmu_objset.h | 43 ++ include/zfs/dnode.h | 80 +++ include/zfs/dsl_dataset.h| 52 +++ include/zfs/dsl_dir.h| 48 +++ include/zfs/sa_impl.h| 34 + include/zfs/sp

[U-Boot] [PATCH 0/2] zfs: Add filesystem ZFS support

2012-05-22 Thread Jorgen Lundman
ZFS filesystem support from GRUB. Adding 'zfsload' and 'zfsls' commands for ZFS filesystem support. ZFS pool notation syntax is in the format '/POOLNAME/@/directory/directory/file', also explained in help output. Initial revision given to GRUB is found: http://src.opensolaris.org/source/xref/onnv/

Re: [U-Boot] [PATCH] net: Remove redefinitions of net.h functions

2012-05-22 Thread Mike Frysinger
On Tuesday 22 May 2012 16:28:57 Joe Hershberger wrote: > Some copy/pasted drivers redefine functions > defined in include/net.h. Remove these so that > the definitions can be changed without error. Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message par

[U-Boot] [PATCH 3/3] M28: Disable USB power on boot

2012-05-22 Thread Marek Vasut
This is a precaution to prevent some USB flash drives from misbehaving in early boot stage. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Stefano Babic Cc: Fabio Estevam CC: Albert Aribaud --- board/denx/m28evk/m28evk.c |3 --- board/denx/m28evk/spl_boot.c | 11 +++ 2 file

[U-Boot] [PATCH 2/3] MX28: Cleanup mxsboot within make mrproper

2012-05-22 Thread Marek Vasut
Delete the "mxsboot" binary if make mrproper is called. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Stefano Babic Cc: Fabio Estevam CC: Albert Aribaud --- Makefile |1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cafe12d..70f9f83 100644 --- a/Makefile +++

[U-Boot] [PATCH 1/3] MX28: Add u-boot.mx28.sd and u-boot.mx28.nand make targets

2012-05-22 Thread Marek Vasut
These targets allow for easy invocation of mxstool, for generating the u-boot images bootable in mx28 CPU. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Stefano Babic Cc: Fabio Estevam CC: Albert Aribaud --- Makefile |6 ++ doc/README.mx28_common | 39 +

[U-Boot] Directories being left undeleted in spl/ after mrproper

2012-05-22 Thread Marek Vasut
Hi Scott, Wolfgang found an issue that if I run make mrproper on m28evk, the directories under spl/ are being left undeleted. The files are gone, just the directories are still there. Any idea why? Thanks a lot in advance! Best regards, Marek Vasut _

Re: [U-Boot] [PATCH v2 3/3] net: Work-around for brain-damaged Cisco equipment with arp-proxy

2012-05-22 Thread Joe Hershberger
Hi Simon, On Fri, Apr 20, 2012 at 9:44 PM, Simon Glass wrote: >> +#ifdef CONFIG_CMD_LINK_LOCAL >> +               /* >> +                * Work-around for brain-damaged Cisco equipment with >> +                *   arp-proxy enabled. >> +                * >> +                *   If the requesting

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

2012-05-22 Thread Stephen Warren
On 05/22/2012 03:15 PM, Marc Dietrich wrote: > On Tuesday 22 May 2012 10:58:37 Stephen Warren wrote: >> On 05/22/2012 10:14 AM, Stephen Warren wrote: >>> On 05/22/2012 02:04 AM, Marc Dietrich wrote: Hi Stephen, Am Montag, 21. Mai 2012, 14:04:37 schrieb Stephen Warren: > From: Ste

[U-Boot] [PATCH] gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.*

2012-05-22 Thread Tom Warren
In anticipation of Tegra3 support, continue removing/renaming Tegra2-specific files. No functional changes (yet). Updated copyrights to 2012. Signed-off-by: Tom Warren --- arch/arm/include/asm/arch-tegra2/gpio.h |7 --- drivers/gpio/Makefile|2 +- drivers

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

2012-05-22 Thread Stephan Linz
Fix this: xilinx_ll_temac.c: In function 'xilinx_ll_temac_initialize': xilinx_ll_temac.c:332: warning: assignment from incompatible pointer type xilinx_ll_temac.c:340: warning: assignment from incompatible pointer type Signed-off-by: Stephan Linz --- drivers/net/xilinx_ll_temac_fifo.c |3 +--

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

2012-05-22 Thread Stephan Linz
Fix this: xilinx_axi_emac.c: In function 'xilinx_axiemac_initialize': xilinx_axi_emac.c:646: warning: assignment from incompatible pointer type Signed-off-by: Stephan Linz --- drivers/net/xilinx_axi_emac.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/xili

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

2012-05-22 Thread Stephan Linz
Fix this: xilinx_emaclite.c: In function 'xilinx_emaclite_initialize': xilinx_emaclite.c:371: warning: assignment from incompatible pointer type Signed-off-by: Stephan Linz --- drivers/net/xilinx_emaclite.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net

Re: [U-Boot] Combine zImage and rootfs in single uImage

2012-05-22 Thread Grant Edwards
On 2012-05-22, Wolfgang Denk wrote: > In message you wrote: > >> FWIW, I couldn't find any documentation for FIT images (it's not >> mentioned in in either FAQs, Table of Contents, or Index), and >> various google searches didn't find anything except old mailing list >> messages. > > First, there

Re: [U-Boot] [PATCH v5 4/5] net: add eth_setenv_enetaddr_by_index()

2012-05-22 Thread Michael Walle
Am Dienstag 22 Mai 2012, 23:41:55 schrieb Rob Herring: > On 05/22/2012 04:18 PM, Michael Walle wrote: > > Am Mittwoch 16 Mai 2012, 02:56:39 schrieb Joe Hershberger: > >> You should synchronize with Rob Herring who is also trying to add this > >> eth_setenv_enetaddr_by_index() function. > >> http://

[U-Boot] [PATCH] mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.*

2012-05-22 Thread Tom Warren
In anticipation of Tegra3 support, continue removing/renaming Tegra2-specific files. No functional changes (yet). Updated copyrights to 2012. Signed-off-by: Tom Warren --- board/nvidia/harmony/harmony.c|4 ++-- board/nvidia/seaboard/seaboard.c |4 ++-- board/nvidia/w

Re: [U-Boot] [PATCH v5 4/5] net: add eth_setenv_enetaddr_by_index()

2012-05-22 Thread Rob Herring
On 05/22/2012 04:18 PM, Michael Walle wrote: > Am Mittwoch 16 Mai 2012, 02:56:39 schrieb Joe Hershberger: >> You should synchronize with Rob Herring who is also trying to add this >> eth_setenv_enetaddr_by_index() function. >> http://patchwork.ozlabs.org/patch/152590/ > > Hi Rob, > > Joe mentione

Re: [U-Boot] [PATCH v5 4/5] net: add eth_setenv_enetaddr_by_index()

2012-05-22 Thread Michael Walle
Am Mittwoch 16 Mai 2012, 02:56:39 schrieb Joe Hershberger: > You should synchronize with Rob Herring who is also trying to add this > eth_setenv_enetaddr_by_index() function. > http://patchwork.ozlabs.org/patch/152590/ Hi Rob, Joe mentioned you have the same patch as me here: http://patchwork.o

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

2012-05-22 Thread Marc Dietrich
On Tuesday 22 May 2012 10:58:37 Stephen Warren wrote: > On 05/22/2012 10:14 AM, Stephen Warren wrote: > > On 05/22/2012 02:04 AM, Marc Dietrich wrote: > >> Hi Stephen, > >> > >> Am Montag, 21. Mai 2012, 14:04:37 schrieb Stephen Warren: > >>> From: Stephen Warren > >>> > >>> ... to enable USB hos

[U-Boot] [PATCH] integrator: break out common config

2012-05-22 Thread Linus Walleij
The configuration that is common for all Integrator boards may just as well be stored in a common include file as per pattern from other boards. This eases maintenance quite a bit. Signed-off-by: Linus Walleij --- include/configs/integrator-common.h | 114 +++ includ

Re: [U-Boot] [PATCH v5 5/5] Kirkwood: add lschlv2 and lsxhl board support

2012-05-22 Thread Michael Walle
[sorry my first mail didn't have 'Kirkwood' in the subject] > This patch adds support for both the Linkstation Live (LS-CHLv2) and > Linkstation Pro (LS-XHL) by Buffalo. Am Freitag 11 Mai 2012, 18:51:09 schrieb Prafulla Wadaskar: > I will check on this patch in this week end since I am travellin

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

2012-05-22 Thread Scott Wood
On 05/22/2012 03:06 PM, Scott Wood wrote: > On 05/22/2012 03:04 PM, Simon Glass wrote: >> Hi Scott, >> >> On Mon, May 21, 2012 at 8:47 AM, Scott Wood > > wrote: >> >> On 05/21/2012 05:07 AM, Jim Lin wrote: >> >> diff --git a/drivers/mtd/nand/tegra2_nand.h >>

[U-Boot] [PATCH] net: Remove redefinitions of net.h functions

2012-05-22 Thread Joe Hershberger
Some copy/pasted drivers redefine functions defined in include/net.h. Remove these so that the definitions can be changed without error. Signed-off-by: Joe Hershberger Cc: Joe Hershberger --- board/Marvell/db64360/mv_eth.c |2 -- board/Marvell/db64460/mv_eth.c |2 -- board/esd/cpci750/

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

2012-05-22 Thread Simon Glass
Hi Scott, On Tue, May 22, 2012 at 1:06 PM, Scott Wood wrote: > On 05/22/2012 03:04 PM, Simon Glass wrote: > > Hi Scott, > > > > On Mon, May 21, 2012 at 8:47 AM, Scott Wood > > wrote: > > > > On 05/21/2012 05:07 AM, Jim Lin wrote: > > >> diff --git a/drive

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

2012-05-22 Thread Scott Wood
On 05/22/2012 03:04 PM, Simon Glass wrote: > Hi Scott, > > On Mon, May 21, 2012 at 8:47 AM, Scott Wood > wrote: > > 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

[U-Boot] [PATCH] net: Fix remaining API interface breakage

2012-05-22 Thread Joe Hershberger
These are all the files which use the API incorrectly but did not get built using MAKEALL -a powerpc|arm. I have no compiler for them, but the remaining issues should be far less than without this patch. Any outstanding issues are left to the maintainers of boards that use these drivers. Signed-

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

2012-05-22 Thread Simon Glass
Hi Scott, On Mon, May 21, 2012 at 8:47 AM, Scott Wood wrote: > 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_na

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

2012-05-22 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 V3 1/2] Add env vars describing U-Boot target board

2012-05-22 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 --- v3: * Prefix config.h #defines

Re: [U-Boot] [PATCH 5/9] ARM: add tegra support to arm720t

2012-05-22 Thread Allen Martin
On Tue, May 22, 2012 at 10:10:48AM -0700, Stephen Warren wrote: > Oh right. I think if you pass "-M" or better "-C" to "git format-patch", > it'll highlight that fact better; it should make the patch file indicate > that the relevant files were moved or copied, and just show the diffs to > the file

Re: [U-Boot] [PATCH 6/9] tegra: enable SPL build for seaboard

2012-05-22 Thread Allen Martin
On Tue, May 22, 2012 at 10:07:37AM -0700, Stephen Warren wrote: > On 05/18/2012 04:24 PM, Allen Martin wrote: > > On Mon, May 14, 2012 at 10:06:40PM -0700, Stephen Warren wrote: > >> On 05/10/2012 01:02 AM, Allen Martin wrote: > ... > >> Perhaps we can just create a new tegra_spl board for the SPL

Re: [U-Boot] Combine zImage and rootfs in single uImage

2012-05-22 Thread Wolfgang Denk
Dear Grant, In message you wrote: > > FWIW, I couldn't find any documentation for FIT images (it's not > mentioned in in either FAQs, Table of Contents, or Index), and various > google searches didn't find anything except old mailing list messages. First, there is documentation in the doc/ direc

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

2012-05-22 Thread Wolfgang Denk
Dear Stephen, In message <4fcc.5020...@wwwdotorg.org> you wrote: > > >> +echo "#define ARCH \"${arch}\"" >> config.h > >> +echo "#define CPU\"${cpu}\"" >> config.h > >> +echo "#define BOARD \"${board}\"" >> config.h > > > > Sorry, but names like ARCH and CPU are _way_ too intrusive

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

2012-05-22 Thread Gabriel Huau
Hi, I sent patches v5 and v10 and I have no more review since a few weeks, so I think it's ok now, no ? About the comment/definitions, it has been fixed in last patches :). Best regards, On Mon, May 21, 2012 at 11:55:10PM +0200, Wolfgang Denk wrote: > Dear Gabriel Huau, > > In message <2012052

Re: [U-Boot] Nand flash R/W,saveenv issue..

2012-05-22 Thread Scott Wood
On 05/22/2012 09:15 AM, Marek Vasut wrote: > Dear Manukumar, > >> Hello, > > CCing someone who might actually help you, CCing the uboot mailing list, > please > keep it that way. > >> i can able to detect nand flash. >> but i had an issue that i could not do operation(Read/write) >> on nand fl

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

2012-05-22 Thread Joe Hershberger
Fix this: tsi108_eth.c: In function 'tsi108_eth_initialize': tsi108_eth.c:745:13: warning: assignment from incompatible pointer type tsi108_eth.c: In function 'tsi108_eth_recv': tsi108_eth.c:989:4: warning: passing argument 1 of 'NetReceive' discards qualifiers from pointer target type Signed-off

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

2012-05-22 Thread Joe Hershberger
Fix this: ns8382x.c: In function 'ns8382x_initialize': ns8382x.c:352:13: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- drivers/net/ns8382x.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/ns8382x.c b/drivers/net/n

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

2012-05-22 Thread Joe Hershberger
Fix this: eth.c: In function 'fm_eth_initialize': eth.c:651:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- drivers/net/fm/eth.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/fm/eth.c b/drivers/net/fm/eth.c index f

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

2012-05-22 Thread Joe Hershberger
Fix this: rtl8139.c: In function 'rtl8139_initialize': rtl8139.c:234:13: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- drivers/net/rtl8139.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/rtl8139.c b/drivers/net/rtl

[U-Boot] [PATCH] arch/powerpc/cpu/mpc8260/ether_fcc.c: Fix compile warning

2012-05-22 Thread Joe Hershberger
Fix this: ether_fcc.c: In function 'fec_initialize': ether_fcc.c:390:15: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- arch/powerpc/cpu/mpc8260/ether_fcc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/cpu/mpc8260/e

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

2012-05-22 Thread Joe Hershberger
Fix this: e1000.c: In function 'e1000_initialize': e1000.c:5264:13: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- drivers/net/e1000.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c ind

[U-Boot] [PATCH] board/esd/cpci405/cpci405.c: Fix compile warning

2012-05-22 Thread Joe Hershberger
Fix this: cpci405.c: In function 'do_get_bpip': cpci405.c:737:4: warning: format '%ld' expects type 'long int', but argument 3 has type 'IPaddr_t' cpci405.c:737:4: warning: format '%ld' expects type 'long int', but argument 4 has type 'IPaddr_t' cpci405.c:737:4: warning: format '%ld' expects type

[U-Boot] [PATCH] arch/powerpc/cpu/mpc8220/fec.c: Fix compile warning

2012-05-22 Thread Joe Hershberger
Fix this: fec.c: In function 'mpc8220_fec_recv': fec.c:791:9: 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 uchar *' fec.c: In function 'mpc8220_fec_initialize': fec.c:839:1

[U-Boot] [PATCH] arch/powerpc/cpu/mpc85xx/ether_fcc.c: Fix compile warning

2012-05-22 Thread Joe Hershberger
Fix this: ether_fcc.c: In function 'fec_initialize': ether_fcc.c:453:15: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- arch/powerpc/cpu/mpc85xx/ether_fcc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/e

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

2012-05-22 Thread Joe Hershberger
Fix this: uli526x.c: In function 'uli526x_initialize': uli526x.c:243:13: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- drivers/net/uli526x.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/uli526x.c b/drivers/net/u

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

2012-05-22 Thread Joe Hershberger
Fix this: natsemi.c: In function 'natsemi_initialize': natsemi.c:338:13: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- drivers/net/natsemi.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/natsemi.c b/drivers/net/n

[U-Boot] [PATCH] drivers/qe/uec.c: Fix compile warning

2012-05-22 Thread Joe Hershberger
Fix this: uec.c: In function 'uec_initialize': uec.c:1404:12: warning: assignment from incompatible pointer type Signed-off-by: Joe Hershberger --- drivers/qe/uec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/qe/uec.c b/drivers/qe/uec.c index 3e46e35..216c89

[U-Boot] [PATCH] spi: tegra2: rename tegra2_spi.* to tegra_spi.*

2012-05-22 Thread Tom Warren
In anticipation of Tegra3 support, start removing/renaming Tegra2-specific files. No functional changes (yet). Also updated copyright to 2012. Signed-off-by: Tom Warren --- .../asm/arch-tegra2/{tegra2_spi.h => tegra_spi.h} |9 - board/nvidia/common/uart-spi-switch.c |

Re: [U-Boot] Combine zImage and rootfs in single uImage

2012-05-22 Thread Grant Edwards
On 2012-05-22, Wolfgang Denk wrote: > In message Grant Edwards wrote: [...] >> somebody told me that if I was using U-Boot, I could build the zImage >> and rootfs separately and then combine them into a single uImage file >> for distribution. > > The (deprecated) old style way (using legacy image

Re: [U-Boot] [PATCH 5/9] ARM: add tegra support to arm720t

2012-05-22 Thread Stephen Warren
On 05/18/2012 04:37 PM, Allen Martin wrote: > On Mon, May 14, 2012 at 10:03:24PM -0700, Stephen Warren wrote: >> On 05/10/2012 01:02 AM, Allen Martin wrote: >>> Add support for tegra arm7 boot processor. This processor is used to >>> power on the Cortex A9 and transfer control to it. >> >>> +stati

Re: [U-Boot] [PATCH 6/9] tegra: enable SPL build for seaboard

2012-05-22 Thread Stephen Warren
On 05/18/2012 04:24 PM, Allen Martin wrote: > On Mon, May 14, 2012 at 10:06:40PM -0700, Stephen Warren wrote: >> On 05/10/2012 01:02 AM, Allen Martin wrote: ... >> Perhaps we can just create a new tegra_spl board for the SPL rather than >> having an SPL variant for each board. Still, I don't know h

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

2012-05-22 Thread Simon Glass
Hi, On Tue, May 22, 2012 at 9:00 AM, Wolfgang Denk wrote: > Dear Vikram Narayanan, > > In message <4f9f5c96.3020...@gmail.com> you 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 a user

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

2012-05-22 Thread Stephen Warren
On 05/22/2012 10:14 AM, Stephen Warren wrote: > On 05/22/2012 02:04 AM, Marc Dietrich wrote: >> Hi Stephen, >> >> Am Montag, 21. Mai 2012, 14:04:37 schrieb Stephen Warren: >>> From: Stephen Warren >>> >>> ... to enable USB host support, which enables Ethernet support. >>> >>> Signed-off-by: Stephe

Re: [U-Boot] [PATCH 2/2] patman: Update README

2012-05-22 Thread Simon Glass
Hi Vikram, On Tue, May 22, 2012 at 9:03 AM, Wolfgang Denk wrote: > Dear Vikram Narayanan, > > In message <4fa961b9.8070...@gmail.com> you wrote: > > Make changes in the README file with the new location of patman > > config file. Also update the creation of config file. > > > > > > Signed-off-by

Re: [U-Boot] [PATCH 1/2] patman: Change the location of the config file

2012-05-22 Thread Simon Glass
Hi Vikram, On Tue, May 8, 2012 at 11:10 AM, Vikram Narayanan wrote: > Move the config file from ~/.config/patman to ~/.patman > as it is more appropriate to have it there. > Sorry for the silence, am a little tied up. > > Signed-off-by: Vikram Narayanan > Cc: Simon Glass > Can you please al

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

2012-05-22 Thread Stephen Warren
On 05/22/2012 02:23 AM, Wolfgang Denk wrote: > Dear Stephen Warren, > > In message <1337643054-17290-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

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

2012-05-22 Thread Stephen Warren
On 05/22/2012 02:04 AM, Marc Dietrich wrote: > Hi Stephen, > > Am Montag, 21. Mai 2012, 14:04:37 schrieb Stephen Warren: >> From: Stephen Warren >> >> ... to enable USB host support, which enables Ethernet support. >> >> Signed-off-by: Stephen Warren > > while adding usb support is fine, I see

Re: [U-Boot] Combine zImage and rootfs in single uImage

2012-05-22 Thread Wolfgang Denk
Dear Grant Edwards, In message you wrote: > Currently, I build a linux kernel that contains the root fileystem in > the zImage file, when then gets converted into a uImage and booted > from NAND flash. This is all working fine, but having the kernel > build depend on the rootfs build is a proble

Re: [U-Boot] [PATCH 2/2] patman: Update README

2012-05-22 Thread Wolfgang Denk
Dear Vikram Narayanan, In message <4fa961b9.8070...@gmail.com> you wrote: > Make changes in the README file with the new location of patman > config file. Also update the creation of config file. > > > Signed-off-by: Vikram Narayanan > Cc: Simon Glass This commit hould be shqshed with the one

Re: [U-Boot] [PATCH 1/2] patman: Change the location of the config file

2012-05-22 Thread Wolfgang Denk
Dear Vikram Narayanan, In message <4fa961ae.6080...@gmail.com> you wrote: > Move the config file from ~/.config/patman to ~/.patman > as it is more appropriate to have it there. > > Signed-off-by: Vikram Narayanan > Cc: Simon Glass > --- > tools/patman/settings.py |8 > 1 files ch

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

2012-05-22 Thread Wolfgang Denk
Dear Vikram Narayanan, In message <4f9f5c96.3020...@gmail.com> you 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 a user.name and user.email in the global .gitconfig > file, waits for the user

Re: [U-Boot] [PATCH V4 1/4] ARM: Define change_bit routine

2012-05-22 Thread Wolfgang Denk
Dear Amit Virdi, In message <4fbb6712.3040...@st.com> you wrote: > > Alright, I shall be soon sending V5 that drops this patch and uses > __change_bit directly. It would be a much better investment in time if you come up with patches that help to _avoid_ usign this horrible function, and eventu

Re: [U-Boot] [PATCH 5/7] OMAP5: EMIF: Add support for DDR3 device

2012-05-22 Thread Tom Rini
On 05/22/2012 08:27 AM, R, Sricharan wrote: - ? ? if (!in_sdram) - ? ? ? ? ? ? lpddr2_init(base, regs); + ? ? if (!in_sdram) { + ? ? ? ? ? ? if (omap_revision() != OMAP5432_ES1_0) + ? ? ? ? ? ? ? ? ? ? lpddr2_init(base, regs); + ? ? ? ? ? ? else + ? ? ? ? ? ? ? ? ? ? ddr3_init(base, regs); + ? ?

[U-Boot] Combine zImage and rootfs in single uImage

2012-05-22 Thread Grant Edwards
Currently, I build a linux kernel that contains the root fileystem in the zImage file, when then gets converted into a uImage and booted from NAND flash. This is all working fine, but having the kernel build depend on the rootfs build is a problem. In another mailing list, somebody told me that i

Re: [U-Boot] [PATCH 5/7] OMAP5: EMIF: Add support for DDR3 device

2012-05-22 Thread R, Sricharan
>> >> - ? ? if (!in_sdram) >> >> - ? ? ? ? ? ? lpddr2_init(base, regs); >> >> + ? ? if (!in_sdram) { >> >> + ? ? ? ? ? ? if (omap_revision() != OMAP5432_ES1_0) >> >> + ? ? ? ? ? ? ? ? ? ? lpddr2_init(base, regs); >> >> + ? ? ? ? ? ? else >> >> + ? ? ? ? ? ? ? ? ? ? ddr3_init(base, regs); >> >> + ?

Re: [U-Boot] [PATCH 5/7] OMAP5: EMIF: Add support for DDR3 device

2012-05-22 Thread Tom Rini
On Tue, May 22, 2012 at 08:28:55PM +0530, R, Sricharan wrote: > Hi Tom, > >> In OMAP5432 EMIF controlller supports DDR3 device. > >> This patch adds support for ddr3 device intialization and configuration. > >> Initialization sequence is done as specified in JEDEC specs. > >> This also adds support

Re: [U-Boot] [PATCH 5/7] OMAP5: EMIF: Add support for DDR3 device

2012-05-22 Thread R, Sricharan
Hi Tom, >> In OMAP5432 EMIF controlller supports DDR3 device. >> This patch adds support for ddr3 device intialization and configuration. >> Initialization sequence is done as specified in JEDEC specs. >> This also adds support for ddr3 leveling. > [snip] >> @@ -975,8 +1070,12 @@ static void do_sdr

Re: [U-Boot] [PATCH 5/7] OMAP5: EMIF: Add support for DDR3 device

2012-05-22 Thread Tom Rini
On Tue, May 22, 2012 at 03:33:25PM +0530, Lokesh Vutla wrote: > In OMAP5432 EMIF controlller supports DDR3 device. > This patch adds support for ddr3 device intialization and configuration. > Initialization sequence is done as specified in JEDEC specs. > This also adds support for ddr3 leveling. [

Re: [U-Boot] Nand flash R/W,saveenv issue..

2012-05-22 Thread Marek Vasut
Dear Manukumar, > Hello, CCing someone who might actually help you, CCing the uboot mailing list, please keep it that way. > i can able to detect nand flash. > but i had an issue that i could not do operation(Read/write) > on nand flash. > i tried to erase the nand flash i got the error as belo

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

2012-05-22 Thread Heiko Schocher
Hello Tom, Tom Rini wrote: > 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(-) Ac

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

2012-05-22 Thread Heiko Schocher
Hello Tom, Tom Rini wrote: > Signed-off-by: Tom Rini > --- > arch/arm/include/asm/arch-am33xx/i2c.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Heiko Schocher Thanks! bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Muni

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

2012-05-22 Thread Heiko Schocher
Hello Tom, Tom Rini wrote: > Signed-off-by: Tom Rini > --- > arch/arm/include/asm/arch-am33xx/cpu.h | 40 > > 1 file changed, 30 insertions(+), 10 deletions(-) Acked-by: Heiko Schocher Thanks! bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang

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

2012-05-22 Thread Heiko Schocher
Hello Tom, Tom Rini wrote: > Signed-off-by: Tom Rini > --- > arch/arm/include/asm/arch-am33xx/i2c.h |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Acked-by: Heiko Schocher Thanks! bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 16523

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

2012-05-22 Thread Heiko Schocher
Hello Tom, Tom Rini wrote: > 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. T

[U-Boot] [PATCH 6/7] OMAP5: DPLL core lock for OMAP5432

2012-05-22 Thread Lokesh Vutla
No need to Unlock DPLL initially. DDR3 can work at normal OPP from initialozation Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap-common/clocks-common.c |8 ++-- arch/arm/cpu/armv7/omap-common/emif-common.c | 13 + arch/arm/include/asm/arch-omap4/clocks.h |

[U-Boot] [PATCH 7/7] OMAP5: Change voltages for omap5432

2012-05-22 Thread Lokesh Vutla
Change voltages for OMAP5432 Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap5/clocks.c| 31 - arch/arm/include/asm/arch-omap5/clocks.h | 10 + 2 files changed, 31 insertions(+), 10 deletions(-) diff --git a/arch/arm/cpu/armv7/omap5/clocks.

[U-Boot] [PATCH 5/7] OMAP5: EMIF: Add support for DDR3 device

2012-05-22 Thread Lokesh Vutla
In OMAP5432 EMIF controlller supports DDR3 device. This patch adds support for ddr3 device intialization and configuration. Initialization sequence is done as specified in JEDEC specs. This also adds support for ddr3 leveling. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap-common/emif-c

[U-Boot] [PATCH 4/7] OMAP5: ADD precalculated timings for ddr3

2012-05-22 Thread Lokesh Vutla
Adding precalculated timings for ddr3 with 1cs adding required registers for ddr3 Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap4/sdram_elpida.c |1 + arch/arm/cpu/armv7/omap5/sdram.c| 50 ++- arch/arm/include/asm/emif.h |5 +++

[U-Boot] [PATCH 3/7] OMAP5: Configure the io settings for omap5432 uevm board

2012-05-22 Thread Lokesh Vutla
This patch adds the IO settings required for OMAP5432 uevm's DDR3 pads Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap5/hwinit.c | 98 +-- arch/arm/include/asm/arch-omap5/omap.h | 15 +- 2 files changed, 93 insertions(+), 20 deletions(-) diff --g

[U-Boot] [PATCH 2/7] OMAP5: ADD chip detection for OMAP5432 SOC

2012-05-22 Thread Lokesh Vutla
This patch adds chip detection for OMAP5432 Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap5/hwinit.c | 10 +- arch/arm/include/asm/arch-omap5/omap.h |3 ++- arch/arm/include/asm/omap_common.h |1 + 3 files changed, 12 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 1/7] OMAP5: Adding correct Control id code for OMAP5430

2012-05-22 Thread Lokesh Vutla
Control id code for omap5430 ES1.0 is hard coded with a wrong value. This patch corrects the value Signed-off-by: Lokesh Vutla --- arch/arm/include/asm/arch-omap5/omap.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/i

  1   2   >