Re: [U-Boot] [PATCH] blackfin, powerpc: remove redundant definitions of ARRAY_SIZE

2014-07-03 Thread Zhang, Sonic
Acked-by: Sonic Zhang sonic.zh...@analog.com Thanks, Sonic -Original Message- From: Masahiro Yamada [mailto:yamad...@jp.panasonic.com] Sent: Thursday, July 03, 2014 12:56 PM To: u-boot@lists.denx.de Cc: Masahiro Yamada; Stefan Roese; Zhang, Sonic Subject: [PATCH] blackfin,powerpc:

[U-Boot] U-Boot: Enhancement request to get flash device specific information

2014-07-03 Thread HEERA NAND BHAGTANI
Hi U-boot team, I am looking for u-boot command which can give me flash device specific properties. For example, there should be dedicated commands to get the flash memory size, sector size, page size etc. Currently I found there is command sf probe for spi flash device which is returning device

[U-Boot] [PATCH v3 0/13] Fixes on gdsys boards and some new functionality

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Changes in v3: - describe ihs_i2c in README Changes in v2: - make sha256 support optional - move ihs_i2c to drivers/i2c - split unrelated changes - use defines for I2C bus numbers Dirk Eibach (13): board: controlcenterd: Fix pci access board: gdsys:

[U-Boot] [PATCH v3 02/13] board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: None board/gdsys/p1022/sdhc_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/gdsys/p1022/sdhc_boot.c b/board/gdsys/p1022/sdhc_boot.c

[U-Boot] [PATCH v3 03/13] board: controlcenterd: Use new API for setting i2c bus

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: - use defines for I2C bus numbers board/gdsys/p1022/controlcenterd-id.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git

[U-Boot] [PATCH v3 12/13] board: gdsys: Remove commands to reduce footprint

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Commit 2842c1c fit: add sha256 support badly increased memory footprint, so some of our boards did not build anymore. Since monitor base must not be changed I removed some commands to save memory. Maybe making sha256 optional for fit would be an option for

[U-Boot] [PATCH v3 07/13] board: gdsys: Increase iocon and dlv10g version string

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: None include/configs/dlvision-10g.h | 2 +- include/configs/iocon.h| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH v3 08/13] board: gdsys: Configure bridge on DP501 to support DDC only

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc The I2C bridge on DP501 supports EDID, MCCS and HDCP by default. Allow EDID only to avoid I2C address conflicts. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: None board/gdsys/common/dp501.c | 1 +

[U-Boot] [PATCH v3 04/13] board: iocon: Support DisplayPort hardware

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc There is a new iocon hardware flavor, supporting DisplayPort finally. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: None board/gdsys/405ep/iocon.c | 12 + board/gdsys/common/Makefile | 2 +-

[U-Boot] [PATCH v3 11/13] board: iocon: Modify iocon hardware startup

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc To avoid peer ChReceivePathStatus-messages on iocon startup, initialize PHYs as soon as possible. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: None board/gdsys/405ep/iocon.c | 9 - 1 file changed, 4

[U-Boot] [PATCH v3 09/13] board: gdsys: Make gdsys osd hardware detection more robust

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: None board/gdsys/405ep/iocon.c | 17 ++- board/gdsys/common/osd.c | 113 +++-- drivers/i2c/ihs_i2c.c | 1

[U-Boot] [PATCH v3 01/13] board: controlcenterd: Fix pci access

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc readl was called with values instead of pointers to these values. Why this ever did work is a mystery... Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: None board/gdsys/p1022/controlcenterd.c | 6 +++--- 1 file

[U-Boot] [PATCH v3 10/13] board: gdsys: Enable scrambling on DP501

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc For proper displayport performance, scrambling has to be enabled, but is turned off on DP501 by default. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: None board/gdsys/common/dp501.c | 1 + 1 file changed, 1

[U-Boot] [PATCH v3 13/13] fit: make sha256 support optional

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc sha256 has some beefy memory footprint. Make it optional for constrained systems. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: - make sha256 support optional include/configs/dlvision-10g.h | 1 +

[U-Boot] [PATCH v3 05/13] i2c: IHS I2C master driver

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc IHS I2C master support was merely a hack in the osd driver. Now it is a proper u-boot I2C framework driver, supporting the v2.00 master features. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: - describe ihs_i2c in README Changes in

[U-Boot] [PATCH v3 06/13] board: gdsys: Fix dlvision-10g I2C configuration

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc PPC4xx config options were not complete. ICS8N3QV01 and SIL1178 needed some more configuration. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: None include/configs/dlvision-10g.h | 10 -- 1 file changed, 8

Re: [U-Boot] [PATCH v5] arm: Add support for semihosting for armv8 fastmodel targets.

