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

2013-07-23 Thread Wolfgang Denk
Dear Albert, In message 20130723072832.1a9b179a@lilith you wrote: I'm pleased to announce that v2013.07 has been tagged and pushed out, and will be available shortly in the usual places. ... I'm not seeing the version tag in the master branch or elsewhere in the u-boot repo. Should it not

[U-Boot] [PATCHv2 1/8] omap5: add qspi support

2013-07-23 Thread Sourav Poddar
From: Matt Porter matt.por...@linaro.org Add QSPI definitions and clock configuration support. Signed-off-by: Matt Porter matt.por...@linaro.org Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- arch/arm/cpu/armv7/omap5/hw_data.c |7 +++ arch/arm/cpu/armv7/omap5/prcm-regs.c |

[U-Boot] [PATCHv2 4/8] dra7xx_evm: add SPL API, QSPI, and serial flash support

2013-07-23 Thread Sourav Poddar
From: Matt Porter matt.por...@linaro.org Enables support for SPI SPL, QSPI and Spansion serial flash device on the EVM. Configures pin muxes for QSPI mode. Signed-off-by: Matt Porter matt.por...@linaro.org Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- board/ti/dra7xx/mux_data.h | 10

[U-Boot] [PATCHv2 6/8] drivers: mtd: qspi: Add quad read support

2013-07-23 Thread Sourav Poddar
From: Ravikumar Kattekola r...@ti.com Add Quad read mode (6 pin interface) support to spi flash and ti qspi driver. Quad mode (0x6bh on spansion) uses two extra pins (D2 and D3) for data transfer apart from the usual D0 and D1 pins thus transfering 4 bits per cycle. Signed-off-by: Ravikumar

Re: [U-Boot] [PATCHv2 3/8] spi: add TI QSPI driver

2013-07-23 Thread Wolfgang Denk
Dear Sourav Poddar, In message 1374569979-28660-4-git-send-email-sourav.pod...@ti.com you wrote: From: Matt Porter matt.por...@linaro.org Adds a SPI master driver for the TI QSPI peripheral. Signed-off-by: Matt Porter matt.por...@linaro.org Signed-off-by: Sourav Poddar

Re: [U-Boot] [PATCHv2 6/8] drivers: mtd: qspi: Add quad read support

2013-07-23 Thread Wolfgang Denk
Dear Sourav Poddar, In message 1374569979-28660-7-git-send-email-sourav.pod...@ti.com you wrote: From: Ravikumar Kattekola r...@ti.com Add Quad read mode (6 pin interface) support to spi flash and ti qspi driver. Quad mode (0x6bh on spansion) uses two extra pins (D2 and D3) for data

Re: [U-Boot] [PATCHv2 7/8] driver: spi: Add memory mapped read support

2013-07-23 Thread Wolfgang Denk
Dear Sourav Poddar, In message 1374569979-28660-8-git-send-email-sourav.pod...@ti.com you wrote: Qspi controller has a memory mapped port which can be used for data transfers. First controller need to be configured through configuration port, then for data read switch the controller to memory

Re: [U-Boot] [PATCHv2 3/8] spi: add TI QSPI driver

2013-07-23 Thread Sourav Poddar
On Tuesday 23 July 2013 02:53 PM, Wolfgang Denk wrote: Dear Sourav Poddar, In message1374569979-28660-4-git-send-email-sourav.pod...@ti.com you wrote: From: Matt Portermatt.por...@linaro.org Adds a SPI master driver for the TI QSPI peripheral. Signed-off-by: Matt

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

2013-07-23 Thread ying.zhang
From: Ying Zhang b40...@freescale.com 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 b40...@freescale.com --- Change

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

2013-07-23 Thread ying.zhang
From: Ying Zhang b40...@freescale.com Enable p1022ds to start from eSPI with SPL. Signed-off-by: Ying Zhang b40...@freescale.com --- Change from v8: - No change. Change from v7: - No change. Change from v6: - No longer changes the header file included by the file - board/freescale/p1022ds/spl.c

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

2013-07-23 Thread Wolfgang Denk
Dear ying.zh...@freescale.com, In message 1374571024-15729-7-git-send-email-ying.zh...@freescale.com you wrote: From: Ying Zhang b40...@freescale.com 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

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

2013-07-23 Thread Heiko Schocher
Hello Scott, Am 22.07.2013 23:24, schrieb Scott Wood: On 07/18/2013 11:32:14 PM, Heiko Schocher wrote: 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

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

2013-07-23 Thread Albert ARIBAUD
Hi Tom, On Mon, 22 Jul 2013 16:20:58 -0400, Tom Rini tr...@ti.com wrote: Hey all, I'm pleased to announce that v2013.07 has been tagged and pushed out, and will be available shortly in the usual places. There's once again been a lot of great work done, and aside from the usual rounds of

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

