Re: [U-Boot] [PATCH] Add README for the "Falcon" mode

2013-02-12 Thread Stefano Babic
On 11/02/2013 22:12, Otavio Salvador wrote: > On Mon, Nov 12, 2012 at 8:59 AM, Stefano Babic wrote: >> Simple howto to add support to a board >> for booting the kernel from SPL ("Falcon" mode). >> >> Signed-off-by: Stefano Babic > > Could this be updated and resend? This is an interesting featur

Re: [U-Boot] [PATCH] usb: ehci: exynos: Enable non-dt path

2013-02-12 Thread Minkyu Kang
Dear Vivek, On 11/01/13 18:24, Vivek Gautam wrote: > Enabling the non-dt path for the driver so that > we don't get any build errors for non-dt configuration. > > Signed-off-by: Vivek Gautam > --- > > Earlier we had moved to fdt support for ehci-exynos driver, but > missed out the non-dt path.

[U-Boot] [PATCH v5 2/3] OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define

2013-02-12 Thread Stefano Babic
CONFIG_SPL_OS_BOOT_KEY is used only in board files. It is not required to have a general CONFIG_ option. Rename it and define it in board directory. Signed-off-by: Stefano Babic --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None board/technexion/twister/twister.

[U-Boot] [PATCH v5 3/3] SPL: Change description for spl command

2013-02-12 Thread Stefano Babic
Add a more descriptive text to the help of the spl command. Signed-off-by: Stefano Babic --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None common/cmd_spl.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/common/cmd_spl.c b/com

[U-Boot] [PATCH v5 1/3] Add README for the "Falcon" mode

