Re: [U-Boot] [PATCH v4 3/3] dm:gpio:mxc add DT support

2015-02-09 Thread Igor Grinberg
On 02/10/15 08:46, Peng Fan wrote: > This patch add DT support for mxc gpio driver. > > There are one place using CONFIG_OF_CONTROL macro. > 1. The U_BOOT_DEVICES and mxc_plat array are complied out. To DT, >platdata is alloced using calloc, so there is no need to use mxc_plat. > > The follow

[U-Boot] [PATCH v2 0/10] ARM: remove non-generic boards

2015-02-09 Thread Masahiro Yamada
Based on Tom's announce mail (http://lists.denx.de/pipermail/u-boot/2015-February/203606.html), let's start removing non-generic ARM boards. No conversion patches have been posted for these boards. Changes in v2: - Do not remove armada100 boards because Ajay will send a patch to convert t

[U-Boot] [PATCH v2 07/10] ARM: remove cm4008 and cm41xx board support

2015-02-09 Thread Masahiro Yamada
These are still non-generic boards. Signed-off-by: Masahiro Yamada Cc: Greg Ungerer --- Changes in v2: None arch/arm/Kconfig| 10 - arch/arm/cpu/arm920t/Makefile | 1 - arch/arm/cpu/arm920t/ks8695/Makefile| 9 - arch/arm/cpu/arm920t/ks869

[U-Boot] [PATCH v2 05/10] ARM: remove devkit3250 board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Vladimir Zapolskiy --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm926ejs/lpc32xx/Makefile | 8 -- arch/arm/cpu/a

[U-Boot] [PATCH v2 09/10] ARM: remove tnetv107x board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Chan-Taek Park --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm1176/Makefile | 1 - arch/arm/cpu/arm1176/start.S | 22 -- arch/arm/cpu/ar

[U-Boot] [PATCH v2 01/10] ARM: remove mx31ads board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Guennadi Liakhovetski --- arch/arm/Kconfig| 5 - board/freescale/mx31ads/Kconfig | 15 -- board/freescale/mx31ads/MAINTAINERS | 6 - board/freescale/mx31ads/Makefile| 8 - bo

[U-Boot] [PATCH v2 10/10] ARM: davinci: remove hawkboard support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Syed Mohammed Khasim Cc: Sughosh Ganu --- Changes in v2: None arch/arm/cpu/arm926ejs/davinci/Kconfig| 4 - board/davinci/da8xxevm/Kconfig| 13 -- board/davinci/da8xxevm/MAINTAINERS|

[U-Boot] [PATCH v2 02/10] ARM: mx31: remove imx31_phycore board

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Guennadi Liakhovetski --- Changes in v2: None arch/arm/Kconfig| 5 - board/imx31_phycore/Kconfig | 12 --- board/imx31_phycore/MAINTAINERS | 11 -- board/imx31_phycore/Makefile|

[U-Boot] [PATCH v2 06/10] ARM: remove dkb board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Lei Wen --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm926ejs/pantheon/Makefile | 9 -- arch/arm/cpu/arm926ejs/pa

[U-Boot] [PATCH v2 03/10] ARM: remove jadecpu board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Matthias Weisser --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm926ejs/mb86r0x/Makefile | 8 - arch/arm/cpu/arm926e

[U-Boot] [PATCH v2 04/10] ARM: remove zmx25 board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Matthias Weisser --- Changes in v2: None arch/arm/Kconfig | 5 -- board/syteco/zmx25/Kconfig | 15 board/syteco/zmx25/MAINTAINERS | 6 -- board/syteco/zmx25/Makefile| 9 --

[U-Boot] [PATCH v2 08/10] ARM: remove a320evb board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Po-Yu Chuang --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm920t/Makefile | 1 - arch/arm/cpu/arm920t/a320/Makefile| 9 -- arch/arm/cpu/arm920t/a320/reset.S | 10

[U-Boot] [PATCH 1/3] bcm2835/rpi: add SPDX license tags for some files

2015-02-09 Thread Stephen Warren
Signed-off-by: Stephen Warren --- arch/arm/cpu/arm1176/bcm2835/Makefile | 12 ++-- arch/arm/include/asm/arch-bcm2835/sdhci.h | 12 +--- arch/arm/include/asm/arch-bcm2835/timer.h | 12 +--- arch/arm/include/asm/arch-bcm2835/wdog.h | 12 +--- board/raspberrypi/r

[U-Boot] [PATCH 2/3] bcm2836 SoC support (used in Raspberry Pi 2 model B)

2015-02-09 Thread Stephen Warren
The bcm2835 and bcm2836 are essentially identical, except: - The CPU is an ARM1176 v.s. a quad-core Cortex-A7. - The physical address of many IO controllers has moved. Rather than introducing a whole new bcm2836 value for $(SOC) or $(ARCH), update the existing bcm2835 code to handle the minor diff

[U-Boot] [PATCH 3/3] rpi: add support for Raspberry Pi 2 model B

