Re: [U-Boot] [PATCH V6] ARM: mx6: Add support for Kosagi Novena

2014-10-10 Thread Nikolay Dimitrov
Hi Marek, On 10/11/2014 04:24 AM, Marek Vasut wrote: On Friday, October 10, 2014 at 03:39:08 AM, Nikolay Dimitrov wrote: Hi Marek, The usual stuff follows :D. On 10/10/2014 02:22 AM, Marek Vasut wrote: +#define NOVENA_BUTTON_GPIO IMX_GPIO_NR(4, 14) +#define NOVENA_SD_WP IMX_GPI

Re: [U-Boot] [PATCH V7] ARM: mx6: Add support for Kosagi Novena

2014-10-10 Thread Nikolay Dimitrov
Hi Marek, On 10/11/2014 04:14 AM, Marek Vasut wrote: Add support for the Kosagi Novena board. Currently supported are: - I2C busses - FEC Ethernet - MMC0, MMC1, Booting from MMC - SATA - USB ports - USB Ethernet Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Sean Cross Cc: Nikolay Dimitrov

Re: [U-Boot] [PATCH V7] ARM: mx6: Add support for Kosagi Novena

2014-10-10 Thread Nikolay Dimitrov
Hi Fabio, On 10/11/2014 04:39 AM, Fabio Estevam wrote: Hi Marek, On Fri, Oct 10, 2014 at 10:14 PM, Marek Vasut wrote: +int board_early_init_f(void) +{ +#if defined(CONFIG_VIDEO_IPUV3) + setup_display(); +#endif + + /* Bring Ethernet PHY out of reset. */ + gpio_set_value(IMX

Re: [U-Boot] [PATCH V7] ARM: mx6: Add support for Kosagi Novena

2014-10-10 Thread Fabio Estevam
On Fri, Oct 10, 2014 at 10:14 PM, Marek Vasut wrote: > +/* PCI express */ > +#undef CONFIG_CMD_PCI /* Disable to prevent Linux from hanging on MX6 */ This has been fixed recently by this commit: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/pci/host/pci-imx6.c

Re: [U-Boot] [PATCH V7] ARM: mx6: Add support for Kosagi Novena

2014-10-10 Thread Fabio Estevam
Hi Marek, On Fri, Oct 10, 2014 at 10:14 PM, Marek Vasut wrote: > +int board_early_init_f(void) > +{ > +#if defined(CONFIG_VIDEO_IPUV3) > + setup_display(); > +#endif > + > + /* Bring Ethernet PHY out of reset. */ > + gpio_set_value(IMX_GPIO_NR(3, 23), 1); No delay needed here

Re: [U-Boot] [PATCH V6] ARM: mx6: Add support for Kosagi Novena

2014-10-10 Thread Marek Vasut
On Friday, October 10, 2014 at 03:39:08 AM, Nikolay Dimitrov wrote: > Hi Marek, > > The usual stuff follows :D. > > On 10/10/2014 02:22 AM, Marek Vasut wrote: > > +#define NOVENA_BUTTON_GPIO IMX_GPIO_NR(4, 14) > > +#define NOVENA_SD_WP IMX_GPIO_NR(1, 2) > > +#define NOVENA_SD_CD

[U-Boot] [PATCH V7] ARM: mx6: Add support for Kosagi Novena

2014-10-10 Thread Marek Vasut
Add support for the Kosagi Novena board. Currently supported are: - I2C busses - FEC Ethernet - MMC0, MMC1, Booting from MMC - SATA - USB ports - USB Ethernet Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Sean Cross Cc: Nikolay Dimitrov --- arch/arm/Kconfig | 4 + board/k

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

2014-10-10 Thread Albert ARIBAUD
nges up to 3d420cbd355a5f09e4f113eb10579a264a8ef138: Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into 'u-boot-arm/master' (2014-10-11 01:20:55 +0200) Albert ARIBAUD (4): Merge remote-trac

Re: [U-Boot] [PULL] u-boot-socfpga/topic/arm/socfpga-20141010

2014-10-10 Thread Albert ARIBAUD
ble in the git repository at: > > > git://git.denx.de/u-boot-socfpga.git topic/arm/socfpga-20141010 In the U-Boot process, PRs are done from a master branch to a master branch. There are exceptions of course, for instance when a repo collects patches for more than one architecture, as does

Re: [U-Boot] [PATCH v3 05/29] dm: spi: Add a uclass for SPI

2014-10-10 Thread Simon Glass
Hi Jagan, On 10 October 2014 12:37, Jagan Teki wrote: > Hi Simon, > > On 10 October 2014 23:35, Simon Glass wrote: >> Hi Jagan, >> >> On 10 October 2014 11:31, Jagan Teki wrote: >>> Hi Simon, >>> >>> Can you please see my comments below, I'm relating more about cs and bus >>> valid scenario whi

Re: [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass

2014-10-10 Thread Simon Glass
Hi, On 10 October 2014 07:32, Przemyslaw Marczak wrote: > Hello Simon, > > > On 10/10/2014 05:17 AM, Simon Glass wrote: >> >> Hi, >> >> On 8 October 2014 14:48, Przemyslaw Marczak wrote: >>> >>> This is an introduction to driver-model multi class PMIC support. >>> It starts with UCLASS_PMIC - a

Re: [U-Boot] [PATCH] tegra: colibri_t30: clean-up spurious new line

2014-10-10 Thread Simon Glass
On 10 October 2014 16:04, Marcel Ziswiler wrote: > Clean-up a spurious new line which got introduced resp. left behind by > commit > > f1ef2b62339526df3b921bcfefd174ce76d4c624 > kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig > > Signed-off-by: Marcel Ziswiler Acked-by: Simon Glass

[U-Boot] [PULL] u-boot-socfpga/topic/arm/socfpga-20141010

2014-10-10 Thread Marek Vasut
The following changes since commit db67801bf92f7fae6131dbc0d387131698fb9490: Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2014-10-10 09:45:16 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git topic/arm/socfpga-20141010 for yo

Re: [U-Boot] [PATCH] tegra: gpio: fix null label regression

2014-10-10 Thread Simon Glass
Hi Marcel, On 10 October 2014 16:44, Marcel Ziswiler wrote: > Hi Simon > > On Fri, 2014-10-10 at 16:22 -0600, Simon Glass wrote: >> Well you fixed that bug. Are there any others? > > Well, not in any of our boards but a short grep through the sources > reveals dozens of places where GPIOs are sti

Re: [U-Boot] [PATCH 2/2] arm: socfpga: Use EMAC1 on SoCDK

2014-10-10 Thread Marek Vasut
On Friday, October 10, 2014 at 01:50:23 AM, Marek Vasut wrote: > The SoCDK uses EMAC1, not EMAC0. This patch fixes the issue. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Albert Aribaud > Cc: Tom Rini > Cc: Wolfgang Denk > Cc: Pavel Machek > --- > include/con

Re: [U-Boot] [PATCH] tegra: gpio: fix null label regression

2014-10-10 Thread Marcel Ziswiler
Hi Simon On Fri, 2014-10-10 at 16:22 -0600, Simon Glass wrote: > Well you fixed that bug. Are there any others? Well, not in any of our boards but a short grep through the sources reveals dozens of places where GPIOs are still reserved with NULL labels. Happy crashing and subsequent bisecting for

[U-Boot] [PATCH] tegra: apalis_t30: master revamp

2014-10-10 Thread Marcel Ziswiler
Update Apalis T30 as per the following commits c369139234c03b1494394d12cd27009f47aa6606 tegra: dts: Add serial port details 461be2f96e4b87e5065208c6659a47dd0ad9e9f8 kconfig: remove redundant "string" type in arch and board Kconfigs f1ef2b62339526df3b921bcfefd174ce76d4c624 kconfig: move CONFIG_DE

[U-Boot] [PATCH] doc: Fix comparison operator

2014-10-10 Thread Marek Vasut
From: Olaf Mandel Align the documentation with the include/linux/etherdevice.h , which is where this example comes from. The return value from the check was inverted in the documentation. Signed-off-by: Olaf Mandel Signed-off-by: Marek Vasut Cc: Albert ARIBAUD Cc: Tom Rini --- doc/README.un

Re: [U-Boot] [PATCH] tegra: gpio: fix null label regression

2014-10-10 Thread Simon Glass
Hi Marcel, On 10 October 2014 09:53, Marcel Ziswiler wrote: > Hi Simon > > On Fri, 2014-10-10 at 09:42 -0600, Simon Glass wrote: >> OK, is it possible to stop calling the function with NULL instead? > > Yes, sure. Remember > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/198189 > >> Th

[U-Boot] [PATCH] tegra: dts: colibri_t30 add serial port details

2014-10-10 Thread Marcel Ziswiler
Add missing chosen stdout-path device tree node. This got missed by commit c369139234c03b1494394d12cd27009f47aa6606 tegra: dts: Add serial port details Signed-off-by: Marcel Ziswiler --- note: - this patch got re-based against u-boot/master which includes above mentioned commit while u-boot-te

[U-Boot] [PATCH] tegra: colibri_t30: clean-up spurious new line

2014-10-10 Thread Marcel Ziswiler
Clean-up a spurious new line which got introduced resp. left behind by commit f1ef2b62339526df3b921bcfefd174ce76d4c624 kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig Signed-off-by: Marcel Ziswiler --- note: - this patch got re-based against u-boot/master which includes above mentioned com

[U-Boot] [PATCH v2] ARM: tegra: Use mem size from MC in combination with get_ram_size()

2014-10-10 Thread Marcel Ziswiler
On popular request this now completes the Warren's work started for TK1: aeb3fcb35956461077804720b8a252d50758d7e0 ARM: tegra: Use mem size from MC rather than ODMDATA In addition to the move of using the Tegra memory controller (MC) register rather than ODMDATA for T20, T30 and T114 as well it fu

Re: [U-Boot] [PATCH] cmd_sf: add handler for +len arg for all commands

2014-10-10 Thread Maxime Hadjinlian
Hi all, On Wed, Oct 8, 2014 at 10:35 AM, Chin Liang See wrote: > On Sun, 2014-10-05 at 22:55 +0200, ma...@denx.de wrote: >> On Sunday, October 05, 2014 at 10:35:06 PM, Maxime Hadjinlian wrote: >> > On Sun, Oct 5, 2014 at 10:28 PM, Marek Vasut wrote: >> > > On Sunday, October 05, 2014 at 09:51:27

Re: [U-Boot] Discussion topics / issues

2014-10-10 Thread Albert ARIBAUD
Hi Jeroen, On Fri, 10 Oct 2014 22:40:48 +0200, Jeroen Hofstee wrote: > Hello Albert, > > On 10-10-14 21:51, Albert ARIBAUD wrote: > > Hi Jeroen, > > > > On Fri, 10 Oct 2014 18:09:19 +0200, Jeroen Hofstee > > wrote: > > > >> Hello Marek, > >> > >> On 10-10-14 16:26, Marek Vasut wrote: > >>> On

Re: [U-Boot] Discussion topics / issues

2014-10-10 Thread Jeroen Hofstee
Hello Albert, On 10-10-14 21:51, Albert ARIBAUD wrote: Hi Jeroen, On Fri, 10 Oct 2014 18:09:19 +0200, Jeroen Hofstee wrote: Hello Marek, On 10-10-14 16:26, Marek Vasut wrote: On Friday, October 10, 2014 at 04:04:40 PM, Jeroen Hofstee wrote: Hello Wolfgang, On 10-10-14 14:22, Wolfgang Den

[U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master

2014-10-10 Thread Andreas Bießmann
Dear Albert Aribaud, please pull these changes into u-boot-arm/master. They are two generic board conversions which are trivial and a fix for gigabit ethernet on sama5d3xek. The following changes since commit ebf8644a113a36b163c2e06fe1e081c73f563c3a: Merge branch 'u-boot-samsung/master' into '

Re: [U-Boot] arm, at91: add generic board support for the taurus and corvus board

2014-10-10 Thread Andreas Bießmann
Dear Heiko Schocher, Heiko Schocher writes: >Signed-off-by: Heiko Schocher >Cc: Andreas Bießmann >Cc: Bo Shen >--- > include/configs/corvus.h | 2 ++ > include/configs/taurus.h | 2 ++ > 2 files changed, 4 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___

Re: [U-Boot] [U-Boot,2/2] sama5d3xek: run PHY's config

2014-10-10 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel writes: >Signed-off-by: Andreas Bießmann >Cc: Bo Shen >--- > > board/atmel/sama5d3xek/sama5d3xek.c | 29 - > 1 file changed, 20 insertions(+), 9 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann _

Re: [U-Boot] ARM: atmel: switch at91sam9263ek to generic board

2014-10-10 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Signed-off-by: Bo Shen >--- > > include/configs/at91sam9263ek.h | 2 ++ > 1 file changed, 2 insertions(+) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.d

Re: [U-Boot] [U-Boot,1/2] macb: simplify gmac initialisation

2014-10-10 Thread Andreas Bießmann
Dear Andreas Devel, Andreas Devel writes: >Signed-off-by: Andreas Bießmann >Cc: Joe Hershberger >Cc: Bo Shen >--- > > drivers/net/macb.c | 25 - > 1 file changed, 8 insertions(+), 17 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] Discussion topics / issues

2014-10-10 Thread Albert ARIBAUD
Hi Jeroen, On Fri, 10 Oct 2014 18:09:19 +0200, Jeroen Hofstee wrote: > Hello Marek, > > On 10-10-14 16:26, Marek Vasut wrote: > > On Friday, October 10, 2014 at 04:04:40 PM, Jeroen Hofstee wrote: > >> Hello Wolfgang, > >> > >> On 10-10-14 14:22, Wolfgang Denk wrote: > It does not mention p

Re: [U-Boot] [PATCH v3 05/29] dm: spi: Add a uclass for SPI

2014-10-10 Thread Jagan Teki
Hi Simon, On 10 October 2014 23:35, Simon Glass wrote: > Hi Jagan, > > On 10 October 2014 11:31, Jagan Teki wrote: >> Hi Simon, >> >> Can you please see my comments below, I'm relating more about cs and bus >> valid scenario which is available on current drivers wrt dm-spi. >> >> On 30 September

Re: [U-Boot] [PATCH v3 05/29] dm: spi: Add a uclass for SPI

2014-10-10 Thread Simon Glass
Hi Jagan, On 10 October 2014 11:31, Jagan Teki wrote: > Hi Simon, > > Can you please see my comments below, I'm relating more about cs and bus > valid scenario which is available on current drivers wrt dm-spi. > > On 30 September 2014 01:05, Simon Glass wrote: >> Add a uclass which provides acce

Re: [U-Boot] [PATCH v3 05/29] dm: spi: Add a uclass for SPI

2014-10-10 Thread Jagan Teki
Hi Simon, Can you please see my comments below, I'm relating more about cs and bus valid scenario which is available on current drivers wrt dm-spi. On 30 September 2014 01:05, Simon Glass wrote: > Add a uclass which provides access to SPI buses and includes operations > required by SPI. > > For

Re: [U-Boot] [U-Boot, U-boot] configs:ks2_evm: update defconfigs to support SPL

2014-10-10 Thread Tom Rini
On Thu, Oct 09, 2014 at 10:20:36PM +0300, Khoronzhuk, Ivan wrote: > From: Murali Karicheri > > The K2HK and K2E boards support SPL by default, so add > CONFIG_SPL option. Also export CONFIG_ARM, CONFIG_ARCH_KEYSTONE > and TARGET_K2*_EVM options to spl/.config as they are the same. > So now it's

Re: [U-Boot] [PATCH fix for v2014.10] serial-uclass: Fix compilation error

2014-10-10 Thread Tom Rini
On Fri, Oct 10, 2014 at 06:30:17PM +0200, Hans de Goede wrote: > Signed-off-by: Hans de Goede Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

Re: [U-Boot] [U-Boot, U-boot] ks2_evm: readme: align according to actual sources

2014-10-10 Thread Tom Rini
On Thu, Oct 09, 2014 at 10:21:14PM +0300, Khoronzhuk, Ivan wrote: > Update readme file for Keystone II EVM boards to actual sources. > Also correct some typos. For now the Edison evaluation board is > added, README for K2E is mostly the same, so update README to > contain information also for K2E

[U-Boot] [PATCH fix for v2014.10] serial-uclass: Fix compilation error

2014-10-10 Thread Hans de Goede
Signed-off-by: Hans de Goede --- drivers/serial/serial-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/serial/serial-uclass.c b/drivers/serial/serial-uclass.c index fd010ca..6dde4ea 100644 --- a/drivers/serial/serial-uclass.c +++ b/drivers/serial/serial-uclass

Re: [U-Boot] [PATCH] PATI: fix broken SPI access

2014-10-10 Thread Jagan Teki
On 10 October 2014 21:44, Tom Rini wrote: > On Tue, Sep 30, 2014 at 10:48:11AM -0400, Tom Rini wrote: >> On Tue, Sep 30, 2014 at 08:06:43PM +0530, Jagan Teki wrote: >> > On 30 September 2014 18:41, David Müller (ELSOFT AG) >> > wrote: >> > > Jagan Teki wrote: >> > >> On 30 September 2014 16:53, D

Re: [U-Boot] [PATCH 0/5] omap3: overo: Add foreign expansion board support

2014-10-10 Thread Ash Charles
Thanks Tom. And Stefan: I apologize for my delayed review on these. --Ash On Fri, Oct 10, 2014 at 9:12 AM, Tom Rini wrote: > On Tue, Sep 16, 2014 at 05:51:04PM +0200, Stefan Herbrechtsmeier wrote: > >> At the moment the boot loader use a common configuration for all Gumstix >> Overo expansion bo

Re: [U-Boot] [PATCH 0/5] omap3: overo: Add foreign expansion board support

2014-10-10 Thread Tom Rini
On Tue, Sep 16, 2014 at 05:51:04PM +0200, Stefan Herbrechtsmeier wrote: > At the moment the boot loader use a common configuration for all Gumstix > Overo expansion boards. This also includes configuration of all inputs > and outputs even if they aren't used by the boot loader. Because the > Overo

Re: [U-Boot] [PATCH] PATI: fix broken SPI access

2014-10-10 Thread Tom Rini
On Tue, Sep 30, 2014 at 10:48:11AM -0400, Tom Rini wrote: > On Tue, Sep 30, 2014 at 08:06:43PM +0530, Jagan Teki wrote: > > On 30 September 2014 18:41, David Müller (ELSOFT AG) > > wrote: > > > Jagan Teki wrote: > > >> On 30 September 2014 16:53, David Müller wrote: > > >>> +int board_early_init_

Re: [U-Boot] Discussion topics / issues

2014-10-10 Thread Jeroen Hofstee
Hello Marek, On 10-10-14 16:26, Marek Vasut wrote: On Friday, October 10, 2014 at 04:04:40 PM, Jeroen Hofstee wrote: Hello Wolfgang, On 10-10-14 14:22, Wolfgang Denk wrote: It does not mention puts() vs. printf(), if it is indeed meant to be u-boot policy. This is not just U-Boot philosophy,

Re: [U-Boot] [PATCH] tegra: clean-up useless define

2014-10-10 Thread Marcel Ziswiler
On Fri, 2014-10-10 at 09:52 -0600, Simon Glass wrote: > You could put anything in there. Good point. Maybe we should leave more spare defines like that. One never knows could come in handy (;-p). ___ U-Boot mailing list U-Boot@lists.denx.de http://lists

Re: [U-Boot] [PATCH] tegra: gpio: fix null label regression

2014-10-10 Thread Marcel Ziswiler
Hi Simon On Fri, 2014-10-10 at 09:42 -0600, Simon Glass wrote: > OK, is it possible to stop calling the function with NULL instead? Yes, sure. Remember http://article.gmane.org/gmane.comp.boot-loaders.u-boot/198189 > That is a bug IMO. Well, that's what I tried to find out digging through the

Re: [U-Boot] [PATCH] tegra: clean-up useless define

2014-10-10 Thread Simon Glass
On 10 October 2014 09:45, Marcel Ziswiler wrote: > Wondering what exactly that one should bring (;-p). Looks like a remnant of > the last commit > > 783e6a72b8278d59854ced41a4696c9a14abbb0b > kconfig: move CONFIG_OF_* to Kconfig > > Signed-off-by: Marcel Ziswiler Acked-by: Simon Glass You cou

Re: [U-Boot] [PATCH 0/6] Addition of new board Peach-Pi

2014-10-10 Thread Simon Glass
Hi Akshay, On 10 October 2014 05:50, Akshay Saraswat wrote: > Hi Simon, > >> >>Hi Akshay, >> >>On 8 October 2014 02:10, Akshay Saraswat wrote: >>> Now we are adding a new Peach-Pi board which is a variant of Peach-Pit >>> and is based on Exynos5800. Exynos5800 itself is a variant of Exynos5420, >

[U-Boot] [PATCH] tegra: clean-up useless define

2014-10-10 Thread Marcel Ziswiler
Wondering what exactly that one should bring (;-p). Looks like a remnant of the last commit 783e6a72b8278d59854ced41a4696c9a14abbb0b kconfig: move CONFIG_OF_* to Kconfig Signed-off-by: Marcel Ziswiler --- include/configs/tegra-common-post.h | 4 1 file changed, 4 deletions(-) diff --git

Re: [U-Boot] [PATCH] gpio: header file comment spelling fixes

2014-10-10 Thread Simon Glass
On 10 October 2014 09:31, Marcel Ziswiler wrote: > Signed-off-by: Marcel Ziswiler Acked-by: Simon Glass Thanks, Simon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] tegra: gpio: fix null label regression

2014-10-10 Thread Simon Glass
Hi Marcel, On 10 October 2014 09:37, Marcel Ziswiler wrote: > Hi Simon > > On Fri, 2014-10-10 at 09:26 -0600, Simon Glass wrote: >> Does this patch fix anything? What exactly does it change with your board? > > Well, yes. It does stop Colibri T30 from crashing with rc3 right after > printing DRAM

Re: [U-Boot] [PATCH] tegra: gpio: fix null label regression

2014-10-10 Thread Marcel Ziswiler
Hi Simon On Fri, 2014-10-10 at 09:26 -0600, Simon Glass wrote: > Does this patch fix anything? What exactly does it change with your board? Well, yes. It does stop Colibri T30 from crashing with rc3 right after printing DRAM: 1 GiB. Looking at the former code the string copy stuff was actually

[U-Boot] [PATCH] gpio: header file comment spelling fixes

2014-10-10 Thread Marcel Ziswiler
Signed-off-by: Marcel Ziswiler --- include/asm-generic/gpio.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h index 60539d8..1ebb9c7 100644 --- a/include/asm-generic/gpio.h +++ b/include/asm-generic/gpio.h @@ -

Re: [U-Boot] [PATCH] tegra: gpio: fix null label regression

2014-10-10 Thread Simon Glass
Hi Marcel, On 10 October 2014 08:56, Marcel Ziswiler wrote: > Fix Tegra GPIO driver to not crash resp. misbehave upon requesting > GPIOs with an empty aka NULL label. As the driver uses exclusively the > label to check for reservation status actually supplying one is > mandatory! > > This fixes a

[U-Boot] [U-boot] [Patch 3/4] keystone2: ecc: add ddr3 error detection and correction support

2014-10-10 Thread Ivan Khoronzhuk
From: Vitaly Andrianov This patch adds the DDR3 ECC support to enable ECC in the DDR3 EMIF controller for Keystone II devices. By default, ECC will only be enabled if RMW is supported in the DDR EMIF controller. The entire DDR memory will be scrubbed to zero using an EDMA channel after ECC is en

[U-Boot] [U-boot] [Patch 4/4] ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr

2014-10-10 Thread Ivan Khoronzhuk
From: Hao Zhang Add ddr3 commands: test - test DDR from start\n address to end address\n ddr compare-\n compare DDR data of (size) bytes from start address to end address\n ddr ecc_err - generate bit errors\n in DDR data at , the command will read a 32-bit

[U-Boot] [U-boot] [Patch 2/4] ARM: keystone: msmc: extend functionality of SES

2014-10-10 Thread Ivan Khoronzhuk
From: Vitaly Andrianov Add functions to set/get SES PMAX values of Pivilege ID pair. Also add msmc module definitions. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Vitaly Andrianov Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/msmc.c| 26 ++

[U-Boot] [U-boot] [Patch 1/4] dma: ti-edma3: introduce edma3 driver

2014-10-10 Thread Ivan Khoronzhuk
The EDMA3 controller’s primary purpose is to service data transfers that you program between two memory-mapped slave endpoints on the device. Typical usage includes, but is not limited to the following: - Servicing software-driven paging transfers (e.g., transfers from external memory, such as S

Re: [U-Boot] [PATCH] tegra: colibri_t30: asix usb ethernet reset regression

2014-10-10 Thread Simon Glass
On 10 October 2014 09:04, Marcel Ziswiler wrote: > Fix ASIX USB to Ethernet reset which due to the new driver model Tegra > GPIO driver changes now requires a label string to be provided > otherwise the reservation and subsequent direction/value calls will > fail. > > This fixes a regression intro

[U-Boot] [U-boot] [Patch 0/4] keystone2: ecc: add ddr3 error detection and correction support

2014-10-10 Thread Ivan Khoronzhuk
This series adds the DDR3 ECC support to enable ECC in the DDR3 EMIF controller for Keystone II devices. Based on "[U-boot] [Patch 0/5] keystone2: add network support for K2E SoC and EVM" https://www.mail-archive.com/u-boot@lists.denx.de/msg148985.html Hao Zhang (1): ARM: keystone: cmd_ddr3: ad

[U-Boot] [PATCH] tegra: colibri_t30: asix usb ethernet reset regression

2014-10-10 Thread Marcel Ziswiler
Fix ASIX USB to Ethernet reset which due to the new driver model Tegra GPIO driver changes now requires a label string to be provided otherwise the reservation and subsequent direction/value calls will fail. This fixes a regression introduced by commit: 2fccd2d96badcdf6165658a99771a4c475586279 te

[U-Boot] [PATCH] tegra: gpio: fix null label regression

2014-10-10 Thread Marcel Ziswiler
Fix Tegra GPIO driver to not crash resp. misbehave upon requesting GPIOs with an empty aka NULL label. As the driver uses exclusively the label to check for reservation status actually supplying one is mandatory! This fixes a regression introduced by commit: 2fccd2d96badcdf6165658a99771a4c4755862

Re: [U-Boot] [U-Boot,1/5] omap3: overo: Fix fdtfile test

2014-10-10 Thread Tom Rini
On Tue, Sep 16, 2014 at 05:51:05PM +0200, Stefan Herbrechtsmeier wrote: > Commit 12cc54376768461533b55ada1b0b6d4979f40579 'omap3: overo: Select > fdtfile for expansion board' wrongly missed the operator in the fdtfile > test. Update the test to only overwrite an empty fdtfile environment > variabl

Re: [U-Boot] am335x_evm: Correct BOOTCOUNT driver support

2014-10-10 Thread Tom Rini
On Fri, Oct 03, 2014 at 03:57:00PM -0400, Tom Rini wrote: > We need to set the 'BE' flag here for things to work right. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot ma

[U-Boot] [U-boot] [Patch v3 6/6] keystone2: k2l-evm: add board support

2014-10-10 Thread Ivan Khoronzhuk
From: Hao Zhang This patch adds Keystone II Lammar (K2L) EVM board support. Acked-by: Vitaly Andrianov Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/Kconfig| 3 ++ arch/arm/include/asm/arch-keystone/clock-k2l.h | 6 +++ board/ti/ks2_evm

[U-Boot] [U-boot] [Patch v3 5/6] keystone2: enable OSR clock domain for K2L SoC

2014-10-10 Thread Ivan Khoronzhuk
From: Hao Zhang This patches enables the On-chip Shared Ram clock domain for K2L SoC. Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/init.c| 49 +++ arch/arm/include/asm/arch-keystone/hardware-k2l.h | 25

[U-Boot] [U-boot] [Patch v3 4/6] ARM: keystone2: spl: add K2L SoC support

2014-10-10 Thread Ivan Khoronzhuk
From: Hao Zhang Add Keystone II Lamar (K2L) SoC support. Acked-by: Vitaly Andrianov Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/spl.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/cpu/armv7/keystone/spl.c b/arch/arm/cpu/armv7

Re: [U-Boot] common/board_r: remove warning in initr_mem for 64-bit phys_size_t

2014-10-10 Thread Tom Rini
On Fri, Oct 03, 2014 at 11:16:19AM +0200, Valentin Longchamp wrote: > Since on powerpc phys_size_t can be unsigned long long, this printout > line can result in a not nice compile warning. > > Signed-off-by: Valentin Longchamp > Acked-by: Simon Glass Applied to u-boot/master, thanks! -- Tom

[U-Boot] [U-boot] [Patch v3 3/6] keystone2: msmc: add MSMC cache coherency support for K2L SOC

2014-10-10 Thread Ivan Khoronzhuk
From: Hao Zhang This patch adds Keystone II Lamar (K2L) SoC specific definitions to support MSMC cache coherency. Acked-by: Vitaly Andrianov Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/init.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/a

Re: [U-Boot] board/BuR: fix pinmux for MII Ethernet Interface

2014-10-10 Thread Tom Rini
On Fri, Oct 03, 2014 at 07:30:15AM +0200, Hannes Petermaier wrote: > The lines COL (collision detect) and CRS (carrier sense) needs to be connected > and muxed to the CPSW MAC for a proper function in half-duplex Mode of the > interface. > > Signed-off-by: Hannes Petermaier > Cc: Tom Rini Appl

[U-Boot] [U-boot] [Patch v3 2/6] keystone2: clock: add K2L clock definitions and commands

2014-10-10 Thread Ivan Khoronzhuk
From: Hao Zhang This patch adds clock definitions and commands to support Keystone II K2L SOC. Acked-by: Vitaly Andrianov Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/Makefile | 1 + arch/arm/cpu/armv7/keystone/clock-k2l.c| 138 +

Re: [U-Boot] scripts/multiconfig.sh: Fix a typo

2014-10-10 Thread Tom Rini
On Wed, Oct 01, 2014 at 08:44:55AM -0700, York Sun wrote: > Fix the spelling of "configs". > > Signed-off-by: York Sun > CC: Masahiro Yamada > Acked-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

[U-Boot] [U-boot] [Patch v3 0/6] keystone2: add k2l SoC and k2l_evm board support

2014-10-10 Thread Ivan Khoronzhuk
This patch series adds Keystone II Lamar (K2L) SoC and k2l_evm board support. Based on "[U-boot] [Patch v2] keystone: usb: add support of usb xhci" https://patchwork.ozlabs.org/patch/386506/ v3..v1 - keystone2: k2l-evm: add board support Add maintainers information Enable SPL by d

Re: [U-Boot] multiconfig.sh: replace GNU sed specific match

2014-10-10 Thread Tom Rini
On Wed, Oct 01, 2014 at 05:22:58PM +0200, Jeroen Hofstee wrote: > A SPL/TPL enabled target would was not recognized as > such by BSD sed, since it relies on a GNU extension. > Instead of or-ing just spell out both matches. > > Cc: Masahiro Yamada > Signed-off-by: Jeroen Hofstee > Acked-by: Masa

[U-Boot] [U-boot] [Patch v3 1/6] ARM: keystone2: add K2L device hardware definitions

2014-10-10 Thread Ivan Khoronzhuk
From: Hao Zhang This patch adds hardware definitions specific to Keystone II Lamar (K2L) SoC. Acked-by: Vitaly Andrianov Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/include/asm/arch-keystone/hardware-k2hk.h | 2 - arch/arm/include/asm/arch-keystone/hardware-k2l.h |

Re: [U-Boot] VCMA9: remove EXT2 support

2014-10-10 Thread Tom Rini
On Tue, Sep 30, 2014 at 01:53:28PM +0200, David Müller (ELSOFT AG) wrote: > remove the seldomly used EXT2 support because the U-Boot binary will > not fit into the 512KiB flash otherwise. > > Signed-off-by: David Müller Applied to u-boot/master, thanks! -- Tom signature.asc Description: Di

Re: [U-Boot] [U-Boot, for-v2014.10?] pxe: Ensure we don't overflow bootargs

2014-10-10 Thread Ian Campbell
On Fri, 2014-10-10 at 10:39 -0400, Tom Rini wrote: > On Fri, Oct 03, 2014 at 02:29:01PM +0100, Ian Campbell wrote: > > > From: Ian Campbell > > > > On a couple of platforms I've tripped over long PXE append lines overflowing > > this array, due to having CONFIG_SYS_CBSIZE == 256. When doing pres

Re: [U-Boot] [U-Boot,4/4] PATI: convert to generic board

2014-10-10 Thread Tom Rini
On Tue, Sep 30, 2014 at 12:32:23PM +0200, David Müller (ELSOFT AG) wrote: > Signed-off-by: David Müller Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

Re: [U-Boot] PATI: fix broken SPI access

2014-10-10 Thread Tom Rini
On Tue, Sep 30, 2014 at 01:23:54PM +0200, David Müller (ELSOFT AG) wrote: > fix broken SPI access by adding/activating BOARD_EARLY_INIT_F > functionality and calling spi_init_f() from there. > > Signed-off-by: David Müller Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot,3/4] VCMA9: convert to generic board

2014-10-10 Thread Tom Rini
On Tue, Sep 30, 2014 at 12:32:22PM +0200, David Müller (ELSOFT AG) wrote: > Signed-off-by: David Müller Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

Re: [U-Boot] [U-Boot,2/4] MIP405: convert to generic board

2014-10-10 Thread Tom Rini
On Tue, Sep 30, 2014 at 12:32:21PM +0200, David Müller (ELSOFT AG) wrote: > Signed-off-by: David Müller Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

Re: [U-Boot] [U-Boot,1/4] PIP405: convert to generic board

2014-10-10 Thread Tom Rini
On Tue, Sep 30, 2014 at 12:32:20PM +0200, David Müller (ELSOFT AG) wrote: > Signed-off-by: David Müller Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

Re: [U-Boot] SPDX License cleanup for LiMon imported files

2014-10-10 Thread Tom Rini
On Tue, Sep 30, 2014 at 10:44:01AM +0200, Wolfgang Denk wrote: > A number of network related files were imported from the LiMon > project; these contain a somewhat unclear license statement: > > Copyright 1994 - 2000 Neil Russell. > (See License) > > I analyzed the source code of LiM

Re: [U-Boot] [U-Boot, 5/5] powerpc: mpc5xxx: remove board support for MVBC_P and MVSMR

2014-10-10 Thread Tom Rini
On Mon, Sep 29, 2014 at 01:38:01AM +0900, Masahiro Yamada wrote: > These boards have been orphaned for more than 6 months. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] beagleboard: Remove side effects of i2c2 pullup resisters initialization code

2014-10-10 Thread Tom Rini
On Mon, Sep 29, 2014 at 09:46:48PM +0400, Alexander Kochetkov wrote: > Fix typo of commit d4e53f063dd25e071444b87303573e7440deeb89. > > i2c2 pullup resisters are controlled by bit 0 of CONTROL_PROG_IO1. > It's value after reset is 0x0011. > > In order to clear bit 0, original code write 0xff

Re: [U-Boot] [U-Boot, 3/5] powerpc: ppc4xx: remove board support for bluestone

2014-10-10 Thread Tom Rini
On Mon, Sep 29, 2014 at 01:37:59AM +0900, Masahiro Yamada wrote: > This board has been orphaned for more than 6 months. > > It is the last board defining CONFIG_APM821XX. > The code inside #ifdef CONFIG_APM821XX should be removed too. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master

Re: [U-Boot] [U-Boot, 4/5] powerpc: mpc83xx: remove board support for MERGERBOX and MVBLM7

2014-10-10 Thread Tom Rini
On Mon, Sep 29, 2014 at 01:38:00AM +0900, Masahiro Yamada wrote: > These boards have been orphaned for more than 6 months. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, 2/5] powerpc: ppc4xx: remove board support for CRAYL1