2013-02-12 Thread Stefano Babic
Simple howto to add support to a board for booting the kernel from SPL ("Falcon" mode). Signed-off-by: Stefano Babic --- Changes in v5: - several fixes for the language, rephrasing some unclear parts (Vikram Narayanan) Changes in v4: - fix capitalization, styling, in spl help (Andreas Biessmann

[U-Boot] [PATCH 1/2] tools: rename kwboot to mvboot

2013-02-12 Thread Luka Perkov
kwboot tool is used to boot Marvell Kirkwood SoCs over the serial link. Before adding support for other Marvell SoCs, such as Dove or Armada, this patch renames the tool so it's name makes more sense in the future. Signed-off-by: Luka Perkov CC: Prafulla Wadaskar CC: Sebastian Hesselbarth CC: D

Re: [U-Boot] [PATCH 6/7 V3] EXYNOS5: Add initial DTS file for Snow.

2013-02-12 Thread Minkyu Kang
Dear Rajeshwari, On 01/02/13 14:39, Rajeshwari Shinde wrote: > This patch adds the DTS file for Snow Board. > > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: > -None > Changes in V3: > - None > board/samsung/dts/exynos5250-snow.dts | 69 > +++

Re: [U-Boot] [PATCH 7/7 V3] EXYNOS5: Snow: Add a configuration file

2013-02-12 Thread Minkyu Kang
Dear Rajeshwari, On 01/02/13 14:39, Rajeshwari Shinde wrote: > This patch adds the configuration file for Snow Board and > defines the same in boards.cfg. > > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: > - None. > Changes in V3: > - Moved CONFIG_SOUND_MAX98095 to exynos5

[U-Boot] [PATCH 2/2 v4] tools: add support for Dove to kwboot

2013-02-12 Thread Luka Perkov
From: Sebastian Hesselbarth On Dove mvboot can also be used to boot an u-boot image into RAM. In contrast to Kirkwood, Dove does not support the UART boot mode sequence but requires the UART boot mode to be selected through strap pins. The SolidRun CuBox has a push button to allow uart boot mode

[U-Boot] [PATCH v2 0/4] usb:gadget: USB Mass Storage Gadget

2013-02-12 Thread Piotr Wilczek
This patch series add support for the USB Mass Storage (UMS) New "ums" command provide access to on-device persistent memory. The storage_common.c and f_mass_storage.c source files are ported from v2.6.36 Linux kernel Changes in v2: - removed commented code; Lukasz Majewski (3): usb:composite:

[U-Boot] [PATCH v2 1/4] usb:composite: USB Mass Storage - storage_common.c from Linux kernel

2013-02-12 Thread Piotr Wilczek
From: Lukasz Majewski The storage_common.c source file from v2.6.36 Linux kernel. commit d26a6aa08b9f12b44fb1ee65625e7480d3d5bb81 Author: Michal Nazarewicz Date: Mon Nov 9 14:15:23 2009 +0100 USB: g_mass_storage: code cleaned up and comments updated Signed-off-by: Lukasz Majewski Signed-of

[U-Boot] [PATCH v2 3/4] usb:gadget: USB Mass Storage Gadget support

2013-02-12 Thread Piotr Wilczek
From: Lukasz Majewski This patch adds the USB Mass Storage Gadget to u-boot New command called "ums" is implemented to provide access to on-device embedded persistent memory. USB Mass Storage is supposed to work on top of the USB Gadget framework Signed-off-by: Lukasz Majewski Signed-off-by: P

[U-Boot] [PATCH v2 4/4] arm:trats: Use new ums command

2013-02-12 Thread Piotr Wilczek
From: Lukasz Majewski This patch enables new "ums" command on Trats board Signed-off-by: Lukasz Majewski Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes in v2: None board/samsung/trats/trats.c | 63 +++ include

Re: [U-Boot] [PATCH] usb: ehci: exynos: Enable non-dt path

2013-02-12 Thread Vivek Gautam
Hi Minkyu, On Tue, Feb 12, 2013 at 1:54 PM, Minkyu Kang wrote: > Dear Vivek, > > On 11/01/13 18:24, Vivek Gautam wrote: >> Enabling the non-dt path for the driver so that >> we don't get any build errors for non-dt configuration. >> >> Signed-off-by: Vivek Gautam >> --- >> >> Earlier we had mov

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Thierry Reding
On Tue, Feb 12, 2013 at 07:51:55AM +0100, Thierry Reding wrote: > On Mon, Feb 11, 2013 at 12:21:59PM -0700, Tom Warren wrote: > > Thierry/Lucas, > > > > On Mon, Feb 11, 2013 at 12:11 PM, Thierry Reding > > wrote: > > > On Mon, Feb 11, 2013 at 10:56:33AM -0700, Tom Warren wrote: > > >> Lucas, > >

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Thierry Reding
On Tue, Feb 12, 2013 at 11:41:09AM +0100, Thierry Reding wrote: > On Tue, Feb 12, 2013 at 07:51:55AM +0100, Thierry Reding wrote: > > On Mon, Feb 11, 2013 at 12:21:59PM -0700, Tom Warren wrote: > > > Thierry/Lucas, > > > > > > On Mon, Feb 11, 2013 at 12:11 PM, Thierry Reding > > > wrote: > > > >

Re: [U-Boot] [PATCH v5 3/3] SPL: Change description for spl command

2013-02-12 Thread Andreas Bießmann
Dear Stefano Babic, On 02/12/2013 09:38 AM, Stefano Babic wrote: > Add a more descriptive text to the help of the spl > command. > > Signed-off-by: Stefano Babic > --- > Changes in v5: None > Changes in v4: None > Changes in v3: None That is not correct, there where changes since v3, this patch

[U-Boot] [PATCH V3 0/5] ARM: OMAP5: Add support for OMAP543x ES2.0 Socs

2013-02-12 Thread R Sricharan
ES2.0 is the latest silicon revision for OMAP543X socs. The SOC supports enhanced opps for MPU (up to 1.5GHz). This series essentially adds the support for both 5430 and 5432 versions. This is on top of the below U-Boot cleanup series. http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/1528

[U-Boot] [PATCH V3 1/5] ARM: OMAP5: Add silicon id support for ES2.0 revision.

2013-02-12 Thread R Sricharan
Adding the CPU detection suport for OMAP5430 and OMAP5432 ES2.0 SOCs. Signed-off-by: R Sricharan Cc: Tom Rini Cc: Nishanth Menon --- [v2] Addressed Tom Rini's comments [v3] Changed the patch to use CONTROL_ID_CODE first and then arm revision if nessecary. arch/arm/cpu/armv7/omap5/hwi

[U-Boot] [PATCH V3 2/5] ARM: OMAP5: clock: Add the prcm register changes required for ES2.0

2013-02-12 Thread R Sricharan
PRCM register addresses are changed from ES1.0 to ES2.0 due to PER power domain getting moved to CORE power domain. So adding the nessecary register changes for the same. Signed-off-by: R Sricharan Reviewed-by: Tom Rini Cc: Tom Rini --- [v2] Addressed Tom Rini's comments [v3] No Change ar

[U-Boot] [PATCH V3 4/5] ARM: OMAP5: Add DDR changes required for OMAP543X ES2.0 SOCs

2013-02-12 Thread R Sricharan
From: Lokesh Vutla Add pre calculated timing settings of LPDDR2 and DDR3 memories present in OMAP5430 and OMAP5432 ES2.0 versions. Also adding the DDR pad io settings required for OMAP543X SOCs here. Signed-off-by: R Sricharan Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini Cc: Tom Rini -

[U-Boot] [PATCH V3 5/5] ARM: OMAP5: srcomp: enable slew rate compensation cells after powerup

2013-02-12 Thread R Sricharan
From: Lokesh Vutla After power-up SRCOMP cells are by-passed by default in OMAP5. Software has to enable these SRCOMP sells. For ES2: All 5 SRCOMP cells needs to be enabled. For ES1: Only 4 SRCOMP cells in core power domain are enabled. The 1 in wkup domain is not enabled because smart i

[U-Boot] [PATCH V3 3/5] ARM: OMAP4/5: clocks: Add the required OPP settings as per the latest addendum

2013-02-12 Thread R Sricharan
Change OPP settings as per the latest 0.5 version of addendum for OMAP5430 ES2.0. omap4/hw_data.c is touched here to add dummy dividers. While here correcting OPP_NOM mpu, core frequency for OMAP4430 ES2.x Note that OMAP5430 ES1.0 support is still kept alive and would be removed in a cleanup late

Re: [U-Boot] [PATCH v5 1/3] Add README for the "Falcon" mode

2013-02-12 Thread Andreas Bießmann
Dear Stefano Babic, On 02/12/2013 09:38 AM, Stefano Babic wrote: > Simple howto to add support to a board > for booting the kernel from SPL ("Falcon" mode). > > Signed-off-by: Stefano Babic > --- > Changes in v5: > - several fixes for the language, rephrasing some unclear parts (Vikram > Naraya

Re: [U-Boot] [PATCH v5 1/3] Add README for the "Falcon" mode

2013-02-12 Thread Stefan Roese
On 12.02.2013 12:48, Andreas Bießmann wrote: > The spl export command does not write to a storage media. The user is > responsible to transfer the gathered information (assembled ATAGS list > or prepared FDT) from temporary storage in RAM into persistant storage > after each run of 'spl export'.

Re: [U-Boot] [PATCH v3] mx6: Disable Power Down Bit of watchdog

2013-02-12 Thread Stefano Babic
On 07/02/2013 17:45, Fabio Estevam wrote: > On a mx6qsabresd revision C board with rev1.2 mx6q, the system gets resetted > and it is not able to reach the Linux prompt. > > Comparing the watchdog behaviour on a revB versus revC board: > > - On a mx6qsabresd revB: > > U-Boot > reset > resetting

Re: [U-Boot] [PATCH v5 1/3] Add README for the "Falcon" mode

2013-02-12 Thread Andreas Bießmann
Dear Stefan Roese, On 02/12/2013 01:09 PM, Stefan Roese wrote: > On 12.02.2013 12:48, Andreas Bießmann wrote: > 3. Use "fdt" commands to patch the DT blob: > => fdt addr 180 > => fdt boardsetup > => fdt chosen > > 4. Display patched DT blob (optional): > => fdt print > > 5. Save fdt to NO

Re: [U-Boot] [PATCH v3 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Laxman Dewangan
On Friday 08 February 2013 11:34 PM, Stephen Warren wrote: On 02/08/2013 10:25 AM, Tom Warren wrote: T114, like T30, does not have a separate/different DVC (power I2C) controller like T20 - all 5 I2C controllers are identical, but I2C5 is used to designate the controller intended for power contr

Re: [U-Boot] [PATCH v5 1/3] Add README for the "Falcon" mode

2013-02-12 Thread Stefan Roese
On 12.02.2013 13:44, Andreas Bießmann wrote: >> 3. Use "fdt" commands to patch the DT blob: >> => fdt addr 180 >> => fdt boardsetup >> => fdt chosen >> >> 4. Display patched DT blob (optional): >> => fdt print >> >> 5. Save fdt to NOR flash: >> => erase fc06 fc07 >> => cp.b 180 fc06

Re: [U-Boot] [PATCH 1/6] imx: mx6q DDR3 init: Fix tMRD

2013-02-12 Thread Stefano Babic
On 30/01/2013 22:19, Benoît Thébaudeau wrote: > MMDC1_MDCFG1.tMRD should be set to max(tMRD, tMOD) for DDR3. > > For all DDR3 speed bins: > tMRD(min) = 4 nCK > tMOD(min) = max(12 nCK, 15 ns) > > Hence, MMDC1_MDCFG1.tMRD should be set to max(12 nCK, 15 ns), which is 12 nCK > at 532 MHz, encode

Re: [U-Boot] [PATCH v3] mx6: Disable Power Down Bit of watchdog

2013-02-12 Thread Stefano Babic
On 07/02/2013 17:45, Fabio Estevam wrote: > On a mx6qsabresd revision C board with rev1.2 mx6q, the system gets resetted > and it is not able to reach the Linux prompt. > > Comparing the watchdog behaviour on a revB versus revC board: > > - On a mx6qsabresd revB: > > U-Boot > reset > resetting

Re: [U-Boot] [PATCH v5 1/3] Add README for the "Falcon" mode

2013-02-12 Thread Stefano Babic
On 12/02/2013 13:44, Andreas Bießmann wrote: > >> Stefano, perhaps you could integrate this into this README as well. > > +1 Right, I will push V6 with changes you suggested and integrating Stefan's part. Regards, Stefano Babic -- =

Re: [U-Boot] [PATCH v5 1/3] Add README for the "Falcon" mode

2013-02-12 Thread Andreas Bießmann
On 02/12/2013 01:52 PM, Stefan Roese wrote: > On 12.02.2013 13:44, Andreas Bießmann wrote: >>> 3. Use "fdt" commands to patch the DT blob: >>> => fdt addr 180 >>> => fdt boardsetup >>> => fdt chosen >>> >>> 4. Display patched DT blob (optional): >>> => fdt print >>> >>> 5. Save fdt to NOR flash

Re: [U-Boot] [PATCH v5 8/8] nand: mxc: Switch NAND SPL to generic SPL

2013-02-12 Thread Benoît Thébaudeau
Hi Stefano, On Saturday, February 9, 2013 5:38:26 PM, Benoît Thébaudeau wrote: > On Saturday, February 9, 2013 2:53:44 PM, Benoît Thébaudeau wrote: > > On Saturday, February 9, 2013 12:47:25 AM, Benoît Thébaudeau wrote: > > > On Friday, February 8, 2013 11:49:27 PM, Benoît Thébaudeau wrote: > > >

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

2013-02-12 Thread Albert ARIBAUD
Hi Tom, On Mon, 11 Feb 2013 14:20:00 -0700, Tom Warren wrote: > Dropped the list from the PR. Sorry 'bout that. Applied to u-boot-arm/master, thanks! > -- Forwarded message -- > From: Tom Warren > Date: Mon, Feb 11, 2013 at 11:05 AM > Subject: pull request for u-boot-tegra/mas

Re: [U-Boot] [PATCH v2] build: imx: Fix 'u-boot.imx' build without full OBJTREE reference

2013-02-12 Thread Benoît Thébaudeau
Dear Otavio, Marek, On Monday, February 11, 2013 5:55:17 PM, Marek Vasut wrote: > Dear Otavio Salvador, > > > When calling 'make u-boot.imx' the build were failing as it were > > expecting the full path for the file; this regression has been > > included by commit 71a988a (imximage.cfg: run files

[U-Boot] Pull request: u-boot-arm/master

2013-02-12 Thread Albert ARIBAUD
Hello Tom, The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d: Prepare v2013.01 (2013-01-15 14:47:42 -0700) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to fd8e1c3866578d87ed14a04a59faae341fd415df: arm:

Re: [U-Boot] [PATCH v5 8/8] nand: mxc: Switch NAND SPL to generic SPL

2013-02-12 Thread Stefano Babic
On 12/02/2013 14:45, Benoît Thébaudeau wrote: > Hi Stefano, > >> >> I'm also considering to factorize relocate_code to crt0.S. There's not really >> a >> good reason for it to be depending on each ARM processor. Any opinion? > > FYI, I will post soon a v6 with a lot of cleanup. Ok, thanks. Stef

Re: [U-Boot] [PATCH 0/5] Add support for using an UBI volume for environment

2013-02-12 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2013 09:37 PM, Scott Wood wrote: > On 02/08/2013 02:07:21 PM, Joe Hershberger wrote: >> NAND is not good at handling absolute addresses to sectors for >> storing particular data. The current implementation of the NAND >> env support works a

Re: [U-Boot] [PATCH v5 1/3] Add README for the "Falcon" mode

2013-02-12 Thread Otavio Salvador
On Tue, Feb 12, 2013 at 6:38 AM, Stefano Babic wrote: > Simple howto to add support to a board > for booting the kernel from SPL ("Falcon" mode). > > Signed-off-by: Stefano Babic > --- > Changes in v5: > - several fixes for the language, rephrasing some unclear parts (Vikram > Narayanan) > > Cha

Re: [U-Boot] [PATCH] Allow OMAP2 boards to setup GPMC chipselects.

2013-02-12 Thread Tom Rini
On Mon, Feb 11, 2013 at 04:29:03PM +, Mark Jackson wrote: > Expose the enable_gpmc_cs_config() function so OMAP2 boards can register > GPMC chipselects. > > Signed-off-by: Mark Jackson > --- > arch/arm/include/asm/arch-am33xx/sys_proto.h |2 ++ > 1 file changed, 2 insertions(+) > > dif

Re: [U-Boot] [U-boot]-gdwarf option

2013-02-12 Thread Tom Rini
On Mon, Feb 11, 2013 at 01:43:32PM -0600, Scott Wood wrote: > On 02/07/2013 02:01:05 AM, tiger...@viatech.com.cn wrote: > >Hi, experts: > >I have a JTAG debugger. > >Its manual suggested user should add "-gdwarf-2" option in the arm gcc > >compiler. > >Because it could produce debugging informatio

Re: [U-Boot] [PATCH v2] build: imx: Fix 'u-boot.imx' build without full OBJTREE reference

2013-02-12 Thread Otavio Salvador
On Tue, Feb 12, 2013 at 12:01 PM, Benoît Thébaudeau wrote: > Dear Otavio, Marek, > > On Monday, February 11, 2013 5:55:17 PM, Marek Vasut wrote: >> Dear Otavio Salvador, >> >> > When calling 'make u-boot.imx' the build were failing as it were >> > expecting the full path for the file; this regress

[U-Boot] [PATCH v2 2/3] am335x-evm: add support for BeagleBone Black DT name

2013-02-12 Thread Koen Kooi
Signed-off-by: Koen Kooi --- include/configs/am335x_evm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 2190a7d..951422c 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -86,6 +86,8 @@

[U-Boot] [PATCH v2 1/3] am335x-evm: enable ext4

2013-02-12 Thread Koen Kooi
The kernel is loaded from an ext4 partition, not ext2 on beaglebone boards. Signed-off-by: Koen Kooi --- include/configs/am335x_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 72459d8..2190a7d 100644 --- a/include/config

[U-Boot] [RFC] [PATCH] Avoid R_ARM_ABS32 for bss start and end references

2013-02-12 Thread Albert ARIBAUD
This patch is intended to be patch 2/2 of my first patch to remove R_ARM_ABS32 relocation types from ARM builds. With this change, the type of ARM references to __bss_start and __bss_end__ is changed from R_ARM_ABS32 to R_ARM_RELATIVE. It should have no functional impact, as it only affects the re

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Tom Warren
Thierry, On Tue, Feb 12, 2013 at 3:53 AM, Thierry Reding wrote: > On Tue, Feb 12, 2013 at 11:41:09AM +0100, Thierry Reding wrote: >> On Tue, Feb 12, 2013 at 07:51:55AM +0100, Thierry Reding wrote: >> > On Mon, Feb 11, 2013 at 12:21:59PM -0700, Tom Warren wrote: >> > > Thierry/Lucas, >> > > >> > >

Re: [U-Boot] [PATCH v3 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Tom Warren
Laxman, On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan wrote: > On Friday 08 February 2013 11:34 PM, Stephen Warren wrote: >> >> On 02/08/2013 10:25 AM, Tom Warren wrote: >>> >>> T114, like T30, does not have a separate/different DVC (power I2C) >>> controller like T20 - all 5 I2C controllers a

[U-Boot] [PATCH v2 3/3] am335x-evm: switch to DT boot

2013-02-12 Thread Koen Kooi
The findfdt method is being used to locate the right .dtb for the board and load it from /boot. Signed-off-by: Koen Kooi --- include/configs/am335x_evm.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 951

Re: [U-Boot] [PATCH v2] build: imx: Fix 'u-boot.imx' build without full OBJTREE reference

2013-02-12 Thread Benoît Thébaudeau
Hi Otavio, On Tuesday, February 12, 2013 6:09:43 PM, Otavio Salvador wrote: > On Tue, Feb 12, 2013 at 12:01 PM, Benoît Thébaudeau > wrote: > > Dear Otavio, Marek, > > > > On Monday, February 11, 2013 5:55:17 PM, Marek Vasut wrote: > >> Dear Otavio Salvador, > >> > >> > When calling 'make u-boot.i

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabre*: Configure to allow CONFIG_SYS_ALT_MEMTEST

2013-02-12 Thread Stefano Babic
On 01/02/2013 19:08, Eric Nelson wrote: > In order to use the more thorough memory test, the macro > CONFIG_SYS_MEMTEST_SCRATCH must be defined with a usable > address. > > Signed-off-by: Eric Nelson > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH 3/3] mx23evk: Turn on caches

2013-02-12 Thread Stefano Babic
On 28/01/2013 12:41, Fabio Estevam wrote: > It is safe to turn on data and instruction caches for mx23. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software En

Re: [U-Boot] [PATCH 2/3] mx23evk: Remove CONFIG_SYS_BAUDRATE_TABLE

2013-02-12 Thread Stefano Babic
On 28/01/2013 12:41, Fabio Estevam wrote: > The baudrate is already defined by CONFIG_BAUDRATE and there is no need > to keep CONFIG_SYS_BAUDRATE_TABLE. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH v2] build: imx: Fix 'u-boot.imx' build without full OBJTREE reference

2013-02-12 Thread Stefano Babic
On 12/02/2013 18:55, Benoît Thébaudeau wrote: > Hi Otavio, > Hi Benoît, >> Alright; It did the test Marek has requested and it works fine. I >> think this should go to imx/master as it fixes a regression. > > OK. I include it into my series so that patches apply fine whether Stefano > applies

Re: [U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Simon Glass
Hi Stephen, On Tue, Feb 5, 2013 at 12:03 PM, Stephen Warren wrote: > On 02/04/2013 04:48 PM, Tom Warren wrote: >> tegra_mmc_init() now uses DT info for bus width, WP/CD GPIOs, etc. >> Tested on Seaboard, fully functional. > >> diff --git a/board/compal/paz00/paz00.c b/board/compal/paz00/paz00.c >

Re: [U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Simon Glass
Hi, On Tue, Feb 5, 2013 at 1:02 PM, Tom Warren wrote: > Stephen, > > On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren wrote: >> On 02/04/2013 04:48 PM, Tom Warren wrote: >>> tegra_mmc_init() now uses DT info for bus width, WP/CD GPIOs, etc. >>> Tested on Seaboard, fully functional. >> >>> diff --g

Re: [U-Boot] [PATCH 0/5] Add support for using an UBI volume for environment

2013-02-12 Thread Scott Wood
On 02/12/2013 10:04:09 AM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2013 09:37 PM, Scott Wood wrote: > On 02/08/2013 02:07:21 PM, Joe Hershberger wrote: >> NAND is not good at handling absolute addresses to sectors for >> storing particular data. The current implem

Re: [U-Boot] [PATCH v3 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Stephen Warren
On 02/12/2013 10:40 AM, Tom Warren wrote: > Laxman, > > On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan wrote: >> On Friday 08 February 2013 11:34 PM, Stephen Warren wrote: >>> >>> On 02/08/2013 10:25 AM, Tom Warren wrote: T114, like T30, does not have a separate/different DVC (power I

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Simon Glass
Hi Stephen, On Thu, Feb 7, 2013 at 10:17 AM, Stephen Warren wrote: > On 02/07/2013 09:14 AM, Tom Warren wrote: >> Stephen, >> >> On Wed, Feb 6, 2013 at 5:00 PM, Stephen Warren wrote: >>> On 02/06/2013 04:26 PM, Tom Warren wrote: Note that T114 does not have a separate/different DVC (power I

Re: [U-Boot] [PATCH v3 0/3] Add I2C driver for T114 Dalmore

2013-02-12 Thread Simon Glass
Hi, On Fri, Feb 8, 2013 at 9:25 AM, Tom Warren wrote: > Update DT tables and enable I2C driver support for the > Tegra114 Dalmore board. This uses the standard Tegra I2C driver. > 5 controllers are supported, although all may not have devices > behind them on every board. > > Changes in V2: > - u

Re: [U-Boot] [PATCH v2] build: imx: Fix 'u-boot.imx' build without full OBJTREE reference

2013-02-12 Thread Benoît Thébaudeau
Hi Stefano, On Tuesday, February 12, 2013 6:53:39 PM, Stefano Babic wrote: > On 12/02/2013 18:55, Benoît Thébaudeau wrote: > > Hi Otavio, > > > > Hi Benoît, > > > >> Alright; It did the test Marek has requested and it works fine. I > >> think this should go to imx/master as it fixes a regressi

Re: [U-Boot] [PATCH v3 7/7] tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]

2013-02-12 Thread Simon Glass
Hi, On Thu, Feb 7, 2013 at 9:16 AM, Lucas Stach wrote: > The ehci_hcd entry points were just calling into the Tegra USB > functions. Now that they are in the same file we can just move over the > implementation. > > Signed-off-by: Lucas Stach > Acked-by: Simon Glass I didn't review this again

Re: [U-Boot] [PATCH v5 01/23] ppc: Add initial memory barrier macros

2013-02-12 Thread Simon Glass
Hi Scott, On Mon, Feb 11, 2013 at 11:52 AM, Scott Wood wrote: > On 02/08/2013 09:11:57 AM, Simon Glass wrote: >> >> These are available on other architectures, so add them on ppc. >> >> Signed-off-by: Simon Glass >> --- >> Changes in v5: None >> Changes in v4: None >> Changes in v3: None >> Chan

Re: [U-Boot] [PATCH v5 01/23] ppc: Add initial memory barrier macros

2013-02-12 Thread Simon Glass
Hi Scott, On Tue, Feb 12, 2013 at 10:50 AM, Scott Wood wrote: > On 02/12/2013 12:44:16 PM, Simon Glass wrote: >> >> Hi Scott, >> >> On Mon, Feb 11, 2013 at 11:52 AM, Scott Wood >> wrote: >> > On 02/08/2013 09:11:57 AM, Simon Glass wrote: >> >> >> >> These are available on other architectures, so

Re: [U-Boot] [PATCH v5 01/23] ppc: Add initial memory barrier macros

2013-02-12 Thread Scott Wood
On 02/12/2013 12:55:39 PM, Simon Glass wrote: Can you please take a look at this code too, from the patch which brings in post-relocation board init (board_r.c): #ifdef CONFIG_PPC /* TODO: Can we not use dmb() macros for this? */ asm("sync ; isync"); #endif I'm not sure why we

Re: [U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Tom Warren
Simon, On Tue, Feb 12, 2013 at 11:07 AM, Simon Glass wrote: > Hi, > > On Tue, Feb 5, 2013 at 1:02 PM, Tom Warren wrote: >> Stephen, >> >> On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren wrote: >>> On 02/04/2013 04:48 PM, Tom Warren wrote: tegra_mmc_init() now uses DT info for bus width, WP/

Re: [U-Boot] [PATCH v5 01/23] ppc: Add initial memory barrier macros

2013-02-12 Thread Simon Glass
Hi Scott, On Tue, Feb 12, 2013 at 11:04 AM, Scott Wood wrote: > On 02/12/2013 12:55:39 PM, Simon Glass wrote: >> >> Can you please take a look at this code too, from the patch which >> brings in post-relocation board init (board_r.c): >> >> #ifdef CONFIG_PPC >> /* TODO: Can we not use dmb

Re: [U-Boot] [PATCH v3 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Tom Warren
Stephen, On Tue, Feb 12, 2013 at 11:10 AM, Stephen Warren wrote: > On 02/12/2013 10:40 AM, Tom Warren wrote: >> Laxman, >> >> On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan >> wrote: >>> On Friday 08 February 2013 11:34 PM, Stephen Warren wrote: On 02/08/2013 10:25 AM, Tom Warren wr

Re: [U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Simon Glass
Hi Tom, On Tue, Feb 12, 2013 at 11:05 AM, Tom Warren wrote: > Simon, > > On Tue, Feb 12, 2013 at 11:07 AM, Simon Glass wrote: >> Hi, >> >> On Tue, Feb 5, 2013 at 1:02 PM, Tom Warren wrote: >>> Stephen, >>> >>> On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren >>> wrote: On 02/04/2013 04:48

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Tom Warren
Simon, On Tue, Feb 12, 2013 at 11:13 AM, Simon Glass wrote: > Hi Stephen, > > On Thu, Feb 7, 2013 at 10:17 AM, Stephen Warren wrote: >> On 02/07/2013 09:14 AM, Tom Warren wrote: >>> Stephen, >>> >>> On Wed, Feb 6, 2013 at 5:00 PM, Stephen Warren >>> wrote: On 02/06/2013 04:26 PM, Tom Warr

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Simon Glass
Hi Tom, On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren wrote: > Simon, > > On Tue, Feb 12, 2013 at 11:13 AM, Simon Glass wrote: >> Hi Stephen, >> >> On Thu, Feb 7, 2013 at 10:17 AM, Stephen Warren >> wrote: >>> On 02/07/2013 09:14 AM, Tom Warren wrote: Stephen, On Wed, Feb 6, 2013

Re: [U-Boot] [PATCH] Allow OMAP2 boards to setup GPMC chipselects.

2013-02-12 Thread Mark Jackson
On 12/02/13 17:01, Tom Rini wrote: On Mon, Feb 11, 2013 at 04:29:03PM +, Mark Jackson wrote: Expose the enable_gpmc_cs_config() function so OMAP2 boards can register GPMC chipselects. Signed-off-by: Mark Jackson --- arch/arm/include/asm/arch-am33xx/sys_proto.h |2 ++ 1 file changed

Re: [U-Boot] [PATCH v5 01/23] ppc: Add initial memory barrier macros

2013-02-12 Thread Scott Wood
On 02/12/2013 12:44:16 PM, Simon Glass wrote: Hi Scott, On Mon, Feb 11, 2013 at 11:52 AM, Scott Wood wrote: > On 02/08/2013 09:11:57 AM, Simon Glass wrote: >> >> These are available on other architectures, so add them on ppc. >> >> Signed-off-by: Simon Glass >> --- >> Changes in v5: None >>

[U-Boot] [PATCH v2] Allow AM33xx boards to setup GPMC chipselects.

2013-02-12 Thread Mark Jackson
Expose the enable_gpmc_cs_config() function so AM33xx based boards can register GPMC chip selects. Changes in V2: - Indicate this is for AM33xx (not OMAP2) Signed-off-by: Mark Jackson --- arch/arm/include/asm/arch-am33xx/sys_proto.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/arc

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Tom Warren
Lucas, On Mon, Feb 11, 2013 at 10:59 AM, Tom Warren wrote: > Lucas, > > On Mon, Feb 11, 2013 at 10:33 AM, Lucas Stach wrote: >> Am Montag, den 11.02.2013, 10:17 -0700 schrieb Tom Warren: >>> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. >>> Tested on Seaboard, fully fu

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Stephen Warren
On 02/12/2013 12:17 PM, Simon Glass wrote: > Hi Tom, > > On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren wrote: ... >> That's the current POR for Tegra DT use in upstream U-Boot, assuming I >> can find an up-to-date kernel with the latest DTS files (I'll use >> Stephen's swarren/linux-tegra.git/for-

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Simon Glass
Hi Stephen, On Tue, Feb 12, 2013 at 11:26 AM, Stephen Warren wrote: > On 02/12/2013 12:17 PM, Simon Glass wrote: >> Hi Tom, >> >> On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren >> wrote: > ... >>> That's the current POR for Tegra DT use in upstream U-Boot, assuming I >>> can find an up-to-date ke

Re: [U-Boot] [PATCH v2 2/3] Tegra114: fdt: Update DT files with I2C info for T114/Dalmore

2013-02-12 Thread Tom Warren
On Tue, Feb 12, 2013 at 12:26 PM, Stephen Warren wrote: > On 02/12/2013 12:17 PM, Simon Glass wrote: >> Hi Tom, >> >> On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren >> wrote: > ... >>> That's the current POR for Tegra DT use in upstream U-Boot, assuming I >>> can find an up-to-date kernel with the

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Lucas Stach
Hello Tom, Am Dienstag, den 12.02.2013, 12:24 -0700 schrieb Tom Warren: > Lucas, > >>> > >> tegra_mmc_init should not be called from every individual board file, > >> but from the common nvidia tegra board file. Only the pinmux should stay > >> in the individual board code, same thing as was done

Re: [U-Boot] [PATCH] Allow OMAP2 boards to setup GPMC chipselects.

2013-02-12 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/12/2013 02:20 PM, Mark Jackson wrote: > On 12/02/13 17:01, Tom Rini wrote: >> On Mon, Feb 11, 2013 at 04:29:03PM +, Mark Jackson wrote: >> >>> Expose the enable_gpmc_cs_config() function so OMAP2 boards can >>> register GPMC chipselects. >>>

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Tom Warren
Lucas, On Tue, Feb 12, 2013 at 12:41 PM, Lucas Stach wrote: > Hello Tom, > > Am Dienstag, den 12.02.2013, 12:24 -0700 schrieb Tom Warren: >> Lucas, > >> >>> >> >> tegra_mmc_init should not be called from every individual board file, >> >> but from the common nvidia tegra board file. Only the pinm

[U-Boot] [PATCH] am335x_evm: Fix CPSW ethernet on GP EVM and EVM-SK

2013-02-12 Thread Tom Rini
In commit cfd4ff6 we implemented part of advisory 1.0.10 (internal delay for RGMII mode not supported). This in turn however requires that we set the tx clock delay feature in the PHY itself. Signed-off-by: Tom Rini --- board/ti/am335x/board.c | 27 +++ 1 file changed,

Re: [U-Boot] [PATCH 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Stephen Warren
On 02/12/2013 11:07 AM, Simon Glass wrote: > Hi, > > On Tue, Feb 5, 2013 at 1:02 PM, Tom Warren wrote: >> Stephen, >> >> On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren wrote: >>> On 02/04/2013 04:48 PM, Tom Warren wrote: tegra_mmc_init() now uses DT info for bus width, WP/CD GPIOs, etc. >>>

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Stephen Warren
On 02/11/2013 12:21 PM, Tom Warren wrote: ... > So the options seem to be: > > a) Don't use the tamonton dtsi file, and put the sdhci nodes in the AD > dts files, just like all other boards (this was my V1 approach). > Vetoed by Stephen. > b) Use tegra20-tamonten.dtsi as is, identical to the kerne

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Stephen Warren
On 02/12/2013 03:41 AM, Thierry Reding wrote: ... > So it turned out that I need to touch U-Boot anyway, so I decided > to give this a spin. I noticed that overriding > CONFIG_ARCH_DEVICE_TREE from the board configuration file doesn't > work currently. What happens is that the autoconf.mk (which is

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Stephen Warren
On 02/11/2013 10:17 AM, Tom Warren wrote: > Linux dts files were used for those boards that didn't already > have sdhci info populated. Tamonten has their own dtsi file with > common sdhci nodes (sourced from Linux). > diff --git a/board/nvidia/dts/tegra20-seaboard.dts > b/board/nvidia/dts/tegra2

Re: [U-Boot] [PATCH v5 12/23] Add spl load feature

2013-02-12 Thread Scott Wood
On 02/08/2013 09:12:08 AM, Simon Glass wrote: This adds secondary program loader support to the generic board. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None common/board_f.c | 20 1 file changed, 20 insertio

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Stephen Warren
On 02/11/2013 10:17 AM, Tom Warren wrote: > tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. > Tested on Seaboard, fully functional. > > Tamonten boards (medcom-wide, plutux, and tec) use a different/new > dtsi file w/common settings. > diff --git a/drivers/mmc/tegra_mmc.c

Re: [U-Boot] [PATCH v5 18/23] ppc: Enable generic board support

2013-02-12 Thread Scott Wood
On 02/08/2013 09:12:14 AM, Simon Glass wrote: This enables generic board support so that ppc boards can define CONFIG_SYS_GENERIC_BOARD. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/powerpc/config.mk| 3 --- ar

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Thierry Reding
On Tue, Feb 12, 2013 at 01:19:18PM -0700, Stephen Warren wrote: > On 02/12/2013 03:41 AM, Thierry Reding wrote: > ... > > So it turned out that I need to touch U-Boot anyway, so I decided > > to give this a spin. I noticed that overriding > > CONFIG_ARCH_DEVICE_TREE from the board configuration fil

Re: [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers.

2013-02-12 Thread Tom Rini
On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote: > We didn't support upload/download larger than available memory. > This is pretty bad when you have to update your root filesystem for > example. > > This patch removes the limitation (and the crashes when you transfered > any fi

Re: [U-Boot] [PATCH v2 1/2] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-12 Thread Tom Warren
Stephen, On Tue, Feb 12, 2013 at 1:29 PM, Stephen Warren wrote: > On 02/11/2013 10:17 AM, Tom Warren wrote: >> Linux dts files were used for those boards that didn't already >> have sdhci info populated. Tamonten has their own dtsi file with >> common sdhci nodes (sourced from Linux). > >> diff -

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Tom Warren
Stephen, On Tue, Feb 12, 2013 at 1:38 PM, Stephen Warren wrote: > On 02/11/2013 10:17 AM, Tom Warren wrote: >> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. >> Tested on Seaboard, fully functional. >> >> Tamonten boards (medcom-wide, plutux, and tec) use a different/new

Re: [U-Boot] [PATCH v2 2/2] Tegra: MMC: Add DT support to MMC driver for all T20 boards

2013-02-12 Thread Stephen Warren
On 02/12/2013 01:57 PM, Tom Warren wrote: > Stephen, > > On Tue, Feb 12, 2013 at 1:38 PM, Stephen Warren wrote: >> On 02/11/2013 10:17 AM, Tom Warren wrote: >>> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc. >>> Tested on Seaboard, fully functional. >>> >>> Tamonten boar

Re: [U-Boot] [GIT PULL] u-boot-mips/next

2013-02-12 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/12/2013 05:10 PM, Daniel Schwierzeck wrote: > Hi Tom, > > The following changes since commit > 58864ddc7276ca7403ddbb716da5853638f37519: > > Clean up libfdt.h includes (2013-02-08 22:32:38 -0500) > > are available in the git repository at: >

Re: [U-Boot] [PATCH v5 12/23] Add spl load feature

2013-02-12 Thread Simon Glass
+Albert Hi Scott, On Tue, Feb 12, 2013 at 12:29 PM, Scott Wood wrote: > On 02/08/2013 09:12:08 AM, Simon Glass wrote: >> >> This adds secondary program loader support to the generic board. >> >> Signed-off-by: Simon Glass >> --- >> Changes in v5: None >> Changes in v4: None >> Changes in v3: No

Re: [U-Boot] [GIT PULL] u-boot-mips/next

2013-02-12 Thread Daniel Schwierzeck
2013/2/12 Tom Rini : > > To be clear, is this for master or next? The merge window closed, but > I haven't tagged -rc1 or anything yet (and won't for a bit longer, to > give folks time to pick up patches). Thanks! > it is for master. I needed a few days longer for review and test. Also I didn't

Re: [U-Boot] [PATCH v5 18/23] ppc: Enable generic board support

2013-02-12 Thread Simon Glass
Hi Scott, On Tue, Feb 12, 2013 at 12:38 PM, Scott Wood wrote: > On 02/08/2013 09:12:14 AM, Simon Glass wrote: >> >> This enables generic board support so that ppc boards can define >> CONFIG_SYS_GENERIC_BOARD. >> >> Signed-off-by: Simon Glass >> --- >> Changes in v5: None >> Changes in v4: None

Re: [U-Boot] [PATCH v5 16/23] Adjust board_f.c for ppc

2013-02-12 Thread Scott Wood
On 02/08/2013 09:12:12 AM, Simon Glass wrote: #ifndef CONFIG_SPL_BUILD static int reserve_stacks(void) { +#ifdef CONFIG_PPC + ulong *s; +#endif + /* setup stack pointer for exceptions */ gd->dest_addr_sp -= 16; gd->dest_addr_sp &= ~0xf; @@ -398,6 +532,14 @@ static

Re: [U-Boot] [PATCH v5 12/23] Add spl load feature

2013-02-12 Thread Scott Wood
On 02/12/2013 04:23:21 PM, Simon Glass wrote: +Albert Hi Scott, On Tue, Feb 12, 2013 at 12:29 PM, Scott Wood wrote: > On 02/08/2013 09:12:08 AM, Simon Glass wrote: >> >> This adds secondary program loader support to the generic board. >> >> Signed-off-by: Simon Glass >> --- >> Changes in v

  1   2   >