Re: [U-Boot] [PATCH v3 06/11] arm:reset: call the reset_misc() before the cpu reset

2014-07-02 Thread Minkyu Kang
On 01/07/14 23:36, Przemyslaw Marczak wrote: > Hello Minkyu, > > On 06/27/2014 01:34 PM, Przemyslaw Marczak wrote: >> On 06/27/2014 11:40 AM, Minkyu Kang wrote: >>> Dear Przemyslaw Marczak, >>> >>> On 26/06/14 23:15, Przemyslaw Marczak wrote: On an Odroid U3 board, the SOC is unable to reset

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

2014-07-02 Thread Helmut Raiger
Hi, Hi, the commit 41623c91 breaks the SPL on i.mx31 platforms. The original startup code (start.S) was position independent to allow relocation in board_init_f. This is necessary as the internal RAM used by the IPL to load the first 2kB from NAND is also used by the NAND controller to buff

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- 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 index e432318..fd0e910 100644 --- a/board/gdsys/p1022/sdhc_boot.

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- 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 a/board/gdsys/p1022/controlcenterd-id.c b/board/gdsys/p1022/controlcenterd-

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach sha256 has some beefy memory footprint. Make it optional for constrained systems. Signed-off-by: Dirk Eibach --- Changes in v2: - make sha256 support optional include/configs/dlvision-10g.h | 1 + include/configs/io.h | 1 + include/configs/iocon.h| 1 + i

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach PPC4xx config options were not complete. ICS8N3QV01 and SIL1178 needed some more configuration. Signed-off-by: Dirk Eibach --- Changes in v2: None include/configs/dlvision-10g.h | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/include/configs/d

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- Changes in v2: None board/gdsys/405ep/iocon.c | 17 ++- board/gdsys/common/osd.c | 113 +++-- drivers/i2c/ihs_i2c.c | 1 - include/configs/dlvision-10g.h | 2 - include/configs/io

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach For proper displayport performance, scrambling has to be enabled, but is turned off on DP501 by default. Signed-off-by: Dirk Eibach --- Changes in v2: None board/gdsys/common/dp501.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/gdsys/common/dp501.c b/board/gdsy

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

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

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach To avoid peer "ChReceivePathStatus"-messages on iocon startup, initialize PHYs as soon as possible. Signed-off-by: Dirk Eibach --- Changes in v2: None board/gdsys/405ep/iocon.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/board/gdsys/405ep/io

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach 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 --- Changes in v2: - move ihs_i2c to drivers/i2c - split unrelated changes drivers/i2c/Makefile

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach 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 the future since it

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- Changes in v2: None include/configs/dlvision-10g.h | 2 +- include/configs/iocon.h| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index 16895bf..c228

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach 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 --- Changes in v2: None board/gdsys/common/dp501.c | 1 + include/configs/controlcenterd.h | 7 --- 2 files changed, 5 inser

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach readl was called with values instead of pointers to these values. Why this ever did work is a mystery... Signed-off-by: Dirk Eibach --- Changes in v2: None board/gdsys/p1022/controlcenterd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board/gds

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach 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: Adapt sdhc_boot.c to mmc_get_env_addr API change board: controlc

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

2014-07-02 Thread Stefano Babic
Hi Helmut, On 01/07/2014 15:53, Fabio Estevam wrote: > > I don't have access to a mx31 board at the moment to investigate this bug. > > Maybe Albert, Stefano or Magnus could help? I have not at the moment access to a mx31 board, sorry. Regards, Stefano -- ==

[U-Boot] [PATCH v3] Implement generalised RSA public exponents for verified boot

2014-07-02 Thread michael
From: Michael van der Westhuizen Remove the verified boot limitation that only allows a single RSA public exponent of 65537 (F4). This change allows use with existing PKI infrastructure and has been tested with HSM-based PKI. Change the configuration OF tree format to store the RSA public expon

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

