Re: [U-Boot] U-boot: Erase/read/write issue with S25fl256S flash device

2013-06-16 Thread Sourav Poddar
HI Jagan, On Monday 17 June 2013 12:17 PM, Jagan Teki wrote: Hi Sourav, On Mon, Jun 17, 2013 at 11:44 AM, Sourav Poddar wrote: Hi Jagan, On Saturday 15 June 2013 09:47 PM, Jagan Teki wrote: On 14-06-2013 20:13, Sourav Poddar wrote: Hi Jagan, On Friday 14 June 2013 08:08 PM, Jagan Teki wrote

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

2013-06-16 Thread Ruud Commandeur
Hi Wolfgang, Interesting thought. Never looked at it from this site, but this can be true of course. Although somewhat harder to proof, I'm afraid. I will keep this in mind for any further testing I will do. Regards, Ruud > -Oorspronkelijk bericht- > Van: Wolfgang Denk [mailto:w...@de

Re: [U-Boot] U-boot: Erase/read/write issue with S25fl256S flash device

2013-06-16 Thread Jagan Teki
Hi Sourav, On Mon, Jun 17, 2013 at 11:44 AM, Sourav Poddar wrote: > Hi Jagan, > > On Saturday 15 June 2013 09:47 PM, Jagan Teki wrote: >> >> On 14-06-2013 20:13, Sourav Poddar wrote: >>> >>> Hi Jagan, >>> On Friday 14 June 2013 08:08 PM, Jagan Teki wrote: On 14-06-2013 20:03, Sourav Pod

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Andreas Bießmann
Dear Joel A Fernandes, On 16.06.13 17:44, Joel A Fernandes wrote: > On Sunday, June 16, 2013, Jagannadha Sutradharudu Teki wrote: > >> From: Jagannadha Sutradharudu Teki >>> >> >> checkpatch.pl requires perl v5.10.0 to run but it >> doesn't require to place in /usr/bin/perl >> Use env to ensure

Re: [U-Boot] [PATCH] image: Use ENOENT instead of ENOMEDIUM for better compatibility

2013-06-16 Thread Andreas Bießmann
On 16.06.13 16:46, Simon Glass wrote: > This error may not be defined on some platforms such as MacOS so host > compilation will fail. Use one of the more common errors instead. > > Signed-off-by: Simon Glass Tested-by: Andreas Bießmann on OS X 10.7.5 __

Re: [U-Boot] Porting U-boot-2013-04 to sdk for mips board

2013-06-16 Thread krishna dwivedi
Hi Alll, Can anyone please reply on this. Regards, krishna On Fri, Jun 14, 2013 at 10:14 AM, krishna dwivedi < krishna.dwived...@gmail.com> wrote: > > Hi All, > > In mips,i dont see the .reloc section in u-boot.lds.But in other > architechtures(like ppc),I see in u-boot.lds: > > .reloc : >

Re: [U-Boot] U-boot: Erase/read/write issue with S25fl256S flash device

2013-06-16 Thread Sourav Poddar
Hi Jagan, On Saturday 15 June 2013 09:47 PM, Jagan Teki wrote: On 14-06-2013 20:13, Sourav Poddar wrote: Hi Jagan, On Friday 14 June 2013 08:08 PM, Jagan Teki wrote: On 14-06-2013 20:03, Sourav Poddar wrote: Hi, On Wednesday 12 June 2013 01:00 PM, Sourav Poddar wrote: Hi, I am working on q

Re: [U-Boot] [PATCH] cm_t35: Fix cm_t35 for weak splash_screen_prepare

2013-06-16 Thread Igor Grinberg
Hi Robert, We lack a commit message here... On 06/14/13 22:31, Robert Winkler wrote: > Signed-off-by: Robert Winkler > --- Also, I would write here (not a part of commit message) that this patch should be applied only in case the patch: "video: lcd: Make splash_screen_prepare weak, remove confi

Re: [U-Boot] [PATCH 0/2] video: lcd: splash screen prepare changes

2013-06-16 Thread Igor Grinberg
On 06/14/13 20:00, Robert Winkler wrote: > These 2 patches are the result of discussion in these threads: > http://lists.denx.de/pipermail/u-boot/2013-May/155463.html > http://lists.denx.de/pipermail/u-boot/2013-June/155630.html > http://lists.denx.de/pipermail/u-boot/2013-June/155632.html > > The

Re: [U-Boot] [PATCH 1/2] video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO

2013-06-16 Thread Igor Grinberg
Hi Robert, On 06/14/13 20:00, Robert Winkler wrote: > Create splash.c/h to put the function and any future common > splash screen code in. > > Signed-off-by: Robert Winkler Thanks for the effort! Several comments below... > --- > common/Makefile | 1 + > common/lcd.c