2014-07-03 Thread Albert ARIBAUD
Hi Darwin, On Mon, 9 Jun 2014 11:12:59 -0700, Darwin Rambo dra...@broadcom.com wrote: The armv8 ARM Trusted Firmware (ATF) can be used to load various ATF images and u-boot, and does this for virtual platforms by using semihosting. This commit extends this idea by allowing u-boot to also use

Re: [U-Boot] [PATCH v3 0/13] Fixes on gdsys boards and some new functionality

2014-07-03 Thread Stefan Roese
On 03.07.2014 08:27, dirk.eib...@gdsys.cc wrote: From: Dirk Eibach dirk.eib...@gdsys.cc Looks good for the ppc4xx parts, so: Acked-by: Stefan Roese s...@denx.de Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v3 05/13] i2c: IHS I2C master driver

2014-07-03 Thread Heiko Schocher
Hello Dirk, Am 03.07.2014 08:27, schrieb dirk.eib...@gdsys.cc: From: Dirk Eibachdirk.eib...@gdsys.cc IHS I2C master support was merely a hack in the osd driver. Now it is a proper u-boot I2C framework driver, supporting the v2.00 master features. Signed-off-by: Dirk Eibachdirk.eib...@gdsys.cc

Re: [U-Boot] [PATCH v3 13/13] fit: make sha256 support optional

2014-07-03 Thread Heiko Schocher
Hello Dirk, Am 03.07.2014 08:27, schrieb dirk.eib...@gdsys.cc: From: Dirk Eibachdirk.eib...@gdsys.cc sha256 has some beefy memory footprint. Make it optional for constrained systems. Signed-off-by: Dirk Eibachdirk.eib...@gdsys.cc --- Changes in v3: None Changes in v2: - make sha256 support

Re: [U-Boot] [PATCH v5 1/4] mx6: Add support for the mx6solox variant

2014-07-03 Thread Stefano Babic
Hi Fabio, On 02/07/2014 20:54, Fabio Estevam wrote: Hi Stefano, On Tue, Jun 24, 2014 at 5:40 PM, Fabio Estevam feste...@gmail.com wrote: From: Fabio Estevam fabio.este...@freescale.com mx6solox is the newest member of the mx6 family. Some of the new features on this variants are: -

[U-Boot] [PATCH v4 02/13] board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: None board/gdsys/p1022/sdhc_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/gdsys/p1022/sdhc_boot.c

[U-Boot] [PATCH v4 05/13] i2c: IHS I2C master driver

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc IHS I2C master support was merely a hack in the osd driver. Now it is a proper u-boot I2C framework driver, supporting the v2.00 master features. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: - describe ihs_i2c in

[U-Boot] [PATCH v4 03/13] board: controlcenterd: Use new API for setting i2c bus

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: - use defines for I2C bus numbers board/gdsys/p1022/controlcenterd-id.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff

[U-Boot] [PATCH v4 07/13] board: gdsys: Increase iocon and dlv10g version string

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: None include/configs/dlvision-10g.h | 2 +- include/configs/iocon.h| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH v4 01/13] board: controlcenterd: Fix pci access

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc readl was called with values instead of pointers to these values. Why this ever did work is a mystery... Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: None board/gdsys/p1022/controlcenterd.c |

[U-Boot] [PATCH v4 13/13] fit: make sha256 support optional

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc sha256 has some beefy memory footprint. Make it optional for constrained systems. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: - describe CONFIG_FIT_DISABLE_SHA256 in README Changes in v3: None Changes in v2: - make sha256 support

[U-Boot] [PATCH v4 08/13] board: gdsys: Configure bridge on DP501 to support DDC only

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc The I2C bridge on DP501 supports EDID, MCCS and HDCP by default. Allow EDID only to avoid I2C address conflicts. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: None board/gdsys/common/dp501.c

[U-Boot] [PATCH v4 06/13] board: gdsys: Fix dlvision-10g I2C configuration

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc PPC4xx config options were not complete. ICS8N3QV01 and SIL1178 needed some more configuration. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: None include/configs/dlvision-10g.h | 10 --

[U-Boot] [PATCH v4 04/13] board: iocon: Support DisplayPort hardware

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc There is a new iocon hardware flavor, supporting DisplayPort finally. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: None board/gdsys/405ep/iocon.c | 12 + board/gdsys/common/Makefile |

[U-Boot] [PATCH v4 09/13] board: gdsys: Make gdsys osd hardware detection more robust

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: None board/gdsys/405ep/iocon.c | 17 ++- board/gdsys/common/osd.c | 113 +++--

