[U-Boot] [PATCH 7/7] arm: dra7xx: Add dra7xx_evm build support

2013-02-12 Thread Lokesh Vutla
Adding the build support for dra7xx_evm. Reusing omap5_evm.h config by moving it to omap5_common.h Signed-off-by: Lokesh Vutla Signed-off-by: R Sricharan --- boards.cfg |1 + include/configs/dra7xx_evm.h| 40 include/configs/{o

[U-Boot] [PATCH 6/7] arm: dra7xx: Add board files for DRA7XX socs

2013-02-12 Thread Lokesh Vutla
Adding new board files for DRA7XX socs. The pad registers layout is changed completely from OMAP5 So introducing the new structure here and also adding the minimal data. Signed-off-by: Lokesh Vutla Signed-off-by: Nishant Kamat Signed-off-by: R Sricharan --- arch/arm/include/asm/arch-omap5/mux_

[U-Boot] [PATCH 0/7] arm: dra7xx: Add support for DRA7XX family Socs

2013-02-12 Thread Lokesh Vutla
DRA7XX is a high-performance, infotainment application device, based on enhanced OMAP architecture integrated on a 28-nm technology. This series adds support for DRA7XX family Socs and the data for DRA752 ES1.0 soc. This is on top of OMAP5 ES2.0 series http://www.mail-archive.com/u-boot@lists.denx

[U-Boot] [PATCH 3/7] arm: dra7xx: clock: Add the dplls data

2013-02-12 Thread Lokesh Vutla
A new DPLL DDR is added in DRA7XX socs. Now clocks to EMIF CD is from DPLL DDR. So DPLL DDR should be locked before initializing RAM. Also adding other dpll data which are different from OMAP5 ES2.0. SYS_CLK running at 20MHz is introduced in DRA7xx socs. Signed-off-by: Lokesh Vutla Signed-off-by:

[U-Boot] [PATCH 4/7] arm: dra7xx: Add control module changes

2013-02-12 Thread Lokesh Vutla
Control module register addresses are changed from OMAP5 to DRA7XX socs. So adding the necessary changes for the same. Signed-off-by: Lokesh Vutla Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap5/hw_data.c |5 ++- arch/arm/cpu/armv7/omap5/prcm-regs.c | 72

[U-Boot] [PATCH 2/7] arm: dra7xx: clock: Add the prcm changes

2013-02-12 Thread Lokesh Vutla
PRCM register addresses are changed from OMAP5 ES2.0 to DRA7XX. So adding the necessary register changes for DRA7XX socs. Signed-off-by: Lokesh Vutla Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap4/hw_data.c |2 +- arch/arm/cpu/armv7/omap4/prcm-regs.c |2 +- arch/arm/cpu/a

[U-Boot] [PATCH 5/7] arm: dra7xx: Add DDR related data for DRA752 ES1.0

2013-02-12 Thread Lokesh Vutla
DRA752 uses DDR3. Populating the corresponding structures with DDR3 data. Writing into MA registers if only MA is present in that soc. Signed-off-by: Lokesh Vutla Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap-common/emif-common.c |2 +- arch/arm/cpu/armv7/omap4/sdram_elpida.c

[U-Boot] [PATCH 1/7] arm: dra7xx: Add silicon id support for DRA752 soc

2013-02-12 Thread Lokesh Vutla
Adding CPU detection support for the DRA752 ES1.0 soc. Signed-off-by: Lokesh Vutla Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap-common/hwinit-common.c |9 +++-- arch/arm/cpu/armv7/omap5/hwinit.c |3 +++ arch/arm/include/asm/arch-omap5/omap.h |1 +

Re: [U-Boot] [PATCH 0/7] omap mmc: implement card detect and write protection

2013-02-12 Thread Nikita Kiryanov
Hi Andy, Tom, this patchset is 2 months old. Can you please address it? On 12/03/2012 02:19 PM, Nikita Kiryanov wrote: This patchset implements card detection and write protection check for omap mmc. The write protect implementation also adds generic code that is usable by other mmc drivers. T

[U-Boot] Support required for PPC440gx

2013-02-12 Thread Sadashiva Reddy N
Hi Sir, I am Sadashiva Reddy working in Mistral Solutions Pvt Ltd. I am using AMCC PPC440Gx processor for our project presently the board is working with vxWorks. But our customer new requirement is same board should be ported with linux but porting time is very less. So, I am asking the help f

[U-Boot] [PATCH 2/2] spi: exynos: Fix compiler warnings for non-dt systems

2013-02-12 Thread Vivek Gautam
Enclosing process_nodes() and spi_get_config() inside CONFIG_OF_CONTROL, since they are compiled only for DT systems. This fixes following warning: exynos_spi.c:391:12: warning: 'process_nodes' defined but not used [-Wunused-function] Signed-off-by: Vivek Gautam --- drivers/spi/exynos_spi.c |

[U-Boot] [PATCH 1/2] SMDK5250: Fix compiler warning for non-dt systems

2013-02-12 Thread Vivek Gautam
Compiling for non-dt systems gives folowing warning: smdk5250.c: In function 'board_eth_init': smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable] Declare variable 'node' only for dt enabled systems to remove this warning. Signed-off-by: Vivek Gautam --- board/samsung/smdk5250