2014-07-02 Thread Heiko Schocher
Hello Dirk, Am 02.07.2014 09:31, schrieb dirk.eib...@gdsys.cc: From: Dirk Eibach 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 --- Changes in v2: - move ihs_i2c to d

Re: [U-Boot] [PATCH v3 06/11] arm:reset: call the reset_misc() before the cpu reset

2014-07-02 Thread Przemyslaw Marczak
Hello Minkyu, On 07/02/2014 09:03 AM, Minkyu Kang wrote: On 01/07/14 23:36, Przemyslaw Marczak wrote: Hello Minkyu, On 06/27/2014 01:34 PM, Przemyslaw Marczak wrote: On 06/27/2014 11:40 AM, Minkyu Kang wrote: Dear Przemyslaw Marczak, On 26/06/14 23:15, Przemyslaw Marczak wrote: On an Odroi

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

2014-07-02 Thread Albert ARIBAUD
Hi Helmut, On Wed, 02 Jul 2014 09:04:46 +0200, Helmut Raiger wrote: > Hi, > > Hi, > > > > the commit 41623c91 breaks the SPL on i.mx31 platforms. > > The original startup code (start.S) was position independent to > > allow relocation in board_init_f. This is necessary as the internal > > R

[U-Boot] [PATCH v4 01/12] samsung: misc: fix soc revision setting in the set_board_info()

2014-07-02 Thread Przemyslaw Marczak
The byte order of soc revision was inverted, now it is fixed. Signed-off-by: Przemyslaw Marczak Cc: Piotr Wilczek Cc: Minkyu Kang --- board/samsung/common/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/samsung/common/misc.c b/board/samsung/common/misc.c in

[U-Boot] [PATCH v4 00/12] Add support to Odroid U3/X2

2014-07-02 Thread Przemyslaw Marczak
This patch set introduces changes to common Samsung code as a preparation of new board support: - boot device check - code cleanup - automatic init order of mmc drivers - automatic setting of dfu entities which depends on boot device - pre reset function call for board own implementation - setting

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

2014-07-02 Thread Przemyslaw Marczak
This change fixes the bad gpio configuration for the exynos dwmmc. Signed-off-by: Przemyslaw Marczak Cc: Beomho Seo Cc: Minkyu Kang Cc: Jaehoon Chung --- arch/arm/cpu/armv7/exynos/pinmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv7/exynos/pinmux

[U-Boot] [PATCH v4 03/12] arch:exynos: boot mode: add get_boot_mode(), code cleanup

2014-07-02 Thread Przemyslaw Marczak
This patch introduces code clean-up for exynos boot mode check. It includes: - removal of typedef: boot_mode - move the boot mode enum to arch-exynos/power.h - add new function: get_boot_mode() for OM[5:1] pin check - update spl boot code Signed-off-by: Przemyslaw Marczak --- arch/arm/cpu/armv7/

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

2014-07-02 Thread Przemyslaw Marczak
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 cases. Signed-off-by: Przemyslaw Marczak --- Changes V3: - separate t

[U-Boot] [PATCH v4 06/12] samsung:board: misc_init_r: call set_dfu_alt_info()

2014-07-02 Thread Przemyslaw Marczak
This change enable automatic setting of dfu alt info on every boot. This is useful in case of booting one u-boot binary from multiple media. Signed-off-by: Przemyslaw Marczak --- board/samsung/common/board.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/samsung/common/board.c b/bo

[U-Boot] [PATCH v4 09/12] samsung: misc: use board specific functions to set env board info

2014-07-02 Thread Przemyslaw Marczak
This change adds setup of environmental board info using get_board_name() and get_board_type() functions for config CONFIG_BOARD_TYPES. This is useful in case of running many boards with just one config. Signed-off-by: Przemyslaw Marczak Cc: Piotr Wilczek Cc: Minkyu Kang --- Changes v2: - set