[U-Boot] [PATCH v4 10/13] board: gdsys: Enable scrambling on DP501

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc For proper displayport performance, scrambling has to be enabled, but is turned off on DP501 by default. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: None board/gdsys/common/dp501.c | 1 + 1

[U-Boot] [PATCH v4 11/13] board: iocon: Modify iocon hardware startup

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc To avoid peer ChReceivePathStatus-messages on iocon startup, initialize PHYs as soon as possible. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- Changes in v4: None Changes in v3: None Changes in v2: None board/gdsys/405ep/iocon.c | 9 - 1

[U-Boot] [PATCH v4 0/13] Fixes on gdsys boards and some new functionality

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Changes in v4: - describe CONFIG_FIT_DISABLE_SHA256 in README Changes in v3: - describe ihs_i2c in README Changes in v2: - make sha256 support optional - move ihs_i2c to drivers/i2c - split unrelated changes - use defines for I2C bus numbers Dirk Eibach

[U-Boot] [PATCH v4 12/13] board: gdsys: Remove commands to reduce footprint

2014-07-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Commit 2842c1c fit: add sha256 support badly increased memory footprint, so some of our boards did not build anymore. Since monitor base must not be changed I removed some commands to save memory. Maybe making sha256 optional for fit would be an option for

Re: [U-Boot] [PATCH] ARM: tegra: Use mem size from MC rather than ODMDATA

2014-07-03 Thread Wolfgang Denk
Dear Stephen, In message 53b47f6f.1090...@wwwdotorg.org you wrote: Is there a specific reason for not using get_ram_size()? Since we know the exact RAM size, we may as well simply use it directly rather than probing for it. You _think_ you know the size, but you can never be sure that all

Re: [U-Boot] [PATCH v4 0/13] Fixes on gdsys boards and some new functionality

2014-07-03 Thread Dirk Eibach
patman has decided to send some patches of the v4 series with a v3 label. I am not sure what to do about this. Ideas anybody? Cheers Dirk ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] : Enhancement request to get flash device specific information

2014-07-03 Thread HEERA NAND BHAGTANI
Hi U-boot team, I am looking for u-boot command which can give me flash device specific properties. For example, there should be dedicated commands to get the flash memory size, sector size, page size etc. Currently I found there is command sf probe for spi flash device which is returning

[U-Boot] [PATCH v2 04/10] arm: ls102xa: Add etsec support for LS102xA

2014-07-03 Thread Alison Wang
Signed-off-by: Alison Wang alison.w...@freescale.com --- Change log: v2: Add private mdio read and write support. drivers/net/fsl_mdio.c | 24 +++- drivers/net/tsec.c | 7 +++ include/fsl_mdio.h | 3 +++ include/tsec.h | 7 ++- 4 files changed, 35

[U-Boot] [PATCH v2 01/10] arm: ls102xa: Add Freescale LS102xA SoC support

2014-07-03 Thread Alison Wang
The QorIQ LS1 family is built on Layerscape architecture, the industry's first software-aware, core-agnostic networking architecture to offer unprecedented efficiency and scale. Freescale LS102xA is a set of SoCs combines two ARM Cortex-A7 cores that have been optimized for high reliability and

[U-Boot] [PATCH v2 05/10] arm: ls102xa: Add esdhc support for LS102xA

2014-07-03 Thread Alison Wang
Signed-off-by: Alison Wang alison.w...@freescale.com --- Change log: v2: no change. drivers/mmc/fsl_esdhc.c | 4 ++-- include/fsl_esdhc.h | 14 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c index

[U-Boot] [PATCH v2 03/10] net: Merge asm/fsl_enet.h into fsl_mdio.h

2014-07-03 Thread Alison Wang
From: Claudiu Manoil claudiu.man...@freescale.com fsl_enet.h defines the mapping of the usual MII management registers, which are included in the MDIO register block common to Freescale ethernet controllers. So it shouldn't depend on the CPU architecture but it should be actually part of the arch

[U-Boot] [PATCH v2 0/9] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support

2014-07-03 Thread Alison Wang
This series contain the support for Freescale LS102xA SoC and LS1021AQDS/TWR board. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 06/10] driver/ddr/freescale: Add support of accumulate ECC

2014-07-03 Thread Alison Wang
From: York Sun york...@freescale.com If less than 8 ECC pins are used for DDR data bus width smaller than 64 bits, the 8-bit ECC code will be transmitted/received across several beats, and it will be used to check 64-bits of data once 8-bits of ECC are accumulated. Signed-off-by: York Sun

[U-Boot] [PATCH v2 10/10] arm: ls102xa: Add basic support for LS1021ATWR board

