Re: [U-Boot] [PATCH] spl: exynos: make spl_boot common for all exynos based platforms

2013-06-06 Thread Inderpal Singh
Dear Minkyu Kang, Thanks for the review. On 4 June 2013 12:56, Minkyu Kang wrote: > Dear Inderpal Singh, > > On 27/03/13 17:48, Inderpal Singh wrote: > > Dear Minkyu, > > > > Please let me know if you have any comments for this patch. > > > > With Regards, > > Inder > > > > On 16 March 2013 14

Re: [U-Boot] patches never reviewed

2013-06-06 Thread Jin Zhengxiong-R64188
> -Original Message- > From: Angelo Dureghello [mailto:sysa...@gmail.com] > Sent: Thursday, June 06, 2013 10:21 PM > To: u-boot@lists.denx.de > Cc: Jin Zhengxiong-R64188 > Subject: Re: [U-Boot] patches never reviewed > > Dear Scott, > > please be sure before replying to verify the "hist

Re: [U-Boot] dfu: make data buffer size configurable

2013-06-06 Thread Heiko Schocher
Hello Tom, Am 06.06.2013 17:55, schrieb Tom Rini: > On Wed, Jun 05, 2013 at 04:04:46PM +0200, Heiko Schocher wrote: > > [snip] In current code CONFIG_SYS_DFU_MAX_FILE_SIZE is not used in dfu_nand.c, >>> >>> Nor anywhere else. As I said in the DFU + UBI thread, there's a bug >>> here :) >> >

[U-Boot] [PATCH] cmd_bootm: Add command line arguments to Plan 9

2013-06-06 Thread Steven Stallion
This patch introduces support for command line arguments to Plan 9. Plan 9 generally dedicates a small region of kernel memory (known as CONFADDR) for runtime configuration. A new environment variable named confaddr was introduced to indicate this location when copying arguments. Signed-off-by: S

[U-Boot] uboot ERROR nfs: Cannot umount error

2013-06-06 Thread jinghui shi
Hi, Recently, after successfully adding my ethernet driver to u-boot-2011.09, I tried to use u-boot's tftpboot and nfs command to test my driver, with tftpboot command, no matter how many times to test, there's no problem. But, with nfs command, if I did not add the board's ip address to nfs serv

[U-Boot] [PATCH] README: Document support for Plan 9

2013-06-06 Thread Steven Stallion
Signed-off-by: Steven Stallion --- README |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index b1b3e17..9782bb8 100644 --- a/README +++ b/README @@ -4636,9 +4636,9 @@ details; basically, the header defines the following image properties: * Target O

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-06 Thread Marek Vasut
Dear Fabio Estevam, > Hi Marek, > > On Thu, Jun 6, 2013 at 10:25 PM, Marek Vasut wrote: > > I'm also having issues when pulling stuff from my main system via TFTP > > sometimes. This is manifesting by _lots_ of timeouts. The problem in this > > case is some weirdness in e1000e in my system, afte

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-06 Thread Fabio Estevam
Hi Marek, On Thu, Jun 6, 2013 at 10:25 PM, Marek Vasut wrote: > I'm also having issues when pulling stuff from my main system via TFTP > sometimes. This is manifesting by _lots_ of timeouts. The problem in this case > is some weirdness in e1000e in my system, after I force-switch the main system

[U-Boot] [PATCH RESEND] video: exynos: change mipi dsi write function parameters correctly

2013-06-06 Thread Donghwa Lee
The previous patches is broken, so I send again. This patch have changed mipi dsi write functions' parameters correctly. - exynos_mipi_dsi_wr_data()'s 3rd parameter is changed to 'const unsigned char' type. - exynos_mipi_dsi_wr_tx_header()'s 3rd and 4th parameters were changed to 'const unsigned

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-06 Thread Marek Vasut
Dear Fabio Estevam, > Hi Ruud, > > On Fri, May 31, 2013 at 3:56 AM, Ruud Commandeur wrote: > > Hi everyone, > > > > I have been testing for a while now on the i.mx28 evk, and I noticed > > that almost all tftp transfers take some time before they actually > > start. It will show a 'T' as first

