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

2013-06-16 Thread Jagannadha Sutradharudu Teki
From: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com 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.

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

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 sumit.gemi...@gmail.com 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

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 +69,9 @@

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 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

[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

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 jagannadh.t...@gmail.com 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

[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 s...@chromium.org --- common/image-fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/image-fit.c

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 s...@chromium.org wrote: Hi Henrik, On Wed, May 15, 2013 at 6:09 PM, Henrik Nordström hen...@henriknordstrom.net wrote: ons 2013-05-15 klockan 15:20 -0700 skrev Simon Glass: Hi Henrik, On Wed, May 15, 2013 at 2:54 PM, Henrik

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 lpo...@mm-sol.com 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

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 joe.hershber...@gmail.com wrote: Hi Rob, On Tue, May 14, 2013 at 2:48 PM, Rob Herring robherri...@gmail.com wrote: On Sun, Dec 2, 2012 at 9:00 PM, Rob Herring robherri...@gmail.com wrote: From: Rob Herring rob.herr...@calxeda.com This is a

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:

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 jagannadh.t...@gmail.comjavascript:; 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

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 lpo...@mm-sol.com 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.

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 lpo...@mm-sol.com wrote: Hi Simon, Hi Lubo, On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Tom, Hey all, I've tagged and pushed v2013.07-rc1. Lots of things all over the place. If

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

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

2013-06-16 Thread Daniel Schwierzeck
2013/6/13 Gabor Juhos juh...@openwrt.org: 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

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 s...@chromium.org --- common/image-fit.c | 2 +- 1 file changed, 1

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 lpo...@mm-sol.com wrote: Hi Simon, Hi Lubo, On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov lpo...@mm-sol.com wrote: Hi Tom, Hey all, I've tagged and pushed v2013.07-rc1. Lots of things all over the

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] [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 andreas.de...@googlemail.com 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

[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] 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

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 FIFOTH

[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

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 bard.s...@gmail.com 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 andreas.de...@googlemail.com wrote: Hi Bo, On 22.05.13 10:45, Bo Shen wrote: Hi Andreas, On

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 robherri...@gmail.com wrote: On Tue, May 14, 2013 at 3:32 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Rob, On Tue, May 14, 2013 at 2:48 PM, Rob Herring robherri...@gmail.com wrote: On Sun, Dec 2, 2012 at 9:00 PM, Rob Herring

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 ? That's the

[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

[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 h...@denx.de Cc: Scott Wood scottw...@freescale.com Cc: Pantelis Antoniou

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 robert.wink...@boundarydevices.com Thanks for the effort! Several comments below... --- common/Makefile | 1 +

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] 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 robert.wink...@boundarydevices.com --- 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