[U-Boot] [PATCH v4 05/12] samsung: misc: add function for setting $dfu_alt_info

2014-07-02 Thread Przemyslaw Marczak
This change introduces new common function: - set_dfu_alt_info() - put dfu system and bootloader setting into $dfu_alt_info. functions declaration: - char *get_dfu_alt_system(void) - char *get_dfu_alt_boot(void) - void set_dfu_alt_info(void) and new config: - CONFIG_SET_DFU_A

[U-Boot] [PATCH v4 10/12] odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412

2014-07-02 Thread Przemyslaw Marczak
This board file supports standard features of Odroid X2 and U3 boards: - Exynos4412 core clock set to 1000MHz and MPLL peripherial clock set to 800MHz, - MAX77686 power regulator, - USB PHY, - enable XCL205 - power for board peripherials - check board type: U3 or X2. - enable Odroid U3 FAN cooler

[U-Boot] [PATCH v4 07/12] arm:reset: call the reset_misc() before the cpu reset

2014-07-02 Thread Przemyslaw Marczak
On an Odroid U3 board, the SOC is unable to reset the eMMC card in the DWMMC mode by the cpu software reset. Manual reset of the card by switching proper gpio pin - fixes this issue. Such solution needs to add a call to pre reset function. This is done by the reset_misc() function, which is called

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

2014-07-02 Thread Przemyslaw Marczak
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 board model. This is what get_board_type() should return.

[U-Boot] [PATCH v4 11/12] odroid: add odroid U3/X2 device tree description

2014-07-02 Thread Przemyslaw Marczak
This is a standard description for Odroid boards. Signed-off-by: Przemyslaw Marczak Cc: Minkyu Kang Cc: Tom Rini --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/exynos4412-odroid.dts | 70 ++ 2 files changed, 72 insertions(+), 1 deletion(-) cre

[U-Boot] [PATCH v4 12/12] odroid: add odroid_config

2014-07-02 Thread Przemyslaw Marczak
This config is valid for two devices: - Odroid X2, - Odroid U3. Signed-off-by: Przemyslaw Marczak Cc: Minkyu Kang Cc: Tom Rini --- Changes v2: - odroid config: add CONFIG_DFU_ALT_BOOTLOADER - odroid config: change name of CONFIG_DFU_BOOT_ALT_* to CONFIG_DFU_ALT_BOOT_* Changes v3: - odroid.h:

Re: [U-Boot] [PATCH] ARM: kirkwood: fix cpu info for 6282 device id

2014-07-02 Thread Stefan Roese
On 02.07.2014 02:17, Luka Perkov wrote: Signed-off-by: Luka Perkov CC: Prafulla Wadaskar CC: Stefan Roese Acked-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] kirkwood: cosmetic: style fixes in kwbimage.cfg files

2014-07-02 Thread Stefan Roese
On 02.07.2014 02:16, Luka Perkov wrote: When diffing through the various kwbimage.cfg files only show relevant changes. Signed-off-by: Luka Perkov CC: Prafulla Wadaskar CC: Stefan Roese Acked-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing l

Re: [U-Boot] [PATCH] kirkwood: define empty CONFIG_MVGBE_PORTS by default

2014-07-02 Thread Stefan Roese
On 02.07.2014 02:17, Luka Perkov wrote: Each board with defines it's own set of values. If we do not define CONFIG_MVGBE_PORTS we will hit following error: mvgbe.c: In function 'mvgbe_initialize': mvgbe.c:700:34: error: 'CONFIG_MVGBE_PORTS' undeclared (first use in this function) u8 used_por

Re: [U-Boot] [PATCH] kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define

2014-07-02 Thread Stefan Roese
On 02.07.2014 02:18, Luka Perkov wrote: Signed-off-by: Luka Perkov CC: Prafulla Wadaskar CC: Stefan Roese Acked-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] enbw_cmc, da850evm_direct_nor, and calimain vectors table misaligned (was: [PATCH] arm: fix a build error with CONFIG_USE_IRQ)