2015-02-09 Thread Stephen Warren
The "get board rev" firmware API doesn't seem to return a useful value on this platform, so we hard-code the board ID for now, since there's only one bcm2836-based RPi board at present. USB doesn't seem to work yet; the controller detects the on-board Hub/ Ethernet device but can't read the descri

[U-Boot] [PATCH v4 3/3] dm:gpio:mxc add DT support

2015-02-09 Thread Peng Fan
This patch add DT support for mxc gpio driver. There are one place using CONFIG_OF_CONTROL macro. 1. The U_BOOT_DEVICES and mxc_plat array are complied out. To DT, platdata is alloced using calloc, so there is no need to use mxc_plat. The following situations are tested, and all work fine: 1.

[U-Boot] [PATCH v4 1/3] dm: introduce dev_get_addr interface

2015-02-09 Thread Peng Fan
Abstracting dev_get_addr can improve drivers that want to get device's address. Signed-off-by: Peng Fan Acked-by: Igor Grinberg --- drivers/core/device.c | 12 include/dm/device.h | 10 ++ 2 files changed, 22 insertions(+) diff --git a/drivers/core/device.c b/drivers/cor

[U-Boot] [PATCH v4 0/3] dm:gpio:mxc add DT support

2015-02-09 Thread Peng Fan
This patch set is to add DT support for mxc_gpio driver. patch 1/3, a new dev_get_addr interface is abstracted to improve driver who want to get device address. patch 2/3, add a new bank_index entry in platdata to avoid `plat - mxc_plat` pointer subtract usage. patch 3/3, add

[U-Boot] [PATCH v4 2/3] dm:gpio:mxc add a bank_index entry in platdata

2015-02-09 Thread Peng Fan
Add a new entry in platdata structure and intialize bank_index in mxc_plat array. This new entry can avoid using `plat - mxc_plat` by using `plat->bank_index`. Signed-off-by: Peng Fan Acked-by: Igor Grinberg --- drivers/gpio/mxc_gpio.c | 17 + 1 file changed, 9 insertions(+), 8

[U-Boot] [PATCH] ARM: rmobile: silk: Remove initialization of ACTLR.SMP

2015-02-09 Thread Nobuhiro Iwamatsu
Initialization of ACTLR.SMP is in lowlevel_init. This remove duplicate function. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/silk/silk.c | 12 1 file changed, 12 deletions(-) diff --git a/board/renesas/silk/silk.c b/board/renesas/silk/silk.c index 6bba41e..8fb729a 100644 ---

[U-Boot] [PATCH v2] arm: rmobile: r8a7794: Enable SMP mode of Auxiliary Control Register

2015-02-09 Thread Nobuhiro Iwamatsu
r8a7794 uses ARM SoC of CA7 base. If we want to use dcache on CA7, we need to enable SMP bit of Auxiliary Control Register. Signed-off-by: Nobuhiro Iwamatsu --- v2: Add CONFIG_DCACHE_OFF. arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 12 +++- 1 file changed, 11 insertions(+), 1 del

[U-Boot] [PATCH] arm: rmobile: r8a7794: Enable SMP mode of Auxiliary Control Register

2015-02-09 Thread Nobuhiro Iwamatsu
R8a7794 uses ARM SoC of CA7 base. If we want to use dcache on CA7, we need to enable SMP bit of Auxiliary Control Register. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arch/arm/

Re: [U-Boot] [PATCH 09/11] ARM: armada100: remove aspenite and gplugd board support

2015-02-09 Thread Ajay Bhargav
From: Masahiro Yamada Sent: Tuesday, February 10, 2015 10:14 AM To: u-boot@lists.denx.de Cc: Tom Rini; Albert Aribaud; Masahiro Yamada; Prafulla Wadaskar; Ajay Bhargav; Roman Byshko; Matthias Fuchs; Marek Vasut; Ivan Khoronzhuk; Jiandong Zheng; Oleksandr

[U-Boot] [PATCH 07/11] ARM: remove cm4008 and cm41xx board support

2015-02-09 Thread Masahiro Yamada
These are still non-generic boards. Signed-off-by: Masahiro Yamada Cc: Greg Ungerer --- arch/arm/Kconfig| 10 - arch/arm/cpu/arm920t/Makefile | 1 - arch/arm/cpu/arm920t/ks8695/Makefile| 9 - arch/arm/cpu/arm920t/ks8695/lowlevel_init.S | 1

[U-Boot] [PATCH 09/11] ARM: armada100: remove aspenite and gplugd board support

2015-02-09 Thread Masahiro Yamada
These are still non-generic boards. Signed-off-by: Masahiro Yamada Cc: Prafulla Wadaskar Cc: Ajay Bhargav --- arch/arm/Kconfig | 10 - arch/arm/cpu/arm926ejs/Makefile| 1 - arch/arm/cpu/arm926ejs/armada100/Makefile | 9 - arc

Re: [U-Boot] [PATCH 09/11] ARM: armada100: remove aspenite and gplugd board support