[U-Boot] [PATCH v2] dfu, nand: before write a buffer to nand, erase the nand sectors

2013-06-16 Thread Heiko Schocher
before writing the received buffer to nand, erase the nand sectors. If not doing this, nand write fails. See for more info here: http://lists.denx.de/pipermail/u-boot/2013-June/156361.html Signed-off-by: Heiko Schocher Cc: Scott Wood Cc: Pantelis Antoniou Cc: Lukasz Majewski Cc: Kyungmin Park

[U-Boot] [PATCH v2] board/p1010rdb: add pin mux and sdhc support in any boot

2013-06-16 Thread Shengzhou Liu
SDHC pins are multiplexed with IFC and ULPI interfaces. This patch intends to enable SDHC function in case of NOR/NAND/SPI boot aside from SD boot. If "esdhc" is configured in hwconfig, u-boot will configure multiplexing pins from default IFC to SDHC at runtime to enable SD function. And add minim

Re: [U-Boot] [PATCH v2 1/3] ARM: Tegra: FDT: Add USB EHCI function for T30/T114

2013-06-16 Thread Jim Lin
On Sun, 2013-06-16 at 03:46 +0800, Marek Vasut wrote: > Dear Jim Lin, > > > Add DT node for USB EHCI function. > > Add support for T30-Cardhu, T30-Beaver, T114-Dalmore boards. > > I'd like to get ACK from someone with the actual hardware. > > btw. How usable is the cardhu with current U-Boot ? T

Re: [U-Boot] [PATCH 00/10] PXE support updates

2013-06-16 Thread Joe Hershberger
Hi Rob, On Sun, Jun 16, 2013 at 10:24 AM, Rob Herring wrote: > On Tue, May 14, 2013 at 3:32 PM, Joe Hershberger > wrote: >> Hi Rob, >> >> On Tue, May 14, 2013 at 2:48 PM, Rob Herring wrote: >>> On Sun, Dec 2, 2012 at 9:00 PM, Rob Herring wrote: From: Rob Herring This is a serie

Re: [U-Boot] [Patch v2 2/4] NET: macb: support sama5d3x devices

2013-06-16 Thread Joe Hershberger
Hi Bo, On Sun, Jun 16, 2013 at 8:11 PM, Bo Shen wrote: > Hi Joe, > > > On 5/24/2013 05:58, Joe Hershberger wrote: >> >> Hi, >> >> On Thu, May 23, 2013 at 1:51 AM, Andreas Bießmann >> wrote: >>> >>> Hi Bo, >>> >>> On 22.05.13 10:45, Bo Shen wrote: Hi Andreas, On 5/14/2013 05:3

[U-Boot] please pull u-boot-samsung master

2013-06-16 Thread Minkyu Kang
Dear Albert, The following changes since commit d0a51373131c4ba565a2391d5ed78b87c406ce98: at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to ed7bdc03

Re: [U-Boot] [U-Boot,V2] MMC: DWMMC: Fix FIFO_DEPTH calculation

2013-06-16 Thread Minkyu Kang
On 14/06/13 07:34, Andy Fleming wrote: > On Fri, May 24, 2013 at 06:15:34PM +0530, Rajeshwari Shinde wrote: >> Current DWMMC driver used to give FIFO underrun/overrun error every 3rd time >> for mmc rescan command. >> In current code FIFO_DEPTH is getting calculated after reading the default >> FI

Re: [U-Boot] [PATCH v2] sandbox: block driver using host file/device as backing store

2013-06-16 Thread Henrik Nordström
sön 2013-06-16 klockan 07:50 -0700 skrev Simon Glass: > Did you send a new version? I might have missed it. Not yet. Work got in a bit of a panic mode and then been ill for a while. Not forgotten. Regards Henrik ___ U-Boot mailing list U-Boot@lists.d

[U-Boot] Merge Window close date