2014-07-03 Thread Alison Wang
Signed-off-by: Yuan Yao yao.y...@freescale.com Signed-off-by: Alison Wang alison.w...@freescale.com --- Change log: v2: New file. board/freescale/ls1021atwr/Makefile | 7 + board/freescale/ls1021atwr/README | 109 +++ board/freescale/ls1021atwr/ls1021atwr.c | 499

[U-Boot] [PATCH v2 08/10] driver/ddr/fsl: Add support of overriding chip select write leveling

2014-07-03 Thread Alison Wang
From: York Sun york...@freescale.com JEDEC spec allows DRAM vendors to use prime DQ for write leveling. This is not an issue unless some DQ pins are not connected. If a platform uses regular DIMMs but with reduced DDR ECC pins, the prime DQ may end up on those floating pins for the second rank.

[U-Boot] [PATCH v2 07/10] driver/ddr/freescale: Fix DDR3 driver for ARM

2014-07-03 Thread Alison Wang
From: York Sun york...@freescale.com Reading DDR register should use ddr_in32() for proper endianess. This patch fixes incorrect waiting time for ARM platforms. Signed-off-by: York Sun york...@freescale.com --- Change log: v2: no change. drivers/ddr/fsl/arm_ddr_gen3.c | 2 +- 1 file changed,

[U-Boot] [PATCH v2 02/10] arm: ls102xa: Add i2c support for LS102xA

2014-07-03 Thread Alison Wang
Signed-off-by: Alison Wang alison.w...@freescale.com --- Change log: v2: no change. drivers/i2c/mxc_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 48468d7..792fc40 100644 --- a/drivers/i2c/mxc_i2c.c +++

[U-Boot] [PATCH v2 09/10] arm: ls102xa: Add basic support for LS1021AQDS board

2014-07-03 Thread Alison Wang
Signed-off-by: Alison Wang alison.w...@freescale.com Signed-off-by: Jason Jin jason@freescale.com Signed-off-by: York Sun york...@freescale.com Signed-off-by: Yuan Yao yao.y...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Change log: v2: Remove ethaddr/ipaddr

Re: [U-Boot] [PATCH v4 0/13] Fixes on gdsys boards and some new functionality

2014-07-03 Thread Dirk Eibach
patman has decided to send some patches of the v4 series with a v3 label. I am not sure what to do about this. Ideas anybody? Ooops, sorry for the noise. patman did it right and sent v4 labels. It was just Gmail being extrasmart and grouping them in a thread. So only the first subject is shown.

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-07-03 Thread Helmut Raiger
Hi, On 07/03/2014 01:20 AM, Benoît Thébaudeau wrote: )Dear Helmut Raiger, On Wed, Jul 2, 2014 at 9:04 AM, Helmut Raiger helmut.rai...@hale.at wrote: the commit 41623c91 breaks the SPL on i.mx31 platforms. Here, you are talking about mx31pdk, right? Actually im talking TT-01, but it

[U-Boot] Fwd: Re: [PATCH 2/3] env_mmc: support env partition setup in runtime

2014-07-03 Thread Igor Grinberg
Hi Pantelis, Tom, Apparently, Dmitry has sent the message in html format... Resending now... Sorry for that... Original Message Subject:Re: [U-Boot] [PATCH 2/3] env_mmc: support env partition setup in runtime Date: Wed, 25 Jun 2014 10:42:11 +0300 From: Dmitry

[U-Boot] [PATCH 1/4] ARM: fix the ARCH Timer frequency setting.

2014-07-03 Thread Xiubo Li
For some SoCs, the CONFIG_SYS_CLK_FREQ maybe won't equal the ARCH Timer's frequency. Here using the CONFIG_TIMER_CLK_FREQ instead if the ARCH Timer's frequency need to config here. Signed-off-by: Xiubo Li li.xi...@freescale.com --- arch/arm/cpu/armv7/nonsec_virt.S | 4 ++-- 1 file changed, 2

[U-Boot] [PATCH 2/4] ARM: add the pen address byte reverting support.

2014-07-03 Thread Xiubo Li
For some SoCs, the pen address may has different endianness with the CPUs, so this need the byte revertion for it, Signed-off-by: Xiubo Li li.xi...@freescale.com --- arch/arm/cpu/armv7/nonsec_virt.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/cpu/armv7/nonsec_virt.S

[U-Boot] [PATCH 3/4] ARM: LS1021A: enable ARMv7 virt support for LS1021A A7

2014-07-03 Thread Xiubo Li
To enable hypervisors utilizing the ARMv7 virtualization extension on the LS1021A-QDS/TWR boards with the A7 core tile, we add the required configuration variable. Also we define the board specific smp_set_cpu_boot_addr() function to set the start address for secondary cores in the LS1021A