2014-10-10 Thread Tom Rini
On Mon, Sep 29, 2014 at 01:37:58AM +0900, Masahiro Yamada wrote: > This board has been orphaned for more than 6 months. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-

Re: [U-Boot] kconfig: fix another bug of "make savedefconfig"

2014-10-10 Thread Tom Rini
On Fri, Sep 26, 2014 at 06:42:36PM +0900, Masahiro Yamada wrote: > In some cases, the last lines of SPL or TPL are not output to a file. > The entries remaining in the "unmatched" variable must be flushed. > > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass Applied to u-boot/master, tha

Re: [U-Boot] [U-Boot, 4/4] common: spl_sata: perform SCSI scan before getting device

2014-10-10 Thread Tom Rini
On Tue, Sep 23, 2014 at 06:07:04PM +0300, Roger Quadros wrote: > At least on OMAP, init_sata() no longer performs scsi_scan() > so we must do it explicitly here. > > Cc: Dan Murphy > Signed-off-by: Roger Quadros Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital si

Re: [U-Boot] [U-Boot, U-boot] ARM: keystone: clock: fix main pll ratio div definitions

2014-10-10 Thread Tom Rini
On Tue, Sep 23, 2014 at 09:10:26PM +0300, Khoronzhuk, Ivan wrote: > The definitions for div ratio supposed to be in hex and were added > in dec by mistake. > > Signed-off-by: Ivan Khoronzhuk Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, 1/5] powerpc: ppc4xx: remove board support for KAREF and METROBOX