2013-07-23 Thread Wolfgang Denk
Dear Roger, In message 20130712195225.horde.nbpzy2dgxlsdxq54jlmw...@mail.meier-kuhn.ch you wrote: - NOTE! This license does *not* cover the so-called standalone -applications that use U-Boot services by means of the jump table -provided by U-Boot exactly for this purpose - this is merely

Re: [U-Boot] [PATCH 6/6] am335x_evm: am33xx_spl_board_init function and scale core frequency

2013-07-23 Thread Dan Murphy
On 07/19/2013 02:00 PM, Tom Rini wrote: Add a am33xx_spl_board_init (and enable the PMICs) that we may see, depending on the board we are running on. In all cases, we see if we can rely on the efuse_sma register to tell us the maximum speed. In the case of Beaglebone White, we need to make

Re: [U-Boot] [PATCH] am335x:Handle worst case scenario for Errata 1.0.24

2013-07-23 Thread Dan Murphy
On 07/22/2013 09:42 AM, Tom Rini wrote: From: Steve Kipisz s-kipi...@ti.com In Errata 1.0.24, if the board is running at OPP50 and has a warm reset, the boot ROM sets the frequencies for OPP100. This patch attempts to drop the frequencies back to OPP50 as soon as possible in the SPL. Then

Re: [U-Boot] [PATCH] usb: ehci-omap: Don't softreset USB High-speed Host (UHH) Module

2013-07-23 Thread Dan Murphy
On 07/22/2013 03:52 AM, Marek Vasut wrote: Dear Roger Quadros, Fixes NFS root problems with Beagle (3530 ES1.0) when used with external USB-ethernet adapter and USB start command used within u-boot. Soft resetting the UHH module causes instability issues on all OMAPs so we just avoid it.

[U-Boot] PATCH, RESEND] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Rommel G Custodio
From 08b32b6511035c4a558773a992eb1ffa63521349 Mon Sep 17 00:00:00 2001 In-Reply-To: 20130719090305.16c47d8e@amdc308.digital.local References: 20130719090305.16c47d8e@amdc308.digital.local From: Rommel G Custodio sessyargc...@gmail.com Date: Sat, 20 Jul 2013 17:03:23 +0900 Subject: [PATCH, RESEND]

Re: [U-Boot] [Ac100] [PATCH 3/3] ARM: tegra: paz00: enable nveckeyboard support

