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

2013-07-15 Thread Dirk Eibach
Hi Tom, my 4xx series depends on Heikos I2C update, which he did not manage to get ready in this release cycle. But he promised he will push it when the next merge window opens :) The 85xx series should be ready to go. Cheers Dirk 2013/7/15 Tom Rini : > On Tue, Jul 02, 2013 at 01:38:43PM +0200,

Re: [U-Boot] [PATCH 1/3] arm: spl: Fix SPL booting for OMAP3

2013-07-15 Thread Stefan Roese
Hi Tom, On 07/15/2013 04:33 PM, Tom Rini wrote: >> SPL already has GD set to the correct location (in s_init), we mustn't >> move it around now since some data (clocks etc) is already present. >> >> This error was detected on the SPL port for the Compulab CM-T35 board >> (OMAP3530). >> >> Signed-o

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

2013-07-15 Thread Stefan Roese
Hi Tom, On 07/15/2013 11:05 PM, Tom Rini wrote: >>> 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. >> >> my series "[PATCH v7 0/5] Add gdsy

Re: [U-Boot] [PATCH v2] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-15 Thread Heiko Schocher
Hello Marek, Am 16.07.2013 07:00, schrieb Marek Vasut: Dear Heiko Schocher, updating an ubi partition needs a completely erased mtd partition, see: http://lists.infradead.org/pipermail/linux-mtd/2011-May/035416.html So, add partubi alt setting for the dfu_alt_info environment variable to mark

Re: [U-Boot] [PATCH v2] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-15 Thread Marek Vasut
Dear Heiko Schocher, > updating an ubi partition needs a completely erased mtd partition, > see: > http://lists.infradead.org/pipermail/linux-mtd/2011-May/035416.html > > So, add partubi alt setting for the dfu_alt_info environment > variable to mark this partition as an ubi partition. In case we

[U-Boot] [PATCH v2] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-15 Thread Heiko Schocher
updating an ubi partition needs a completely erased mtd partition, see: http://lists.infradead.org/pipermail/linux-mtd/2011-May/035416.html So, add partubi alt setting for the dfu_alt_info environment variable to mark this partition as an ubi partition. In case we update an ubi partition, we erase

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Marek Vasut
Dear Fabio Estevam, > On Tue, Jul 16, 2013 at 12:51 AM, Fabio Estevam wrote: > > On Mon, Jul 15, 2013 at 12:09 PM, Hector Palacios > > > > wrote: > >> @Fabio: could you manually run the command 'tftp ${loadaddr} file100M' > >> in your EVK? > > > > Yes, this is what I have been running since th

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Fabio Estevam
On Tue, Jul 16, 2013 at 12:51 AM, Fabio Estevam wrote: > On Mon, Jul 15, 2013 at 12:09 PM, Hector Palacios > wrote: > >> @Fabio: could you manually run the command 'tftp ${loadaddr} file100M' in >> your EVK? > > Yes, this is what I have been running since the beginning. > >> If it doesn't fail, c

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Fabio Estevam
On Mon, Jul 15, 2013 at 12:09 PM, Hector Palacios wrote: > @Fabio: could you manually run the command 'tftp ${loadaddr} file100M' in > your EVK? Yes, this is what I have been running since the beginning. > If it doesn't fail, could you try running it again after playing with the > environment (