[U-Boot] [PATCH 0/4] Add LS1021A-QDS/TWR Non-secure and HYP support.

2014-07-03 Thread Xiubo Li
This patch series depends on the following patch: [U-Boot,v4,03/10] ARM: non-sec: reset CNTVOFF to zero Before switching to non-secure, make sure that CNTVOFF is set to zero on all CPUs. Otherwise, kernel running in non-secure without HYP enabled (hence using virtual timers) may observe timers

[U-Boot] [PATCH 4/4] ARM: LS1021A: to allow non-secure R/W access for all devices' mapped region

2014-07-03 Thread Xiubo Li
Signed-off-by: Xiubo Li li.xi...@freescale.com --- arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 98 +-- board/freescale/ls1021aqds/ls1021aqds.c | 110 +++-- board/freescale/ls1021atwr/ls1021atwr.c | 111 -- 3 files

Re: [U-Boot] [PATCH] ARM: tegra: Use mem size from MC rather than ODMDATA

2014-07-03 Thread Tom Rini
On Thu, Jul 03, 2014 at 09:45:52AM +0200, Wolfgang Denk wrote: Dear Stephen, In message 53b47f6f.1090...@wwwdotorg.org you wrote: Is there a specific reason for not using get_ram_size()? Since we know the exact RAM size, we may as well simply use it directly rather than probing for

Re: [U-Boot] [PATCH 0/4] Add LS1021A-QDS/TWR Non-secure and HYP support.

2014-07-03 Thread Diana Craciun
On 07/03/2014 12:51 PM, Xiubo Li wrote: This patch series depends on the following patch: [U-Boot,v4,03/10] ARM: non-sec: reset CNTVOFF to zero Before switching to non-secure, make sure that CNTVOFF is set to zero on all CPUs. Otherwise, kernel running in non-secure without HYP enabled (hence

Re: [U-Boot] [PATCH 1/4] ARM: fix the ARCH Timer frequency setting.

2014-07-03 Thread Diana Craciun
On 07/03/2014 12:51 PM, Xiubo Li wrote: For some SoCs, the CONFIG_SYS_CLK_FREQ maybe won't equal the ARCH Timer's frequency. Can you give an example? Here using the CONFIG_TIMER_CLK_FREQ instead if the ARCH Timer's frequency need to config here. Signed-off-by: Xiubo Li

Re: [U-Boot] [PATCH 3/4] ARM: LS1021A: enable ARMv7 virt support for LS1021A A7

2014-07-03 Thread Diana Craciun
On 07/03/2014 12:51 PM, Xiubo Li wrote: To enable hypervisors utilizing the ARMv7 virtualization extension on the LS1021A-QDS/TWR boards with the A7 core tile, we add the required configuration variable. Also we define the board specific smp_set_cpu_boot_addr() function to set the start address

Re: [U-Boot] [PATCH 4/4] ARM: LS1021A: to allow non-secure R/W access for all devices' mapped region

2014-07-03 Thread Diana Craciun
On 07/03/2014 12:51 PM, Xiubo Li wrote: Signed-off-by: Xiubo Li li.xi...@freescale.com --- arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 98 +-- board/freescale/ls1021aqds/ls1021aqds.c | 110 +++-- board/freescale/ls1021atwr/ls1021atwr.c

Re: [U-Boot] [PATCH v2 0/9] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support

2014-07-03 Thread Albert ARIBAUD
Hi Alison, On Thu, 3 Jul 2014 15:24:14 +0800, Alison Wang b18...@freescale.com wrote: This series contain the support for Freescale LS102xA SoC and LS1021AQDS/TWR board. The numbering in the cover letter (0/9) does not match that in the individual patches (n/10). Is this normal?

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-07-03 Thread Albert ARIBAUD
Hi Helmut, On Thu, 03 Jul 2014 10:19:39 +0200, Helmut Raiger helmut.rai...@hale.at wrote: Hi, On 07/03/2014 01:20 AM, Benoît Thébaudeau wrote: )Dear Helmut Raiger, On Wed, Jul 2, 2014 at 9:04 AM, Helmut Raiger helmut.rai...@hale.at wrote: the commit 41623c91 breaks the SPL on

Re: [U-Boot] [PATCH v2 0/9] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support

2014-07-03 Thread AlisonWang
Hi, Albert, On Thu, 3 Jul 2014 15:24:14 +0800, Alison Wang wrote: This series contain the support for Freescale LS102xA SoC and LS1021AQDS/TWR board. The numbering in the cover letter (0/9) does not match that in the individual patches (n/10). Is this normal? Sorry, it's my mistake. It

Re: [U-Boot] Requesting a custodian tree for sunxi (Allwinner) maintenance