2013-07-23 Thread Marc Dietrich
On Friday 19 July 2013 13:14:13 Stephen Warren wrote: On 07/19/2013 02:47 AM, Andrey Danin wrote: Signed-off-by: Andrey Danin danind...@mail.ru (Some patch descriptions would be useful) diff --git a/board/compal/dts/tegra20-paz00.dts b/board/compal/dts/tegra20-paz00.dts + nvec {

Re: [U-Boot] [PATCH 1/1] ddr cfg: DRAM_RESET needs 0x00020030

2013-07-23 Thread Stefano Babic
Hi Tom, Am 19/07/2013 23:50, schrieb Tom Rini: On Fri, Jul 19, 2013 at 02:34:55PM -0700, Troy Kisky wrote: On 7/19/2013 2:00 PM, Fabio Estevam wrote: Hi Troy, On Wed, Jul 17, 2013 at 4:46 PM, Troy Kisky troy.ki...@boundarydevices.com wrote: The old value of 0x000e0030 will cause ethernet

[U-Boot] [PATCH] wandboard: Use splash image at screen center by default

2013-07-23 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/configs/wandboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index ee6bf21..dd06bd7 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@

Re: [U-Boot] [PATCH] tools: fix FIT image with ramdisk

2013-07-23 Thread Simon Glass
+Stephen Hi Tom, On Sat, Jul 20, 2013 at 4:38 PM, Tom Rini tr...@ti.com wrote: On Sat, Jul 20, 2013 at 04:06:27PM -0600, Simon Glass wrote: Hi, On Sat, Jul 13, 2013 at 8:55 PM, Tom Rini tr...@ti.com wrote: [snip] No, because what we have today is insufficient for the kernel, you

Re: [U-Boot] [PATCH] tools: fix FIT image with ramdisk

2013-07-23 Thread Tom Rini
On Sat, Jul 20, 2013 at 04:06:27PM -0600, Simon Glass wrote: Hi, On Sat, Jul 13, 2013 at 8:55 PM, Tom Rini tr...@ti.com wrote: [snip] No, because what we have today is insufficient for the kernel, you still have to specify the load/entry point, in FIT at least, even on NOLOAD. I'd have

Re: [U-Boot] [Ac100] [PATCH 3/3] ARM: tegra: paz00: enable nveckeyboard support

2013-07-23 Thread Stephen Warren
On 07/20/2013 03:12 AM, Marc Dietrich wrote: On Friday 19 July 2013 13:14:13 Stephen Warren wrote: ... Let's skip how this may actually look like in software. Given the discussions we had in the past, I propose the following binding: i2c-slave@7000c500 { compatible =

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Simon Glass
+Tom On Fri, Jul 19, 2013 at 1:03 AM, Lukasz Majewski l.majew...@samsung.comwrote: On Tue, 16 Jul 2013 08:14:35 + (UTC) Rommel Custodio sessyargc+ub...@gmail.com wrote, Hi Rommel, Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I

[U-Boot] tdphette

2013-07-23 Thread Thad Phetteplace
http://dejobgids.nl/xvpv/zjdzf.rulsnabntv ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] usb: Use well-known descriptor sizes when parsing configuration

2013-07-23 Thread Marek Vasut
Hi Julius, How would that make the code more consistent ? It seems if the device can not even provide valid config ep descriptor, the device is broken beyond salvation. Okay, sure, it's not important enough to argue about. Will resubmit it this way. The sizeof() thing is true for

[U-Boot] [PATCH 0/1] ext4 fixes for BE machine

2013-07-23 Thread Andreas Bießmann
I just copied the patch provided by Rommel and tested reading an ext4 on avr32 machine. List content and read data from it worked, but I can't say anything about ext4write which Rommel says to fix with that patch. @sjg: We should add Series-notes switch to avoid cover letter for single patch

Re: [U-Boot] [PATCH 1/1] ddr cfg: DRAM_RESET needs 0x00020030

2013-07-23 Thread Tom Rini
On Sat, Jul 20, 2013 at 06:01:56PM +0200, Stefano Babic wrote: Hi Tom, Am 19/07/2013 23:50, schrieb Tom Rini: On Fri, Jul 19, 2013 at 02:34:55PM -0700, Troy Kisky wrote: On 7/19/2013 2:00 PM, Fabio Estevam wrote: Hi Troy, On Wed, Jul 17, 2013 at 4:46 PM, Troy Kisky

Re: [U-Boot] can u-boot NFS mount my beaglebone rootfs over USB tether?

2013-07-23 Thread Albert ARIBAUD
Hi Robert, On Sun, 21 Jul 2013 08:10:15 -0700 (PDT), Robert P. J. Day rpj...@crashcourse.ca wrote: On Sun, 21 Jul 2013, Albert ARIBAUD wrote: Hi Robert, On Sun, 21 Jul 2013 04:07:17 -0700 (PDT), Robert P. J. Day rpj...@crashcourse.ca wrote: i have a current production

Re: [U-Boot] [PATCH] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Simon Glass
Hi Andreas, On Sun, Jul 21, 2013 at 2:53 AM, Andreas Bießmann andreas.de...@googlemail.com wrote: From: Rommel Custodio sessyargc+ub...@gmail.com Fix reading ext4_extent_header struture on BE machines. Some 16 bit fields where converted to 32 bit fields, due to the byte swap on BE

Re: [U-Boot] can u-boot NFS mount my beaglebone rootfs over USB tether?

2013-07-23 Thread Tom Rini
On Sun, Jul 21, 2013 at 03:34:58PM -0700, Robert P. J. Day wrote: On Sun, 21 Jul 2013, Tom Rini wrote: On Sun, Jul 21, 2013 at 01:43:29PM -0700, Robert P. J. Day wrote: in the end, i would *like* the host to have the IP address 192.168.7.1, and the BBB to have the IP address

Re: [U-Boot] can u-boot NFS mount my beaglebone rootfs over USB tether?

2013-07-23 Thread Tom Rini
On Sun, Jul 21, 2013 at 01:43:29PM -0700, Robert P. J. Day wrote: in the end, i would *like* the host to have the IP address 192.168.7.1, and the BBB to have the IP address 192.168.7.2, and there's one other slight complication. i can't assume the net connection will be represented by

Re: [U-Boot] [PATCH] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Andreas Bießmann
Hi Lukasz, On 22.07.13 08:43, Lukasz Majewski wrote: On Sun, 21 Jul 2013 10:53:25 +0200 Andreas Bießmann andreas.de...@googlemail.com wrote, snip I've tested this patch at LE Samsung Trats board. The code worked as before (ext4ls, ext4load, ext4write) - also taking into account limitation

[U-Boot] [U-boot] shell script syntax

2013-07-23 Thread TigerLiu
Hi, experts: It seems u-boot script does not support for / goto etc syntax? So, I could not use script to let one cmd run many times? Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [RFC] [PATCH 0/5] Refactor MAINTAINERS file

2013-07-23 Thread Albert ARIBAUD
This patch series aims at refactoring MAINTAINERS into an easily processable file. There are not actually five changes as such; the first four patches are step-by-step cleaning so that the last patch can be created essentially by running an AWK script on MAINTAINERS. The non-RFC submission will

Re: [U-Boot] [U-boot] shell script syntax

2013-07-23 Thread TigerLiu
Hi, Albert: See the Denx U-Boot documentation, more precisely: http://www.denx.de/wiki/view/DULG/CommandLineParsing#Section_14.2.17. From this web page, it seems hush-shell support for iteration. So, i wrote a simple script as below: for(i=1;i10;i++) do echo lion-0722 done Then, i used

[U-Boot] [RFC] [PATCH 1/5] MAINTAINERS: move ARM entries into ARM section

2013-07-23 Thread Albert ARIBAUD
A few ARM entries were present in the PowerPC section. Move them into the ARM section. Do not respect order any more than it was respected before, as the whole file structure will be refactored. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- MAINTAINERS | 60

[U-Boot] [RFC] [PATCH 2/5] MAINTAINERS: move improperly placed e-mail addresses

2013-07-23 Thread Albert ARIBAUD
This is to homogeneize all e-mail addresses in the file so that a simple script can find them all and associate them with the corresponding boards. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- MAINTAINERS | 25 ++--- 1 file changed, 18 insertions(+), 7

[U-Boot] [RFC] [PATCH 4/5] MAINTAINERS: remove useless 'header' lines

2013-07-23 Thread Albert ARIBAUD
These lines look like board lines, causing the conversion script to create bogus board entries. Remove them. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- MAINTAINERS | 4 1 file changed, 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e03fa61..ec97d48 100644 ---

[U-Boot] [RFC] [PATCH 3/5] MAINTAINERS: remove misplaced comments.

2013-07-23 Thread Albert ARIBAUD
chromebook-x86 has comments in MAINTAINERS which should actually be in some doc/README.* file. Remove them. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- MAINTAINERS | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index

Re: [U-Boot] [U-boot] shell script syntax

2013-07-23 Thread Albert ARIBAUD
Hi tiger...@viatech.com.cn, On Mon, 22 Jul 2013 19:44:18 +0800, tiger...@viatech.com.cn wrote: Hi, Albert: Did you try the commands live in your U-Boot console? Did you make sure hush shell is enabled in your U-boot? I am sure I have enabled hush shell. I think for iteration syntax is

Re: [U-Boot] [U-Boot, V2] fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blksz

2013-07-23 Thread Tom Rini
On Sat, Jul 20, 2013 at 08:17:59AM +0800, Dennis Lan (dlan) wrote: From: Lan Yixun (dlan) dennis.y...@gmail.com The problem here is that uboot can't mount ext4 filesystem with commit 50ce4c07df1 applied. We use hard-coded SECTOR_SIZE(512) before this commit, now we introduce

Re: [U-Boot] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Tom Rini
On Sun, Jul 21, 2013 at 10:53:25AM +0200, Andreas Bie??mann wrote: From: Rommel Custodio sessyargc+ub...@gmail.com Fix reading ext4_extent_header struture on BE machines. Some 16 bit fields where converted to 32 bit fields, due to the byte swap on BE machines the containing value was

Re: [U-Boot] arm: at91sam9n12: change EBI IO to high drive mode

2013-07-23 Thread Tom Rini
On Wed, Jul 17, 2013 at 05:14:17PM +0800, Bo Shen wrote: As both the DDR SDRAM and NAND flash connect to EBI on at91sam9n12 and share the lower 8 bits data line. If use low drive of the data line, it will cause DDR data access corrupt in lower address, so change the data line to high drive

[U-Boot] [PATCH v2 4/6] am33xx: Add am33xx_spl_board_init function, call

2013-07-23 Thread Tom Rini
We need to allow for a further call-out in spl_board_init. Call this am33xx_spl_board_init and add a __weak version. This function may be used to scale the MPU frequency up, depending on board needs. Signed-off-by: Tom Rini tr...@ti.com --- Changes in v2: - Move am33xx_spl_board_init to

Re: [U-Boot] [UBOOT] [PATCH V2 1/2] gpio: tca642x: Add the tca642x gpio expander driver

2013-07-23 Thread Tom Rini
On Tue, Jul 09, 2013 at 12:26:14PM -0500, Dan Murphy wrote: Add the tca642x gpio expander driver Datasheet: http://www.ti.com/product/tca6424a Signed-off-by: Dan Murphy dmur...@ti.com Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [RFC] [PATCH 5/5] MAINTAINERS: refactor file for easier processing

2013-07-23 Thread Otavio Salvador
Hello Albert, First I'd like to say I do like this change and it can improve a lot how tools can make The Right Thing automatically (here patman comes to my head). On Tue, Jul 23, 2013 at 5:29 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: +# Note: list sorted by architecture, name,

Re: [U-Boot] [PATCH v3 4/7] ARM: OMAP5-uevm: Add USB ehci support for the uEVM

2013-07-23 Thread Tom Rini
On Wed, Jul 17, 2013 at 03:16:04PM -0500, Dan Murphy wrote: Add the USB ehci support for the OMAP5 uEVM. Configure the uEVM mux data Add the flags to build the appropriate modules Add the usb call backs to initialize the EHCI controller Signed-off-by: Dan Murphy dmur...@ti.com [sinp] +

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Andreas Bießmann
Hi all, On 21.07.2013 06:32, Simon Glass wrote: +Tom On Fri, Jul 19, 2013 at 1:03 AM, Lukasz Majewski l.majew...@samsung.comwrote: On Tue, 16 Jul 2013 08:14:35 + (UTC) Rommel Custodio sessyargc+ub...@gmail.com wrote, Hi Rommel, Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now

[U-Boot] [PATCH] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Andreas Bießmann
From: Rommel Custodio sessyargc+ub...@gmail.com Fix reading ext4_extent_header struture on BE machines. Some 16 bit fields where converted to 32 bit fields, due to the byte swap on BE machines the containing value was corrupted. Therefore reading ext4 filesystems on BE machines where broken

Re: [U-Boot] [PATCH] am335x:Handle worst case scenario for Errata 1.0.24

2013-07-23 Thread Lokesh Vutla
On Monday 22 July 2013 08:12 PM, Tom Rini wrote: From: Steve Kipisz s-kipi...@ti.com In Errata 1.0.24, if the board is running at OPP50 and has a warm reset, the boot ROM sets the frequencies for OPP100. This patch attempts to drop the frequencies back to OPP50 as soon as possible in the

Re: [U-Boot] [PATCH v3 2/7] ARM: OMAP5: USB: Add OMAP5 common USB EHCI information

2013-07-23 Thread Tom Rini
On Fri, Jul 19, 2013 at 12:30:54PM +0300, Roger Quadros wrote: On 07/18/2013 08:48 PM, Dan Murphy wrote: Dear Roger On 07/18/2013 02:10 AM, Roger Quadros wrote: Dan, On 07/17/2013 11:16 PM, Dan Murphy wrote: * Enable the OMAP5 EHCI host clocks * Add OMAP5 EHCI register

Re: [U-Boot] [PATCH] am335x:Handle worst case scenario for Errata 1.0.24

2013-07-23 Thread Tom Rini
On Mon, Jul 22, 2013 at 08:33:44PM +0530, Lokesh Vutla wrote: On Monday 22 July 2013 08:12 PM, Tom Rini wrote: From: Steve Kipisz s-kipi...@ti.com In Errata 1.0.24, if the board is running at OPP50 and has a warm reset, the boot ROM sets the frequencies for OPP100. This patch attempts to

Re: [U-Boot] can u-boot NFS mount my beaglebone rootfs over USB tether?

2013-07-23 Thread Albert ARIBAUD
Hi Robert, On Sun, 21 Jul 2013 04:07:17 -0700 (PDT), Robert P. J. Day rpj...@crashcourse.ca wrote: i have a current production version of the beaglebone black, and i'd dearly love to NFS mount the root filesystem over the USB tether (which typically assigns net addresses of 192.68.7.[12]

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

2013-07-23 Thread Scott Wood
On 07/18/2013 01:57:23 AM, Lukasz Majewski wrote: As a side note, I'm curious how bool ubi would be implemented by the compiler and if it is equivalent to explicite bit fields. I believe the compiler implements bool as an 8-bit data type. -Scott ___

[U-Boot] [PATCH] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-23 Thread Robert Winkler
DVI monitors show up as the RX_SENSE bits in the HDMI_PHY_STAT0 register, ie F0 so we really want to check against F2 to support both HDMI and DVI. Signed-off-by: Robert Winkler robert.wink...@boundarydevices.com --- arch/arm/imx-common/cmd_hdmidet.c | 3 +--

Re: [U-Boot] [PATCH 0/1] ext4 fixes for BE machine

2013-07-23 Thread Simon Glass
Hi Andreas, On Sun, Jul 21, 2013 at 2:53 AM, Andreas Bießmann andreas.de...@googlemail.com wrote: I just copied the patch provided by Rommel and tested reading an ext4 on avr32 machine. List content and read data from it worked, but I can't say anything about ext4write which Rommel says to

Re: [U-Boot] [PATCH] fixing wrong termination of string

2013-07-23 Thread Simon Glass
On Fri, Jul 19, 2013 at 12:31 PM, Rossier Daniel daniel.ross...@heig-vd.chwrote: Hi, I discovered a small bug in lib/vsprintf.c which leads to an Access violation(2) when I tried to tftp a file, in QEMU. If CONFIG_SYS_VSNPRINTF is set, the str pointer is incremented even if str reached the

Re: [U-Boot] [PATCH 0/1] ext4 fixes for BE machine

2013-07-23 Thread Rommel G Custodio
Dear Andreas Bießmann On 2013.07/21, Andreas Bießmann wrote: I just copied the patch provided by Rommel and tested reading an ext4 on avr32 machine. List content and read data from it worked, but I can't say anything about ext4write which Rommel says to fix with that patch. Thanks for update.

Re: [U-Boot] Steps to make u-boot binary which can be booted as RAMBOOT

2013-07-23 Thread Albert ARIBAUD
Hi ranju, On Tue, 23 Jul 2013 09:49:00 +0530, ranju ranjini...@gmail.com wrote: Hi All, I am here trying to make u-boot as Ramboot binary . But when I copy u-boot binary to Ram and execute go command , its hanging there itself. Can you help me to sort out the issue ? There is little

Re: [U-Boot] [RFC] Improve bootargs for IGEP boards.

2013-07-23 Thread Enric Balletbo Serra
Hi Tom, Thanks for the answer. 2013/7/18 Tom Rini tr...@ti.com: On Tue, Jul 16, 2013 at 10:00:16AM +0200, Enric Balletbo Serra wrote: [snip] o 2nd proposal: 4 partitions: SPL U-Boot U-Boot Environment Filesystem (ubifs): zImage + kernel modules +

Re: [U-Boot] [RFC] Improve bootargs for IGEP boards.

2013-07-23 Thread Enric Balletbo Serra
2013/7/23 Enric Balletbo Serra eballe...@gmail.com: Hi Tom, Thanks for the answer. 2013/7/18 Tom Rini tr...@ti.com: On Tue, Jul 16, 2013 at 10:00:16AM +0200, Enric Balletbo Serra wrote: [snip] o 2nd proposal: 4 partitions: SPL U-Boot U-Boot Environment

[U-Boot] [PATCHv2 0/8] qspi controller: Normal, quad and memory mapped read support

2013-07-23 Thread Sourav Poddar
This patch series add uboot ti qspi controller driver. QSPI is a kind of spi module that allows single, dual and quad read access to external spi devices. The module has a memory mapped interface which provide direct interface for accessing data form external spi devices. SPI mode --- SPI

[U-Boot] [PATCHv2 3/8] spi: add TI QSPI driver

2013-07-23 Thread Sourav Poddar
From: Matt Porter matt.por...@linaro.org Adds a SPI master driver for the TI QSPI peripheral. Signed-off-by: Matt Porter matt.por...@linaro.org Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- drivers/spi/Makefile |1 + drivers/spi/ti_qspi.c | 262

[U-Boot] [PATCHv2 2/8] armv7: hw_data: change clock divider setting.

2013-07-23 Thread Sourav Poddar
Clock requirement for qspi clk is 192 Mhz. According to the below formulae, f dpll = f ref * 2 * m /(n + 1) clockoutx2_Hmn = f dpll / (hmn+ 1) fref = 20 Mhz, m = 96, n = 4 gives f dpll = 768 Mhz For clockoutx2_Hmn to be 768, hmn + 1 should be 4. Signed-off-by: Sourav Poddar sourav.pod...@ti.com

[U-Boot] [PATCHv2 5/8] drivers: mtd: spi: Modify read/write command for sfl256s flash.

2013-07-23 Thread Sourav Poddar
Reading using the already supported read command is causing regression after 4k bytes, as a result doing a page by page read. Its happening, because ti qpsi controller CS will get de asserted after 4096 bytes. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- drivers/mtd/spi/spi_flash.c |

[U-Boot] [PATCHv2 7/8] driver: spi: Add memory mapped read support

2013-07-23 Thread Sourav Poddar
Qspi controller has a memory mapped port which can be used for data transfers. First controller need to be configured through configuration port, then for data read switch the controller to memory mapped and read from the predefined location. Signed-off-by: Sourav Poddar sourav.pod...@ti.com ---

[U-Boot] [PATCHv2 8/8] README: qspi usecase and testing documentation.

2013-07-23 Thread Sourav Poddar
Contains documentation and testing details for qspi flash interface. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- doc/README.ti_qspi_dra_test | 38 ++ doc/README.ti_qspi_flash| 47 +++ 2 files changed, 85

Re: [U-Boot] [PATCHv2 7/8] driver: spi: Add memory mapped read support

2013-07-23 Thread Sourav Poddar
On Tuesday 23 July 2013 02:59 PM, Wolfgang Denk wrote: Dear Sourav Poddar, In message1374569979-28660-8-git-send-email-sourav.pod...@ti.com you wrote: Qspi controller has a memory mapped port which can be used for data transfers. First controller need to be configured through configuration

Re: [U-Boot] [PATCH 1/1] net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules

2013-07-23 Thread Sharma Bhupesh-B45370
Hi Andy, Joe, This patch adds support for Realtek PHY modules RTL8211DN and RTL8211E (variants: RTL8211E-VB-CG, RTL8211E-VL-CG, RTL8211EG-VB-CG), which can be found on Freescale's T1040RDB boards. To make the driver more generic across 8211 family, a generic name 8211x is added for macros

Re: [U-Boot] [PATCH] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-23 Thread Eric Nelson
Hi all, On 07/22/2013 01:33 PM, Robert Winkler wrote: DVI monitors show up as the RX_SENSE bits in the HDMI_PHY_STAT0 register, ie F0 so we really want to check against F2 to support both HDMI and DVI. A little background is probably appropriate for this patch. Since the beginning of usage

[U-Boot] sandbox build on OS X

2013-07-23 Thread Rommel Custodio
Hi All, Latest sandbox builds fine on a Linux box (VM actually). Though, is it possible to build sandbox on OS X?? Has anyone tried lately? I tried building on Mac a couple or so of days back and it just spewed out an error message. I've got the standard OS X compiler installed and homebrew

Re: [U-Boot] [PATCH] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-23 Thread Fabio Estevam
Hi Eric, On Tue, Jul 23, 2013 at 6:43 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: A little background is probably appropriate for this patch. Since the beginning of usage of the SABRE Lite and Nitrogen6x boards, DVI detection has been somewhat broken. Some (most) DVI monitors

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

2013-07-23 Thread ying.zhang
From: Ying Zhang b40...@freescale.com 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 b40...@freescale.com --- Change from v8: - Add new symbol CONFIG_SPL_ENV_IN_NAND. Change from v7: - No change.

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

2013-07-23 Thread ying.zhang
From: Ying Zhang b40...@freescale.com 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

Re: [U-Boot] [PATCH] fs: fat: fix bug when write size is less than a sector size

2013-07-23 Thread Josh Wu
Hi, Dear Wolfgang Denk On 7/19/2013 7:20 PM, Wolfgang Denk wrote: Dear Josh Wu, In message 51e90a3d.6000...@atmel.com you wrote: Why would this be needed? The case of a partial write is covered further down below in the code, in the if (size % mydata-sect_size) part... The call of

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

2013-07-23 Thread ying.zhang
From: Ying Zhang b40...@freescale.com 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

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

2013-07-23 Thread ying.zhang
From: Ying Zhang b40...@freescale.com Enable p1022ds to start from eSDHC with SPL. Signed-off-by: Ying Zhang b40...@freescale.com --- Change from v8: - No change. Change from v7: - No change. Change from v6: - Split from the patch powerpc/p1022ds: boot from SD Card with SPL, - this patch only

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

2013-07-23 Thread ying.zhang
From: Ying Zhang b40...@freescale.com 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

[U-Boot] [PATCH] arm:samsung:timer: Move common timer related code to ./samsung-common/ directory

2013-07-23 Thread Lukasz Majewski
Common Samsung's timer/pwm code has been moved one level up - to ./samsung-common directory. This would allow other - non S5P based targets to reuse it. As a side effect, duplicated header files have been removed. Signed-off-by: Lukasz Majewski l.majew...@majess.pl Cc: Minkyu Kang

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

2013-07-23 Thread Wolfgang Denk
Dear ying.zh...@freescale.com, In message 1374571024-15729-2-git-send-email-ying.zh...@freescale.com you wrote: From: Ying Zhang b40...@freescale.com 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

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

2013-07-23 Thread Wolfgang Denk
Dear ying.zh...@freescale.com, In message 1374571024-15729-4-git-send-email-ying.zh...@freescale.com you wrote: From: Ying Zhang b40...@freescale.com 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

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

2013-07-23 Thread Wolfgang Denk
Dear ying.zh...@freescale.com, In message 1374571024-15729-6-git-send-email-ying.zh...@freescale.com you wrote: From: Ying Zhang b40...@freescale.com 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

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

2013-07-23 Thread Wolfgang Denk
Dear ying.zh...@freescale.com, In message 1374571024-15729-3-git-send-email-ying.zh...@freescale.com you wrote: From: Ying Zhang b40...@freescale.com Enable p1022ds to start from eSDHC with SPL. Signed-off-by: Ying Zhang b40...@freescale.com Please fix at least the warning: #243: FILE:

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

2013-07-23 Thread Wolfgang Denk
Dear Tom, In message 20130722202058.GA19104@bill-the-cat you wrote: I'm pleased to announce that v2013.07 has been tagged and pushed out, and will be available shortly in the usual places. Thanks again for the great job you are doing here. The u-boot-v2013.07 tarball is now also available

[U-Boot] [PATCH v2] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-23 Thread Robert Winkler
A little background is probably appropriate for this patch. Since the beginning of usage of the SABRE Lite and Nitrogen6x boards, DVI detection has been somewhat broken. Some (most) DVI monitors don't produce the HPD bit in the PHY_STAT0 register, but do show proper toggling of the RX_SENSE0..3

[U-Boot] [PATCH] net, phy, cpsw: fix gigabit register access

2013-07-23 Thread Heiko Schocher
accessing a lan9303 switch with the cpsw driver results in wrong speed detection, as the switch sets the BMSR_ERCAP in BMSR register, and follow read of the MII_STAT1000 register fails, as the switch does not support it. Current code did not check, if a phy_read() fails ... fix this.

[U-Boot] Fwd: [i2c] Pull request

2013-07-23 Thread Heiko Schocher
Hello, forgot to add the U-Boot mailinglist to Cc: ... Original-Nachricht Betreff: [U-Boot] [i2c] Pull request Datum: Tue, 23 Jul 2013 14:54:39 +0200 Von: Heiko Schocher h...@denx.de Antwort an: h...@denx.de Organisation: DENX Software Engineering An: Tom Rini tr...@ti.com

Re: [U-Boot] [PATCH] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-23 Thread Eric Nelson
Hi Fabio, On 07/23/2013 02:46 PM, Fabio Estevam wrote: Hi Eric, On Tue, Jul 23, 2013 at 6:43 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: A little background is probably appropriate for this patch. Since the beginning of usage of the SABRE Lite and Nitrogen6x boards, DVI detection

Re: [U-Boot] [PATCHv2 5/8] drivers: mtd: spi: Modify read/write command for sfl256s flash.

2013-07-23 Thread Sourav Poddar
+ jagan, On Tuesday 23 July 2013 02:29 PM, Sourav Poddar wrote: Reading using the already supported read command is causing regression after 4k bytes, as a result doing a page by page read. Its happening, because ti qpsi controller CS will get de asserted after 4096 bytes. Signed-off-by:

Re: [U-Boot] [PATCHv2 5/8] drivers: mtd: spi: Modify read/write command for sfl256s flash.

2013-07-23 Thread Sourav Poddar
On Tuesday 23 July 2013 08:00 PM, Felipe Balbi wrote: Hi, On Tue, Jul 23, 2013 at 07:53:06PM +0530, Sourav Poddar wrote: @@ -311,7 +341,7 @@ int spi_flash_cmd_read_fast(struct spi_flash *flash, u32 offset, debug(SF: read failed\n); break;

Re: [U-Boot] [PATCH] net, phy, cpsw: fix gigabit register access

2013-07-23 Thread Joe Hershberger
On Tue, Jul 23, 2013 at 8:32 AM, Heiko Schocher h...@denx.de wrote: accessing a lan9303 switch with the cpsw driver results in wrong speed detection, as the switch sets the BMSR_ERCAP in BMSR register, and follow read of the MII_STAT1000 register fails, as the switch does not support it.

Re: [U-Boot] [PATCHv2 5/8] drivers: mtd: spi: Modify read/write command for sfl256s flash.

2013-07-23 Thread Felipe Balbi
Hi, On Tue, Jul 23, 2013 at 07:53:06PM +0530, Sourav Poddar wrote: @@ -311,7 +341,7 @@ int spi_flash_cmd_read_fast(struct spi_flash *flash, u32 offset, debug(SF: read failed\n); break; } - +#endif offset += read_len;

Re: [U-Boot] [PATCH 1/1] ddr cfg: DRAM_RESET needs 0x00020030

2013-07-23 Thread Dirk Behme
On 17.07.2013 21:46, Troy Kisky wrote: The old value of 0x000e0030 will cause ethernet timeout issues on the sabrelite and possibly other boards using the KSZ9021. I have no explanation as to why. But this is a correct change, the TRM will be updated to show that 00b is the only valid setting

Re: [U-Boot] [PATCH] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-23 Thread Lukasz Majewski
On Sun, 21 Jul 2013 10:53:25 +0200 Andreas Bießmann andreas.de...@googlemail.com wrote, Hi Andreas, From: Rommel Custodio sessyargc+ub...@gmail.com Fix reading ext4_extent_header struture on BE machines. Some 16 bit fields where converted to 32 bit fields, due to the byte swap on BE

Re: [U-Boot] [Ac100] [PATCH 3/3] ARM: tegra: paz00: enable nveckeyboardsupport

2013-07-23 Thread Stephen Warren
On 07/22/2013 01:09 AM, Marc Dietrich wrote: Am Samstag, 20. Juli 2013, 21:20:52 schrieb Stephen Warren: On 07/20/2013 03:12 AM, Marc Dietrich wrote: On Friday 19 July 2013 13:14:13 Stephen Warren wrote: ... Let's skip how this may actually look like in software. Given the discussions we

Re: [U-Boot] [PATCH 1/1] net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules

2013-07-23 Thread Joe Hershberger
On Tue, Jul 23, 2013 at 3:30 AM, Sharma Bhupesh-B45370 b45...@freescale.com wrote: Hi Andy, Joe, This patch adds support for Realtek PHY modules RTL8211DN and RTL8211E (variants: RTL8211E-VB-CG, RTL8211E-VL-CG, RTL8211EG-VB-CG), which can be found on Freescale's T1040RDB boards. To make the

Re: [U-Boot] [PATCH v2] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-23 Thread Otavio Salvador
On Tue, Jul 23, 2013 at 7:07 PM, Robert Winkler robert.wink...@boundarydevices.com wrote: --- a/arch/arm/imx-common/cmd_hdmidet.c +++ b/arch/arm/imx-common/cmd_hdmidet.c @@ -27,8 +27,7 @@ static int do_hdmidet(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { struct

[U-Boot] [GIT PULL] u-boot-mips/master

2013-07-23 Thread Daniel Schwierzeck
Hi Tom, The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c: Prepare v2013.07 (2013-07-23 07:58:13 -0400) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to ef422fdc0e1684f4809e28ecbedaa922b7b50af5:

  1   2   >