[U-Boot] [PATCH 2/2 V3] SMDK5250: Add PMIC voltage settings

2013-02-12 Thread Rajeshwari Shinde
This patch adds required pmic voltage settings for SMDK5250. Acked-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Corrected the multi line comment style Changes in V3: - None board/samsung/smdk5250/smdk5250.c | 113 - i

[U-Boot] [PATCH 1/2 V3] EXYNOS5: Add function to setup set ps hold

2013-02-12 Thread Rajeshwari Shinde
This patch adds a function to set ps_hold data driving value high. This enables the machine to stay powered on even after the initial power-on condition goes away(e.g. power button). Acked-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Corrected the multi line comm

[U-Boot] [PATCH 0/2 V3] SMDK5250: Set Initial PMIC Values

2013-02-12 Thread Rajeshwari Shinde
These patches add PMIC MAX77686 voltage settings for SMDK5250. Changes in V2: - Corrected the multi line comment style Changes in V3: - Renamed the ps hold function. Rajeshwari Shinde (2): EXYNOS5: Add function to setup set ps hold SMDK5250: Add PMIC voltage settings arch/arm

[U-Boot] [PATCH v2 2/2] usb: ehci: exynos: Enable non-dt path

2013-02-12 Thread Vivek Gautam
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 --- drivers/usb/host/ehci-exynos.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/usb/host/ehci-exynos.c b/drivers/usb/host/

[U-Boot] [PATCH v2 1/2] usb: ehci: exynos: Fix multiple FDT decode

2013-02-12 Thread Vivek Gautam
With current FDT support driver tries to parse device node twice in ehci_hcd_init() and ehci_hcd_stop(), which shouldn't happen ideally. Making provision to store data in a global structure and thereby passing its pointer when needed. Signed-off-by: Vivek Gautam --- This patch comes up as a fix

[U-Boot] [PATCH v2 0/2] usb: ehci: exynos: Enable non-dt path

2013-02-12 Thread Vivek Gautam
Based on 'master' branch of u-boot-samsung. Changes from v1: - Added patch to fix problem of multiple FDT decode. - Addressing warnings when compiling non-dt way. Vivek Gautam (2): usb: ehci: exynos: Fix multiple FDT decode usb: ehci: exynos: Enable non-dt path drivers/usb/host/ehci-exyno

[U-Boot] [PATCH 01/14] tegra: spi: rename tegra SPI drivers

2013-02-12 Thread Allen Martin
Rename tegra SPI drivers to tegra20_spi and tegra30_spi in preparation for commonization and addition of tegra114_spi. Signed-off-by: Allen Martin --- arch/arm/include/asm/arch-tegra/tegra_slink.h | 84 -- arch/arm/include/asm/arch-tegra/tegra_spi.h | 75 - arch/arm/include/asm

[U-Boot] [PATCH 13/14] tegra114: add SPI driver

2013-02-12 Thread Allen Martin
Add driver for tegra114 SPI controller. This controller is not compatible with either the tegra20 or tegra30 controllers, so it requires a new driver. Signed-off-by: Allen Martin --- arch/arm/include/asm/arch-tegra114/tegra114_spi.h | 91 ++ drivers/spi/Makefile