2014-10-10 Thread Tom Rini
On Mon, Sep 29, 2014 at 01:37:57AM +0900, Masahiro Yamada wrote: > These boards have been orphaned for more than 6 months. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, 1/4] ahci: Don't start command DMA engine before buffers are set

2014-10-10 Thread Tom Rini
On Tue, Sep 23, 2014 at 06:07:01PM +0300, Roger Quadros wrote: > The DMA/FIS buffers are set in ahci_port_start() which is called > after ahci_host_init(). So don't start the DMA engine here > (i.e. don't set FIS_RX) > > This fixes the following error at kernel boot on OMAP platforms (e.g. DRA7x)

Re: [U-Boot] [U-Boot,2/4] OMAP5+: sata/scsi: Implement scsi_init()

2014-10-10 Thread Tom Rini
On Tue, Sep 23, 2014 at 06:07:02PM +0300, Roger Quadros wrote: > On OMAP platforms, SATA controller provides the SCSI subsystem > so implement scsi_init(). > > Get rid of the unnecessary sata_init() call from dra7xx-evm > and omap5-uevm board files. > > Signed-off-by: Roger Quadros Applied to

Re: [U-Boot] Pull request: nand flash

2014-10-10 Thread Tom Rini
On Thu, Oct 09, 2014 at 08:08:30PM -0500, Scott Wood wrote: > The RNDOUT patch addresses a regression in the mtd uprev. The PARAM > change is a fix to a driver introduced in this release. > > The following changes since commit dd0204e48d05f41480743a798b94d5484b664639: > > Merge branch 'master