2014-07-03 Thread Detlev Zundel
Hi Ian, Hans and I would like to propose the creation of a uboot-sunxi.git custodian tree for things relating to the Allwinner platforms. It would be a downstream of uboot-arm.git tree with responsibility for it shared between us. This was previously mentioned on list[0] but we figured it

Re: [U-Boot] [U-boot] [Patch 3/3] k2hk_evm: add script to automate NAND flash process

2014-07-03 Thread Murali Karicheri
On 07/02/2014 04:36 PM, Ivan Khoronzhuk wrote: Add script to automate NAND flash process. As for now the board has two burn scripts - burn to boot from SPI NOR flash and burn to boot from AEMIF NAND flash, rename burn_uboot script to burn_uboot_spi. Also update README to contain NAND burn U-boot

Re: [U-Boot] [U-boot] [Patch 3/3] k2hk_evm: add script to automate NAND flash process

2014-07-03 Thread Ivan Khoronzhuk
On 07/03/2014 06:11 PM, Murali Karicheri wrote: On 07/02/2014 04:36 PM, Ivan Khoronzhuk wrote: Add script to automate NAND flash process. As for now the board has two burn scripts - burn to boot from SPI NOR flash and burn to boot from AEMIF NAND flash, rename burn_uboot script to

Re: [U-Boot] [PATCH v3 13/13] fit: make sha256 support optional

2014-07-03 Thread Simon Glass
Hi, On 3 July 2014 00:03, Heiko Schocher h...@denx.de wrote: Hello Dirk, Am 03.07.2014 08:27, schrieb dirk.eib...@gdsys.cc: From: Dirk Eibachdirk.eib...@gdsys.cc sha256 has some beefy memory footprint. Make it optional for constrained systems. Signed-off-by: Dirk

Re: [U-Boot] [U-boot] Does u-boot.bin only include a data section?

2014-07-03 Thread Simon Glass
Hi, On 22 June 2014 20:31, tiger...@via-alliance.com wrote: Hi, experts: I am studying u-boo.bin format(which is got from u-boot, an ELF format bin). I run the below command: Objdump -h -b binary -m arm u-boot.bin Found only a .data section was displayed. So , does u-boot.bin

Re: [U-Boot] U-Boot: Enhancement request to get flash device specific information

2014-07-03 Thread Simon Glass
Hi, On 2 July 2014 10:05, HEERA NAND BHAGTANI diamond@gmail.com wrote: Hi U-boot team, I am looking for u-boot command which can give me flash device specific properties. For example, there should be dedicated commands to get the flash memory size, sector size, page size etc. Currently

Re: [U-Boot] [PATCH v5 1/4] mx6: Add support for the mx6solox variant

2014-07-03 Thread Fabio Estevam
Hi Stefano, On Thu, Jul 3, 2014 at 4:15 AM, Stefano Babic sba...@denx.de wrote: I have only taken a short look because the series should flow after 2014.07. Anyway, I could push them into -next. Pushing them into -next would be very helpful, so that we can continue on adding new support for

Re: [U-Boot] [PATCH v3 13/13] fit: make sha256 support optional

2014-07-03 Thread Tom Rini
On Thu, Jul 03, 2014 at 09:14:01AM -0700, Simon Glass wrote: Hi, On 3 July 2014 00:03, Heiko Schocher h...@denx.de wrote: Hello Dirk, Am 03.07.2014 08:27, schrieb dirk.eib...@gdsys.cc: From: Dirk Eibachdirk.eib...@gdsys.cc sha256 has some beefy memory footprint. Make it

Re: [U-Boot] [PATCH v1 01/25] sf: Add M25PX64 SPI NOR flash ID

2014-07-03 Thread Jagan Teki
Reviewed-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com On Fri, Jun 27, 2014 at 3:24 PM, Stefan Roese s...@denx.de wrote: Add ID for this Numonix / STMicro chip. Tested on Marvell DB-78460-BP board. Signed-off-by: Stefan Roese s...@denx.de Cc: Jagannadha Sutradharudu Teki

Re: [U-Boot] [PATCH v1 04/25] spi: kirkwood_spi.c: Make global variable static

2014-07-03 Thread Jagan Teki
May possible to include in different patch. Reviewed-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com On Fri, Jun 27, 2014 at 3:24 PM, Stefan Roese s...@denx.de wrote: Signed-off-by: Stefan Roese s...@denx.de Cc: Jagannadha Sutradharudu Teki jaga...@xilinx.com ---

Re: [U-Boot] [PATCH v1 03/25] spi: kirkwood_spi.c: Some fixes and cleanup

