Re: [U-Boot] Need FTP client support in U-Boot

2014-11-02 Thread Gilles Chanteperdrix
On Sat, Nov 01, 2014 at 09:17:05AM -0600, Simon Glass wrote: Hi Giles, On 1 November 2014 04:10, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On Sat, Nov 01, 2014 at 10:50:06AM +0100, Gilles Chanteperdrix wrote: On Fri, Oct 31, 2014 at 12:35:18PM +0400, Antony Pavlov

Re: [U-Boot] [PATCH 1/2] kconfig: arm: select CPU_V7 for some new boards

2014-11-02 Thread Georges Savoundararadj
Hi Masahiro, Le 31/10/2014 07:59, Stefan Roese a écrit : On 31.10.2014 06:26, Masahiro Yamada wrote: Marvell DB-MV784MP-GP and maxBCM are pretty new boards and were missed by commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs). This commit adds select CPU_V7 for them and remove

Re: [U-Boot] Building fw_printenv (e.g. make env) failing

2014-11-02 Thread Jeroen Hofstee
Hello Marcel, On 02-11-14 02:46, Marcel Ziswiler wrote: Quick question: How does one actually go about building fw_printenv nowadays? At lest just doing 'make env' fails for me: [user@host u-boot.git]$ make env HOSTCC tools/env/aes.o HOSTCC tools/env/crc32.o HOSTCC

Re: [U-Boot] [PATCH 2/2] kconfig: arm: move armv8 define to arch/arm/Kconfig

2014-11-02 Thread Georges Savoundararadj
Hi Masahiro, Le 31/10/2014 06:26, Masahiro Yamada a écrit : Commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs) collected the default values of CONFIG_SYS_CPU into arch/arm/Kconfig. This commit moves armv8 to there for consistency. Signed-off-by: Masahiro Yamada

Re: [U-Boot] [PATCH v3 1/2] mmc: Board-specific MMC power initializations

2014-11-02 Thread Igor Grinberg
Hi Paul, On 11/01/14 12:52, Paul Kocialkowski wrote: Some devices may use non-standard combinations of regulators to power MMC: this allows these devices to provide a board-specific MMC power init function to set everything up in their own way. Signed-off-by: Paul Kocialkowski

Re: [U-Boot] [PATCH v3 2/2] omap_hsmmc: Board-specific TWL4030 MMC power initializations

2014-11-02 Thread Igor Grinberg
Hi Paul, On 11/01/14 12:52, Paul Kocialkowski wrote: Boards using the TWL4030 regulator may not all use the LDOs the same way (e.g. MMC2 power can be controlled by another LDO than VMMC2). This delegates TWL4030 MMC power initializations to board-specific functions, that may still call

Re: [U-Boot] [PATCH V2 1/4] arm: mx6: cm_fx6: change issd gpio order

2014-11-02 Thread Igor Grinberg
On 10/29/14 17:56, Nikita Kiryanov wrote: Change the order in which GPIOs are toggled in SATA init sequence to accomodate both SanDisk and Phison SSDs. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Igor Grinberg grinb...@compulab.co.il Cc: Stefano Babic sba...@denx.de Acked-by:

Re: [U-Boot] [PATCH V2 2/4] arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo

2014-11-02 Thread Igor Grinberg
On 10/29/14 17:56, Nikita Kiryanov wrote: The 1GB DRAM configuration on mx6 solo uses 2 chip selects, but the code tests 1GB DRAM configuration as if it is all present on one chip select, and thus cannot see the full range of available memory. Refactor the check to detect 1GB DRAM

Re: [U-Boot] [PATCH V2 3/4] common: introduce board_preboot_os hook

2014-11-02 Thread Igor Grinberg
On 10/29/14 17:56, Nikita Kiryanov wrote: Introduce board specific function board_preboot_os() to allow for board specific config before we boot. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Igor Grinberg grinb...@compulab.co.il Cc: Stefano Babic sba...@denx.de Cc: Tom Rini

Re: [U-Boot] [PATCH V2 4/4] arm: mx6: cm_fx6: power down sata on OS boot

2014-11-02 Thread Igor Grinberg
On 10/29/14 17:56, Nikita Kiryanov wrote: If sata is used by U-Boot, the Linux kernel fails to detect the ssd correctly afterwards. Power off sata on OS boot so that Linux will have a clean state to work with. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Igor Grinberg

[U-Boot] Announcing u-boot with full A31 support

2014-11-02 Thread Hans de Goede
Hi, After spending a lot of time on this, I'm happy to announce that I now have an upstream u-boot based tree with patches adding A31 dram init and SPL support, allowing one to boot Allwinner A31 boards using just u-boot for all stages of the boot :) You can find my work on this here:

Re: [U-Boot] [linux-sunxi] Announcing u-boot with full A31 support

