Re: [U-Boot] pull request: u-boot-uniphier/master

2016-07-23 Thread Tom Rini
On Sun, Jul 24, 2016 at 12:55:52AM +0900, Masahiro Yamada wrote: > Hi Tom, > > Here, UniPhier SoC updates for v2016.09-rc1. > Please pull! > > > The following changes since commit 04a4786c7c3907a8e0cf271c02a437858a3ea96d: > > test/py: vboot can be run only at Sandbox (2016-07-22 14:52:04 -04

Re: [U-Boot] [PATCH] spi: zynq_spi: Fix infinite looping while xfer

2016-07-23 Thread Lad, Prabhakar
On Sat, Jul 23, 2016 at 5:19 PM, Jagan Teki wrote: > > On 23 June 2016 at 19:28, Lad, Prabhakar wrote: > > During spi transfer, for example: > > sspi 1:1.0 8 ff > > > > the rx_len values will be: > > rx_len = 0 > > rx_len = 4294967295 > > > > This caused a busy looping during xfer, this patch fi

[U-Boot] a few questions about saving bootcount in the environment

2016-07-23 Thread Robert P. J. Day
a few quick questions about this feature before i move on to the more widely-used stuff involving bootcount. first, it seems that there's not a lot of saving bootcount in the environment ... as i see it, there's the taurus board, and there's the boards that include "siemens-am33x-common.h", o

[U-Boot] [PATCH 3/5] bx50v3: Use imx_ddr_size() for calculating the DDR size

2016-07-23 Thread Fabio Estevam
From: Fabio Estevam imx_ddr_size() can be used to calculate the DDR size in runtime. By using this function we no longer need to define PHYS_SDRAM_SIZE. Cc: Martin Donnelly Signed-off-by: Fabio Estevam --- board/ge/bx50v3/bx50v3.c| 2 +- include/configs/ge_bx50v3.h | 2 -- 2 files change

[U-Boot] [PATCH 4/5] novena: Remove uneeded PHYS_SDRAM_SIZE

2016-07-23 Thread Fabio Estevam
From: Fabio Estevam novena uses the imx_ddr_size() function to calculate the DDR size in runtime, so there is no need to define PHYS_SDRAM_SIZE. Remove the unneeded definition. Cc: Marek Vasut Signed-off-by: Fabio Estevam --- include/configs/novena.h | 1 - 1 file changed, 1 deletion(-) dif

[U-Boot] [PATCH 1/5] warp: Use imx_ddr_size() for calculating the DDR size

2016-07-23 Thread Fabio Estevam
From: Fabio Estevam imx_ddr_size() can be used to calculate the DDR size in runtime. By using this function we no longer need to define PHYS_SDRAM_SIZE. Signed-off-by: Fabio Estevam --- board/warp/warp.c | 2 +- include/configs/warp.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-

[U-Boot] [PATCH 2/5] aristainetos: Use imx_ddr_size() for calculating the DDR size

2016-07-23 Thread Fabio Estevam
From: Fabio Estevam imx_ddr_size() can be used to calculate the DDR size in runtime. By using this function we no longer need to define PHYS_SDRAM_SIZE. Cc: Heiko Schocher Signed-off-by: Fabio Estevam --- board/aristainetos/aristainetos.c | 2 +- include/configs/aristainetos-common.h | 1

[U-Boot] [PATCH 5/5] cgtqmx6eval: Remove uneeded PHYS_SDRAM_SIZE

2016-07-23 Thread Fabio Estevam
From: Fabio Estevam cgtqmx6eval uses the imx_ddr_size() function to calculate the DDR size in runtime, so there is no need to define PHYS_SDRAM_SIZE. Remove the unneeded definition. Cc: Otavio Salvador Signed-off-by: Fabio Estevam --- include/configs/cgtqmx6eval.h | 1 - 1 file changed, 1 de

Re: [U-Boot] [PATCH] spi: zynq_spi: Fix infinite looping while xfer

2016-07-23 Thread Jagan Teki
On 23 June 2016 at 19:28, Lad, Prabhakar wrote: > During spi transfer, for example: > sspi 1:1.0 8 ff > > the rx_len values will be: > rx_len = 0 > rx_len = 4294967295 > > This caused a busy looping during xfer, this patch fixes it > by adding a check while reading the rx fifo > > Signed-off-by:

Re: [U-Boot] [PATCH v2 2/3] spi: ti_qspi: Fix compiler warning when DEBUG macro is set

2016-07-23 Thread Jagan Teki
On 22 July 2016 at 15:39, Mugunthan V N wrote: > On Friday 22 July 2016 10:55 AM, Vignesh R wrote: >> clk_div is uninitialized at the beginning of ti_spi_set_speed(), move >> debug() print after clk_div calculation to avoid compiler warning and to >> have proper value of clk_div printed during deb

Re: [U-Boot] [PATCH v2 1/3] spi: ti_qspi: Fix failure on multiple READ_ID cmd

2016-07-23 Thread Jagan Teki
On 22 July 2016 at 15:38, Mugunthan V N wrote: > On Friday 22 July 2016 10:55 AM, Vignesh R wrote: >> Populating QSPI_RD_SNGL bit(0x1) in priv->cmd means that value >> QSPI_INVAL (0x4) is not written to CMD field of QSPI_SPI_CMD_REG in >> ti_qspi_cs_deactivate(). Therefore CS is never deactivated

Re: [U-Boot] [PATCH v2 3/3] spi: ti_qspi: Remove delay in read path for dra7xx

2016-07-23 Thread Jagan Teki
On 22 July 2016 at 15:39, Mugunthan V N wrote: > On Friday 22 July 2016 10:55 AM, Vignesh R wrote: >> As per commit b545a98f5dc563 ("spi: ti_qspi: Add delay >> for successful bulk erase) says its added to meet bulk erase timing >> constraints. But bulk erase is a cmd to flash and delay in read pat

Re: [U-Boot] [PATCH] sf: sf_params: Add AT25DF321 flash support

2016-07-23 Thread Jagan Teki
On 5 July 2016 at 10:47, Wenyou Yang wrote: > Add AT25DF321 flash support. > Fix AT25DF321A device name. > > Signed-off-by: Wenyou Yang Applied to u-boot-spi/master thanks! -- Jagan. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/m

[U-Boot] pull request: u-boot-uniphier/master

2016-07-23 Thread Masahiro Yamada
Hi Tom, Here, UniPhier SoC updates for v2016.09-rc1. Please pull! The following changes since commit 04a4786c7c3907a8e0cf271c02a437858a3ea96d: test/py: vboot can be run only at Sandbox (2016-07-22 14:52:04 -0400) are available in the git repository at: git://git.denx.de/u-boot-uniphier.gi

Re: [U-Boot] [PATCH v2] ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()

2016-07-23 Thread Masahiro Yamada
2016-07-19 21:56 GMT+09:00 Masahiro Yamada : > This does not have much impact on behavior, but makes code look more > more like Linux. The use of devm_ioremap() often helps to delete > .remove callbacks entirely. > > Signed-off-by: Masahiro Yamada Applied to u-boot-uniphier/master. -- Best Reg

Re: [U-Boot] [PATCH] ARM: uniphier: add clock/reset settings for xHCI of ProXstream2

2016-07-23 Thread Masahiro Yamada
2016-07-22 20:20 GMT+09:00 Masahiro Yamada : > Deassert resets and enable clock signals of xHCI blocks if the > corresponding CONFIG is enabled. > > Signed-off-by: Masahiro Yamada > Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada __

Re: [U-Boot] [PATCH 0/4] ARM: uniphier updates for v2016.09-rc1

2016-07-23 Thread Masahiro Yamada
2016-07-22 13:38 GMT+09:00 Masahiro Yamada : > > I want this series merged during this merge window. > > > Masahiro Yamada (4): > ARM: uniphier: clear notification flag before L2 operation > ARM: uniphier: rename outer-cache register macros > ARM: uniphier: introduce flags to uniphier_board_d

Re: [U-Boot] [PATCH] ARM: uniphier: fix doubled tftpboot commands

2016-07-23 Thread Masahiro Yamada
2016-07-19 11:36 GMT+09:00 Masahiro Yamada : > This downloads the same file twice for nothing. > > Signed-off-by: Masahiro Yamada Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://lis

Re: [U-Boot] [PATCH] ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards

2016-07-23 Thread Masahiro Yamada
2016-07-06 19:24 GMT+09:00 Masahiro Yamada : > On these two boards, the serial0 is used for inter-chip connection, > so cannot be used for login console. The serial2 is used instead > for them, but it is tedious to use because upper level deployment > projects must switch login console per board.

[U-Boot] [PATCH] ARM: socfpga: use the default CONFIG_BOOTDELAY=2

2016-07-23 Thread Masahiro Yamada
This option controls how long it should be paused before entering the auto-boot mode. The default value from Kconfig should be fine for most cases, while users can still change it as they like. Signed-off-by: Masahiro Yamada --- configs/socfpga_arria5_defconfig | 1 - configs/socfpga_cyc

Re: [U-Boot] [PATCH] rockchip: fix rk3036 SPL build

2016-07-23 Thread Heiko Stübner
Hi Simon, Am Freitag, 22. Juli 2016, 20:31:36 schrieb Simon Glass: > On 20 July 2016 at 19:47, Kever Yang wrote: > > Simon apply my V4 patch which still have some problem, he said that he > > > > will rebase > > with a new patch set either if I send a new version or send fixes, but he > > wo

Re: [U-Boot] confused by "upgrade_available=0\0" in include/configs/taurus.h

2016-07-23 Thread Robert P. J. Day
On Sat, 23 Jul 2016, Wolfgang Denk wrote: > You may also want to read the README: > > 911 - Bootcount: > ... > 917 CONFIG_BOOTCOUNT_ENV > 918 If no softreset save registers are found on the hardware > 919 "bootcount" is stored in the environment

[U-Boot] selecting CONFIG_BOOTCOUNT_RAM requires defining BOOTCOUNT_ADDR, yes?

2016-07-23 Thread Robert P. J. Day
clawing my way through bootcount code, and there are a few variations for the macro name BOOTCOUNT_ADDR, that's for sure (but that's for another post). anyway, just noticed this relatively sparse use of the macro BOOTCOUNT_ADDR: $ grep -rw BOOTCOUNT_ADDR * board/keymile/km_arm/km_arm.c: boo

Re: [U-Boot] confused by "upgrade_available=0\0" in include/configs/taurus.h

2016-07-23 Thread Robert P. J. Day
On Sat, 23 Jul 2016, Wolfgang Denk wrote: > Dear "Robert P. J. Day", > > In message you > wrote: > > > > never embarrassed to make a fool of myself, i have to admit that, > > while crawling through examples of u-boot boards that define dual > > partitions, i am confused by the following in > >

[U-Boot] [PATCH] rockchip: rk3036: update MAINTAINER file

2016-07-23 Thread Ziyuan Xu
Update MAINTAINER files for kylin_rk3036, evb_rk3036. Signed-off-by: Ziyuan Xu --- board/rockchip/evb_rk3036/MAINTAINERS | 4 ++-- board/rockchip/kylin_rk3036/MAINTAINERS | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/rockchip/evb_rk3036/MAINTAINERS b/board/ro

[U-Boot] [PATCH] rockchip: rk3288: move evb board to rockchip folder

2016-07-23 Thread Ziyuan Xu
The 'evb-rk3288' is not a vendor name, change it to 'rockchip' which is the real vendor name. Signed-off-by: Ziyuan Xu --- arch/arm/mach-rockchip/rk3288/Kconfig | 2 +- board/{evb-rk3288/evb-rk3288 => rockchip/evb_rk3288}/Kconfig | 6 +++--- board/{evb-rk3288/ev