Re: [U-Boot] [PATCH 1/2] mx28evk: Convert to PHYLIB

2013-06-06 Thread Fabio Estevam
Hi Stefano, On Thu, Jun 6, 2013 at 9:04 PM, Fabio Estevam wrote: > From: Fabio Estevam > > Phylib framework is more appropriate for handling the PHYs, so let's use it > on mx28evk. > > Signed-off-by: Fabio Estevam Please discard this one for now. I found an issue with this one. __

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-06 Thread Fabio Estevam
Hi Ruud, On Fri, May 31, 2013 at 3:56 AM, Ruud Commandeur wrote: > Hi everyone, > > I have been testing for a while now on the i.mx28 evk, and I noticed > that almost all tftp transfers take some time before they actually > start. It will show a 'T' as first character, then followed by '#' Besid

[U-Boot] [PATCH 2/2] phy: smsc: LAN8710/8720 are not Gbit PHYs

2013-06-06 Thread Fabio Estevam
From: Fabio Estevam LAN8710/8720 are 10/100 Mbps PHYs, so fix the '.features' field. Cc: Joe Hershberger Cc: Nobuhiro Iwamatsu Signed-off-by: Fabio Estevam --- drivers/net/phy/smsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/smsc.c b/drivers/net/phy/

[U-Boot] [PATCH 1/2] mx28evk: Convert to PHYLIB

2013-06-06 Thread Fabio Estevam
From: Fabio Estevam Phylib framework is more appropriate for handling the PHYs, so let's use it on mx28evk. Signed-off-by: Fabio Estevam --- board/freescale/mx28evk/mx28evk.c | 7 +++ include/configs/mx28evk.h | 2 ++ 2 files changed, 9 insertions(+) diff --git a/board/freescale/m

Re: [U-Boot] [PATCH] mmc: mx6qsabrelite: fsl_esdhc: Define maximum bus width supported by SabreLite board

2013-06-06 Thread Otavio Salvador
On Thu, Jun 6, 2013 at 5:25 PM, Eric Nelson wrote: > Hi Abbas, > > On 03/25/2013 04:02 AM, Abbas Raza wrote: > >> Hi, >> >> On 03/21/2013 09:17 PM, Eric Nelson wrote: >> >>> Thanks Abbas, >>> >>> Tested-by: Eric Nelson >>> >>> > >>> >>> Note that the board settings also apply to nitrogen6x and

[U-Boot] [PATCH] arm: omap5_uevm: Correct the console sys prompt for 5432

2013-06-06 Thread Dan Murphy
Correct the console sys prompt to display the correct processor and the corrent board Signed-off-by: Dan Murphy Reported-by: Lubomir Popov --- include/configs/omap5_uevm.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/omap5_uevm.h b/include/configs/om

Re: [U-Boot] [PATCH v4] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-06 Thread Dan Murphy
On 06/06/2013 03:31 PM, Lubomir Popov wrote: > Hi Dan, > >> Update the EXTRA_ENV_SETTING for the dra7xx. >> The console needs to be set to ttyO0 and the >> findfdt needs to be updated to load the >> dra7xx-evm.dtb file. >> >> Signed-off-by: Dan Murphy >> --- >> v4 - Remove check for undefined fdtf

Re: [U-Boot] [PATCH] mmc: mx6qsabrelite: fsl_esdhc: Define maximum bus width supported by SabreLite board

2013-06-06 Thread Eric Nelson
Hi Abbas, On 03/25/2013 04:02 AM, Abbas Raza wrote: Hi, On 03/21/2013 09:17 PM, Eric Nelson wrote: Thanks Abbas, Tested-by: Eric Nelson Note that the board settings also apply to nitrogen6x and wandboard if you want to expand the patch a bit: http://git.denx.de/u-boot.git/?p=u-boot/u

Re: [U-Boot] [PATCH v4] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-06 Thread Lubomir Popov
Hi Dan, > Update the EXTRA_ENV_SETTING for the dra7xx. > The console needs to be set to ttyO0 and the > findfdt needs to be updated to load the > dra7xx-evm.dtb file. > > Signed-off-by: Dan Murphy > --- > v4 - Remove check for undefined fdtfile and save for another patch - > http://patchwork.ozl