Re: [U-Boot] [U-Boot, 3/4] ARM: OMAP5+: sata: Move scsi_scan() to the right place

2014-10-10 Thread Tom Rini
On Tue, Sep 23, 2014 at 06:07:03PM +0300, Roger Quadros wrote: > scsi_scan() must be called as part of scsi_init() and not > as part of sata_init(). > > Signed-off-by: Roger Quadros Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, for-v2014.10?] pxe: Ensure we don't overflow bootargs

2014-10-10 Thread Tom Rini
On Fri, Oct 03, 2014 at 02:29:01PM +0100, Ian Campbell wrote: > From: Ian Campbell > > On a couple of platforms I've tripped over long PXE append lines overflowing > this array, due to having CONFIG_SYS_CBSIZE == 256. When doing preseeded > Debian > installs it's pretty trivial to exceed that.

Re: [U-Boot] common/board_r: Fix booting issue on T4240QDS

2014-10-10 Thread Tom Rini
On Thu, Oct 02, 2014 at 03:20:10PM -0700, York Sun wrote: > Commit 294b91a5817147d4b7f47be2ac69bac2a1f26491 moved initr_malloc > earlier than initr_unlock_ram_in_cache. This causes issue on T4240. > It may be related to locked L1 d-cache and unlocked L2 cache. D- > cache could and should be unlock

