Re: [U-Boot] [PATCH] video: Add support for TI's AM335x LCD-Controller

2014-03-09 Thread Heiko Schocher
Hello Hannes, Am 07.03.2014 11:28, schrieb Hannes Petermaier: Hi Heiko, Heiko Schocher wrote: Hello Hannes, Am 06.03.2014 15:24, schrieb Hannes Petermaier: On 2014-03-06 14:58, Heiko Schocher wrote: Hello Hannes, Am 06.03.2014 14:39, schrieb Hannes Petermaier: - Adds support for a minimal

Re: [U-Boot] [PATCH v3 4/8] rsa: add sha256-rsa2048 algorithm

2014-03-09 Thread Heiko Schocher
Hello Simon, Am 09.03.2014 06:33, schrieb Simon Glass: Hi Heiko, On 3 March 2014 04:19, Heiko Schocher wrote: based on patch from andr...@oetken.name: http://patchwork.ozlabs.org/patch/294318/ commit message: I currently need support for rsa-sha256 signatures in u-boot and found out that the

Re: [U-Boot] [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave

2014-03-09 Thread shav...@freescale.com
-Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 3:10 AM To: Leekha Shaveta-B20052; u-boot@lists.denx.de Cc: Aggrwal Poonam-B10812; Aggrwal Poonam-B10812 Subject: Re: [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave On 03/03/2014 12:58 AM,

Re: [U-Boot] [PATCH v7] socfpga: Add socfpga preloader signing to mkimage

2014-03-09 Thread Charles Manning
Hello Gerhard Thank you for that feedback. On Sunday 09 March 2014 05:51:23 Gerhard Sittig wrote: > On Thu, Mar 06, 2014 at 15:40 +1300, Charles Manning wrote: > > [ ... ] > > Unfortunately the CRC used in this boot ROM is not the same as the > > Adler CRC in lib/crc32.c. Indeed the Adler code is

Re: [U-Boot] [PATCH v4 4/6] tegra: imx: omap: enable Moschip USB ethernet support for several boards

2014-03-09 Thread hui....@freescale.com
> -Original Message- > From: Gerhard Sittig [mailto:g...@denx.de] > Sent: Sunday, March 09, 2014 2:46 AM > To: u-boot@lists.denx.de > Cc: Joe Hershberger; Simon Glass; Marek Vasut; Tom Warren; Tom Rini; > Marek Vasut; Liu Hui-R64343; Eric Nelson; Markus Hubig; Gerhard Sittig; > Stephen Warr

Re: [U-Boot] [PATCH v4 1/2] nand/denali: Adding Denali NAND driver support

2014-03-09 Thread Masahiro Yamada
Hello Chin, > > I've posted my feedback. > > I hope it is helpful for you. > > http://patchwork.ozlabs.org/patch/327943/ > > > > Great, I will patch them. > From the patch, I saw your DMA sequence code and the discrepancy. > For the data portion, I spotted you set the bit 31:16. > But inside m

[U-Boot] [PATCH v5 2/2] Powerpc/QE: Add QE support for T1040

2014-03-09 Thread Zhao Qiang
The u-qe of T1040 has addresses different from qe, modify those addresses value for both u-qe and qe. Add function qe_board_setup to mux the bus to tdm or uart according to hwconfig. Signed-off-by: Zhao Qiang --- Changes for v2: - modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_A

[U-Boot] [PATCH v5 1/2] QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR

2014-03-09 Thread Zhao Qiang
CONFIG_SYS_QE_FMAN_FW_ADDR is used to both Fman and QE for microcode address. Now using CONFIG_SYS_FMAN_FW_ADDR for Fman microcode address, and CONFIG_SYS_QE_FW_ADDR for QE microcode address. Signed-off-by: Zhao Qiang --- Changes for v2: - no Changes for v3: - no Changes for v4:

Re: [U-Boot] kbuild: wrong version_autogenerated.h

2014-03-09 Thread Masahiro Yamada
Hello Andreas, > Dear Masahiro Yamada, > > I noticed a wrongly generated version_autogenerated.h with my default > workflow: Uh-oh, it is my mistake when I ported Kbuild. I've posted a patch to fix it. Thanks for reporting! Tom, I think we should fix this bug soon. Could pick this? http://pa

[U-Boot] [PATCH] .gitignore: ignore include/config/*

2014-03-09 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- .gitignore | 4 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ffe0cc7..cba5eac 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,10 @@ /spl/* /tpl/ +# +# Generated include files +# +/include/config/ /include/generated/

[U-Boot] [PATCH] kbuild: fix a bug of make rule of version_autogenerated.h

2014-03-09 Thread Masahiro Yamada
include/generated/version_autogenerated.h was not correctly generated on the parallel build (with -j option). Signed-off-by: Masahiro Yamada Reported-by: Andreas Bießmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee16d8c..f3f3a2a

Re: [U-Boot] [PATCH v2 3/5] arm: pxa: move SP check from start.S to cpuinfo.c

2014-03-09 Thread Marek Vasut
On Sunday, March 09, 2014 at 05:18:21 PM, Albert ARIBAUD wrote: > PXA start.S has a PXA (variant) specific check in > start.S. Move it to cpuinfo.c. > > Signed-off-by: Albert ARIBAUD This works fine. Acked-by: Marek Vasut Best regards, Marek Vasut _

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-09 Thread Andreas Färber
Hi, Am 09.03.2014 21:34, schrieb Albert ARIBAUD: > On Sun, 09 Mar 2014 21:22:34 +0100, Andreas Färber > wrote: >> Am 09.03.2014 21:05, schrieb Albert ARIBAUD: >>> On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD >>> wrote: On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber wrote: >>>

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-09 Thread Albert ARIBAUD
Hi Andreas, On Sun, 09 Mar 2014 21:22:34 +0100, Andreas Färber wrote: > Am 09.03.2014 21:05, schrieb Albert ARIBAUD: > > On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD > > wrote: > > > >> Hi Andreas, > >> > >> (seems an answer from me yesterday didn't make it out of the NSA > >> interceptor

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-09 Thread Andreas Färber
Am 09.03.2014 21:05, schrieb Albert ARIBAUD: > On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD > wrote: > >> Hi Andreas, >> >> (seems an answer from me yesterday didn't make it out of the NSA >> interceptors...) >> >> On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber >> wrote: >> >>> Am 02.03

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-09 Thread Albert ARIBAUD
On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD wrote: > Hi Andreas, > > (seems an answer from me yesterday didn't make it out of the NSA > interceptors...) > > On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber > wrote: > > > Am 02.03.2014 21:57, schrieb Andreas Färber: > > > Hi Albert, >

Re: [U-Boot] [PATCH v2 5/5] arm: move exception handling out of start.S files

2014-03-09 Thread Albert ARIBAUD
Hi Andreas, On Sun, 09 Mar 2014 19:21:24 +0100, Andreas Bießmann wrote: > Dear Albert Aribaud, > > On 09.03.2014 17:18, Albert ARIBAUD wrote: > > > > > diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S > > new file mode 100644 > > index 000..1655d49 > > --- /dev/null > > +++ b

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

2014-03-09 Thread Andreas Bießmann
Dear Albert Aribaud, please pull the following changes from u-boot-atmel/master into u-boot-arm/master. The following changes since commit de4fdfc1f22d70c23be5443dafacb8163023f9b1: Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2014-03-07 14:32:42 +0100) are available in the gi

Re: [U-Boot] [U-Boot,v2,3/3] arm: atmel: sama5d3: add nand spl boot support

2014-03-09 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Add NAND SPL boot support with hardware PMECC. > >Signed-off-by: Bo Shen > >--- >Changes in v2: > - NONE > > arch/arm/cpu/at91-common/spl.c | 2 ++ > arch/arm/include/asm/arch-at91/spl.h | 2 ++ > board/atmel/sama5d3xek/sama5d3xek.c | 2 ++ > include/config

Re: [U-Boot] [U-Boot,v2,2/3] mtd: nand: atmel: prepare for nand spl boot support

2014-03-09 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Prepare for nand spl boot support. It supports nand software ECC and >hardware PMECC. >This patch is take as reference. > >Signed-off-by: Bo Shen > >--- >Changes in v2: > - Address the comments from Scott Wood > > drivers/mtd/nand/atmel_nand.c | 208 +

Re: [U-Boot] ARM: atmel: add sama5d3 Xplained board support

2014-03-09 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Add sama5d3 Xplained board support which use Atmel SAMA5D36 SoC. >Now it supports boot from NAND flash and SD/MMC card. >Features support: > - NAND flash > - SD/MMC card > - Two USB hosts > - Ethernet (one GMAC, one EMAC) > >Signed-off-by: Bo Shen > >--- >board

Re: [U-Boot] at91 gpio: fix typo in compatibility macro

2014-03-09 Thread Andreas Bießmann
Dear Andreas Henriksson, Andreas Henriksson writes: >It's called _pio_ in the version that was added to git. >Apparently it got renamed without updating the macros before it was >applied, c.f. >http://u-boot.10912.n7.nabble.com/U-Boot-PATCH-3-9-V3-add-a-new-AT91-GPIO-driver-td75922.html > >Signed

Re: [U-Boot] [U-Boot,v2,1/3] arm: atmel: sama5d3: add spi spl boot support

2014-03-09 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Add SPI SPL boot support for sama5d3xek board. > >Signed-off-by: Bo Shen > >--- >Changes in v2: > - NONE > > arch/arm/cpu/at91-common/spl.c | 2 ++ > arch/arm/include/asm/arch-at91/spl.h | 2 ++ > board/atmel/sama5d3xek/sama5d3xek.c | 2 ++ > include/config

Re: [U-Boot] at91sam9263ek: add mmc support

2014-03-09 Thread Andreas Bießmann
Dear Andreas Henriksson, Andreas Henriksson writes: >Add support for using the Atmel MCI driver on at91sam9263ek. >This change is modeled after the existing at91sam9260ek support. > >Please note that this hooks up slot1 (MCI1) for SD. Not both. > >Tested with at91bootstrap and u-boot on dataflash

Re: [U-Boot] [PATCH v2 5/5] arm: move exception handling out of start.S files

2014-03-09 Thread Andreas Bießmann
Dear Albert Aribaud, On 09.03.2014 17:18, Albert ARIBAUD wrote: diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S new file mode 100644 index 000..1655d49 --- /dev/null +++ b/arch/arm/lib/vectors.S @@ -0,0 +1,304 @@ +/* + * vectors - Generic ARM exception table code + * + * Co

[U-Boot] [PATCH v2 4/5] arm: remove unused _end_vect and _vectors_end symbols

2014-03-09 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD --- Changes in v2: None arch/arm/cpu/arm1136/start.S | 2 -- arch/arm/cpu/arm1176/start.S | 2 -- arch/arm/cpu/arm946es/start.S | 2 -- arch/arm/cpu/armv7/start.S| 3 --- arch/arm/cpu/pxa/start.S | 2 -- 5 files changed, 11 deletions(-) diff --git a/arc

[U-Boot] [PATCH v2 3/5] arm: pxa: move SP check from start.S to cpuinfo.c

2014-03-09 Thread Albert ARIBAUD
PXA start.S has a PXA (variant) specific check in start.S. Move it to cpuinfo.c. Signed-off-by: Albert ARIBAUD --- Changes in v2: None arch/arm/cpu/pxa/cpuinfo.c | 6 ++ arch/arm/cpu/pxa/start.S | 6 -- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/cpu/pxa/c

[U-Boot] [PATCH v2 2/5] arm: move reset_cpu from start.S into cpu.c

2014-03-09 Thread Albert ARIBAUD
CPUs arm946es and sa1100 both define the reset_cpu() function in their start.S file. Move this cpu-specific code into cpu.c so that start.S only contains ARM generic code. Signed-off-by: Albert ARIBAUD --- Changes in v2: - fixed checkpatch issues in arch/arm/cpu/arm946es/cpu.c - fixed checkpatch

[U-Boot] [PATCH v2 1/5] arm1136: move cache code from start.S to cache.c

2014-03-09 Thread Albert ARIBAUD
arch/arm/cpu/arm1136/start.S contain a cache flushing function. Remove the function and move its code into arch/arm/lib/cache.c. Signed-off-by: Albert ARIBAUD --- Changes in v2: None arch/arm/cpu/arm1136/start.S | 10 -- arch/arm/lib/cache.c | 13 ++--- 2 files changed,

[U-Boot] [PATCH v2 0/5] ARM: refactor start.S files

2014-03-09 Thread Albert ARIBAUD
This series aims at refactoring start.S files. Some of these files contain cache-related or cpu-reset-related core, which is moved where it belongs. Useless symbols are removed, and finally, exception vector code, common across all ARM CPUs, is moved in its own file. At this point, the start.S fil

[U-Boot] [PATCH] drivers/spi/omap3: Bug fix of premature write transfer completion

2014-03-09 Thread Vasili Galka
The logic determining SPI "write" transfer completion was faulty. At certain conditions (e.g. slow SPI clock freq) the transfers were interrupted before completion. Both EOT and TXS flags of channel status registeer shall be checked to ensure that all data was transferred. Tested on AM3359 chip. S

Re: [U-Boot] [PATCH v4 5/6] at91: enable USB ethernet for taskit stamp9g20

2014-03-09 Thread Andreas Bießmann
Dear Gerhard Sittig, On 08.03.2014 19:46, Gerhard Sittig wrote: enabling CONFIG_MACB makes other locations in the stamp config file enable network related commands (actually prevents disabling them) enable USB ethernet support by activating generic support as well as Asix and Moschip ethernet a