Re: [U-Boot] [PATCH] video:lcd:cfb_console: cm_t35: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO

2013-06-06 Thread Robert Winkler
Hi All, On Wed, Jun 5, 2013 at 1:31 AM, Igor Grinberg wrote: > Hi Robert, > > On 06/04/13 21:11, Robert Winkler wrote: >> Adding Anatolij to the CC list. >> >> On Tue, Jun 4, 2013 at 8:10 AM, Robert Winkler >> wrote: >>> Hi Igor, >>> >>> On Mon, Jun 3, 2013 at 11:10 PM, Igor Grinberg >>> wrote

[U-Boot] [PATCH v4] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-06 Thread Dan Murphy
Update the EXTRA_ENV_SETTING for the dra7xx. The console needs to be set to ttyO0 and the findfdt needs to be updated to load the dra7xx-evm.dtb file. Signed-off-by: Dan Murphy --- v4 - Remove check for undefined fdtfile and save for another patch - http://patchwork.ozlabs.org/patch/249084/ v3 -

[U-Boot] [PATCH] arm: omap: Add check for fdtfile in the findfdt macro

2013-06-06 Thread Dan Murphy
In the omap4, omap5 and am335x common files add a check to ensure that the fdtfile is defined after the findfdt macro has run. If the file is not defined then warn the user that the dtb file is not defined. Signed-off-by: Dan Murphy --- include/configs/am335x_evm.h |7 --- include/c

Re: [U-Boot] [PATCH v3] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/06/2013 02:02 PM, Dan Murphy wrote: > So what I am going to do is pull this out of this patch completely > because this has no impact on the intent of the patch. I will then > go ahead and fix the omap4_common, omap5_common and the am335 > common

Re: [U-Boot] [PATCH] bmp: Respect "splashpos" if it is defined

2013-06-06 Thread Otavio Salvador
Dear Anatolij, On Thu, Jun 6, 2013 at 2:57 PM, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > I forgot to add you in Cc; sorry. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [U-Boot] [PATCH v3] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-06 Thread Dan Murphy
Tom On 06/06/2013 11:24 AM, Dan Murphy wrote: > On 06/06/2013 11:20 AM, Tom Rini wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 06/06/2013 12:18 PM, Dan Murphy wrote: >>> On 06/06/2013 10:31 AM, Tom Rini wrote: On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote: >>

[U-Boot] [PATCH] bmp: Respect "splashpos" if it is defined

2013-06-06 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- common/cmd_bmp.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index 5a52edd..48e045e 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -33,6 +33,10 @@ #include #include +#ifdef CONFI

[U-Boot] [PATCH 2/4] imx: nitrogen6x: Enable bootz

2013-06-06 Thread Robert Winkler
Signed-off-by: Robert Winkler --- include/configs/nitrogen6x.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 039085e..c5118d1 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -285,4 +285,6 @@

[U-Boot] [PATCH 4/4] imx: nitrogen6x: Enable filesystem generic commands

2013-06-06 Thread Robert Winkler
Signed-off-by: Robert Winkler --- include/configs/nitrogen6x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 01c3f13..74df66c 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -287,5 +287,6 @@

[U-Boot] [PATCH v2 1/4] imx: nitrogen6x: Enabled data cache

2013-06-06 Thread Robert Winkler
Signed-off-by: Robert Winkler --- Changes for v2: removed dead code include/configs/nitrogen6x.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index aea91bc..039085e 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/

[U-Boot] [PATCH v2 0/4] imx: nitrogen6x: Config changes

2013-06-06 Thread Robert Winkler
These are just some config changes for nitrogen6x. RAW_INITRD, BOOTZ, FS_GENERIC are being used by this project http://www.eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite DCACHE can finally be enabled because some related bugs have been fixed. Robert Winkler (4): imx: nitrogen6x: Enabled data

[U-Boot] [PATCH 3/4] imx: nitrogen6x: Enable raw initrd

2013-06-06 Thread Robert Winkler
Signed-off-by: Robert Winkler --- include/configs/nitrogen6x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index c5118d1..01c3f13 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -286,5 +286,6 @@ #