[U-Boot] [PATCH 06/14] sf: winbond: add W25Q32DW

2013-02-12 Thread Allen Martin
Add support for Winbond W25Q32DW 32Mbit part Signed-off-by: Allen Martin --- drivers/mtd/spi/winbond.c |5 + 1 file changed, 5 insertions(+) diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c index f6aab3d..9156957 100644 --- a/drivers/mtd/spi/winbond.c +++ b/drivers/mtd

[U-Boot] [PATCH 05/14] spi: add common fdt SPI driver interface

2013-02-12 Thread Allen Martin
Add a common interface to fdt based SPI drivers. Each driver is represented by a table entry in fdt_spi_drivers[]. If there are multiple SPI drivers in the table, the first driver to return success from spi_init() will be registered as the SPI driver. Signed-off-by: Allen Martin --- arch/arm/i

[U-Boot] [PATCH 03/14] tegra: spi: pull register structs out of headers

2013-02-12 Thread Allen Martin
Move register structs from headers into .c files and use common name. This is in preparation of making common fdt front end for SPI drivers. Signed-off-by: Allen Martin --- arch/arm/include/asm/arch-tegra20/tegra20_spi.h | 13 - arch/arm/include/asm/arch-tegra30/tegra30_spi.h | 18 --

[U-Boot] [PATCH 10/14] tegra114: fdt: add apbdma block

2013-02-12 Thread Allen Martin
Add node for apbdma controller hardware. Signed-off-by: Allen Martin --- arch/arm/dts/tegra114.dtsi | 37 + 1 file changed, 37 insertions(+) diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi index bd969aa..f8b4605 100644 --- a/arch/arm/dt

[U-Boot] [PATCH 09/14] tegra114: fdt: add CAR block

2013-02-12 Thread Allen Martin
Add node for clock and reset controller hardware. Signed-off-by: Allen Martin --- arch/arm/dts/tegra114.dtsi |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi index d06cd12..bd969aa 100644 --- a/arch/arm/dts/tegra114.dtsi +++ b/a

[U-Boot] [PATCH 04/14] tegra20: spi: move fdt probe to spi_init

2013-02-12 Thread Allen Martin
Make the tegra20 SPI driver similar to the tegra30 (and soon to be tegra114) SPI drivers in preparation of common fdt SPI driver front end. Signed-off-by: Allen Martin --- drivers/spi/tegra20_spi.c | 110 +++-- 1 file changed, 67 insertions(+), 43 deletio

[U-Boot] [PATCH 11/14] tegra114: fdt: add SPI blocks

2013-02-12 Thread Allen Martin
Add nodes for t114 SPI controller hardware Signed-off-by: Allen Martin --- arch/arm/dts/tegra114.dtsi | 72 1 file changed, 72 insertions(+) diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi index f8b4605..a7bd3ca 100644 --- a/ar

[U-Boot] [PATCH 12/14] tegra114: dalmore: fdt: enable dalmore SPI controller

2013-02-12 Thread Allen Martin
Dalmore has a SPI flash part attached to controller 4, so enable controller 4 and set to 25MHz. Signed-off-by: Allen Martin --- board/nvidia/dts/tegra114-dalmore.dts |5 + 1 file changed, 5 insertions(+) diff --git a/board/nvidia/dts/tegra114-dalmore.dts b/board/nvidia/dts/tegra114-dal

[U-Boot] [PATCH 07/14] tegra114: dalmore: add SPI pinmux config

2013-02-12 Thread Allen Martin
Configure pinmux for SPI4 controller. Signed-off-by: Allen Martin --- board/nvidia/dalmore/pinmux-config-dalmore.h |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/board/nvidia/dalmore/pinmux-config-dalmore.h b/board/nvidia/dalmore/pinmux-config-dalmore.h index 3d

[U-Boot] [PATCH 00/14] tegra114 SPI driver

2013-02-12 Thread Allen Martin
This series pulls fdt functionality from the existing tegra20 and tegra30 SPI drivers into a new common fdt SPI driver front end, then adds a new tegra114 SPI driver as an additional client of the fdt SPI driver. Allen Martin (14): tegra: spi: rename tegra SPI drivers tegra: spi: remove non fd

