Re: [U-Boot] [PATCH 4/5] sf: Update SST25* flash params of supported read commands

2014-10-29 Thread Jagan Teki
Hi Bin, On 28 October 2014 16:09, Bin Meng bmeng...@gmail.com wrote: Hi Jagan, Thanks for the detailed explanation. On Tue, Oct 28, 2014 at 6:19 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Bin, Your understanding is quite normal - like the way of adding supported read command

Re: [U-Boot] [PATCH 4/5] sf: Update SST25* flash params of supported read commands

2014-10-29 Thread Bin Meng
Hi Jagan, On Wed, Oct 29, 2014 at 2:16 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Bin, This looks odd to me - supporting array slow without support on fast read. Please check the datasheets, and as per as my knowledge/experience it should support both. It is not the flash but the

Re: [U-Boot] [RFC PATCH 0/12] RFC: dm: Add I2C support

2014-10-29 Thread Heiko Schocher
Hello Tom, Am 24.10.2014 17:03, schrieb Tom Rini: On Sun, Oct 12, 2014 at 11:39:26PM -0600, Simon Glass wrote: (Note this is RFC since the uclass interface needs discussion and also because only sandbox is implemented so far. But I thought it best to get this out there as soon as I wrote it

[U-Boot] [PATCH] ARM: atmel: add sama5d4 xplained ultra board support

2014-10-29 Thread Bo Shen
The code for this board supports following features: - Boot media support: NAND flash/SD card/SPI flash - Support LCD display (optional, disabled by default) - Support ethernet - Support USB mass storage Signed-off-by: Bo Shen voice.s...@atmel.com --- This patch depends on: ARM: atmel:

Re: [U-Boot] [PATCH v2 6/6] dm: sunxi: Add support for serial using driver model

2014-10-29 Thread Ian Campbell
On Mon, 2014-10-27 at 18:06 -0600, Simon Glass wrote: Hi Ian, On 24 October 2014 03:42, Ian Campbell i...@hellion.org.uk wrote: On Wed, 2014-10-22 at 22:02 -0600, Simon Glass wrote: Add a driver for the designware serial UART used on sunxi. This just redirects to the normal ns16550

Re: [U-Boot] [PATCH v4 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-29 Thread Masahiro Yamada
Hi Georges (and Tom), On Tue, 28 Oct 2014 23:16:09 +0100 Georges Savoundararadj savou...@gmail.com wrote: This commit introduces a Kconfig symbol for each ARM CPU: CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136, CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100. Also, it adds the

[U-Boot] [PATCH v5] fs: fat/ext4/sandbox - Deal with files greater than 2GB

2014-10-29 Thread Suriyan Ramasami
The commands fatls/ext4ls give negative values when dealing with files greater than 2GB. The commands fatsize/ext4size do not update the variable filesize for these files. To deal with this, the fs functions have been modified to take an additional parameter of type * loff_t which is then

Re: [U-Boot] [PATCH] ARM: sunxi: Fix Ippo-q8h-v5 defconfig filename

2014-10-29 Thread Hans de Goede
Hi, On 10/29/2014 06:45 AM, Masahiro Yamada wrote: Hi Hans, On Fri, 24 Oct 2014 10:11:25 +0200 Hans de Goede hdego...@redhat.com wrote: Hi, On 10/24/2014 10:07 AM, Chen-Yu Tsai wrote: The defconfig for Ippo-q8h-v5 was incorrectly committed as Ippo_q8h. This patch renames it

Re: [U-Boot] [U-Boot, v2, 2/6] dm: sunxi: Add a new config for an FDT-based pcDuino3

2014-10-29 Thread Hans de Goede
Hi, On 10/29/2014 04:02 AM, Simon Glass wrote: Hi Hans, On 28 October 2014 03:13, Hans de Goede hdego...@redhat.com wrote: Hi, On 10/28/2014 01:04 AM, Simon Glass wrote: Hi Hans, On 24 October 2014 02:38, Hans de Goede hdego...@redhat.com wrote: Hi, On 10/23/2014 06:02 AM, Simon

Re: [U-Boot] [PATCH v1 00/10] arm, at91, spl: add spl support for the taurus and corvus boards

2014-10-29 Thread Heiko Schocher
Hello Andreas, Am 25.10.2014 02:35, schrieb Andreas Bießmann: Hi Heiko, On 01.10.14 07:54, Heiko Schocher wrote: This patchset add SPL support for the AT91SAM9G20 based taurus board, and the AT91SAM9M10G45 based corvus board from siemens, and replaces the at91bootstrap code. The boot.bin

[U-Boot] [i2c] Pull request

2014-10-29 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c.git The following changes since commit d58a9451e7339ed4cf2b2627e534611f427fb791: ppc/arm: zap EMK boards (2014-10-28 12:48:31 -0400) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 1/2] exynos5250/arndale: Enable SATA/AHCI support.

2014-10-29 Thread Ian Campbell
On Sun, 2014-10-26 at 16:27 +0900, Minkyu Kang wrote: Dear Ian Campbell, On 7 October 2014 22:56, Ian Campbell i...@hellion.org.uk wrote: From: Ian Campbell ian.campb...@citrix.com This is based on some old patches from the chromeos-v2011.12 branch of

Re: [U-Boot] [U-BOOT PATCH] zynq: Use GPLed files for SPL

2014-10-29 Thread Jagan Teki
Please correct the subject prefix for next time. On 27 October 2014 23:47, Soren Brinkmann soren.brinkm...@xilinx.com wrote: The latest Xilinx tools generate ps7_init files that are explicitly available under GPL. Change the makefile to allow drop in of those files for building the SPL.

[U-Boot] [U-boot] [Patch 0/4] keystone2: add network support for K2L SoC and EVM

2014-10-29 Thread Ivan Khoronzhuk
These patches add network support for Keystone2 Lamar SoC boards. Based on u-boot-ti/master Hao Zhang (1): board: k2l_evm: add network support Ivan Khoronzhuk (3): ARM: keystone2: keysonte_nav: add support for K2L SoC net: keystone_serdes: add keystone K2L SoC support net: keystone_net:

[U-Boot] [U-boot] [Patch 1/4] ARM: keystone2: keysonte_nav: add support for K2L SoC

2014-10-29 Thread Ivan Khoronzhuk
The Keystone2 Lamar SoC uses the same keystone navigator. Move queue numbers to common hardware file, as all Keystone2 SoCs have the same ones. Acked-by: Murali Karicheri m-kariche...@ti.com Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com ---

[U-Boot] [U-boot] [Patch 4/4] board: k2l_evm: add network support

2014-10-29 Thread Ivan Khoronzhuk
From: Hao Zhang hzh...@ti.com This patch adds network support code and enables keystone_net driver usage for k2l_evm evaluation board. Acked-by: Murali Karicheri m-kariche...@ti.com Signed-off-by: Hao Zhang hzh...@ti.com Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com ---

[U-Boot] [U-boot] [Patch 2/4] net: keystone_serdes: add keystone K2L SoC support

2014-10-29 Thread Ivan Khoronzhuk
Keystone2 Lamar SoC uses the same keystone SerDes driver. All Keystone2 EVM boards currently use SerDes driver, so move CONFIG_TI_KEYSTONE_SERDES to common configuration file. Acked-by: Murali Karicheri m-kariche...@ti.com Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com ---

[U-Boot] [U-boot] [Patch 3/4] net: keystone_net: add Keystone2 K2L SoC support

2014-10-29 Thread Ivan Khoronzhuk
The Keystone2 Lamar SoC uses the same keystone net driver. This patch adds opportunity to use it by K2L SoCs. Acked-by: Murali Karicheri m-kariche...@ti.com Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- arch/arm/include/asm/arch-keystone/hardware-k2l.h | 3 +++

[U-Boot] [U-boot] [Patch] ks2_evm: readme: add k2l evm board information

2014-10-29 Thread Ivan Khoronzhuk
From: Khoronzhuk, Ivan ivan.khoronz...@ti.com Currently Keystone2 Lamar evm (K2L) board is added, so update Keystone2 readme file to have such one. Acked-by: Murali Karicheri m-kariche...@ti.com Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- Based on [U-boot] [Patch 0/4] keystone2:

Re: [U-Boot] [RFC] fs: make it possible to read the filesystem UUID

2014-10-29 Thread Christian Gmeiner
Hi all. Adding Stephen Warren, Simon Glass and Pavel Machek to CC list (./scripts/get_maintainer.pl -f fs/fs.c). 2014-10-22 15:29 GMT+02:00 Christian Gmeiner christian.gmei...@gmail.com: Some filesystems have a UUID stored in its superblock. To allow using root=UUID=... for the kernel command

Re: [U-Boot] [PATCH v4 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-29 Thread Tom Rini
On Wed, Oct 29, 2014 at 05:07:23PM +0900, Masahiro Yamada wrote: Hi Georges (and Tom), On Tue, 28 Oct 2014 23:16:09 +0100 Georges Savoundararadj savou...@gmail.com wrote: This commit introduces a Kconfig symbol for each ARM CPU: CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES,

Re: [U-Boot] [U-Boot,V2,2/5] spl: Add EXT support to SPL

2014-10-29 Thread Guillaume Gardet
Le 27/10/2014 23:22, Tom Rini a écrit : On Wed, Oct 15, 2014 at 05:53:12PM +0200, Guillaume GARDET wrote: Add EXT filesystem support to SPL. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com With the following change: diff --git a/common/spl/spl_ext.c

Re: [U-Boot] [PATCH v4 2/4] arm: make .vectors section allocatable

2014-10-29 Thread Albert ARIBAUD
Hello Georges, On Tue, 28 Oct 2014 23:16:10 +0100, Georges Savoundararadj savou...@gmail.com wrote: A regression was introduced in commit 41623c91. The consequence of that is the non-relocation of the section .vectors symbols : _undefined_instruction, _software_interrupt, _prefetch_abort,

Re: [U-Boot] [PATCH v4 3/4] arm: relocate the exception vectors

2014-10-29 Thread Albert ARIBAUD
Hello Georges, On Tue, 28 Oct 2014 23:16:11 +0100, Georges Savoundararadj savou...@gmail.com wrote: This commit relocates the exception vectors. As ARM1176 and ARMv7 have the security extensions, it uses VBAR. For the other ARM processors, it copies the relocated exception vectors to the

Re: [U-Boot] [PATCH v4 4/4] arm: interrupt_init: set sp in IRQ/FIQ modes

2014-10-29 Thread Albert ARIBAUD
Hello Georges, On Tue, 28 Oct 2014 23:16:12 +0100, Georges Savoundararadj savou...@gmail.com wrote: Before this commit, the stack addresses for IRQ and FIQ modes, IRQ_STACK_START and FIQ_STACK_START, were computed in interrupt_init but they were not used. This commit sets the stack

Re: [U-Boot] [PATCH v4 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-29 Thread Albert ARIBAUD
Hello Georges, On Tue, 28 Oct 2014 23:16:09 +0100, Georges Savoundararadj savou...@gmail.com wrote: This commit introduces a Kconfig symbol for each ARM CPU: CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136, CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100. Also, it adds the CPU

Re: [U-Boot] [PATCH v4 05/29] dm: spi: Add a uclass for SPI

2014-10-29 Thread Stefan Roese
Hi Simon! On 14.10.2014 07:41, Simon Glass wrote: Add a uclass which provides access to SPI buses and includes operations required by SPI. For a time driver model will need to co-exist with the legacy SPI interface so some parts of the header file are changed depending on which is in use. The

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

2014-10-29 Thread Nikita Kiryanov
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 correctly. Signed-off-by: Nikita Kiryanov

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

2014-10-29 Thread Nikita Kiryanov
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 --- board/compulab/cm_fx6/cm_fx6.c | 2 +- 1 file changed,

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

2014-10-29 Thread Nikita Kiryanov
Introduce board specific function board_preboot_os() to allow for board specific config before we boot, and use it on cm_fx6 to power off sata so that Linux will be able to setup it correctly. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Igor Grinberg grinb...@compulab.co.il Cc:

[U-Boot] [PATCH 0/3] cm-fx6 updates

2014-10-29 Thread Nikita Kiryanov
This patchset contains a bug fix for DRAM detection, support for Phison SSD, and a new preboot hook. Cc: Igor Grinberg grinb...@compulab.co.il Cc: Stefano Babic sba...@denx.de Nikita Kiryanov (3): arm: mx6: cm_fx6: change issd gpio order arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo

Re: [U-Boot] [PATCH] omap_hsmmc: Allow for board-specific MMC power init

2014-10-29 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, On 10/28/14 20:11, Paul Kocialkowski wrote: Le mardi 28 octobre 2014 à 20:02 +0200, Igor Grinberg a écrit : Hi Paul, On 10/28/14 19:25, Paul Kocialkowski wrote: Some devices may use non-standard combinations of regulators to power MMC:

[U-Boot] [RFC PATCH v1 3/9] sparc: Use microseconds instead of ticks for timeout

2014-10-29 Thread Francois Retief
We now use the generic delay method which specifies the timeout as microseconds instead of ticks. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- drivers/net/greth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/greth.c b/drivers/net/greth.c index

[U-Boot] [RFC PATCH v1 0/9] sparc: Update SPARC architecture to generic board init

2014-10-29 Thread Francois Retief
The SPARC architecture has not yet been upgraded to the new generic board init codebase. This patch series is an first attempt at that. We currently only have access to one SPARC board (gr712rc-board) and would appreciate some help with testing. Other comments and suggestions are welcome. We also

[U-Boot] [RFC PATCH v1 1/9] sparc: Add initr function for CMD_AMBAPP command

2014-10-29 Thread Francois Retief
Add an initr function in board_r.c file for the AMBA PnP command. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- common/board_r.c | 21 + 1 file changed, 21 insertions(+) diff --git a/common/board_r.c b/common/board_r.c index 7c33900..6d6c7e8 100644 ---

[U-Boot] [RFC PATCH v1 2/9] sparc: Initial work for generic board-init

2014-10-29 Thread Francois Retief
Initial work in preperation for generic board init for the SPARC architecture. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- arch/sparc/config.mk | 3 +++ arch/sparc/cpu/leon3/cpu.c| 14 ++ arch/sparc/cpu/leon3/cpu_init.c | 57

[U-Boot] [RFC PATCH v1 4/9] sparc: Major rewrite of the PROM generation code

2014-10-29 Thread Francois Retief
Rewrote the PROM generation code to dynamically build the PROM from the AMBA PnP data on the LEON3. Also combined the LEON2/LEON3 code into one file and moved it to the arch/sparc/lib folder. The new code generates the PROM data rather than having it embedded as data and copying it over. The

[U-Boot] [RFC PATCH v1 7/9] sparc: Make LEON serial drivers use readl/writel macros

2014-10-29 Thread Francois Retief
Update the LEON2/3 serial driver to make use of the readl and writel macros as well as the WATCHDOG_RESET() macro. Also, added readl/writel and friends to the asm/io.h file. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- arch/sparc/cpu/leon2/serial.c | 121

[U-Boot] [RFC PATCH v1 5/9] sparc: Reworked LEON3 startup for generic board-init

2014-10-29 Thread Francois Retief
Reworked the LEON3 startup code to call board_init_f function at startup. Also implemented the relocate_code function in assembly to relocate the monitor and setup the stack pointer before calling board_init_r. Signed-off-by: Francois Retief fgret...@spaceteq.co.za ---

[U-Boot] [RFC PATCH v1 9/9] sparc: Add support for gr712rc-board

2014-10-29 Thread Francois Retief
Add support of the Aeroflex Gaisler GR712RC-BOARD Development Kit. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- arch/sparc/Kconfig | 4 + board/gaisler/gr712rc_board/Kconfig | 19 ++ board/gaisler/gr712rc_board/MAINTAINERS | 6 +

[U-Boot] [RFC PATCH v1 8/9] sparc: Add MDIO support to GRETH driver

2014-10-29 Thread Francois Retief
Added MDIO support to the Aeroflex Gaisler GRETH driver. The result is that we can now use the CONFIG_CMD_MII commands to access the PHY chip. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- drivers/net/greth.c | 57 + 1 file

[U-Boot] [RFC PATCH v1 6/9] sparc: Update all LEON3 boards to generic board-init

2014-10-29 Thread Francois Retief
Add the CONFIG_SYS_GENERIC_BOARD variable to all the LEON3 boards. Signed-off-by: Francois Retief fgret...@spaceteq.co.za --- include/configs/gr_cpci_ax2000.h | 2 ++ include/configs/gr_ep2s60.h | 2 ++ include/configs/gr_xc3s_1500.h | 2 ++ include/configs/grsim.h | 2 ++ 4

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

2014-10-29 Thread Jeroen Hofstee
Hello Nikita, On 29-10-14 14:08, Nikita Kiryanov wrote: Introduce board specific function board_preboot_os() to allow for board specific config before we boot, and use it on cm_fx6 to power off sata so that Linux will be able to setup it correctly. Signed-off-by: Nikita Kiryanov

Re: [U-Boot] [U-BOOT PATCH] zynq: Use GPLed files for SPL

2014-10-29 Thread Masahiro YAMADA
Hi Soren, 2014-10-28 3:17 GMT+09:00 Soren Brinkmann soren.brinkm...@xilinx.com: The latest Xilinx tools generate ps7_init files that are explicitly available under GPL. Change the makefile to allow drop in of those files for building the SPL. Signed-off-by: Soren Brinkmann

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

2014-10-29 Thread Masahiro YAMADA
Hi Tom, The following changes since commit d58a9451e7339ed4cf2b2627e534611f427fb791: ppc/arm: zap EMK boards (2014-10-28 12:48:31 -0400) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-29 Thread Masahiro YAMADA
Hi Simon, 2014-10-29 3:24 GMT+09:00 Simon Glass s...@chromium.org: Hi, On 28 October 2014 11:46, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Simon, On 28-10-14 18:33, Simon Glass wrote: Hi Masahiro, On 28 October 2014 10:38, Masahiro YAMADA yamad...@jp.panasonic.com wrote: Hi

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

2014-10-29 Thread Mythri, Madhukar (Artesyn)
Hi, I'm a newbie to U-boot(familiar with Linux). We are looking for FTP client command in U-boot commands, So that, we can boot the O.S kernel-image through ftp-client(instead of tftpboot over network). Why doesn't the U-boot support FTP client ? Can we implement/add the FTP client protocol

Re: [U-Boot] [PATCH 1/2] exynos5250/arndale: Enable SATA/AHCI support.

2014-10-29 Thread Minkyu Kang
Dear Ian Campbell, On 29/10/14 19:34, Ian Campbell wrote: On Sun, 2014-10-26 at 16:27 +0900, Minkyu Kang wrote: Dear Ian Campbell, On 7 October 2014 22:56, Ian Campbell i...@hellion.org.uk wrote: From: Ian Campbell ian.campb...@citrix.com This is based on some old

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread DaveKucharczyk
Simon, thank you for your help. Simon Glass-3 wrote BTW best not to have this in your sig when sending to a public mailing list. I have no control of over my company's email signature so I switched my subscription to use gmail. Simon Glass-3 wrote There are only 3 places in mkimage.c which

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

2014-10-29 Thread Wally Yeh
We are looking for FTP client command in U-boot commands, So that, we can boot the O.S kernel-image through ftp-client(instead of tftpboot over network). Why doesn't the U-boot support FTP client ? Can we implement/add the FTP client protocol code to U-boot sources and customize. if so, how much

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread Fabio Estevam
On Wed, Oct 29, 2014 at 11:52 AM, DaveKucharczyk david.kucharc...@gmail.com wrote: I’ve triple checked the pads and flash header. I dd the resulting, non-padded, u-boot.imx image to sd card by “dd if=u-boot.imx of=/dev/sdd seek=2 sync”, but I get no life. This command is not correct. You

[U-Boot] [U-boot] [Patch] ks2_evm: config: enable fatload command

2014-10-29 Thread Ivan Khoronzhuk
The keystone2 evm can boot from USB partition with FAT32 FS, so enable fatload command usage. Acked-by: Murali Karicheri m-kariche...@ti.com Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- include/configs/ks2_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread DaveKucharczyk
Fabio Estevam-2 wrote This command is not correct. You missed the bs=512 part. It should be: dd if=u-boot.imx of=/dev/sdX bs=512 seek=2; sync Sorry, I forgot the block size in my original email. Yes, I do include bs=512. That is not the problem. I'm going through all the README's again,

[U-Boot] Flat Image Tree and boot arguments

2014-10-29 Thread Weiß Christoph
Dear all, I am trying to get my own build of U-Boot to boot Linux on a Jetson TK1 board. As we are pushing for verified boot I am using the Flat Image Tree (unifying kernel image, device tree blob, ...) to describe my system. U-Boot can load the ITB file and tries to start the kernel but the

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

2014-10-29 Thread Wolfgang Denk
Dear Madhu, In message 23c3598d8b87452eb6a3d1f52afb8...@sg2pr01mb0394.apcprd01.prod.exchangelabs.com you wrote: We are looking for FTP client command in U-boot commands, So that, we can boot the O.S kernel-image through ftp-client(instead of tftpboot over network). It would have been

[U-Boot] [PATCH v1 2/2] ppc4xx: Handle i2c stuck on combined xfer

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc ppc4xx i2c master gets stuck on errors while repeated start is active. Can be easily reproduced by i2c md on an unpopulated i2c address. There is not stop condition given, scl remains pulled low. The only way out seems to be doing a stop manually and then a

[U-Boot] [PATCH v1 2/6] mtd: Handle 29LV800BT

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc The device id makes u-boot think that this chip needs cfi_reverse_geometry(), which is not the case. Add it to jedec_flash, so it is handled properly. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- drivers/mtd/jedec_flash.c | 51

[U-Boot] [PATCH v1 1/6] board: dlvision: Reduce memory footprint

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Tune dlvision configuration similar to other gdsys boards to reduce memory footprint. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- include/configs/dlvision.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH v1 3/6] common: Fix cmd_fpgad addressing

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Addressing was completely broken for cmd_fpgad. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- common/cmd_fpgad.c | 32 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/common/cmd_fpgad.c

[U-Boot] [PATCH v1 0/6] Update gdsys board support

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Dirk Eibach (6): board: dlvision: Reduce memory footprint mtd: Handle 29LV800BT common: Fix cmd_fpgad addressing board: dlvision-10g: Compile fix board: iocon: Fix fpga index in print_fpga_info() mpc83xx: Add gdsys hrcon board

[U-Boot] [PATCH v1 5/6] board: iocon: Fix fpga index in print_fpga_info()

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- board/gdsys/405ep/iocon.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/board/gdsys/405ep/iocon.c b/board/gdsys/405ep/iocon.c index 1bac970..fffed73 100644 ---

[U-Boot] [PATCH v1 4/6] board: dlvision-10g: Compile fix

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc --- board/gdsys/common/osd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/board/gdsys/common/osd.c b/board/gdsys/common/osd.c index 1c765e4..f26b336 100644 ---

[U-Boot] [PATCH v1 6/6] mpc83xx: Add gdsys hrcon board

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc The gdsys hrcon board is based on a Freescale MPC8308 SOC. It boots from NOR-Flash, kernel and rootfs are stored on SD-Card. On board peripherals include: - 1x GbE (optional) - Lattice ECP3 FPGA connected via eLBC and PCIe Signed-off-by: Dirk Eibach

[U-Boot] [PATCH v1 1/2] ppc4xx: Fix i2c repeated start

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Debugging some i2c trouble I saw on my scope that repeated start is not working properply. The 4xx even held clock pulled down after transfers. Having a look in the driver I realized that IIC_CNTL_RPST is set on that part of the transfer that should begin

[U-Boot] [PATCH v1 0/2] Fix some ppc4xx i2c controller issues

2014-10-29 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc Dirk Eibach (2): ppc4xx: Fix i2c repeated start ppc4xx: Handle i2c stuck on combined xfer arch/powerpc/include/asm/ppc4xx-i2c.h | 2 ++ drivers/i2c/ppc4xx_i2c.c | 30 ++ 2 files changed, 28 insertions(+), 4

Re: [U-Boot] Buildman cookbook

2014-10-29 Thread Simon Glass
Hi Wolfgang, On 27 October 2014 03:04, Wolfgang Denk w...@denx.de wrote: Hello, it would be nice if we could add a buildman cookbok with hints how to get started quickly with the most frequent use cases (or add some quickstart section to the README). There is a workflow section, setting up

Re: [U-Boot] Flat Image Tree and boot arguments

2014-10-29 Thread Jagan Teki
On 29 October 2014 19:52, Weiß Christoph christoph.we...@ait.ac.at wrote: Dear all, I am trying to get my own build of U-Boot to boot Linux on a Jetson TK1 board. As we are pushing for verified boot I am using the Flat Image Tree (unifying kernel image, device tree blob, ...) to describe my

Re: [U-Boot] Buildman cookbook

2014-10-29 Thread Dirk Eibach
BTW is it possible to define toolchains per CPU and not per architecture? I did not find anything on this in the README. Cheers Dirk ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 3/4] arm: relocate the exception vectors

2014-10-29 Thread Tom Rini
On Tue, Oct 28, 2014 at 11:16:11PM +0100, Georges Savoundararadj wrote: This commit relocates the exception vectors. As ARM1176 and ARMv7 have the security extensions, it uses VBAR. For the other ARM processors, it copies the relocated exception vectors to the correct address: 0x or

Re: [U-Boot] [PATCH v4 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-29 Thread Tom Rini
On Tue, Oct 28, 2014 at 11:16:09PM +0100, Georges Savoundararadj wrote: This commit introduces a Kconfig symbol for each ARM CPU: CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136, CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100. Also, it adds the CPU feature Kconfig symbol HAS_VBAR

Re: [U-Boot] [PATCH v4 2/4] arm: make .vectors section allocatable

2014-10-29 Thread Tom Rini
On Tue, Oct 28, 2014 at 11:16:10PM +0100, Georges Savoundararadj wrote: A regression was introduced in commit 41623c91. The consequence of that is the non-relocation of the section .vectors symbols : _undefined_instruction, _software_interrupt, _prefetch_abort, _data_abort, _not_used, _irq

Re: [U-Boot] [i2c] Pull request

2014-10-29 Thread Tom Rini
On Wed, Oct 29, 2014 at 10:43:12AM +0100, Heiko Schocher wrote: Hello Tom, please pull from u-boot-i2c.git The following changes since commit d58a9451e7339ed4cf2b2627e534611f427fb791: ppc/arm: zap EMK boards (2014-10-28 12:48:31 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH v4 4/4] arm: interrupt_init: set sp in IRQ/FIQ modes

2014-10-29 Thread Tom Rini
On Tue, Oct 28, 2014 at 11:16:12PM +0100, Georges Savoundararadj wrote: Before this commit, the stack addresses for IRQ and FIQ modes, IRQ_STACK_START and FIQ_STACK_START, were computed in interrupt_init but they were not used. This commit sets the stack pointers for IRQ and FIQ modes.

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

2014-10-29 Thread Otavio Salvador
On Wed, Oct 29, 2014 at 11:28 AM, Jeroen Hofstee jer...@myspectrum.nl wrote: On 29-10-14 14:08, Nikita Kiryanov wrote: Introduce board specific function board_preboot_os() to allow for board specific config before we boot, and use it on cm_fx6 to power off sata so that Linux will be able to

Re: [U-Boot] Buildman cookbook

2014-10-29 Thread Wolfgang Denk
Dear Simon, In message capnjgz0hbeookb9a-usbjmxh39qjfdmatf8w7dzb4qj_jfy...@mail.gmail.com you wrote: it would be nice if we could add a buildman cookbok with hints how to get started quickly with the most frequent use cases (or add some quickstart section to the README). There is a

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

2014-10-29 Thread Wolfgang Denk
Dear Tom, The following changes since commit d58a9451e7339ed4cf2b2627e534611f427fb791: ppc/arm: zap EMK boards (2014-10-28 12:48:31 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git master for you to fetch changes up to

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

2014-10-29 Thread Nikita Kiryanov
Hi Jeroen, Otavio, On 29/10/14 17:23, Otavio Salvador wrote: On Wed, Oct 29, 2014 at 11:28 AM, Jeroen Hofstee jer...@myspectrum.nl wrote: On 29-10-14 14:08, Nikita Kiryanov wrote: Introduce board specific function board_preboot_os() to allow for board specific config before we boot, and use

Re: [U-Boot] [PATCH v4 05/29] dm: spi: Add a uclass for SPI

2014-10-29 Thread Jagan Teki
Hi Stefan, On 29 October 2014 18:32, Stefan Roese s...@denx.de wrote: Hi Simon! On 14.10.2014 07:41, Simon Glass wrote: Add a uclass which provides access to SPI buses and includes operations required by SPI. For a time driver model will need to co-exist with the legacy SPI interface so

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

2014-10-29 Thread Nikita Kiryanov
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 grinb...@compulab.co.il Cc: Stefano Babic sba...@denx.de

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

2014-10-29 Thread Nikita Kiryanov
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 tr...@ti.com Cc: Jeroen Hofstee jer...@myspectrum.nl

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

2014-10-29 Thread Nikita Kiryanov
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 correctly. Signed-off-by: Nikita Kiryanov

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

2014-10-29 Thread Nikita Kiryanov
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 --- board/compulab/cm_fx6/cm_fx6.c | 2 +- 1 file changed,

[U-Boot] [PATCH V2 0/4] cm-fx6 updates

2014-10-29 Thread Nikita Kiryanov
This patchset contains a bug fix for DRAM detection, support for Phison SSD, and a new preboot hook. Cc: Igor Grinberg grinb...@compulab.co.il Cc: Stefano Babic sba...@denx.de Changes in V2: - Added board_preboot_os to bootm.h - Split common: introduce board_preboot_os hook into

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

2014-10-29 Thread Otavio Salvador
On Wed, Oct 29, 2014 at 1:56 PM, Nikita Kiryanov nik...@compulab.co.il 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

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

2014-10-29 Thread Otavio Salvador
On Wed, Oct 29, 2014 at 1:56 PM, Nikita Kiryanov nik...@compulab.co.il 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

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

2014-10-29 Thread Nikita Kiryanov
Forgot the changelog: On 29/10/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

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

2014-10-29 Thread Nikita Kiryanov
Forgot the changelog: On 29/10/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

Re: [U-Boot] [PATCH v4 05/29] dm: spi: Add a uclass for SPI

2014-10-29 Thread Stefan Roese
Hi Jagan! On 29.10.2014 16:39, Jagan Teki wrote: diff --git a/drivers/spi/spi-uclass.c b/drivers/spi/spi-uclass.c snip +int spi_post_bind(struct udevice *dev) +{ + /* Scan the bus for devices */ + return dm_scan_fdt_node(dev, gd-fdt_blob, dev-of_offset, false); +} SoCFPGA

[U-Boot] [PATCH v3 1/3] arm: odroid: pmic77686: allow buck voltage settings

2014-10-29 Thread Suriyan Ramasami
Allow to set the buck voltage for the max77686. This will be used to reset the SMC LAN9730 ethernet on the odroids. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v3: * Correct ldo and buck validation logic * Jaehoon/Przemyslaw - Use negative errno values for error

[U-Boot] [PATCH v3 2/3] arm: odroid: enable/disable usb host phy for exynos4412

2014-10-29 Thread Suriyan Ramasami
Enable/disable the usb host phy on the odroid U/X2 boards which are based on the Exynos4412 SOC. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v3: * Minkyu - do not mix cpu_is... and proid_is... Changes in v2: * Jaehoon - separate this patch out Changes in v1: * First try

[U-Boot] [PATCH v3 3/3] arm: odroid: usb: add support for usb host including ethernet

2014-10-29 Thread Suriyan Ramasami
This change adds support for enabling the USB host features of the board. This includes the USB3503A hub and the SMC LAN9730 ethernet controller as well. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v3: * removed set_usb_ethaddr() and related code as the GUID registers do

Re: [U-Boot] Flat Image Tree and boot arguments

2014-10-29 Thread Stephen Warren
On 10/29/2014 08:22 AM, Weiß Christoph wrote: Dear all, I am trying to get my own build of U-Boot to boot Linux on a Jetson TK1 board. As we are pushing for verified boot I am using the Flat Image Tree (unifying kernel image, device tree blob, ...) to describe my system. U-Boot can load the

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread Stefano Babic
Hi Dave, On 29/10/2014 14:52, DaveKucharczyk wrote: I was able to build using V=1 and noticed the entry point, CONFIG_SYS_TEXT_BASE, wasn't defined in include/configs/mx53_xxx.h file. We previously had it defined in /board/freescale/mx53_xxx/config.mk. Now everything builds without error.

[U-Boot] [PATCH 2/2][v2] board/t104xrdb: Conditional workaround of errata A-008044

2014-10-29 Thread Prabhakar Kushwaha
Workaround of Errata A-008044 was implemented without errata number and it is enabled by default. Errata A-008044 is only valid for T1040 Rev 1.0. So put errata number and make it conditional. Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Changes for v2: - updated

[U-Boot] [PATCH] arm: imx: make bmode command work with SPL/U-Boot combo

2014-10-29 Thread Nikita Kiryanov
The bmode command forces the SoC to use a specific boot device by writing its boot mode into SRC_GPR9, and notifying the SoC of the change using SRC_GPR10[28] bit: if the bit is on, bootROM uses the value in SRC_GPR9 instead of SRC_SMBR1 to determine the boot device. SPL on the other hand is

[U-Boot] [PATCH v2] zynq: Use GPLed files for SPL

2014-10-29 Thread Soren Brinkmann
The latest Xilinx tools generate ps7_init files that are explicitly available under GPL. Change the makefile to allow drop in of those files for building the SPL. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com Acked-by: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com --- This

[U-Boot] [PATCH 1/2][v2] powerpc/mpc85xx:Put errata number for T104x NAND boot issue

2014-10-29 Thread Prabhakar Kushwaha
When device is configured to load RCW from NAND flash IFC_A[16:31] are driven low after RCW loading. Hence Devices connected on IFC_CS[1:7] and using IFC_A[16:31] lines are not accessible. Workaround is already in-place. Put the errata number to adhere errata handling framework. Signed-off-by:

[U-Boot] [PATCH] MIPS: add .padding section to linker script

2014-10-29 Thread Daniel Schwierzeck
Commit 79fd7e649e287228a1445820a72f7dd33baedb96 MIPS: always keep all sections in u-boot ELF binary. Always keep all sections in u-boot ELF binary. Move all unneeded sections after _end to avoid allocating space in the final binary. Also remove .deadcode section which is now

Re: [U-Boot] Buildman cookbook

2014-10-29 Thread Daniel Schwierzeck
Hi Simon, - I work a lot with local branches, and regularly run into this: - tools/buildman/buildman -n -b tq-generic-board No section: 'make-flags' Branch 'tq-generic-board' not found or has no upstream Can we not avoid this? Or add a default to master? I think we might be

[U-Boot] [PATCH] MIPS: refactor setting of compiler options

2014-10-29 Thread Daniel Schwierzeck
Refactor and unify all compiler settings in arch/mips/config.mk. Also add tune flags for each supported CPU type. Signed-off-by: Daniel Schwierzeck daniel.schwierz...@gmail.com --- This patch depends on the patch series MIPS Kconfig updates arch/mips/config.mk| 42

  1   2   >