Re: [U-Boot] [U-Boot, fix, for, v2014.10] sunxi: Fix gmac not working reliable on the Bananapi

2014-10-10 Thread Tom Rini
On Tue, Sep 30, 2014 at 06:45:32PM +0200, Hans de Goede wrote: > In order for the gmac nic to work reliable on the Bananapi, we need to set > bits 10-12 GTXDC "GMAC Transmit Clock Delay Chain" of the GMAC clk register > (0x01c20164) to 3. > > Without this about 9 out of 10 ethernet packets get lo

Re: [U-Boot] Discussion topics / issues

2014-10-10 Thread Fabio Estevam
Hi Marek, On Fri, Oct 10, 2014 at 11:26 AM, Marek Vasut wrote: >> calling printf("%s\n", "string") gets translated into puts by the >> compiler. There should be no difference in the binary. > > Is this LLVM specific or does GCC do that too ? This is interesting > information. Just did a quick

[U-Boot] [PATCH 10/10] x86: config: Increase CONFIG_SYS_BOOTM_LEN to 16MB

2014-10-10 Thread Simon Glass
The code density of x86_64 is not wonderful. Increase the maximum boot size and adjust the load address to cope. Signed-off-by: Simon Glass --- include/configs/coreboot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/coreboot.h b/include/configs/coreboot.

  1   2   >