2014-07-02 Thread Christian Riesch
Hello Albert, On Wed, Jun 18, 2014 at 2:55 PM, Christian Riesch wrote: > Am I missing something here? What would be the preferred solution to > make the board working again? Any comments on this? What shall we do to get the boards working again? Thanks, Christian

[U-Boot] [PULL] u-boot-usb/master

2014-07-02 Thread Marek Vasut
The following changes since commit ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab: Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-06-24 14:06:22 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git HEAD for you to fetch changes up to dcb89b5aa0a90f791a59

[U-Boot] Fwd: Debian platform firmware strategy?

2014-07-02 Thread Chris Moore
Hi Paul, I hope you don't mind my forwarding your message below to the U-Boot ML. I think U-Boot ML subscribers may be interested in this discussion. My apologies in advance if I am wrong. Cheers, Chris Message original Sujet: Debian platform firmware strategy? Date de renvoi

Re: [U-Boot] [PULL] u-boot-usb/master

2014-07-02 Thread Tom Rini
On Wed, Jul 02, 2014 at 03:54:03PM +0200, Marek Vasut wrote: > The following changes since commit ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab: > > Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-06-24 14:06:22 > -0400) > > are available in the git repository at: > > > git://git.

Re: [U-Boot] Fwd: Debian platform firmware strategy?

2014-07-02 Thread Stephen Warren
On 07/02/2014 11:33 AM, Chris Moore wrote: > Hi Paul, > > I hope you don't mind my forwarding your message below to the U-Boot ML. > I think U-Boot ML subscribers may be interested in this discussion. > My apologies in advance if I am wrong. > > Cheers, > Chris > > Message original

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

2014-07-02 Thread Ian Campbell
Hi, 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 deserved it'

[U-Boot] [ANN] U-Boot v2014.07-rc4 released

2014-07-02 Thread Tom Rini
Hey all, I've pushed v2014.07-rc4 out to the repository and tarballs should exist soon. So I think I've picked up most of the outstanding patches that are bugfixes now. I know there's still some FAT related changes to go pick up (and I intend to shortly), and Albert should have one more PR for u

Re: [U-Boot] [PATCH 1/3] i2c: tegra: use repeated start for reads

2014-07-02 Thread Stephen Warren
On 06/25/2014 10:57 AM, Stephen Warren wrote: > From: Stephen Warren > > I2C read transactions are typically implemented as follows: > > START(write) address REPEATED_START(read) data... STOP > > However, Tegra's I2C driver currently implements reads as follows: > > START(write) address STOP S

Re: [U-Boot] [ANN] U-Boot v2014.07-rc4 released

2014-07-02 Thread Wolfgang Denk
Dear Tom, In message <20140702180207.GD29202@bill-the-cat> you wrote: > > I've pushed v2014.07-rc4 out to the repository and tarballs should exist > soon. Thanks. Tarball is on FTP server. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel H

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

2014-07-02 Thread Fabio Estevam
Hi Stefano, On Tue, Jun 24, 2014 at 5:40 PM, Fabio Estevam wrote: > From: Fabio Estevam > > mx6solox is the newest member of the mx6 family. > > Some of the new features on this variants are: > - Cortex M4 microcontroller (besides the CortexA9) > - Dual Gigabit Ethernet > > Add the initial suppo

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

2014-07-02 Thread Stephen Warren
From: Stephen Warren In at least Tegra124, the Tegra memory controller (MC) has a register that controls the memory size. Read this to determine the memory size rather than requiring this to be redundantly encoded into the ODMDATA. This way, changes to the BCT (i.e. MC configuration) automaticall

[U-Boot] Pull request: u-boot-arm/master

2014-07-02 Thread Albert ARIBAUD
Hi Tom, The following changes since commit ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab: Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-06-24 14:06:22 -0400) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 304f936aeaab