[U-Boot] [PATCH 14/14] tegra114: dalmore: config: enable SPI

2013-02-12 Thread Allen Martin
Turn on SPI in dalmore config file Signed-off-by: Allen Martin --- include/configs/dalmore.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h index ce32c80..e7df60b 100644 --- a/include/configs/dalmore.h +++ b/include/config

[U-Boot] [PATCH 02/14] tegra: spi: remove non fdt support

2013-02-12 Thread Allen Martin
Remove non fdt support from tegra20 and tegra30 SPI drivers in preparation of new common fdt based SPI driver front end. Signed-off-by: Allen Martin --- drivers/spi/tegra20_spi.c | 12 drivers/spi/tegra30_spi.c | 29 - 2 files changed, 4 insertions(+)

[U-Boot] [PATCH 08/14] tegra114: fdt: add compatible string for tegra114 SPI ctrl

2013-02-12 Thread Allen Martin
Add "nvidia,tegra114-spi" to represent t114 SPI controller hardware. Signed-off-by: Allen Martin --- include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2 insertions(+) diff --git a/include/fdtdec.h b/include/fdtdec.h index 77f244f..1b20f72 100644 --- a/include/fdtdec.h +++ b

Re: [U-Boot] [PATCH 1/2 V2] EXYNOS5: Add function to setup set ps hold

2013-02-12 Thread Minkyu Kang
Dear Rajeshwari, On 23/01/13 19:07, Rajeshwari Shinde wrote: > This patch adds a function to set ps_hold data driving value high. > This enables the machine to stay powered on after the initial > power-on condition goes away(e.g. power button). > > Acked-by: Simon Glass > Signed-off-by: Rajeshwa

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

2013-02-12 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you foe comments, On Tue, Feb 12, 2013 at 2:21 PM, Minkyu Kang wrote: > 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 >> Change

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-02-12 Thread Rajeshwari Birje
Hi, Please do let me know if any comments on this patch set. -- Regards, Rajeshwari Shinde On Wed, Jan 23, 2013 at 12:00 PM, Rajeshwari Shinde wrote: > This patch set adds driver for Gigabyte device GD25LQ and GD25Q64B > required for Snow board and enables same in config file. > > Based on fol

Re: [U-Boot] [PATCH 0/2 V2] SMDK5250: Set Initial PMIC Values

2013-02-12 Thread Rajeshwari Birje
Hi All, Please do let me know if any comments on this patch set. -- Regards, Rajeshwari Shinde On Wed, Jan 23, 2013 at 3:37 PM, Rajeshwari Shinde wrote: > This patch set seperates setting PMIC values form previous > "Convert lowlevel_init.S to .c" patch set. > These patches add PMIC MAX77686 v

Re: [U-Boot] [PATCH v2] mmc: Split device init to decouple OCR-polling delay

2013-02-12 Thread Jaehoon Chung
Hi Simon, It looks good to me. Acked-by: Jaehoon Chung On 02/09/2013 01:48 AM, Simon Glass wrote: > Hi, > > On Sun, Dec 16, 2012 at 7:44 PM, Simon Glass wrote: >> Hi, >> >> On Sun, Dec 16, 2012 at 6:12 PM, Jaehoon Chung >> wrote: >>> On 12/16/2012 02:18 AM, Simon Glass wrote: Hi,

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

2013-02-12 Thread Minkyu Kang
On 12/02/13 17:58, Piotr Wilczek wrote: > 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/tra

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 16/23] Adjust board_f.c for ppc

2013-02-12 Thread Scott Wood
On 02/12/2013 04:41:15 PM, Simon Glass wrote: Hi Scott, On Tue, Feb 12, 2013 at 2:32 PM, Scott Wood wrote: > 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 >> + >>

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

2013-02-12 Thread Simon Glass
Hi Scott, On Tue, Feb 12, 2013 at 2:32 PM, Scott Wood wrote: > 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 */ >>

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

2013-02-12 Thread Scott Wood
On 02/12/2013 04:29:56 PM, Simon Glass wrote: 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 >>

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 12, 2013 at 12:13 PM, Stephen Warren wrote: > 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

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

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

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

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

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

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

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

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

[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

[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

  1   2   >