2013-06-16 Thread Masahiro Yamada
Hello, web page maintainers. I saw "Release Cycle" page (http://www.denx.de/wiki/U-Boot/ReleaseCycle), and I noticed, The Merge Window for the next release (v2013.07) was closed on Sat, Feb 09, 2013 23:59:59 CEST ^^^ Could anyone fix it? Best Regards, Masahiro Yamada __

Re: [U-Boot] [Patch v2 2/4] NET: macb: support sama5d3x devices

2013-06-16 Thread Bo Shen
Hi Joe, On 5/24/2013 05:58, Joe Hershberger wrote: Hi, On Thu, May 23, 2013 at 1:51 AM, Andreas Bießmann wrote: Hi Bo, On 22.05.13 10:45, Bo Shen wrote: Hi Andreas, On 5/14/2013 05:31, Joe Hershberger wrote: On Sun, May 12, 2013 at 6:33 AM, Andreas Bießmann wrote: Dear Bo Shen, On 12.

Re: [U-Boot] [PATCH v2 1/3] ARM: Tegra: FDT: Add USB EHCI function for T30/T114

2013-06-16 Thread Marek Vasut
Dear Thierry Reding, > On Sat, Jun 15, 2013 at 11:28:25PM +0200, Marek Vasut wrote: > > Dear Thierry Reding, > > > > > On Fri, Jun 14, 2013 at 06:41:40PM +0800, Jim Lin wrote: > > > [...] > > > > > > > diff --git a/board/nvidia/dts/tegra30-beaver.dts > > > > b/board/nvidia/dts/tegra30-beaver.dts

Re: [U-Boot] [ANN] v2013.07-rc1

2013-06-16 Thread Lubomir Popov
Hi Simon, > Hi Lubo, > > On Sun, Jun 16, 2013 at 9:35 AM, Lubomir Popov wrote: > >> Hi Simon, >> >> > Hi Lubo, >> > >> > On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov >> wrote: >> > >> >> Hi Tom, >> >> >> >> > Hey all, >> >> > >> >> > I've tagged and pushed v2013.07-rc1. Lots of things all ove

Re: [U-Boot] image: Use ENOENT instead of ENOMEDIUM for better compatibility

2013-06-16 Thread Jeroen Hofstee
Hello Simon, On 06/16/2013 04:46 PM, Simon Glass wrote: This error may not be defined on some platforms such as MacOS so host compilation will fail. Use one of the more common errors instead. Signed-off-by: Simon Glass --- common/image-fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [U-Boot] [PATCH 00/10] MIPS: unify low-level assembly code

2013-06-16 Thread Daniel Schwierzeck
2013/6/13 Gabor Juhos : > The patch-set changes some parts of the low-level assembly > code in order to minimize the difference between the mips32, > mips64 and xburst implementation. Do it in small steps to > make review easier. > > The series is based on the testing branch of the MIPS custodian t

Re: [U-Boot] [ANN] v2013.07-rc1

2013-06-16 Thread Jeroen Hofstee
Hello Lubomir, Simon, On 06/16/2013 06:41 PM, Simon Glass wrote: We have done a few fixes with 'make distclean' before - is this MacOS-specific, or s general bug? Regards, Simon it is on FreeBSD as well so it is likely a sed missing a colon or a find needing a dot. Never bothered enough to t

Re: [U-Boot] [ANN] v2013.07-rc1

2013-06-16 Thread Simon Glass
Hi Lubo, On Sun, Jun 16, 2013 at 9:35 AM, Lubomir Popov wrote: > Hi Simon, > > > Hi Lubo, > > > > On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov > wrote: > > > >> Hi Tom, > >> > >> > Hey all, > >> > > >> > I've tagged and pushed v2013.07-rc1. Lots of things all over the > place. > >> > If you'

Re: [U-Boot] [ANN] v2013.07-rc1

2013-06-16 Thread Lubomir Popov
Hi Simon, > Hi Lubo, > > On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov wrote: > >> Hi Tom, >> >> > Hey all, >> > >> > I've tagged and pushed v2013.07-rc1. Lots of things all over the place. >> > If you've got changes outstanding still, please start gently poking >> > custodians with patchwork l

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Joel A Fernandes
On Sunday, June 16, 2013, Jagannadha Sutradharudu Teki wrote: > From: Jagannadha Sutradharudu Teki > > > > checkpatch.pl requires perl v5.10.0 to run but it > doesn't require to place in /usr/bin/perl > Use env to ensure that the interpreter used is the > first one on environment's $PATH on syste

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Jagannadha Sutradharudu Teki
From: Joel A Fernandes [mailto:agnel.j...@gmail.com] Sent: 16 June 2013 21:15 To: Jagannadha Sutradharudu Teki Cc: u-boot@lists.denx.de; Tom Rini Subject: Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path On Sunday, June 16, 2013, Jagannadha Sutradharudu Teki wrote: From: Jagannadha

Re: [U-Boot] [PATCH 00/10] PXE support updates

2013-06-16 Thread Rob Herring
On Tue, May 14, 2013 at 3:32 PM, Joe Hershberger wrote: > Hi Rob, > > On Tue, May 14, 2013 at 2:48 PM, Rob Herring wrote: >> On Sun, Dec 2, 2012 at 9:00 PM, Rob Herring wrote: >>> From: Rob Herring >>> >>> This is a series of various enhancements and fixes for u-boot pxe support. >>> These patc

Re: [U-Boot] [ANN] v2013.07-rc1

2013-06-16 Thread Simon Glass
Hi Lubo, On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov wrote: > Hi Tom, > > > Hey all, > > > > I've tagged and pushed v2013.07-rc1. Lots of things all over the place. > > If you've got changes outstanding still, please start gently poking > > custodians with patchwork links. I've got a good b

Re: [U-Boot] [PATCH v2] sandbox: block driver using host file/device as backing store

2013-06-16 Thread Simon Glass
HI Henrik, On Thu, May 16, 2013 at 9:53 PM, Simon Glass wrote: > Hi Henrik, > > On Wed, May 15, 2013 at 6:09 PM, Henrik Nordström > wrote: > > ons 2013-05-15 klockan 15:20 -0700 skrev Simon Glass: > >> Hi Henrik, > >> > >> On Wed, May 15, 2013 at 2:54 PM, Henrik Nordström > >> wrote: > >> > Ve

[U-Boot] [PATCH] image: Use ENOENT instead of ENOMEDIUM for better compatibility

2013-06-16 Thread Simon Glass
This error may not be defined on some platforms such as MacOS so host compilation will fail. Use one of the more common errors instead. Signed-off-by: Simon Glass --- common/image-fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/image-fit.c b/common/image-fit.c in

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Tom Rini
On Sun, Jun 16, 2013 at 12:46:37PM +0530, Jagannadha Sutradharudu Teki wrote: > From: Jagannadha Sutradharudu Teki > > checkpatch.pl requires perl v5.10.0 to run but it > doesn't require to place in /usr/bin/perl > Use env to ensure that the interpreter used is the > first one on environment's $

[U-Boot] [PATCH V2] ARM: mxs: Consolidate configuration options

2013-06-16 Thread Marek Vasut
Pull all the duplicate configuration options into configs/mxs.h from the board configuration files. This reduces the files greatly and makes them somewhat more readable. Besides, we do no longer have such a horrible duplication of code. Note that the mx23evk grew in size slightly. This is due to t

Re: [U-Boot] [PATCH v3 0/6] Optimize ARM relocation

2013-06-16 Thread Jeroen Hofstee
Hello Albert, On 06/13/2013 08:54 PM, Jeroen Hofstee wrote: binaries only use one type of relocation record, R_ARM_RELATIVE., then optimizing relocation code accordingly. fyi, I had a look at the clang build and it doesn't boot after these patches... When constant pointers are used with

Re: [U-Boot] [ANN] v2013.07-rc1

2013-06-16 Thread Lubomir Popov
Hi Tom, > Hey all, > > I've tagged and pushed v2013.07-rc1. Lots of things all over the place. > If you've got changes outstanding still, please start gently poking > custodians with patchwork links. I've got a good bit of stuff I need to > deal with myself still, but please prod me all the same

Re: [U-Boot] [PATCH v2 1/3] ARM: Tegra: FDT: Add USB EHCI function for T30/T114

2013-06-16 Thread Thierry Reding
On Sat, Jun 15, 2013 at 11:28:25PM +0200, Marek Vasut wrote: > Dear Thierry Reding, > > > On Fri, Jun 14, 2013 at 06:41:40PM +0800, Jim Lin wrote: > > [...] > > > > > diff --git a/board/nvidia/dts/tegra30-beaver.dts > > > b/board/nvidia/dts/tegra30-beaver.dts > > > > [...] > > > > > @@ -68,4 +6

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Michael Trimarchi
Hi Il giorno 16/giu/2013 11:55, "Sumit Gemini" ha scritto: > > Hi ALL, > > Could any buddy tell me how can I define bootcount value after each > reset cycle, right now i am using SRAM but when boot loader pass the > control to kernel, it reset Sram memory so i lost my bootcount value. Is t

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Sumit Gemini
Hi ALL, Could any buddy tell me how can I define bootcount value after each reset cycle, right now i am using SRAM but when boot loader pass the control to kernel, it reset Sram memory so i lost my bootcount value. please suggest me another idea for storing bootcount value... My another que

[U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Jagannadha Sutradharudu Teki
From: Jagannadha Sutradharudu Teki checkpatch.pl requires perl v5.10.0 to run but it doesn't require to place in /usr/bin/perl Use env to ensure that the interpreter used is the first one on environment's $PATH on system with several versions of perl installed. Signed-off-by: Jagannadha Sutradha