[U-Boot] [U-boot] [Patch 0/3] Add support for NAND U-boot image upgrade

2014-07-02 Thread Ivan Khoronzhuk
This series adds opportunity to write U-boot image on AEMIF NAND device using standard nand u-boot commands. Also added script to automate this process. This series is logical continue of "[U-boot] [Patch v3 0/3] keystone: nand: add additional nand ecclayout" series (http://comments.gmane.org/gman

[U-Boot] [U-boot] [Patch 1/3] mtd: nand: davinci: add opportunity to write keystone U-boot image

2014-07-02 Thread Ivan Khoronzhuk
The Keystone SoCs use the same NAND driver as Davinci. This patch adds opportunity to write Keystone U-boot image to NAND device using appropriate RBL ECC layout. This is needed only if RBL boots U-boot from NAND device and that's supposed that raw u-boot partition is used only for writing image.

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

2014-07-02 Thread Ivan Khoronzhuk
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 process description. Signed-off-by: Ivan Khoronz

[U-Boot] [U-boot] [Patch 2/3] keystone: add support for NAND gpheader image

2014-07-02 Thread Ivan Khoronzhuk
Add support for NAND gpheader image. TI Keystone2 ROM bootloader expects 8 bytes of trailing zeroes in the nand u-boot image. So add zeros at the end of the nand gph image. Acked-by: Murali Karicheri Signed-off-by: Ivan Khoronzhuk --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff -

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

2014-07-02 Thread Wolfgang Denk
Dear Stephen Warren, In message <1404331950-4916-1-git-send-email-swar...@wwwdotorg.org> you wrote: > > In at least Tegra124, the Tegra memory controller (MC) has a register > that controls the memory size. Read this to determine the memory size > rather than requiring this to be redundantly enco

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

2014-07-02 Thread Stephen Warren
On 07/02/2014 03:18 PM, Wolfgang Denk wrote: > Dear Stephen Warren, > > In message <1404331950-4916-1-git-send-email-swar...@wwwdotorg.org> you wrote: >> >> In at least Tegra124, the Tegra memory controller (MC) has a register >> that controls the memory size. Read this to determine the memory siz

Re: [U-Boot] Pull request: u-boot-arm/master

2014-07-02 Thread Tom Rini
On Wed, Jul 02, 2014 at 10:33:16PM +0200, Albert ARIBAUD wrote: > Hi Tom, > > The following changes since commit > ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab: > > Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-06-24 > 14:06:22 -0400) > > are available in the git repository at: >

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

2014-07-02 Thread Benoît Thébaudeau
)Dear Helmut Raiger, On Wed, Jul 2, 2014 at 9:04 AM, Helmut Raiger wrote: >> the commit 41623c91 breaks the SPL on i.mx31 platforms. Here, you are talking about mx31pdk, right? >> The original startup code (start.S) was position independent to >> allow relocation in board_init_f. This is n

[U-Boot] [PATCH 2/4] serial: sh: Add support R8A7794

2014-07-02 Thread Nobuhiro Iwamatsu
This adds the preset value to register for R8A7794. Signed-off-by: Nobuhiro Iwamatsu --- drivers/serial/serial_sh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h index f5e9854..341997c 100644 --- a/drivers/serial/ser

[U-Boot] [PATCH 4/4] arm: rmobile: Add support Alt board

2014-07-02 Thread Nobuhiro Iwamatsu
The alt board has R8A7794, 1GB DDR3-SDRAM, USB, Ethernet, QSPI, MMC, SDHI and more. This commit supports the following functions: - DDR3-SDRAM - SCIF - I2C - Ethernet - QSPI Signed-off-by: Hisashi Nakamura Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/alt/Makefile | 9 + board/rene

[U-Boot] [PATCH 0/4] Add support Alt board of Renesas R-Car