2015-02-09 Thread Prafulla Wadaskar
> -Original Message- > From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] > Sent: 10 February 2015 10:37 > To: Masahiro Yamada; u-boot@lists.denx.de > Cc: Tom Rini; Albert Aribaud; Prafulla Wadaskar; Roman Byshko; Matthias > Fuchs; Marek Vasut; Ivan Khoronzhuk; Jiandong Zheng; Oleksa

[U-Boot] [PATCH 0/11] ARM: remove non-generic boards

2015-02-09 Thread Masahiro Yamada
Based on Tom's announce mail (http://lists.denx.de/pipermail/u-boot/2015-February/203606.html), let's start removing non-generic ARM boards. No conversion patches have been posted for these boards. Masahiro Yamada (11): ARM: remove mx31ads board support ARM: mx31: remove imx31_phycore boar

[U-Boot] [PATCH 05/11] ARM: remove devkit3250 board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Vladimir Zapolskiy --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm926ejs/lpc32xx/Makefile | 8 -- arch/arm/cpu/arm926ejs/lpc32xx/clk.

[U-Boot] [PATCH 10/11] ARM: remove tnetv107x board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Chan-Taek Park --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm1176/Makefile | 1 - arch/arm/cpu/arm1176/start.S | 22 -- arch/arm/cpu/arm1176/tnetv107x/Makef

[U-Boot] [PATCH] arm: rmobile: silk: Migrate serial driver to drivers model

2015-02-09 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu This adds drivers model support of serial port to Silk board, and migrate serial port to drivers model. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/silk/silk.c | 14 ++ configs/silk_defconfig| 2 ++ include/configs/silk.h| 3 --- 3 files cha

Re: [U-Boot] [PATCH] arm: rmobile: Add missed header file for Silk board

2015-02-09 Thread Nobuhiro Iwamatsu
Hi! Applied, thanks! Nobuhiro 2015-02-09 9:27 GMT+09:00 Vladimir Barinov : > This file was missed in the commit > https://patchwork.ozlabs.org/patch/427801/ > > Signed-off-by: Vladimir Barinov > > --- > board/renesas/silk/qos.h | 13 + > 1 file changed, 13 insertions(+) > create m

Re: [U-Boot] [PATCH] arm: rmobile: Add SILK board support

2015-02-09 Thread Nobuhiro Iwamatsu
Hi, 2015-02-09 9:18 GMT+09:00 Vladimir Barinov : > Hi Nobuhiro, > > I apologize for missed qos.h header file in this commit. > Please do find it in upcoming patch. Yes, I noticed that the build test has failed now. I will wait for the patch. Thanks! Nobuhiro > > Regards, > Vladimir > > > On 06.

[U-Boot] [PATCH] arm: rmobile: r8a7794: Enable SMP mode of Auxiliary Control Register

2015-02-09 Thread Nobuhiro Iwamatsu
R8a7794 uses ARM SoC of CA7 base. If we want to use dcache on CA7, we need to enable SMP bit of Auxiliary Control Register. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arch/arm/

Re: [U-Boot] [PATCH V2 08/10] arm: socfpga: Add Altera Arria V DK support

2015-02-09 Thread Stefan Roese
On 09.02.2015 20:09, Marek Vasut wrote: On Monday, February 02, 2015 at 08:47:52 AM, Stefan Roese wrote: On 30.01.2015 23:08, Marek Vasut wrote: Add support for the Altera Arria V development kit. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Pavel Machek Cc: Stefan Roe

Re: [U-Boot] [RFC PATCH 0/7] RFC: dm: Add USB support

2015-02-09 Thread Simon Glass
Hi Marek, On 9 February 2015 at 14:02, Marek Vasut wrote: > On Friday, January 30, 2015 at 11:41:33 PM, Simon Glass wrote: >> Hi Marek, > > Hi! > >> On 30 January 2015 at 15:16, Marek Vasut wrote: >> > On Friday, January 30, 2015 at 08:04:50 PM, Simon Glass wrote: >> > > This series adds basic d

Re: [U-Boot] [PATCH 09/11] ARM: armada100: remove aspenite and gplugd board support

2015-02-09 Thread Masahiro Yamada
Hi Ajay, On Tue, 10 Feb 2015 05:06:45 + Ajay Bhargav wrote: > > > From: Masahiro Yamada > Sent: Tuesday, February 10, 2015 10:14 AM > To: u-boot@lists.denx.de > Cc: Tom Rini; Albert Aribaud; Masahiro Yamada; Prafulla Wadaskar; Ajay > Bhargav; Roma

Re: [U-Boot] [PATCH v2 12/19] dm: at91: snapper: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Simon Glass
Hi Masahiro, On 8 February 2015 at 20:43, Masahiro Yamada wrote: > Hi Simon, > > On Thu, 5 Feb 2015 21:41:43 -0700 > Simon Glass wrote: > >> Remove driver model CONFIGs from the board config headers and use Kconfig >> instead. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >

Re: [U-Boot] [PATCH v2 13/19] dm: omap3: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Simon Glass
Hi Masahiro, On 8 February 2015 at 22:35, Masahiro Yamada wrote: > Hi Simon, > > > On Thu, 5 Feb 2015 21:41:44 -0700 > Simon Glass wrote: > >> Remove driver model CONFIGs from the board config headers and use Kconfig >> instead. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None

[U-Boot] [PATCH 04/11] ARM: remove zmx25 board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Matthias Weisser --- arch/arm/Kconfig | 5 -- board/syteco/zmx25/Kconfig | 15 board/syteco/zmx25/MAINTAINERS | 6 -- board/syteco/zmx25/Makefile| 9 -- board/syteco/zmx25/lo

[U-Boot] [PATCH 03/11] ARM: remove jadecpu board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Matthias Weisser --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm926ejs/mb86r0x/Makefile | 8 - arch/arm/cpu/arm926ejs/mb86r0x/clock.c

[U-Boot] [PATCH 02/11] ARM: mx31: remove imx31_phycore board

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Guennadi Liakhovetski --- arch/arm/Kconfig| 5 - board/imx31_phycore/Kconfig | 12 --- board/imx31_phycore/MAINTAINERS | 11 -- board/imx31_phycore/Makefile| 9 -- board/imx31_ph

[U-Boot] [PATCH 01/11] ARM: remove mx31ads board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Guennadi Liakhovetski --- arch/arm/Kconfig| 5 - board/freescale/mx31ads/Kconfig | 15 -- board/freescale/mx31ads/MAINTAINERS | 6 - board/freescale/mx31ads/Makefile| 8 - b

[U-Boot] [PATCH 08/11] ARM: remove a320evb board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Po-Yu Chuang --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm920t/Makefile | 1 - arch/arm/cpu/arm920t/a320/Makefile| 9 -- arch/arm/cpu/arm920t/a320/reset.S | 10 -- arch/arm/cpu/arm9

[U-Boot] [PATCH 11/11] ARM: davinci: remove hawkboard support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Syed Mohammed Khasim Cc: Sughosh Ganu --- arch/arm/cpu/arm926ejs/davinci/Kconfig| 4 - board/davinci/da8xxevm/Kconfig| 13 -- board/davinci/da8xxevm/MAINTAINERS| 8 - board/davinci/d

[U-Boot] [PATCH 06/11] ARM: remove dkb board support

2015-02-09 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Lei Wen --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm926ejs/pantheon/Makefile | 9 -- arch/arm/cpu/arm926ejs/pantheon/cpu.c

Re: [U-Boot] [PATCH] mtd: atmel_nand: according to pmecc version to perform 0xff page correction

2015-02-09 Thread Josh Wu
Hi, Andreas On 2/10/2015 5:51 AM, Andreas Bießmann wrote: Hi Scott, On 09.02.15 18:04, Scott Wood wrote: On Mon, 2015-02-02 at 14:08 +0800, Josh Wu wrote: Hi, Scott On 1/16/2015 4:24 PM, Andreas Bießmann wrote: Hi Bo, Josh, On 01/16/2015 07:50 AM, Josh Wu wrote: Hi, Bo On 1/16/2015 1:27

[U-Boot] [PATCH 2/2] dm: mx6: sabre: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Simon Glass
Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass --- configs/mx6dlsabreauto_defconfig | 2 ++ configs/mx6dlsabresd_defconfig| 2 ++ configs/mx6qsabreauto_defconfig | 2 ++ configs/mx6qsabrelite_defconfig | 2 ++ configs/mx6qs

[U-Boot] [PATCH 1/2] dm: stv0991: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Simon Glass
Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass --- configs/stv0991_defconfig | 2 ++ include/configs/stv0991.h | 10 -- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/configs/stv0991_defconfig b/configs/stv

Re: [U-Boot] sandbox on FreeBSD

2015-02-09 Thread Jeroen Hofstee
Hello Simon, On 02/07/15 16:10, Simon Glass wrote: I am not giving up, I think it is sane if a tool which adds a header and a checksum does not use linker magic. Sandbox biggest problem is not the linking, but the fact that linux headers and std* are included, it is a different topic. This