2014-07-03 Thread Jagan Teki
Reviewed-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com On Fri, Jun 27, 2014 at 3:24 PM, Stefan Roese s...@denx.de wrote: This patch introduces the clrsetbits_le32() accessor functions in the kirkwood SPI driver. Note that it also includes a fix: -writel(~KWSPI_CSN_ACT |

Re: [U-Boot] [PATCH v1 02/25] arm: kirkwood: spi.h: Add some missing parenthesis

2014-07-03 Thread Jagan Teki
Reviewed-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com On Fri, Jun 27, 2014 at 3:24 PM, Stefan Roese s...@denx.de wrote: Signed-off-by: Stefan Roese s...@denx.de Cc: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- arch/arm/include/asm/arch-kirkwood/spi.h | 8 1 file

Re: [U-Boot] [PATCH] sf: Stop leaking memory

2014-07-03 Thread Jagan Teki
On Fri, Jun 13, 2014 at 2:23 AM, Marek Vasut ma...@denx.de wrote: It's usually a common pattern to free() the memory that we allocated. Implement this here to stop leaking memory. Also, add a debug output when BAR configuration fails to follow suit. Signed-off-by: Marek Vasut ma...@denx.de

Re: [U-Boot] [PATCH v1 05/25] spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues

2014-07-03 Thread Jagan Teki
Reviewed-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com On Fri, Jun 27, 2014 at 3:24 PM, Stefan Roese s...@denx.de wrote: Signed-off-by: Stefan Roese s...@denx.de Cc: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- drivers/spi/kirkwood_spi.c | 14 ++ 1 file changed, 6

[U-Boot] [PATCH] git-mailrc: Add sunxi custodians.

2014-07-03 Thread Ian Campbell
Signed-off-by: Ian Campbell i...@hellion.org.uk Cc: Hans de Goede hdego...@redhat.com --- doc/git-mailrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/git-mailrc b/doc/git-mailrc index 251586e..d924b26 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -17,10 +17,12 @@ alias ag

Re: [U-Boot] [PATCH] README: document CONFIG_ENV_IS_IN_SPI_FLASH

2014-07-03 Thread Jagan Teki
Thanks! for the document. Reviewed-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com On Tue, Jul 1, 2014 at 5:00 PM, Josh Wu josh...@atmel.com wrote: The option can be used to save the environment in spi flash. Implementation code is already exist in command/env_sf.c. But the documentation

Re: [U-Boot] [PATCH] git-mailrc: Add sunxi custodians.

2014-07-03 Thread Hans de Goede
Hi, On 07/03/2014 10:25 PM, Ian Campbell wrote: Signed-off-by: Ian Campbell i...@hellion.org.uk Cc: Hans de Goede hdego...@redhat.com ACK. Acked-by: Hans de Goede hdego...@redhat.com Regards, Hans --- doc/git-mailrc | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-07-03 Thread Benoît Thébaudeau
Hi, On Thu, Jul 3, 2014 at 10:19 AM, Helmut Raiger helmut.rai...@hale.at wrote: On 07/03/2014 01:20 AM, Benoît Thébaudeau wrote: )Dear Helmut Raiger, On Wed, Jul 2, 2014 at 9:04 AM, Helmut Raiger helmut.rai...@hale.at wrote: the commit 41623c91 breaks the SPL on i.mx31 platforms.

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-07-03 Thread Benoît Thébaudeau
Hi Albert, On Thu, Jul 3, 2014 at 3:35 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Helmut, On Thu, 03 Jul 2014 10:19:39 +0200, Helmut Raiger helmut.rai...@hale.at wrote: Hi, On 07/03/2014 01:20 AM, Benoît Thébaudeau wrote: )Dear Helmut Raiger, On Wed, Jul 2, 2014 at 9:04

Re: [U-Boot] [PATCH] sf: Stop leaking memory

2014-07-03 Thread Marek Vasut
On Thursday, July 03, 2014 at 10:24:44 PM, Jagan Teki wrote: On Fri, Jun 13, 2014 at 2:23 AM, Marek Vasut ma...@denx.de wrote: It's usually a common pattern to free() the memory that we allocated. Implement this here to stop leaking memory. Also, add a debug output when BAR configuration

Re: [U-Boot] [PATCH v1 23/25] tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported

2014-07-03 Thread Luka Perkov
On Fri, Jun 27, 2014 at 11:55:09AM +0200, Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) Tested-by: Luka Perkov l...@openwrt.org Luka ___ U-Boot mailing list

Re: [U-Boot] [PATCH v1 22/25] tools/kwboot: Sync with latest barebox version to support Armada XP