2014-07-02 Thread Nobuhiro Iwamatsu
This patch series supports ARM SoC R8A7794 and Alt board of Renesas R-Car. This board has R8A7794 (R-Car E2) is the ARM cortex A9 SoCs of Renesas, and this patch has the following devices of board. - DDR3-SDRAM - SCIF (Serial console) - I2C - Ethernet - QSPI Nobuhiro Iwamatsu (4): net: sh

[U-Boot] [PATCH 1/4] net: sh-eth: Add support R8A7794

2014-07-02 Thread Nobuhiro Iwamatsu
R8A7794 has the same sh-ether IP core as other SH/rmobile. This patch adds support of R8A7794. Signed-off-by: Nobuhiro Iwamatsu --- drivers/net/sh_eth.c | 5 +++-- drivers/net/sh_eth.h | 6 -- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/net/sh_eth.c b/drivers/net/s

Re: [U-Boot] [PATCH 1/3] i2c: tegra: use repeated start for reads

2014-07-02 Thread Heiko Schocher
Hello Stephen, Am 02.07.2014 20:37, schrieb Stephen Warren: On 06/25/2014 10:57 AM, Stephen Warren wrote: From: Stephen Warren I2C read transactions are typically implemented as follows: START(write) address REPEATED_START(read) data... STOP However, Tegra's I2C driver currently implements r

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

2014-07-02 Thread Masahiro Yamada
Since ARRAY_SIZE macro is defined in include/common.h, re-defining it in arch-specific files is redundant. Signed-off-by: Masahiro Yamada Cc: Stefan Roese Cc: Sonic Zhang --- I built all Blackfin and Powerpc boards. I confirmed this patch has no bad impact. arch/blackfin/include/asm/config-

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

2014-07-02 Thread Stefan Roese
On 03.07.2014 06:55, Masahiro Yamada wrote: Since ARRAY_SIZE macro is defined in include/common.h, re-defining it in arch-specific files is redundant. Signed-off-by: Masahiro Yamada Cc: Stefan Roese Cc: Sonic Zhang Thanks for catching this. Acked-by: Stefan Roese Thanks, Stefan

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

2014-07-02 Thread Zhang, Sonic
Acked-by: Sonic Zhang 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: remove redundant defin

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

2014-07-02 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 devic

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach 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: Adapt sdhc_boot.c to

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- 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 index e432318..fd0e910 100644 --- a/board/gd

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- 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 a/board/gdsys/p1022/controlcenterd-id.c b/board/gdsys/p

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach 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 the future since it

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- 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 a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach 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 --- Changes in v3: None Changes in v2: None board/gdsys/common/dp501.c | 1 + include/configs/controlcenterd.h | 7 --- 2 fi

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

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

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach To avoid peer "ChReceivePathStatus"-messages on iocon startup, initialize PHYs as soon as possible. Signed-off-by: Dirk Eibach --- Changes in v3: None Changes in v2: None board/gdsys/405ep/iocon.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach Signed-off-by: Dirk Eibach --- 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 - include/configs/dlvision-10g.h | 2 -

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach readl was called with values instead of pointers to these values. Why this ever did work is a mystery... Signed-off-by: Dirk Eibach --- Changes in v3: None Changes in v2: None board/gdsys/p1022/controlcenterd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) di

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

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

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

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

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach 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 --- Changes in v3: - describe ihs_i2c in README Changes in v2: - move ihs_i2c to drivers/i2c - split

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

2014-07-02 Thread dirk . eibach
From: Dirk Eibach PPC4xx config options were not complete. ICS8N3QV01 and SIL1178 needed some more configuration. Signed-off-by: Dirk Eibach --- Changes in v3: None Changes in v2: None include/configs/dlvision-10g.h | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

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

2014-07-02 Thread Albert ARIBAUD
Hi Darwin, On Mon, 9 Jun 2014 11:12:59 -0700, Darwin Rambo 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 semihosting to

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

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