Re: [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

2015-02-09 Thread Simon Glass
Hi Siarhei, On 7 February 2015 at 20:48, Siarhei Siamashka wrote: > On Sat, 7 Feb 2015 10:47:30 -0700 > Simon Glass wrote: > >> Make sunxi's FEL code fit with the normal U-Boot boot sequence instead of >> creating its own. There are some #ifdefs required in start.S. Future work >> will hopefull

Re: [U-Boot] [RFC PATCH] dm: Add support for all targets which requires MANUAL_RELOC

2015-02-09 Thread Simon Glass
Hi MIchal, On 9 February 2015 at 03:27, Michal Simek wrote: > Hi Simon, > > On 02/06/2015 06:45 AM, Simon Glass wrote: >> On 4 February 2015 at 23:31, Michal Simek wrote: >>> Hi, >>> >>> On 02/05/2015 04:07 AM, Simon Glass wrote: Hi Michal, On 3 February 2015 at 17:40, Simon Glass

Re: [U-Boot] [PATCH sunxi-tools v2 0/2] Support unified u-boot SPL for SD cards and FEL mode

2015-02-09 Thread Simon Glass
Hi Siarhei, On 8 February 2015 at 19:37, Siarhei Siamashka wrote: > An updated variant of the older patch > http://lists.denx.de/pipermail/u-boot/2015-February/204024.html > > These patches are not for the u-boot code (unless u-boot decides to > cannibalize the 'fel' tool later) but still pro

Re: [U-Boot] [PATCH 17/17] sunxi: Hookup OTG USB controller support

2015-02-09 Thread Michal Suchanek
On 9 February 2015 at 04:54, Siarhei Siamashka wrote: > On Sat, 31 Jan 2015 04:54:47 +0200 > Siarhei Siamashka wrote: > >> On Sun, 11 Jan 2015 20:34:55 +0100 >> Hans de Goede wrote: >> >> > Hookup OTG USB controller support and enable the otg controller + USB-keyb >> > on various tablets. >> > >

Re: [U-Boot] [PATCH] mtd: atmel_nand: according to pmecc version to perform 0xff page correction

2015-02-09 Thread Andreas Bießmann
Hi Scott, On 09.02.15 18:04, Scott Wood wrote: > On Mon, 2015-02-02 at 14:08 +0800, Josh Wu wrote: >> Hi, Scott >> >> On 1/16/2015 4:24 PM, Andreas Bießmann wrote: >>> Hi Bo, Josh, >>> >>> On 01/16/2015 07:50 AM, Josh Wu wrote: Hi, Bo On 1/16/2015 1:27 PM, Bo Shen wrote: > Hi Jo

Re: [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

2015-02-09 Thread Vince Bridgers
Hi Marek! > We already do this kind of a programming in board/altera/socfpga/socfpga.c > in board_phy_config(), don't we ? Yes, good point. This patch series is a first in some upcoming patches to make this better. The Linux implementation uses devicetree settings to set the skews, so if we wer

[U-Boot] [PATCH v2] imx6: Added DEK blob generator command

2015-02-09 Thread Ulises.Cardenas
From: Raul Cardenas Freescale's SEC block has built-in Data Encryption Key(DEK) Blob Protocol which provides a method for protecting a DEK for non-secure memory storage. SEC block protects data in a data structure called a Secret Key Blob, which provides both confidentiality and integrity protect

Re: [U-Boot] [PATCH V2 08/10] arm: socfpga: Add Altera Arria V DK support

2015-02-09 Thread Marek Vasut
On Monday, February 02, 2015 at 08:47:52 AM, Stefan Roese wrote: > On 30.01.2015 23:08, Marek Vasut wrote: > > Add support for the Altera Arria V development kit. > > > > Signed-off-by: Marek Vasut > > Cc: Chin Liang See > > Cc: Dinh Nguyen > > Cc: Pavel Machek > > Cc: Stefan Roese > > Cc: Vi

Re: [U-Boot] [RFC PATCH 0/7] RFC: dm: Add USB support

2015-02-09 Thread Marek Vasut
On Friday, January 30, 2015 at 11:41:33 PM, Simon Glass wrote: > Hi Marek, Hi! > On 30 January 2015 at 15:16, Marek Vasut wrote: > > On Friday, January 30, 2015 at 08:04:50 PM, Simon Glass wrote: > > > This series adds basic driver model support to USB. The intent is to > > > permit the various

Re: [U-Boot] [RFC PATCH 1/7] dm: usb: Add a uclass for USB controllers

2015-02-09 Thread Marek Vasut
On Friday, January 30, 2015 at 08:04:51 PM, Simon Glass wrote: > Add a uclass that can represent a USB controller. For now we do not create > devices for things attached to the controller. > > Signed-off-by: Simon Glass [...] > +UCLASS_DRIVER(usb) = { > + .id = UCLASS_USB, > +

Re: [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

2015-02-09 Thread Marek Vasut
On Monday, February 09, 2015 at 03:44:33 PM, Vince Bridgers wrote: > This patch adds the ability for the Micrel ksz9031 PHY driver to detect > skew settings from the UBoot environment and program those values at PHY > initialization time. This is a first step towards setting these values from > the

Re: [U-Boot] [PATCH V2 06/10] arm: socfpga: Zap checkboard()

2015-02-09 Thread Marek Vasut
On Wednesday, February 04, 2015 at 02:39:52 PM, Pavel Machek wrote: > On Fri 2015-01-30 23:08:46, Marek Vasut wrote: > > Since all boards now have a DT, instead of hard-coding the board > > name into the U-Boot binary, read the board name from DT "model" > > property. > > > > Signed-off-by: Marek

Re: [U-Boot] [PATCH 1/2] cmd: Add getenv_long to support reading signed integers from the uboot env

2015-02-09 Thread Marek Vasut
On Monday, February 09, 2015 at 03:44:32 PM, Vince Bridgers wrote: > This patch adds a function to read a signed integer from the uboot > environment for the Micrel ksz9031 Phy driver to read postive and negatice > skew values from the uboot environment. > > Signed-off-by: Vince Bridgers Reviewe

[U-Boot] [PATCH 1/2] cmd: Add getenv_long to support reading signed integers from the uboot env

2015-02-09 Thread Vince Bridgers
This patch adds a function to read a signed integer from the uboot environment for the Micrel ksz9031 Phy driver to read postive and negatice skew values from the uboot environment. Signed-off-by: Vince Bridgers --- common/cmd_nvedit.c | 22 +- include/common.h| 1 + 2 f

[U-Boot] [PATCH 0/2] Add getenv_long and Micrel ksz9031 skew settings

2015-02-09 Thread Vince Bridgers
This patch series first adds the ability to read a signed integer from the UBoot environment, then adds a patch to the Micrel ksz9031 phy driver to program the skew values per settings in the UBoot environment. The strings chosen to use in the UBoot environment are equivalent to those used by the

[U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

2015-02-09 Thread Vince Bridgers
This patch adds the ability for the Micrel ksz9031 PHY driver to detect skew settings from the UBoot environment and program those values at PHY initialization time. This is a first step towards setting these values from the UBoot environment or the Micrel PHY devicetree once supported. The skew va

[U-Boot] [Q] SPL uses uImage load address as entry point

2015-02-09 Thread Phil Edworthy
Hi, I'm doing some work with U-Boot SPL, and noticed the following code in the spl_parse_image_header function (common/spl/spl.c): if (image_get_magic(header) == IH_MAGIC) { if (spl_image.flags & SPL_COPY_PAYLOAD_ONLY) { ... } else {

Re: [U-Boot] [GIT PULL] microblaze changes

2015-02-09 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2015 09:28 AM, Michal Simek wrote: > Hi Tom, > > please consider to add these microblaze changes to your tree. > It is moving Microblaze to use generic board support. > > I have also added one patch from Andreas which is the part avr32 serie

Re: [U-Boot] Please pull u-boot-arc master

2015-02-09 Thread Tom Rini
On Mon, Feb 09, 2015 at 01:46:39PM +, Alexey Brodkin wrote: > On Thu, 2015-01-15 at 23:39 +0300, Alexey Brodkin wrote: > > Dear Tom, > > > > The following changes since commit > > 28c4dae114c9b94b2ad81d4da716e9fc2cba: > > > > Merge branch 'next' of git://git.denx.de/u-boot-video (2015-0

Re: [U-Boot] [PATCH] kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFS

2015-02-09 Thread Tom Rini
On Mon, Feb 09, 2015 at 10:17:14AM -0500, Tom Rini wrote: > We can't use config.h directly as some platforms include headers that > aren't safe to use in normal Linux userland. > > Signed-off-by: Tom Rini Applied to u-boot/master (testing of this is what held up the other PRs), thanks! -- To

Re: [U-Boot] Please pull u-boot-marvell master

2015-02-09 Thread Tom Rini
On Fri, Feb 06, 2015 at 04:35:54PM +, Luka Perkov wrote: > Hi Tom, > > this series contains the last bits of pending kirkwood/mvebu patches that I'm > aware of. The changes from Gerald are minimal and I've merged Stefan's series > which have reached v3 on the list. > > The following changes

Re: [U-Boot] Pull request: u-boot-uniphier

2015-02-09 Thread Tom Rini
On Sat, Feb 07, 2015 at 01:05:23AM +0900, Masahiro YAMADA wrote: > Hi Tom, > > > The following changes since commit 7f641d53bbb3a426a3bfb132d8346153e86a9d08: > > Merge branch 'master' of git://git.denx.de/u-boot-ubi (2015-02-04 > 13:30:00 -0500) > > are available in the git repository at: >

Re: [U-Boot] [PATCH v1 1/1] fastboot: oem format command implementation

2015-02-09 Thread Dileep Katta
On 30 January 2015 at 22:27, Lukasz Majewski wrote: > Hi Dileep, > > > This is the Modified version of > > http://patchwork.ozlabs.org/patch/388084/ > > - As flash support is already in mainline, it is removed > > - 'oem' command support is present > > - 'oem format' command is implemented > >

Re: [U-Boot] [PATCH] mx53loco: Fix boot hang during reboot stress test

2015-02-09 Thread Stefano Babic
Hi Fabio, On 09/02/2015 10:29, Fabio Estevam wrote: > From: Fabio Estevam > > Currently by running the following test: > > => setenv bootcmd reset > => save > => reset > > , we observe a hang after approximately 20-30 minutes of stress reboot test. > > Investigation of this issue revealed tha

Re: [U-Boot] netconsole: USB Ethernet connection dropping with ping or tftpboot

2015-02-09 Thread Stephen Warren
On 02/08/2015 02:25 PM, Jörg Krause wrote: On Fr, 2015-02-06 at 11:06 -0700, Stephen Warren wrote: On 02/05/2015 06:06 PM, Jörg Krause wrote: On Do, 2015-02-05 at 15:23 -0700, Stephen Warren wrote: b) In ci_bounce(), the bounce buffer is only allocated if the user-buffer is already aligned, a

Re: [U-Boot] [PATCH] mtd: atmel_nand: according to pmecc version to perform 0xff page correction

2015-02-09 Thread Scott Wood
On Mon, 2015-02-02 at 14:08 +0800, Josh Wu wrote: > Hi, Scott > > On 1/16/2015 4:24 PM, Andreas Bießmann wrote: > > Hi Bo, Josh, > > > > On 01/16/2015 07:50 AM, Josh Wu wrote: > >> Hi, Bo > >> > >> On 1/16/2015 1:27 PM, Bo Shen wrote: > >>> Hi Josh, > >>> > >>> On 01/16/2015 11:54 AM, Josh Wu wrot

Re: [U-Boot] [PATCH v2] config_distro_bootcmd.h: Enable CONFIG_CMD_PART

2015-02-09 Thread Stephen Warren
On 02/07/2015 05:38 AM, Hans de Goede wrote: The recent changes to config_distro_bootcmd.h require CONFIG_CMD_PART to be defined, as the default bootcmd now uses the "part" command. This fixes sunxi boards not booting with v2015.04-rc1. Acked-by: Stephen Warren ___

Re: [U-Boot] [PATCHv1 13/22] arm: socfpga: spl: Add s_init

2015-02-09 Thread Dinh Nguyen
On 02/07/2015 07:34 AM, Marek Vasut wrote: > On Thursday, February 05, 2015 at 10:16:59 PM, Dinh Nguyen wrote: >> On 01/14/2015 05:54 PM, Marek Vasut wrote: > > [...] > + /* + * Private components security + * U-Boot : configure private timer, global timer and cpu + * c

Re: [U-Boot] [PATCHv1 13/22] arm: socfpga: spl: Add s_init

2015-02-09 Thread Marek Vasut
On Monday, February 09, 2015 at 05:50:34 PM, Dinh Nguyen wrote: Hi! [...] > + > +#endif /* CONFIG_SPL_BUILD */ > + > +/* Configure the L2 controller to make SDRAM start at 0 */ > +writel(0x1, (SOCFPGA_MPUL2_ADDRESS + SOCFPGA_MPUL2_ADRFLTR_START)); > >>>

Re: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Marek Vasut
On Monday, February 09, 2015 at 05:45:37 PM, Dinh Nguyen wrote: > On 02/09/2015 01:29 AM, Stefan Roese wrote: > > Hi, > > > > (added Marek to Cc) [...] > >>> Would you need to also update socfpga_cyclone5_defconfig or is that not > >>> needed? > >>> > >> From what I can tell it does not use dr

Re: [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig

2015-02-09 Thread Dinh Nguyen
On 02/09/2015 01:29 AM, Stefan Roese wrote: > Hi, > > (added Marek to Cc) > > On 07.02.2015 01:11, Simon Glass wrote: >> Hi Dinh, >> >> On 6 February 2015 at 16:36, Dinh Nguyen >> wrote: >>> Hi Simon, >>> >>> On 02/05/2015 10:41 PM, Simon Glass wrote: Remove driver model CONFIGs from the bo

[U-Boot] [PATCH] kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFS

2015-02-09 Thread Tom Rini
We can't use config.h directly as some platforms include headers that aren't safe to use in normal Linux userland. Signed-off-by: Tom Rini --- tools/Makefile |4 tools/kwbimage.c |1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile in

Re: [U-Boot] Please pull u-boot-arc master

2015-02-09 Thread Alexey Brodkin
-Original Message-From: Alexey Brodkin Reply-to: To: Tom Rini Cc: u-boot@lists.denx.de Subject: Please pull u-boot-arc master Date: Thu, 15 Jan 2015 23:39:45 +0300 Dear Tom, The following changes since commit 28c4dae114c9b94b2ad81d4da716e9fc2cba: Merge branch 'next' of git://git

Re: [U-Boot] Please pull u-boot-arc master

2015-02-09 Thread Alexey Brodkin
-Original Message-From: Alexey Brodkin Reply-to: To: Tom Rini Cc: u-boot@lists.denx.de Subject: Please pull u-boot-arc master Date: Thu, 15 Jan 2015 23:39:45 +0300 Dear Tom, The following changes since commit 28c4dae114c9b94b2ad81d4da716e9fc2cba: Merge branch 'next' of git://git

Re: [U-Boot] Please pull u-boot-arc master

2015-02-09 Thread Alexey Brodkin
On Thu, 2015-01-15 at 23:39 +0300, Alexey Brodkin wrote: > Dear Tom, > > The following changes since commit > 28c4dae114c9b94b2ad81d4da716e9fc2cba: > > Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 > 16:26:15 -0500) > > are available in the git repository at: > > git

Re: [U-Boot] Please pull u-boot-arc master

2015-02-09 Thread Alexey Brodkin
On Thu, 2015-01-15 at 23:39 +0300, Alexey Brodkin wrote: > Dear Tom, > > The following changes since commit > 28c4dae114c9b94b2ad81d4da716e9fc2cba: > > Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 > 16:26:15 -0500) > > are available in the git repository at: > > git

Re: [U-Boot] Please pull u-boot-arc master

2015-02-09 Thread Alexey Brodkin
On Thu, 2015-01-15 at 23:39 +0300, Alexey Brodkin wrote: > Dear Tom, > > The following changes since commit > 28c4dae114c9b94b2ad81d4da716e9fc2cba: > > Merge branch 'next' of git://git.denx.de/u-boot-video (2015-01-14 > 16:26:15 -0500) > > are available in the git repository at: > > git

Re: [U-Boot] [PATCH 1/4] mx6sx: pins: Enable SION for I2C3 iomux setting

2015-02-09 Thread Li Ye-B37916
Hi Stefano, Nikolay, On 1/30/2015 1:54 AM, Stefano Babic wrote: > Hi, > > On 12/01/2015 11:37, Nikolay Dimitrov wrote: >> Hi Ye.Li, >> >> On 01/12/2015 10:46 AM, Ye.Li wrote: >>> The I2C SDA and SCL require the IOMUX SION bit set to get input signal. >>> >>> Signed-off-by: Ye.Li >>> --- >>> arc

Re: [U-Boot] [PATCH] imx6: Added DEK blob generator command

2015-02-09 Thread Ruchika Gupta
Hi Ulises, > -Original Message- > From: ulises.carde...@freescale.com [mailto:ulises.carde...@freescale.com] > Sent: Thursday, February 05, 2015 2:38 AM > To: Gupta Ruchika-R66431 > Cc: u-boot@lists.denx.de; Estevam Fabio-R49496; sba...@denx.de; Ulises > Cardenas Casas; Garg Nitin-B37173 >

Re: [U-Boot] [PATCH v1 0/4] Jetson-TK1 support for PSCI

2015-02-09 Thread Mark Rutland
[...] > > > The solution that was discussed internally would involve having the > > > secure monitor (U-Boot's PSCI implementation in this case) program the > > > flow controller appropriately, point the CPU reset vectors to a location > > > containing a WFI instruction and power up the CPUs. That

Re: [U-Boot] [PATCH] ARMv8: Bug fix of dcache_disable()

2015-02-09 Thread Mark Rutland
On Mon, Feb 09, 2015 at 08:51:59AM +, feng...@phytium.com.cn wrote: > From: David Feng > > The cache disable operation shoud be performed after flush_dcache_all(). > If cache disable operation is performed before > flush_dcache_all(), flush_dcache_all() store data directly to memory > and may

[U-Boot] [PATCH][v3] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041

2015-02-09 Thread Aneesh Bansal
Secure Boot Target is added for NAND for P3041. Changes: In PowerPC, the core begins execution from address 0xFFFC. In case of secure boot, this default address maps to Boot ROM. The Boot ROM code requires that the bootloader(U-boot) must lie in 0 to 3.5G address space i.e. 0x0 - 0xDFFF. I

Re: [U-Boot] [RFC PATCH] dm: Add support for all targets which requires MANUAL_RELOC

2015-02-09 Thread Michal Simek
Hi Simon, On 02/06/2015 06:45 AM, Simon Glass wrote: > On 4 February 2015 at 23:31, Michal Simek wrote: >> Hi, >> >> On 02/05/2015 04:07 AM, Simon Glass wrote: >>> Hi Michal, >>> >>> On 3 February 2015 at 17:40, Simon Glass wrote: Hi Michal, On 3 February 2015 at 02:11, Michal Sim

[U-Boot] [PATCH] mx53loco: Fix boot hang during reboot stress test

2015-02-09 Thread Fabio Estevam
From: Fabio Estevam Currently by running the following test: => setenv bootcmd reset => save => reset , we observe a hang after approximately 20-30 minutes of stress reboot test. Investigation of this issue revealed that when a single DDR chip select is used, the hang does not happen. It only

[U-Boot] [PATCH] ARMv8: Bug fix of dcache_disable()

2015-02-09 Thread fenghua
From: David Feng The cache disable operation shoud be performed after flush_dcache_all(). If cache disable operation is performed before flush_dcache_all(), flush_dcache_all() store data directly to memory and may be overrided by data copy in cache. Signed-off-by: David Feng --- arch/arm/cpu/a

Re: [U-Boot] [PATCH v3 10/12] avr32: add generic board support

2015-02-09 Thread Andreas Bießmann
Hi Simon, On 07.02.15 01:28, Simon Glass wrote: > On 6 February 2015 at 15:06, Andreas Bießmann > wrote: >> Signed-off-by: Andreas Bießmann >> --- >> This version still has the mmu_init_r() in common/board_r. Removing this now >> is >> not that easy ... I'd love to get it in as is and change it