Re: [U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread TigerLiu
Hi, Sittig: Got it! Thanks! On Mon, Jul 15, 2013 at 15:33 +0200, Gerhard Sittig wrote: > > On Mon, Jul 15, 2013 at 19:26 +0800, tiger...@viatech.com.cn wrote: > > > > [ uboot.lst file, disassembler listing ] > > A quick search shows that there has not been such a feature in > U-Boot as far as g

Re: [U-Boot] [PATCH] arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel

2013-07-15 Thread Minkyu Kang
Dear Tom, On 15/07/13 23:09, Lukasz Majewski wrote: > Before setting: mipi_lcd_device.reverse_panel = 1, the Trats's LCD panel > was flipped by 180 degrees. > > The flip was caused by following change: > Exynos: Change get_timer() to work correctly > SHA1: 3d00c0cb96ff93a929700b80d89cb905e5ab5315

Re: [U-Boot] [PATCH] arm:exynos:fix: Fix clock calculation for Exynos4210 based targets.

2013-07-15 Thread Simon Glass
On Fri, Jul 12, 2013 at 11:08 AM, Lukasz Majewski wrote: > Provide proper setting for the APLL fout frequency calculation for > Exynos4 based targets (especially Exynos4210 - Trats board). > > > Signed-off-by: Lukasz Majewski > Cc: Minkyu Kang > This also fixes booting on snow. Acked-by: Simon

Re: [U-Boot] [PATCH 6/7 v8] NAND: TPL : introduce the TPL based on the SPL

2013-07-15 Thread Scott Wood
On 07/15/2013 04:36:29 AM, ying.zh...@freescale.com wrote: +ifdef CONFIG_TPL +$(obj)u-boot-with-spl.bin: $(obj)spl/u-boot-spl.bin $(obj)spl/u-boot-tpl.bin \ + $(obj)u-boot.bin + $(OBJCOPY) ${OBJCFLAGS} --pad-to=$(CONFIG_SPL_PAD_TO) \ + -I binar

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Troy Kisky
On 7/15/2013 1:20 PM, Albert ARIBAUD wrote: Hi Troy, On Mon, 15 Jul 2013 10:39:54 -0700, Troy Kisky wrote: Besides, Marek and I had in fact investigated barriers, adding some as I did in times past in mvgbe.c, and fiddling with the one already in dcache_flush_range(). None of this had any eff

Re: [U-Boot] [PATCH 0/5] Introducing SPDX-License-Identifiers

2013-07-15 Thread Stephen Warren
On 07/10/2013 01:37 AM, Wolfgang Denk wrote: > Like many other projects, U-Boot has a tradition of including big > blocks of License headers in all files. This not only blows up the > source code with mostly redundant information, but also makes it very > difficult to generate License Clearing Rep

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

2013-07-15 Thread Tom Rini
On Tue, Jul 02, 2013 at 01:38:43PM +0200, Dirk Eibach wrote: > Hi Andy, > > > 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. > > my series

[U-Boot] [PATCH v2] mpc83xx: add support for mpc8306

2013-07-15 Thread Matevz Langus
This processor is most similar to the MPC8309, but lacks PCI. Signed-off-by: Matevz Langus --- Changes for v2: - Remove invalid Threads from QE SNUM allocation table for MPC8306 and MPC8309 to be in line with Freescale QEIWRM 4.4 arch/powerpc/cpu/mpc83xx/cpu.c | 1 + arch/powerp

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Albert ARIBAUD
Hi Troy, On Mon, 15 Jul 2013 12:59:56 -0700, Troy Kisky wrote: > On 7/15/2013 10:39 AM, Troy Kisky wrote: > > On 7/15/2013 6:41 AM, Albert ARIBAUD wrote: > >> Hi Troy, > >> > >> On Fri, 12 Jul 2013 19:43:07 -0700, Troy Kisky > >> wrote: > >> > >>> On 7/11/2013 4:18 PM, Fabio Estevam wrote: > >>

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Albert ARIBAUD
Hi Troy, On Mon, 15 Jul 2013 10:39:54 -0700, Troy Kisky wrote: > > Besides, Marek and I had in fact investigated barriers, adding some as > > I did in times past in mvgbe.c, and fiddling with the one already in > > dcache_flush_range(). None of this had any effect. > > You tried adding a dsb()

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Troy Kisky
On 7/15/2013 10:39 AM, Troy Kisky wrote: On 7/15/2013 6:41 AM, Albert ARIBAUD wrote: Hi Troy, On Fri, 12 Jul 2013 19:43:07 -0700, Troy Kisky wrote: On 7/11/2013 4:18 PM, Fabio Estevam wrote: On Thu, Jul 11, 2013 at 8:03 PM, Marek Vasut wrote: The MX28 multi-layer AHB bus can be too slow a

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Otavio Salvador
On Mon, Jul 15, 2013 at 2:29 PM, Fabio Estevam wrote: > mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid > the > code duplication and only use the nitrogen6x source code to make board code > maintainance easier. > > Tested booting a mainline device tree kernel on a mx6q

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Troy Kisky
On 7/15/2013 6:41 AM, Albert ARIBAUD wrote: Hi Troy, On Fri, 12 Jul 2013 19:43:07 -0700, Troy Kisky wrote: On 7/11/2013 4:18 PM, Fabio Estevam wrote: On Thu, Jul 11, 2013 at 8:03 PM, Marek Vasut wrote: The MX28 multi-layer AHB bus can be too slow and trigger the FEC DMA too early, before a

[U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Fabio Estevam
mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid the code duplication and only use the nitrogen6x source code to make board code maintainance easier. Tested booting a mainline device tree kernel on a mx6qsabrelite board. Signed-off-by: Fabio Estevam --- Changes since v

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

2013-07-15 Thread Tom Rini
On Thu, Jun 27, 2013 at 09:00:59AM +0200, Albert ARIBAUD wrote: > Hi Tom, > > On Mon, 24 Jun 2013 16:30:54 -0400, Tom Rini wrote: [snip] > > True. Looking ahead however, given device trees and the need to know > > what tree to request/load, I hope more boards will go with enabling > > CONFIG_ENV

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

2013-07-15 Thread Stephen Warren
On 07/12/2013 11:17 PM, Stephen Warren wrote: > On 07/12/2013 03:27 PM, Tom Rini wrote: >> Hey all, >> >> I've tagged and pushed v2013.07-rc3 out, and it should sync its >> way around in a few hours. I believe we should be all sorted out >> with FIT images and bootz and bootm finally, but a quick

Re: [U-Boot] [PATCH v2 1/1] patman: README documentation nits (unit test)

2013-07-15 Thread Tom Rini
On Sun, Jul 14, 2013 at 10:51:08AM -0700, Simon Glass wrote: > On Sun, Jul 14, 2013 at 2:27 AM, Gerhard Sittig wrote: > > > adjust instructions for the invocation of Patman's self test: the -t > > flag appears to have a different meaning now, refer to the --test option > > for the builtin unit te

Re: [U-Boot] [PATCH] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Eric Nelson
On 07/15/2013 08:33 AM, Fabio Estevam wrote: Hi Eric, On Mon, Jul 15, 2013 at 11:20 AM, Eric Nelson wrote: Thanks for pointing it out. I had missed this. rename board/{freescale/mx6qsabrelite/README => boundary/nitrogen6x/README.mx6qsabrelite} (100%) I also have to admit not having read

Re: [U-Boot] Antwort: Re: [PATCH] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Eric Nelson
Hi Stephan, On 07/15/2013 07:55 AM, Stephan Bauroth wrote: Hi Eric, Hi everyone else, > It seems that there are two policy differences between > the mx6qsabrelite.h and nitrogen6x.h files: > 1. Use of MMC for environment storage > 2. Use of boot script in nitrogen6x > I think we can disp

Re: [U-Boot] [PATCH] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Fabio Estevam
Hi Eric, On Mon, Jul 15, 2013 at 11:20 AM, Eric Nelson wrote: > Thanks for pointing it out. I had missed this. > > >> rename board/{freescale/mx6qsabrelite/README => >> boundary/nitrogen6x/README.mx6qsabrelite} (100%) > > > I also have to admit not having read this README. > > It appears to give

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Hector Palacios
On 07/15/2013 05:12 PM, Marek Vasut wrote: Hi Hector, Hi Marek, On 07/15/2013 02:30 PM, Marek Vasut wrote: Dear Hector Palacios, Hi Marek, On 07/12/2013 06:48 PM, Marek Vasut wrote: [...] but I found something: It is very strange that the timeouts appear always after transferring betw

[U-Boot] Antwort: Re: [PATCH] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Stephan Bauroth
Hi Eric, Hi everyone else, > It seems that there are two policy differences between > the mx6qsabrelite.h and nitrogen6x.h files: > 1. Use of MMC for environment storage > 2. Use of boot script in nitrogen6x > I think we can dispense with #1. Can you think of any reason > a user would care where

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Marek Vasut
Hi Hector, > Hi Marek, > > On 07/15/2013 02:30 PM, Marek Vasut wrote: > > Dear Hector Palacios, > > > >> Hi Marek, > >> > >> On 07/12/2013 06:48 PM, Marek Vasut wrote: > [...] > > but I found something: > It is very strange that the timeouts appear always after transferri

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Hector Palacios
Hi Marek, On 07/15/2013 02:30 PM, Marek Vasut wrote: Dear Hector Palacios, Hi Marek, On 07/12/2013 06:48 PM, Marek Vasut wrote: [...] but I found something: It is very strange that the timeouts appear always after transferring between 20 and 24 MiB. So I thought maybe it was not an issue

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Koen Kooi
Op 15 jul. 2013, om 16:49 heeft Tom Rini het volgende geschreven: > On Mon, Jul 15, 2013 at 02:16:50PM +0200, Koen Kooi wrote: >> >> Op 15 jul. 2013, om 14:11 heeft Nishanth Menon het volgende >> geschreven: >> >>> For folks not using concatenated device tree with uImage, having >>> an handy

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Tom Rini
On Mon, Jul 15, 2013 at 02:16:50PM +0200, Koen Kooi wrote: > > Op 15 jul. 2013, om 14:11 heeft Nishanth Menon het volgende > geschreven: > > > For folks not using concatenated device tree with uImage, having > > an handy function to find and load device tree is very handy. > > > > So introduce

Re: [U-Boot] [PATCH 1/3] arm: spl: Fix SPL booting for OMAP3

2013-07-15 Thread Tom Rini
On Fri, Jun 14, 2013 at 10:54:59AM +0200, Stefan Roese wrote: > SPL already has GD set to the correct location (in s_init), we mustn't > move it around now since some data (clocks etc) is already present. > > This error was detected on the SPL port for the Compulab CM-T35 board > (OMAP3530). > >

Re: [U-Boot] [PATCH v3] drivers:power:max77686: add function to set voltage and mode

2013-07-15 Thread Tom Rini
On Tue, Jun 25, 2013 at 09:59:47AM +0200, Piotr Wilczek wrote: > This patch add new functions to pmic max77686 to set voltage and mode. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > CC: Rajeshwari Shinde > > Acked-by: Rajeshwari Shinde Acked-by: Tom Ri

Re: [U-Boot] [PATCH v2 1/6] am335x_evm: Make NAND support modular

2013-07-15 Thread Justin Waters
Stefan, On Fri, 2013-07-12 at 07:30 -0400, Stefan Agner wrote: > Am 2013-07-11 15:54, schrieb Justin Waters: > > Give the user the ability to disable NAND support by defining > > CONFIG_NO_NAND. This will allow custom hardware to easily support > > this configuration. > > If NAND is not enabled,

Re: [U-Boot] [PATCH] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Eric Nelson
Hi Fabio, On 07/14/2013 09:23 PM, Fabio Estevam wrote: Hi Eric, On Mon, Jul 15, 2013 at 1:09 AM, Eric Nelson wrote: Agreed :-) Reviewed-by: Otavio Salvador +1 We should also add something to the README file though. In this patch I am still using the original README's: Thanks for p

[U-Boot] [PATCH] arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel

2013-07-15 Thread Lukasz Majewski
Before setting: mipi_lcd_device.reverse_panel = 1, the Trats's LCD panel was flipped by 180 degrees. The flip was caused by following change: Exynos: Change get_timer() to work correctly SHA1: 3d00c0cb96ff93a929700b80d89cb905e5ab5315 This commit fixed udelay(), which is necessary (due to HW LCD c

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Nishanth Menon
On 15:07-20130715, Koen Kooi wrote: > Op 15 jul. 2013, om 14:25 heeft Nishanth Menon het volgende > geschreven: > > On 14:16-20130715, Koen Kooi wrote: > >> Op 15 jul. 2013, om 14:11 heeft Nishanth Menon het volgende > >> geschreven: > >> [..] > &

Re: [U-Boot] [PATCH v8 3/3] MIPS: Jz4740: Add qi_lb60 board support

2013-07-15 Thread Tom Rini
On Sat, Jul 13, 2013 at 07:51:13AM +0200, Dirk Behme wrote: > Dear Wolfgang and Tom, > > Am 03.07.2013 11:54, schrieb Wolfgang Denk: > >Dear Xiangfu Liu, > > > >In message <4e95a3ba.8000...@pobox.com> you wrote: > >> > >>Add support for the qi_lb60 (a.k.a QI Ben NanoNote) clamshell device > >>fro

[U-Boot] [PATCH] mxc_gpio: Correct the GPIO handling in gpio_direction_output()

2013-07-15 Thread Dirk Behme
Setting the direction and an output value should be done by First, set the desired output value. Then, switch to output. If this is done in the inverse order, like at the moment, there can be a glitch on the GPIO line while switching first the old output value and aftwards the new one. Fix this

[U-Boot] [PATCH] fsl_esdhc: Touch only relevant sys ctrl bits

2013-07-15 Thread Dirk Behme
Dealing with the sys ctrl register should touch only the relevant bits and not accidently the whole register. On i.MX6, the sys control register contains bits which shouldn't be reset to 0, e.g. SYS_CTRL[3-0] and IPP_RST_N (SYS_CTRL[23]). Do this by read/modify/write instead of just a 32bit write.

Re: [U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread Gerhard Sittig
On Mon, Jul 15, 2013 at 15:33 +0200, Gerhard Sittig wrote: > > On Mon, Jul 15, 2013 at 19:26 +0800, tiger...@viatech.com.cn wrote: > > > > [ uboot.lst file, disassembler listing ] > > A quick search shows that there has not been such a feature in > U-Boot as far as git can see (that's back to No

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Albert ARIBAUD
Hi Troy, On Fri, 12 Jul 2013 19:43:07 -0700, Troy Kisky wrote: > On 7/11/2013 4:18 PM, Fabio Estevam wrote: > > On Thu, Jul 11, 2013 at 8:03 PM, Marek Vasut wrote: > >> The MX28 multi-layer AHB bus can be too slow and trigger the > >> FEC DMA too early, before all the data hit the DRAM. This pa

Re: [U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread Gerhard Sittig
On Mon, Jul 15, 2013 at 19:26 +0800, tiger...@viatech.com.cn wrote: > > Hi, experts: > I found no *.lst file produced in root directory after compiling uboot > source code. > > In the Makefile in older version uboot souce code: > .. > uboot.bin:uboot > $(OBJCOPY) ${OBJCFLAGS

Re: [U-Boot] random compile error "unrecognized command line option '-mshort-load-bytes'" with arm-eabi-gcc 4.6.x

2013-07-15 Thread Yingchun Li
Here is the reply from google developer, who think this is a race condition: "The Android build system isn't designed to use recursive calls to make, and the result in that case is subject to race conditions and therefore very undefined. You can try to build without -j, you can try to add the pseu

[U-Boot] [PATCH] drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion

2013-07-15 Thread Alexey Brodkin
1. No contents of "asm/arch/clk.h" is used within "dw_mmc.c". 2. If arch doesn't have "asm/arch/clk.h" driver won't build. Without mentioned inclusion dw_mmc driver could be built for arches other than ARM. For ARM driver still builds without it. Signed-off-by: Alexey Brodkin Cc: Mischa Jonker

[U-Boot] [PATCH] Revert "MIPS: Jz4740: Add qi_lb60 board support"

2013-07-15 Thread Tom Rini
The files board/qi/qi_lb60/qi_lb60.c and include/configs/qi_lb60.h were licensed under the GPL v3 or later, and not v2 or later. As this is incompatible with the project, revert this board support until the responsible parties are available to re-license (if so desired) under GPL v2. Signed-off-b

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Koen Kooi
Op 15 jul. 2013, om 14:25 heeft Nishanth Menon het volgende geschreven: > On 14:16-20130715, Koen Kooi wrote: >> >> Op 15 jul. 2013, om 14:11 heeft Nishanth Menon het volgende >> geschreven: >> >>> For folks not using concatenated device tree with uIm

Re: [U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread Albert ARIBAUD
Hi tiger...@viatech.com.cn, On Mon, 15 Jul 2013 19:26:31 +0800, wrote: > Hi, experts: > I found no *.lst file produced in root directory after compiling uboot > source code. > > In the Makefile in older version uboot souce code: > .. > uboot.bin:uboot > $(OBJCOPY) ${OBJCFL

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Marek Vasut
Dear Hector Palacios, > Hi Marek, > > On 07/12/2013 06:48 PM, Marek Vasut wrote: > >> [...] > >> > >> but I found something: > >> It is very strange that the timeouts appear always after transferring > >> between 20 and 24 MiB. So I thought maybe it was not an issue with the > >> size of the fi

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Nishanth Menon
On 14:16-20130715, Koen Kooi wrote: > > Op 15 jul. 2013, om 14:11 heeft Nishanth Menon het volgende > geschreven: > > > For folks not using concatenated device tree with uImage, having > > an handy function to find and load device tree is very handy. > > > &

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Koen Kooi
Op 15 jul. 2013, om 14:11 heeft Nishanth Menon het volgende geschreven: > For folks not using concatenated device tree with uImage, having > an handy function to find and load device tree is very handy. > > So introduce findfdt and loadfdt and run findfdt by default to make > it easier on user

Re: [U-Boot] [PATCH] OpenRD: relocate environment to 640kB

2013-07-15 Thread Tom Rini
On Mon, Jul 15, 2013 at 11:23:54AM +0200, Sascha Silbe wrote: > Albert ARIBAUD writes: > > >> The situation has gotten better recently and U-Boot fits into the > >> previous partition size of 384KiB again. So it isn't broken on OpenRD > >> anymore and the above would seem like a good approach. >

[U-Boot] [PATCH V3 1/6] omap3_beagle: remove JFFS2 support.

2013-07-15 Thread Nishanth Menon
We do not use JFFS2 by default and it conflicts with CONFIG_CMD_FS_GENERIC (ls command is the same). Since most of our BOOTCMD can be simplified by using the FS_GENERIC, dropping JFFS2 Signed-off-by: Nishanth Menon Acked-by: Joel Fernandes --- include/configs/omap3_beagle.h |8 1 f

[U-Boot] [PATCH V3 6/6] omap3_beagle: support booting from zImage and device tree as last option

2013-07-15 Thread Nishanth Menon
If no other bootoption works, try loading up device tree and zImage. This is selected as the last option to allow backward compatibility as well as support the recent trend in moving kernel boot to using zImage and device tree. NOTE: if uImage is present in bootpart, it will try this first and wi

[U-Boot] [PATCH V3 3/6] beagleboard: remove RevB support for BeagleBoard Xm

2013-07-15 Thread Nishanth Menon
As reported in http://marc.info/?l=u-boot&m=137358037827735&w=2 There is no need for the "xMB" variant, as the gpio pins used for identification where never changed from the xMA when the newer silcon was used for the xMB, So rename XM A revision as AB revision and report accordingly Reported-by:

[U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Nishanth Menon
For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt by default to make it easier on user scripts. Signed-off-by: Nishanth Menon --- V3: Fixes typo mistake reported in http:

[U-Boot] [PATCH V3 2/6] omap3_beagle: replace uImage.beagle with generic uImage

2013-07-15 Thread Nishanth Menon
e682930867f7dfc4a01784fe452fad9e962d65a (BeagleBoard: config: use uImage.beagle for tftp) Introduced uImage.beagle which does not happen to be default output file of Linux kernel build make uImage (output is uImage). So, replace uImage.beagle with uImage Signed-off-by: Nishanth Menon --- inclu

[U-Boot] [PATCH V3 4/6] omap3_beagle: enable CMD_FS_GENERIC and simplify load of image/ramdisk

2013-07-15 Thread Nishanth Menon
CMD_FS_GENERIC allows us to simplify where we load up our image from either from ext2/fat etc. So, lets use that instead of cumbersome options we currently use. Sticking with existing conventions, defaults will be: ramdisk=ramdisk.gz bootpart=0:2 (second partition) bootdir=/boot (/boot in second pa

[U-Boot] [PATCH V3 0/6] omap3_beagle: configs: improve BOOT_CMD options

2013-07-15 Thread Nishanth Menon
With the latest transition to device tree, there is a need to simplify the load of device tree depending on board type etc. While at it, simplify few other changes as well. Testing: with a uEnv.txt as: bootdir=/ bootpart=0:1 The following were the boot results: Beagle (rev C1D): http://pastebin.c

Re: [U-Boot] [PATCH] OpenRD: relocate environment to 640kB

2013-07-15 Thread Albert ARIBAUD
Hi Sascha, On Mon, 15 Jul 2013 11:23:54 +0200, Sascha Silbe wrote: > Albert ARIBAUD writes: > > >> The situation has gotten better recently and U-Boot fits into the > >> previous partition size of 384KiB again. So it isn't broken on OpenRD > >> anymore and the above would seem like a good appr

Re: [U-Boot] [PATCH v3] drivers:power:max77686: add function to set voltage and mode

2013-07-15 Thread Piotr Wilczek
Dear Tom, This patch is delegated to you. Could you review this patch for the next release? Best regards, Piotr Wilczek -- Samsung R&D Institute Poland (SRPOL) On 06/25/2013 09:59 AM, Piotr Wilczek wrote: This patch add new functions to pmic max77686 to set voltage and mode. Signed-off-by:

[U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread TigerLiu
Hi, experts: I found no *.lst file produced in root directory after compiling uboot source code. In the Makefile in older version uboot souce code: .. uboot.bin: uboot $(OBJCOPY) ${OBJCFLAGS} -O binary $< $@ $(OBJDUMP) -d -EL -h -M reg-names-raw --syms --fu

[U-Boot] [PATCH 6/7 v8] NAND: TPL : introduce the TPL based on the SPL

2013-07-15 Thread ying.zhang
From: Ying Zhang Due to the nand SPL on some board(e.g. P1022DS)has a size limit, it can not be more than 4K. So, the SPL cannot initialize the DDR with the SPD code. This patch introduces TPL to enable a loader stub that is loaded by the code from the SPL. It initializes the DDR with the SPD or

[U-Boot] [PATCH 5/7 v8] powerpc : p1022ds : enable p1022ds to start from eSPI with SPL

2013-07-15 Thread ying.zhang
From: Ying Zhang Enable p1022ds to start from eSPI with SPL. Signed-off-by: Ying Zhang --- Change from v7: - No change. Change from v6: - No longer changes the header file included by the file - "board/freescale/p1022ds/spl.c" Change from v5: - Split from "powerpc/p1022ds: boot from spi flash w

[U-Boot] [PATCH 3/7 v8] powerpc: p1022ds: Enable P1022DS to boot from SD Card with SPL

2013-07-15 Thread ying.zhang
From: Ying Zhang Enable p1022ds to start from eSDHC with SPL. Signed-off-by: Ying Zhang --- Change from v7: - No change. Change from v6: - Split from the patch "powerpc/p1022ds: boot from SD Card with SPL", - this patch only enables p1022ds to boot from SD Card with SPL. Change from v5: - No ch

[U-Boot] [PATCH 4/7 v8] powerpc : spi flash : Support to start from eSPI with SPL

2013-07-15 Thread ying.zhang
From: Ying Zhang This patch introduces SPL to enable a loader stub that being loaded by the code from the internal on-chip ROM. It loads the final uboot image into DDR, then jump to it to begin execution. The SPL's size is sizeable, the maximum size must not exceed the size of L2 SRAM. It initia

[U-Boot] [PATCH 2/7 v8] powerpc: mpc85xx: Support booting from SD Card with SPL

2013-07-15 Thread ying.zhang
From: Ying Zhang This patch introduces SPL to enable a loader stub that being loaded by the code from the internal on-chip ROM. It loads the final uboot image into DDR, then jump to it to begin execution. The SPL's size is sizeable, the maximum size must not exceed the size of L2 SRAM. It initia

[U-Boot] [PATCH 7/7 v8] powerpc: p1022ds: add TPL for p1022ds nand boot

2013-07-15 Thread ying.zhang
From: Ying Zhang TPL is introduced in the patch "NAND: TPL : introduce the TPL based on the SPL", here enable TPL for p1022ds nand boot. Signed-off-by: Ying Zhang --- Change from v7: - No change. Change from v6: - Delete the file "board/freescale/p1022ds/tpl.c". - Reuse the file "board/freescal

[U-Boot] [PATCH 1/7 v8] powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled some functionality for common SPL

2013-07-15 Thread ying.zhang
From: Ying Zhang 1. The symbol CONFIG_SPL_NAND_MINIMAL is unused, so deleted it. 2. Some functions were unused in the minimal SPL, but it is useful in the common SPL. So, enabled some functionality for common SPL. Signed-off-by: Ying Zhang --- Change from v7: - No change. Change from v6: - No c

[U-Boot] [PATCH 1/2] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-15 Thread Heiko Schocher
updating an ubi partition needs a completely erased mtd partition, see: http://lists.infradead.org/pipermail/linux-mtd/2011-May/035416.html So, add partubi alt setting for the dfu_alt_info environment variable to mark this partition as an ubi partition. In case we update an ubi partition, we erase

Re: [U-Boot] [PATCH] OpenRD: relocate environment to 640kB

2013-07-15 Thread Sascha Silbe
Albert ARIBAUD writes: >> The situation has gotten better recently and U-Boot fits into the >> previous partition size of 384KiB again. So it isn't broken on OpenRD >> anymore and the above would seem like a good approach. > How well does it fit again, and do you have any idea what caused the > i

Re: [U-Boot] [PATCH 1/1] OMAP3: igep00x0: allow booting with a FDT from MMC

2013-07-15 Thread Javier Martinez Canillas
On Mon, Jul 15, 2013 at 9:43 AM, Enric Balletbo Serra wrote: > Hi Javier, > Hi Enric, Thanks a lot for your feedback. > 2013/7/14 Javier Martinez Canillas : >> IGEP boards now have Device Tree support in the mainline >> kernel. To boot an IGEP board using a DT, a uEnv.txt plain >> text file cou

Re: [U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue

2013-07-15 Thread Hector Palacios
Hi Marek, On 07/12/2013 06:48 PM, Marek Vasut wrote: [...] >> but I found something: It is very strange that the timeouts appear always after transferring between 20 and 24 MiB. So I thought maybe it was not an issue with the size of the file or the number of packets received, but instead a t

Re: [U-Boot] [PATCH 1/3] spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded

2013-07-15 Thread Sonic Zhang
Acked-by: Sonic Zhang On Fri, Jul 12, 2013 at 5:39 PM, Axel Lin wrote: > Use DIV_ROUND_UP to simplify the code. > > Signed-off-by: Axel Lin > --- > drivers/spi/bfin_spi.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/drivers/spi/bfin_spi.c b/drivers/spi/bfin_spi.c

Re: [U-Boot] [PATCH 1/1] OMAP3: igep00x0: allow booting with a FDT from MMC

2013-07-15 Thread Enric Balletbo Serra
Hi Javier, 2013/7/14 Javier Martinez Canillas : > IGEP boards now have Device Tree support in the mainline > kernel. To boot an IGEP board using a DT, a uEnv.txt plain > text file could be used to define a custom uenvcmd that will > be run by the default boot command. > > It is more convenient to

Re: [U-Boot] [PATCH] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-15 Thread Stefano Babic
Hi Fabio, On 15/07/2013 04:40, Fabio Estevam wrote: > From: Fabio Estevam > > mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid > the > code duplication and only use the nitrogen6x source code to make board code > maintainance easier. > > Tested booting a mainline dev

Re: [U-Boot] Patman failure on Linux Mint 14

2013-07-15 Thread Stefano Babic
Hi Gerhard, On 14/07/2013 12:18, Gerhard Sittig wrote: > Hi there! > > Patman for some reason "doesn't work for me". It won't find > commits from the sandbox/repo, but wants me to specify -c > manually. Then it won't detect or cannot grok subject prefixes > and fails to determine email addresse