Re: [U-Boot] Micron eMMC problem on sabre SD like card

2013-06-06 Thread Fabio Estevam
On Thu, Jun 6, 2013 at 11:58 AM, jean-francois simon wrote: > Will do. > Also, I was looking around and came across this VSELECT bit in the > VEND_SPEC register (219_80C0 Vendor Specific Register > (uSDHC3_VEND_SPEC) ) > > It is used to generate low voltage, like 1.8V (n bus SD3 here) which I >

[U-Boot] pull request for u-boot-tegra/master into ARM/master

2013-06-06 Thread Tom Warren
Albert, Please pull u-boot-tegra/master into ARM/master. Thanks! ./MAKEALL -s tegra AOK, checkpatch.pl is clean. The following changes since commit 4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674: am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c (2013-06-05 08:46:49 -0400) are a

[U-Boot] Pull request: nand flash

2013-06-06 Thread Scott Wood
The following changes since commit d6639d10dbfa42dc888f8917012550b632a88959: Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2013-05-31 18:28:47 -0400) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master for you to fetch changes up to 4bfd0

Re: [U-Boot] [PATCH v3] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-06 Thread Dan Murphy
On 06/06/2013 11:20 AM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/06/2013 12:18 PM, Dan Murphy wrote: >> On 06/06/2013 10:31 AM, Tom Rini wrote: >>> On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote: Update the EXTRA_ENV_SETTING for the dra7xx. The co

Re: [U-Boot] [PATCH v3] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/06/2013 12:18 PM, Dan Murphy wrote: > On 06/06/2013 10:31 AM, Tom Rini wrote: >> On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote: >>> Update the EXTRA_ENV_SETTING for the dra7xx. The console needs >>> to be set to ttyO0 and the findfd

Re: [U-Boot] [PATCH v3] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-06 Thread Dan Murphy
On 06/06/2013 10:31 AM, Tom Rini wrote: > On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote: >> Update the EXTRA_ENV_SETTING for the dra7xx. >> The console needs to be set to ttyO0 and the >> findfdt needs to be updated to load the >> dra7xx-evm.dtb file. >> >> Signed-off-by: Dan Murphy >

[U-Boot] [PULL] : Please pull u-boot-imx

2013-06-06 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit cac423a730d3506154744485af1bbc1cd3a1e6a8: Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2013-05-11 22:24:28 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git ma

Re: [U-Boot] dfu: make data buffer size configurable

2013-06-06 Thread Tom Rini
On Wed, Jun 05, 2013 at 04:04:46PM +0200, Heiko Schocher wrote: [snip] > >> In current code CONFIG_SYS_DFU_MAX_FILE_SIZE is not used in dfu_nand.c, > > > > Nor anywhere else. As I said in the DFU + UBI thread, there's a bug > > here :) > > CONFIG_SYS_DFU_MAX_FILE_SIZE is used in ./drivers/dfu/d

Re: [U-Boot] [PATCH v2] vf610twr: Drop unneeded 'status' variable

2013-06-06 Thread Stefano Babic
On 06/06/2013 09:50, Stefano Babic wrote: > On 05/06/2013 23:34, Fabio Estevam wrote: >> From: Fabio Estevam >> >> No need to use the 'status' variable, so just remove it. >> >> Signed-off-by: Fabio Estevam >> --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] arm, am335x: make mpu pll config configurable

2013-06-06 Thread Tom Rini
On Wed, Jun 05, 2013 at 07:26:45AM +0200, Heiko Schocher wrote: > Hello Tom, > > Am 04.06.2013 23:29, schrieb Tom Rini: > > On Tue, Jun 04, 2013 at 11:01:06AM +0200, Heiko Schocher wrote: > > > >> upcoming support for siemens boards switches mpu pll clk in board > >> code. So make this configurab

Re: [U-Boot] [PATCH v3] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

2013-06-06 Thread Tom Rini
On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote: > Update the EXTRA_ENV_SETTING for the dra7xx. > The console needs to be set to ttyO0 and the > findfdt needs to be updated to load the > dra7xx-evm.dtb file. > > Signed-off-by: Dan Murphy Did you run-time test this? I'm a little conce