2014-11-02 Thread Henrik Nordström
sön 2014-11-02 klockan 17:06 +0100 skrev Hans de Goede: I still need to cleanup the axp221 and p2wi patches a bit, and then I'll post the entire series for review. Is this the reason why PLL1 configuration is still disabled in the patch set? Regards Henrik

Re: [U-Boot] [linux-sunxi] Announcing u-boot with full A31 support

2014-11-02 Thread Hans de Goede
Hi, On 11/02/2014 06:46 PM, Henrik Nordström wrote: sön 2014-11-02 klockan 17:06 +0100 skrev Hans de Goede: I still need to cleanup the axp221 and p2wi patches a bit, and then I'll post the entire series for review. Is this the reason why PLL1 configuration is still disabled in the patch

Re: [U-Boot] [PATCH v3 1/2] mmc: Board-specific MMC power initializations

2014-11-02 Thread Paul Kocialkowski
Hi Igor, On 11/01/14 12:52, Paul Kocialkowski wrote: Some devices may use non-standard combinations of regulators to power MMC: this allows these devices to provide a board-specific MMC power init function to set everything up in their own way. Signed-off-by: Paul Kocialkowski

Re: [U-Boot] [PATCH v3 2/2] omap_hsmmc: Board-specific TWL4030 MMC power initializations

2014-11-02 Thread Paul Kocialkowski
Hi Igor, thanks for the review. On 11/01/14 12:52, Paul Kocialkowski wrote: Boards using the TWL4030 regulator may not all use the LDOs the same way (e.g. MMC2 power can be controlled by another LDO than VMMC2). This delegates TWL4030 MMC power initializations to board-specific

Re: [U-Boot] Announcing u-boot with full A31 support

2014-11-02 Thread Hans de Goede
On 11/02/2014 07:44 PM, Hans de Goede wrote: Hi, On 11/02/2014 06:46 PM, Henrik Nordström wrote: sön 2014-11-02 klockan 17:06 +0100 skrev Hans de Goede: I still need to cleanup the axp221 and p2wi patches a bit, and then I'll post the entire series for review. Is this the reason why

Re: [U-Boot] verifying signing

2014-11-02 Thread Simon Glass
Hi, On 2 November 2014 07:06, srinivasan srinivasan@gmail.com wrote: Hi Simon, http://lists.denx.de/pipermail/u-boot/2014-June/180845.html As the above link explains the Signing of kernel verifying with uboot, Could you please let me know do you have any methods of signing

[U-Boot] [RFC] x86: Intel FSP integration

2014-11-02 Thread Bin Meng
Hi Simon, I am preparing patches for my U-Boot port on Intel Crown Bay CRB which uses Intel FSP for the memory and chipset initialization. Intel FSP is a binary blob inside which 3 pre-defined entry pointes are available for 3rd party bootloader to call to perform various jobs at different

Re: [U-Boot] Need FTP client support in U-Boot

2014-11-02 Thread Mythri, Madhukar (Artesyn)
Hi Gilles and Simon, Besides, as far as I can tell the TFTP blocksize option is not part of the TFTP protocol, it is an option described in an RFC which has the draft standard status, so, this is not standard. I know that my IP phones have full ftp for various reasons. If you want to

Re: [U-Boot] [PATCH 3/3] ARM: kwimage: fix v0 format

2014-11-02 Thread Prafulla Wadaskar
-Original Message- From: Stefan Roese [mailto:s...@denx.de] Sent: 31 October 2014 12:26 To: Gerald Kerma; u-boot@lists.denx.de; Prafulla Wadaskar Cc: albert.u.b...@aribaud.net; l...@openwrt.org Subject: Re: [PATCH 3/3] ARM: kwimage: fix v0 format On 31.10.2014 01:03, Gerald

Re: [U-Boot] [PATCH v3 1/2] mmc: Board-specific MMC power initializations

2014-11-02 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, On 11/02/14 20:51, Paul Kocialkowski wrote: Hi Igor, On 11/01/14 12:52, Paul Kocialkowski wrote: Some devices may use non-standard combinations of regulators to power MMC: this allows these devices to provide a board-specific MMC power

[U-Boot] [PATCH] drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms

2014-11-02 Thread Shaveta Leekha
Some slow I2C devices like Power Monitor(ZM7304) at times do not work well with low timeout value, so I2C bus get stuck during read cycle with this device, changing it to 100ms from 10ms works fine A lot of other i2c drivers like mxc and i2c drivers of BOOTROM also use relax timeouts to give

Re: [U-Boot] [PATCH v3 2/2] omap_hsmmc: Board-specific TWL4030 MMC power initializations

2014-11-02 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/02/14 21:01, Paul Kocialkowski wrote: Hi Igor, thanks for the review. On 11/01/14 12:52, Paul Kocialkowski wrote: Boards using the TWL4030 regulator may not all use the LDOs the same way (e.g. MMC2 power can be controlled by another LDO