2014-07-03 Thread Luka Perkov
Hi Stefan, On Fri, Jun 27, 2014 at 11:55:08AM +0200, Stefan Roese wrote: The barebox version of the kwboot tool has evolved a bit. To support Armada XP and Dove. Additionally a few minor fixes have been applied. So lets sync with the latest barebox version. Please note that the main

Re: [U-Boot] [PATCH v1 24/25] tools: kwbimage: Add image version 1 support for Armada XP / 370

2014-07-03 Thread Luka Perkov
On Fri, Jun 27, 2014 at 11:55:10AM +0200, Stefan Roese wrote: This patch integrates the Barebox version of this kwbimage.c file into U-Boot. As this version supports the image version 1 type for the Armada XP / 370 SoCs. It was easier to integrate the existing and known to be working Barebox

Re: [U-Boot] [PATCH v3 13/13] fit: make sha256 support optional

2014-07-03 Thread Heiko Schocher
Hello Dirk, Tom, Simon, Am 03.07.2014 21:17, schrieb Tom Rini: On Thu, Jul 03, 2014 at 09:14:01AM -0700, Simon Glass wrote: Hi, On 3 July 2014 00:03, Heiko Schocherh...@denx.de wrote: Hello Dirk, Am 03.07.2014 08:27, schrieb dirk.eib...@gdsys.cc: From: Dirk Eibachdirk.eib...@gdsys.cc

Re: [U-Boot] [PATCH 3/4] ARM: LS1021A: enable ARMv7 virt support for LS1021A A7

2014-07-03 Thread li.xi...@freescale.com
diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index d639a6f..f090971 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -18,6 +18,15 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_ARCH_EARLY_INIT_R +#define

Re: [U-Boot] [PATCH 0/4] Add LS1021A-QDS/TWR Non-secure and HYP support.

2014-07-03 Thread li.xi...@freescale.com
This patch series depends on the following patch: [U-Boot,v4,03/10] ARM: non-sec: reset CNTVOFF to zero Before switching to non-secure, make sure that CNTVOFF is set to zero on all CPUs. Otherwise, kernel running in non-secure without HYP enabled (hence using virtual timers) may

Re: [U-Boot] [PATCH 1/4] ARM: fix the ARCH Timer frequency setting.

2014-07-03 Thread li.xi...@freescale.com
Subject: Re: [PATCH 1/4] ARM: fix the ARCH Timer frequency setting. On 07/03/2014 12:51 PM, Xiubo Li wrote: For some SoCs, the CONFIG_SYS_CLK_FREQ maybe won't equal the ARCH Timer's frequency. Can you give an example? In LS1021A-QDS/TWR, the CONFIG_SYS_CLK_FREQ is 100Mhz and the ARCH

Re: [U-Boot] [PATCH 4/4] ARM: LS1021A: to allow non-secure R/W access for all devices' mapped region

2014-07-03 Thread li.xi...@freescale.com
- reg = in_be32(csu_csl2); - out_be32(csu_csl2, reg | CSU_CSL2x_NS_SUP_READ_ACCESS | - CSU_CSL2x_NS_USER_READ_ACCESS); +void enable_devices_ns_access(void) This function is identical for twr and qds? Can't be just one in a common file? Sure, I will follow your

Re: [U-Boot] [PATCH v3 13/13] fit: make sha256 support optional

2014-07-03 Thread Dirk Eibach
Whatever we do: we have some broken boards, so please let us fix it before next release. I am off on vacation now. If necessary simply drop this patch from the series. Cheers Dirk ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v4 02/12] exynos: pinmux: fix the gpio names for exynos4x12 mmc

2014-07-03 Thread Jaehoon Chung
It's reasonable, looks good to me. Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 07/02/2014 08:50 PM, Przemyslaw Marczak wrote: This change fixes the bad gpio configuration for the exynos dwmmc. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com Cc: Beomho Seo

Re: [U-Boot] [PATCH v4 04/12] board:samsung: check the boot device and init the right mmc driver.

2014-07-03 Thread Jaehoon Chung
Hi, Przemyslaw. On 07/02/2014 08:50 PM, Przemyslaw Marczak wrote: It is possible to boot device using a micro SD or eMMC slots. In this situation, boot device should be registered as a block device 0 in the MMC framework, because CONFIG_SYS_MMC_ENV_DEV is usually set to 0 in the most config

Re: [U-Boot] [PATCH v4 08/12] samsung: board: enable support of multiple board types

2014-07-03 Thread Jaehoon Chung
On 07/02/2014 08:50 PM, Przemyslaw Marczak wrote: This change adds declaration of functions: - set_board_type() - called at checkboard() - get_board_type() - called at checkboard() - get_board_name() For supporting multiple board types in a one config - it is welcome to display the current