[U-Boot] [PATCH V5 09/12] mmc: omap_hsmmc: Update pbias programming

2013-06-06 Thread Lokesh Vutla
From: Balaji T K Update pbias programming sequence for OMAP5 ES2.0/DRA7 Signed-off-by: Balaji T K Signed-off-by: Lokesh Vutla --- Changes since V4: * Rebased on top of http://patchwork.ozlabs.org/patch/249430/ arch/arm/include/asm/arch-omap5/omap.h |2 +- drivers/mmc/omap_hsmmc.c

[U-Boot] Tomorrows updates, today!

2013-06-06 Thread Tom Rini
Hey all, I feel it's getting a bit opaque as to what I'm going to merge / when. As a general rule, I'm trying to have a week go by between posting and merging, to give everyone a chance to review things (but this isn't a hard and fast rule). To that end, here's the bundles I'm looking at merging

Re: [U-Boot] Micron eMMC problem on sabre SD like card

2013-06-06 Thread jean-francois simon
Hi, Stefano, Fabio, On Thu, Jun 6, 2013 at 6:39 AM, Fabio Estevam wrote: > On Thu, Jun 6, 2013 at 10:34 AM, Stefano Babic wrote: >> Could be the same as the issue reported by Fabio at >> http://patchwork.ozlabs.org/patch/246928/ ? > > Yes, please apply this one and also: > http://patchwork.ozlab

[U-Boot] [PATCH v3] usb: omap: ulpi: fix ulpi transceiver access

2013-06-06 Thread Michael Trimarchi
This patch fix the omap access to the transceiver configuration registers using the ulpi bus. As reported by the documentation the bit31 is used only to check if the transaction is done or still running and the reading and writing operation have different offset and have different values. What we n

[U-Boot] [PATCH] input: Finish simplifing key_matrix_decode_fdt()

2013-06-06 Thread Tom Rini
From: Stephen Warren [trini: Applied v1 of the series rather than v2, this commit is the delta from v1 to v2] Signed-off-by: Stephen Warren Signed-off-by: Tom Rini --- drivers/input/key_matrix.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/input/key_mat

Re: [U-Boot] input: fix unaligned access in key_matrix_decode_fdt()

2013-06-06 Thread Tom Rini
On Wed, Jun 05, 2013 at 08:34:20AM -0400, Tom Rini wrote: > On Wed, May 22, 2013 at 08:48:18AM -, Stephen Warren wrote: > > > From: Stephen Warren > > > > Initialized character arrays on the stack can cause gcc to emit code that > > performs unaligned accessess. Make the data static to avoid

Re: [U-Boot] [PATCH V4] ARM: OMAP5: Power: Add more functionality to Palmas driver

2013-06-06 Thread Tom Rini
On Thu, Jun 06, 2013 at 05:16:40PM +0300, Lubomir Popov wrote: > Add some useful functions, and the corresponding definitions. > > Add support for powering on the dra7xx_evm SD/MMC LDO > (courtesy Lokesh Vutla ). > > Signed-off-by: Lubomir Popov Reviewed-by: Tom Rini -- Tom signature.asc

Re: [U-Boot] patches never reviewed

2013-06-06 Thread Otavio Salvador
On Thu, Jun 6, 2013 at 11:20 AM, Angelo Dureghello wrote: ... > I don't want to accuse anyone of any form of discrimination, but i > stop to contribute for now, almost for m68k branch. > I understand your disappointment and I agree in most of your complains. At same time, I also think we should t

Re: [U-Boot] patches never reviewed

2013-06-06 Thread Angelo Dureghello
Dear Scott, please be sure before replying to verify the "history" of the threads. This patch is around for more than one year. 1) i was quite sure that last patch body was ok. Please let me know eventually what are these issues, if any, with a "feedback". 2) in most of the cases i always inclu

[U-Boot] [PATCH V4] ARM: OMAP5: Power: Add more functionality to Palmas driver

2013-06-06 Thread Lubomir Popov
Add some useful functions, and the corresponding definitions. Add support for powering on the dra7xx_evm SD/MMC LDO (courtesy Lokesh Vutla ). Signed-off-by: Lubomir Popov --- V4 checkpatch-clean (except for one long printf string). V3 does some cleanup and adds support for the dra7xx_evm boar

