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

2015-02-09 Thread fenghua
From: David Feng feng...@phytium.com.cn 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

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

2015-02-09 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com 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

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 + * component access as

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 dingu...@opensource.altera.com wrote: Hi Simon, On 02/05/2015 10:41 PM, Simon Glass wrote: Remove driver model CONFIGs from

[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 tr...@ti.com --- tools/Makefile |4 tools/kwbimage.c |1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/Makefile

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 driver model yet (it

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)); This as well. This

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 ma...@denx.de 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 ma...@denx.de wrote: On Friday, January 30, 2015 at 08:04:50 PM, Simon Glass wrote: This series

[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 swar...@wwwdotorg.org --- 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

[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

[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

[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 yamad...@jp.panasonic.com Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de --- arch/arm/Kconfig| 5 - board/freescale/mx31ads/Kconfig | 15 -- board/freescale/mx31ads/MAINTAINERS | 6 -

[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 s...@chromium.org --- configs/mx6dlsabreauto_defconfig | 2 ++ configs/mx6dlsabresd_defconfig| 2 ++ configs/mx6qsabreauto_defconfig | 2 ++ configs/mx6qsabrelite_defconfig | 2

[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 s...@chromium.org --- configs/stv0991_defconfig | 2 ++ include/configs/stv0991.h | 10 -- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git

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

2015-02-09 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com This adds drivers model support of serial port to Silk board, and migrate serial port to drivers model. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/renesas/silk/silk.c | 14 ++

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] 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 nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 10 +- 1 file changed, 9 insertions(+), 1

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 ma...@denx.de Cc: Chin Liang See cl...@opensource.altera.com Cc: Dinh

[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 nobuhiro.iwamatsu...@renesas.com --- 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

[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 yamad...@jp.panasonic.com Cc: Lei Wen lei...@marvell.com --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 -

[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 yamad...@jp.panasonic.com Cc: Matthias Weisser weiss...@arcor.de --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 -

[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 yamad...@jp.panasonic.com Cc: Syed Mohammed Khasim sm.kha...@gmail.com Cc: Sughosh Ganu urwithsugh...@gmail.com --- Changes in v2: None arch/arm/cpu/arm926ejs/davinci/Kconfig| 4 - board/davinci/da8xxevm/Kconfig

[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 yamad...@jp.panasonic.com Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Changes in v2: None arch/arm/Kconfig| 5 - board/imx31_phycore/Kconfig | 12 --- board/imx31_phycore/MAINTAINERS |

[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 yamad...@jp.panasonic.com Cc: Matthias Weisser weiss...@arcor.de --- Changes in v2: None arch/arm/Kconfig | 5 -- board/syteco/zmx25/Kconfig | 15 board/syteco/zmx25/MAINTAINERS | 6 --

[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 nobuhiro.iwamatsu...@renesas.com --- v2: Add CONFIG_DCACHE_OFF. arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 12 +++- 1 file

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

[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 peng@freescale.com Acked-by: Igor Grinberg grinb...@compulab.co.il --- drivers/gpio/mxc_gpio.c | 17

[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 peng@freescale.com Acked-by: Igor Grinberg grinb...@compulab.co.il --- drivers/core/device.c | 12 include/dm/device.h | 10 ++ 2 files changed, 22 insertions(+)

[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 yamad...@jp.panasonic.com Cc: Po-Yu Chuang ratb...@faraday-tech.com --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm920t/Makefile | 1 - arch/arm/cpu/arm920t/a320/Makefile|

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 wrote: As the PMECC hardware

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 andreas.de...@googlemail.com wrote: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- This version still has the mmu_init_r() in common/board_r. Removing this now is not that easy

[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 yamad...@jp.panasonic.com Cc: Greg Ungerer greg.unge...@opengear.com --- Changes in v2: None arch/arm/Kconfig| 10 - arch/arm/cpu/arm920t/Makefile | 1 -

[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 yamad...@jp.panasonic.com Cc: Vladimir Zapolskiy v...@mleia.com --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 -

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 following

[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

[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 yamad...@jp.panasonic.com Cc: Chan-Taek Park c-p...@ti.com --- Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm1176/Makefile | 1 - arch/arm/cpu/arm1176/start.S

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,

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 fabio.este...@freescale.com 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

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 swar...@nvidia.com

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 vladimir.bari...@cogentembedded.com: 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

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; 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 yamad...@jp.panasonic.com Cc: Greg Ungerer greg.unge...@opengear.com --- arch/arm/Kconfig| 10 - arch/arm/cpu/arm920t/Makefile | 1 - arch/arm/cpu/arm920t/ks8695/Makefile| 9

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

2015-02-09 Thread Ajay Bhargav
From: Masahiro Yamada yamad...@jp.panasonic.com 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;

[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 nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 10 +- 1 file changed, 9 insertions(+), 1

[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 vbrid...@opensource.altera.com --- common/cmd_nvedit.c | 22 +-

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:

[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

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

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 Vasut

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 ma...@denx.de Cc: Chin Liang See cl...@opensource.altera.com Cc: Dinh Nguyen

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-01-14

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 series

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 tr...@ti.com Applied to u-boot/master (testing of this is what held up the other PRs),

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 since

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 s...@chromium.org [...] +UCLASS_DRIVER(usb) = { + .id =

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 ma...@denx.de 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

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

2015-02-09 Thread Ulises.Cardenas
From: Raul Cardenas ulises.carde...@freescale.com 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

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 feng...@phytium.com.cn 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

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 way they

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] [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 michal.si...@xilinx.com wrote: Hi, On 02/05/2015 04:07 AM, Simon Glass wrote: Hi Michal, On 3 February 2015 at 17:40, Simon Glass s...@chromium.org wrote: Hi Michal, On 3 February 2015 at

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

2015-02-09 Thread Alexey Brodkin
-Original Message-From: Alexey Brodkin abrod...@synopsys.com Reply-to: abrod...@synopsys.com To: Tom Rini tr...@ti.com 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

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

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 Josh, On 01/16/2015 11:54 AM,

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 michal.si...@xilinx.com wrote: Hi Simon, On 02/06/2015 06:45 AM, Simon Glass wrote: On 4 February 2015 at 23:31, Michal Simek michal.si...@xilinx.com wrote: Hi, On 02/05/2015 04:07 AM, Simon Glass wrote: Hi Michal, On 3 February 2015

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 siarhei.siamas...@gmail.com 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'

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 were

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 siarhei.siamas...@gmail.com wrote: On Sat, 31 Jan 2015 04:54:47 +0200 Siarhei Siamashka siarhei.siamas...@gmail.com wrote: On Sun, 11 Jan 2015 20:34:55 +0100 Hans de Goede hdego...@redhat.com wrote: Hookup OTG USB controller support and enable

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 siarhei.siamas...@gmail.com wrote: On Sat, 7 Feb 2015 10:47:30 -0700 Simon Glass s...@chromium.org 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

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

2015-02-09 Thread Alexey Brodkin
-Original Message-From: Alexey Brodkin abrod...@synopsys.com Reply-to: abrod...@synopsys.com To: Tom Rini tr...@ti.com 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

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 b37...@freescale.com ---

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:

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:

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:

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 l.majew...@samsung.com 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

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] 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 vladimir.bari...@cogentembedded.com: This file was missed in the commit https://patchwork.ozlabs.org/patch/427801/ Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- board/renesas/silk/qos.h |

[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

[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 yamad...@jp.panasonic.com Cc: Vladimir Zapolskiy v...@mleia.com --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm926ejs/lpc32xx/Makefile | 8

[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 yamad...@jp.panasonic.com Cc: Prafulla Wadaskar prafu...@marvell.com Cc: Ajay Bhargav ajay.bhar...@einfochips.com --- arch/arm/Kconfig | 10 - arch/arm/cpu/arm926ejs/Makefile

[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 yamad...@jp.panasonic.com Cc: Chan-Taek Park c-p...@ti.com --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm1176/Makefile | 1 - arch/arm/cpu/arm1176/start.S | 22

[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 yamad...@jp.panasonic.com Cc: Lei Wen lei...@marvell.com --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm926ejs/pantheon/Makefile | 9 --

[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 yamad...@jp.panasonic.com Cc: Syed Mohammed Khasim sm.kha...@gmail.com Cc: Sughosh Ganu urwithsugh...@gmail.com --- arch/arm/cpu/arm926ejs/davinci/Kconfig| 4 - board/davinci/da8xxevm/Kconfig| 13 --

[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 yamad...@jp.panasonic.com Cc: Po-Yu Chuang ratb...@faraday-tech.com --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm920t/Makefile | 1 - arch/arm/cpu/arm920t/a320/Makefile| 9 --

[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 yamad...@jp.panasonic.com Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de --- arch/arm/Kconfig| 5 - board/freescale/mx31ads/Kconfig | 15 -- board/freescale/mx31ads/MAINTAINERS | 6 -

[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 yamad...@jp.panasonic.com Cc: Matthias Weisser weiss...@arcor.de --- arch/arm/Kconfig | 5 -- board/syteco/zmx25/Kconfig | 15 board/syteco/zmx25/MAINTAINERS | 6 --

[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 yamad...@jp.panasonic.com Cc: Matthias Weisser weiss...@arcor.de --- arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm926ejs/mb86r0x/Makefile | 8 -

[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 yamad...@jp.panasonic.com Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de --- arch/arm/Kconfig| 5 - board/imx31_phycore/Kconfig | 12 --- board/imx31_phycore/MAINTAINERS | 11 --

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 yamad...@jp.panasonic.com wrote: Hi Simon, On Thu, 5 Feb 2015 21:41:44 -0700 Simon Glass s...@chromium.org wrote: Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass

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 yamad...@jp.panasonic.com wrote: Hi Simon, On Thu, 5 Feb 2015 21:41:43 -0700 Simon Glass s...@chromium.org wrote: Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass

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 ajay.bhar...@einfochips.com wrote: From: Masahiro Yamada yamad...@jp.panasonic.com Sent: Tuesday, February 10, 2015 10:14 AM To: u-boot@lists.denx.de Cc: Tom Rini; Albert Aribaud; Masahiro