Re: [U-Boot] [PATCH V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-06-06 Thread Lokesh Vutla
Hi, On Thursday 06 June 2013 07:07 PM, Lubomir Popov wrote: Hi Tom, On 06/06/13 16:26, Tom Rini wrote: On Thu, Jun 06, 2013 at 04:58:44PM +0530, Lokesh Vutla wrote: Hi Tom, On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote: This series update support for DRA7xx family Socs and the data for

Re: [U-Boot] [PATCH v3] ARM: imx: Fix incorrect usage of CONFIG_SYS_MMC_ENV_PART

2013-06-06 Thread Stefano Babic
On 05/06/2013 03:05, Fabio Estevam wrote: > From: Fabio Estevam > > When running the "save" command several times on a mx6qsabresd we see: > > U-Boot > save > Saving Environment to MMC... > Writing to MMC(1)... done > U-Boot > save > Saving Environment to MMC... > MMC partition switch failed > U

Re: [U-Boot] [PATCH 4/6] Makefile: move the common makefile line to public area

2013-06-06 Thread Tom Rini
On Thu, Jun 06, 2013 at 08:51:34AM +, Zhang Ying-B40530 wrote: > Hi, Tom, > this patch has not merged to upstream? I assume that, so long as ARM has been build tested, it will come via one of the powerpc trees along with the rest of the series. -- Tom signature.asc Description: Digi

Re: [U-Boot] Micron eMMC problem on sabre SD like card

2013-06-06 Thread Fabio Estevam
Hi Jean-Francois, On Thu, Jun 6, 2013 at 10:34 AM, Stefano Babic wrote: > Could be the same as the issue reported by Fabio at > http://patchwork.ozlabs.org/patch/246928/ ? Yes, please apply this one and also: http://patchwork.ozlabs.org/patch/248877/ With both patches applied SD functionality

Re: [U-Boot] [PATCH V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-06-06 Thread Lubomir Popov
Hi Tom, On 06/06/13 16:26, Tom Rini wrote: > On Thu, Jun 06, 2013 at 04:58:44PM +0530, Lokesh Vutla wrote: >> Hi Tom, >> On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote: >>> This series update support for DRA7xx family Socs and the data for >>> DRA752 ES1.0 soc. >>> This is on top of my recen

Re: [U-Boot] Micron eMMC problem on sabre SD like card

2013-06-06 Thread Stefano Babic
Hi Jean-Francois, On 25/05/2013 17:32, jean-francois simon wrote: > Hi, > We have a new design that is based on Freescale SABRE SD card. > We see that accesses made to the eMMC (Micron MTFC64GJVDN-4M ) are not > working. > We have placed the eMMC on SD3 (SD4 on Sabre SD). We want to use it in > 8

Re: [U-Boot] [PATCH V3] ARM: OMAP5: Power: Add more functionality to Palmas driver

2013-06-06 Thread Tom Rini
On Thu, Jun 06, 2013 at 04:11:32PM +0300, Lubomir Popov wrote: > Add some useful functions, and the corresponding definitions. > > Add support for powering on the dra7xx_evm SD/MMC LDO > (courtesy Lokesh Vutla ). > > Signed-off-by: Lubomir Popov After patching checkpatch.pl to know that printf

[U-Boot] [PATCH] checkpatch.pl: Add 'printf' to logFunctions

2013-06-06 Thread Tom Rini
Signed-off-by: Tom Rini --- tools/checkpatch.pl |1 + 1 file changed, 1 insertion(+) diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 9f23901..896e2bc 100755 --- a/tools/checkpatch.pl +++ b/tools/checkpatch.pl @@ -273,6 +273,7 @@ our $logFunctions = qr{(?x: WARN(?:_RATELI

Re: [U-Boot] [PATCH V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-06-06 Thread Tom Rini
On Thu, Jun 06, 2013 at 04:58:44PM +0530, Lokesh Vutla wrote: > Hi Tom, > On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote: > >This series update support for DRA7xx family Socs and the data for > >DRA752 ES1.0 soc. > >This is on top of my recent Misc cleanup series: > >http://u-boot.10912.n7.na

[U-Boot] [PATCH] am33xx/omap4+: Move SRAM_SCRATCH_SPACE_ADDR to

2013-06-06 Thread Tom Rini
The location of valid scratch space is dependent on SoC, so move that there. On OMAP4+ we continue to use SRAM_SCRATCH_SPACE_ADDR. On am33xx/ti814x we want to use what the ROM defines as "public stack" which is the area after our defined download image space. Correct the comment about and locati

[U-Boot] [PATCH V3] ARM: OMAP5: Power: Add more functionality to Palmas driver

2013-06-06 Thread Lubomir Popov
Add some useful functions, and the corresponding definitions. Add support for powering on the dra7xx_evm SD/MMC LDO (courtesy Lokesh Vutla ). Signed-off-by: Lubomir Popov --- V3 does some cleanup and adds support for the dra7xx_evm board (power on LDO1 used for the SD/MMC interface). V2 align

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-06 Thread Lubomir Popov
Hi Lokesh, On 06/06/13 14:26, Lokesh Vutla wrote: > Hi Lubomir, > On Thursday 06 June 2013 12:55 PM, Lubomir Popov wrote: >> Hi Tom, >> >> On 05/06/13 16:45, Tom Rini wrote: >>> On Wed, Jun 05, 2013 at 11:03:26AM +0300, Lubomir Popov wrote: >>> [snip] >>> >>> OK, lets see. That so lets keep your

Re: [U-Boot] [PATCH V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-06-06 Thread Lokesh Vutla
Hi Tom, On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote: This series update support for DRA7xx family Socs and the data for DRA752 ES1.0 soc. This is on top of my recent Misc cleanup series: http://u-boot.10912.n7.nabble.com/PATCH-V2-0-4-ARM-OMAP2-Misc-Cleanup-tt155949.html Do you have any

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-06 Thread Lokesh Vutla
Hi Lubomir, On Thursday 06 June 2013 12:55 PM, Lubomir Popov wrote: Hi Tom, On 05/06/13 16:45, Tom Rini wrote: On Wed, Jun 05, 2013 at 11:03:26AM +0300, Lubomir Popov wrote: Hi Tom, On 05/06/13 00:06, Tom Rini wrote: On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir Popov wrote: Hi Lokesh,

Re: [U-Boot] [PATCH] cfi_flash: Add prototypes of overridable functions

2013-06-06 Thread Masahiro Yamada
Hello, Wolfgang Denk. > As is, this would just add dead code. Please resubmit this with any > patch that would actually make use of this feature. this would also > allow us to understand why this approch is needed at all. I'm not sure this is the best approach, but these overrides are actually

Re: [U-Boot] imx: Vybrid VF610 mac address issue

2013-06-06 Thread Benoît Thébaudeau
Hi Alison, On Thursday, June 6, 2013 5:36:23 AM, Wang Huan-B18965 wrote: > Hi, Benoit, > > > -Original Message- > > From: Benoît Thébaudeau [mailto:benoit.thebaud...@advansee.com] > > Sent: Thursday, June 06, 2013 5:46 AM > > To: Fabio Estevam > > Cc: Andy Voltz; u-boot@lists.denx.de; Ste

Re: [U-Boot] ASM code for UART initialization

2013-06-06 Thread Wolfgang Denk
Dear André Schaller, In message <51b05614.8070...@googlemail.com> you wrote: > > could someone support me with developing ASM code for initializing UART > interface on OMAP4460 to send some bytes over the wire at a very early > stage of booting x-loader? The code needs to be executed in start.S.

Re: [U-Boot] Micron eMMC problem on sabre SD like card

2013-06-06 Thread jean-francois simon
Hi, On Sat, May 25, 2013 at 8:32 AM, jean-francois simon wrote: > We have a new design that is based on Freescale SABRE SD card. > We see that accesses made to the eMMC (Micron MTFC64GJVDN-4M ) are not > working. > We have placed the eMMC on SD3 (SD4 on Sabre SD). We want to use it in > 8bit bu

Re: [U-Boot] [PATCH 1/2] power: exynos-tmu: fix warnings and clean up code

2013-06-06 Thread Naveen Krishna Ch
On 23 April 2013 08:08, Simon Glass wrote: > On Fri, Apr 12, 2013 at 9:43 PM, Naveen Krishna Ch > wrote: > > On 6 April 2013 03:51, Naveen Krishna Chatradhi > > wrote: > >> From: Naveen Krishna Chatradhi > >> > >> This patch does the folowing > >> 1. change the data types for unsigned int vari

Re: [U-Boot] [PATCH] cfi_flash: Add prototypes of overridable functions

2013-06-06 Thread Wolfgang Denk
Dear Masahiro Yamada, In message <1370505244-5015-1-git-send-email-yamad...@jp.panasonic.com> you wrote: > This commit adds some prototypes into include/mtd/cfi_flash.h. > These functions are defined with a weak attribute in > drivers/mtd/cfi_flash.c. > This means they can be overrided by board-s

[U-Boot] ASM code for UART initialization

2013-06-06 Thread André Schaller
Hi, could someone support me with developing ASM code for initializing UART interface on OMAP4460 to send some bytes over the wire at a very early stage of booting x-loader? The code needs to be executed in start.S. Is it possible to use existing C code and use the generated assembly from gcc as

Re: [U-Boot] [PATCH v2] OMAP5: Fix bug in omap5_es1_prcm struct

2013-06-06 Thread Lubomir Popov
Hi Tom, On 26/05/13 23:03, Lubomir Popov wrote: > The newly introduced function setup_warmreset_time(), called > from within prcm_init(), tries to write to the prm_rsttime > OMAP5 register. The struct member holding this register's > address is however initialized for OMAP5 ES2.0 only. On ES1.0 >

Re: [U-Boot] [PATCH 4/6] Makefile: move the common makefile line to public area

2013-06-06 Thread Zhang Ying-B40530
Hi, Tom, this patch has not merged to upstream? -Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini Sent: Saturday, May 25, 2013 12:05 AM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; Wood Scott-B07421; aflem...@gmail.com; Xie Xiaobo-R63061; Zhang

[U-Boot] [PATCH] cfi_flash: Add prototypes of overridable functions

2013-06-06 Thread Masahiro Yamada
This commit adds some prototypes into include/mtd/cfi_flash.h. These functions are defined with a weak attribute in drivers/mtd/cfi_flash.c. This means they can be overrided by board-specific ones if necessary. When defining such functions under board/ directory or somewhere, cfi_flash.h should be

Re: [U-Boot] [PATCH v2] vf610twr: Drop unneeded 'status' variable

2013-06-06 Thread Stefano Babic
On 05/06/2013 23:34, Fabio Estevam wrote: > From: Fabio Estevam > > No need to use the 'status' variable, so just remove it. > > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Drop status variable > > board/freescale/vf610twr/vf610twr.c | 5 + > 1 file changed, 1 insertion(+),

Re: [U-Boot] [PATCH 1/4] imx: nitrogen6x: Enabled data cache

2013-06-06 Thread Stefano Babic
Hi Robert, On 06/06/2013 00:02, Robert Winkler wrote: > Signed-off-by: Robert Winkler > --- > include/configs/nitrogen6x.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h > index aea91bc..07f39e9 100644 > --- a

Re: [U-Boot] [PATCH] Add SPI Flash STMicro's N25Q512A & add flag status check during SPI Flash write

2013-06-06 Thread Jagan Teki
On Thu, Jun 6, 2013 at 12:18 PM, Insop Song wrote: > Hi Jagan, > > Thank you for your feedback, > >> -Original Message- >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] >> Sent: Wednesday, June 05, 2013 11:34 PM >> To: Insop Song >> Cc: u-boot@lists.denx.de; york...@freescale.com >> S

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-06-06 Thread Lubomir Popov
Hi Tom, On 05/06/13 16:45, Tom Rini wrote: > On Wed, Jun 05, 2013 at 11:03:26AM +0300, Lubomir Popov wrote: > >> Hi Tom, >> >> On 05/06/13 00:06, Tom Rini wrote: >>> On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir Popov wrote: Hi Lokesh, > Hi Lubomir, > On Thursday 30 May 2013