Re: [U-Boot] [PATCH 1/2] usb:dfu:g_dnl: Change number of exported configurations at composite gadget

2013-08-21 Thread Lukasz Majewski
On Wed, 21 Aug 2013 05:16:46 +0200 Marek Vasut ma...@denx.de wrote, Dear Egli, Samuel, Hi Lukasz, -Original Message- From: Lukasz Majewski [mailto:l.majew...@samsung.com] Sent: Montag, 19. August 2013 17:17 To: u-boot@lists.denx.de Cc: Lukasz Majewski; Heiko Schocher;

Re: [U-Boot] should print_mmc_devices() not add an extraneous blank between devices?

2013-08-21 Thread Lubomir Popov
Hi Robert, On 20/08/13 23:46, Robert P. J. Day wrote: playing on my beaglebone black and: U-Boot# mmc list OMAP SD/MMC: 0 OMAP SD/MMC: 1 -- ??? U-Boot# puzzled as to why the second line is indented, and discovered, first from cmd_mmc.c: print_mmc_devices('\n');

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-21 Thread Valentin Longchamp
On 08/20/2013 08:18 PM, Scott Wood wrote: On Tue, 2013-08-20 at 08:28 +0200, Valentin Longchamp wrote: On 08/20/2013 02:48 AM, Scott Wood wrote: On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: On 08/13/2013 11:38 PM, Scott Wood wrote: On Fri, 2013-07-26 at 12:02 +0200, Valentin

[U-Boot] [PATCH] powerpc/c29xpcie: Getting DDR SPD image from 16-bit sub-address EEPROM

2013-08-21 Thread Po Liu
Currently, there is only one EEPROM on c29xpcie board which isAT24C1024. We program the SPD data at beginning of the AT24C1024.But the AT24C1024 has a 16-bit sub-address mode. This patch is tomake it work when getting SPD in a 16-bit sub-address EEPROM. Signed-off-by: Po Liu po@freescale.com

[U-Boot] [PATCH] powerpc: add CONFIG_SECURE_BOOT condition into fsl_secure_boot.h

2013-08-21 Thread Po Liu
This patch is for board config file not to add CONFIG_SECURE_BOOT condition for include the asm/fsl_secure_boot.h. Signed-off-by: Po Liu po@freescale.com --- arch/powerpc/include/asm/fsl_secure_boot.h | 2 ++ include/configs/B4860QDS.h | 2 -- include/configs/P1010RDB.h

[U-Boot] [PATCH] powerpc:c29xpcie: make ifc timing parameter flexible

2013-08-21 Thread Po Liu
This patch re-config the NOR flash timing parameters which could make the ifc timing more flexible for NOR flash. The new parameters could fix the problem of hanging at Flash: occasionally when booting the board. Signed-off-by: Po Liu po@freescale.com --- include/configs/C29XPCIE.h | 8

[U-Boot] [PATCH] powerpc/c29xpcie: modify DDR parameter to make DDR more stable

2013-08-21 Thread Po Liu
DDR parameters clk_adjust were changed. This can make the DDR run more stable. The new value were gotten by the DDR testing tool. Signed-off-by: Po Liu po@freescale.com --- board/freescale/c29xpcie/ddr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH] powerpc/c29xpcie: DDR ECC off since hardware issue

2013-08-21 Thread Po Liu
Some boards booting up fail since the DDR ECC chip has bad impedance in current hardware, make the DDR ECC off when booting. Signed-off-by: Po Liu po@freescale.com --- include/configs/C29XPCIE.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/C29XPCIE.h

[U-Boot] [PATCH v2] usb: new board-specific USB init interface

2013-08-21 Thread Mateusz Zalega
This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Reviewed-by: Lukasz Majewski

[U-Boot] [U-boot] ENV_IS_EMBEDDED question

2013-08-21 Thread TigerLiu
Hi, experts: I tried to test ENV embedded uboot.bin feature. But it failed to compile: Undefined reference to 'environment' . This error was caused by: env_t *env_ptr = environment; (in env_flash.c) Best wishes, ___ U-Boot mailing list

[U-Boot] [PATCH v2 4/7] exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI

2013-08-21 Thread Vivek Gautam
Adding required compatible string for xHCI host controller as well as USB 3.0 PHY to enable dt support for usb 3.0 on exynos5. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Julius Werner jwer...@chromium.org Cc: Simon Glass s...@chromium.org Cc: Minkyu Kang mk7.k...@samsung.com Cc: Dan

[U-Boot] [PATCH v2 3/7] arm: exynos: Add methods to control power to USB 3.0 PHY

2013-08-21 Thread Vivek Gautam
Adding methods to turn on/off power to USB3.0 type PHY as and when required by the controller. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Julius Werner jwer...@chromium.org Cc: Simon Glass s...@chromium.org Cc: Minkyu Kang mk7.k...@samsung.com Cc: Dan Murphy dmur...@ti.com Cc: Marek

[U-Boot] [PATCH v2 0/7] USB: XHCI: Add xHCI host controller stack driver

2013-08-21 Thread Vivek Gautam
Based on 'master' branch of u-boot-usb tree. The series also includes patches to support xHCI on exynos5250, including required driver, device tree changes and a temporary config change to test things finally on smdk5250. Changes in V2: - xHCI stack side, have added provision for handling

[U-Boot] [PATCH v2 6/7] config: arm: exynos5250: Define CONFIG_SYS_CACHELINE_SIZE

2013-08-21 Thread Vivek Gautam
XHCI stack driver needs this to align buffers to CacheLine boundary. So define the same to be '64' Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Julius Werner jwer...@chromium.org Cc: Simon Glass s...@chromium.org Cc: Minkyu Kang mk7.k...@samsung.com Cc: Dan Murphy dmur...@ti.com Cc:

[U-Boot] [PATCH v2 2/7] USB: XHCI: Add xHCI host controller support for Exynos5

2013-08-21 Thread Vivek Gautam
This adds driver layer for xHCI controller in Samsung's exynos5 soc. This interacts with xHCI host controller stack. Signed-off-by: Vikas C Sajjan vikas.saj...@samsung.com Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Julius Werner jwer...@chromium.org Cc: Simon Glass s...@chromium.org

[U-Boot] [PATCH v2 7/7] temp: config: exynos5250: Enable xHCI support for Exynos5

2013-08-21 Thread Vivek Gautam
This enables support for xHCI host controller on Exynos5 and further disables EHCI support, to make sure only one host controller is enabled at a time. Signed-off-by: Vikas C Sajjan vikas.saj...@samsung.com Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Julius Werner

[U-Boot] [U-boot] fastboot command question

2013-08-21 Thread TigerLiu
Hi, experts: Why not include cmd_fastboot.c in common directory in 2013.07 release package? Because of code license? Or other reason? Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 5/7] exynos5: dts: Add device node for XHCI

2013-08-21 Thread Vivek Gautam
Adding device node for xhci host controller to enable usb 3.0 on exynos5250. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Cc: Julius Werner jwer...@chromium.org Cc: Simon Glass s...@chromium.org Cc: Minkyu Kang mk7.k...@samsung.com Cc: Dan Murphy dmur...@ti.com Cc: Marek Vasut

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-21 Thread Mateusz Zalega
On 08/21/13 05:33, Marek Vasut wrote: The EHCI supports multi-bus thing (passing the controller *), will this be viable to pass in this case too, so the busses can be inited selectively in host/gadget functions? Hello, Marek. I need more context. Could you show me the part of code in which

Re: [U-Boot] [PATCH] Add support for KSZ8895 switch

2013-08-21 Thread Christian Gmeiner
This patch adds a dump phy driver for the KSZ8895 switch from Micrel. As the SoC MAC is directly connected to switch no autonegotiation is needed as the link is always up. Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com --- drivers/net/phy/micrel.c | 31

Re: [U-Boot] [PATCH] i.MX6: nitrogen6x: force HDMI onto IPU0/DI0

2013-08-21 Thread Stefano Babic
Hi Eric, On 20/08/2013 20:44, Eric Nelson wrote: Our Linux kernel switches the HDMI connector onto IPU0/DI1, but the U-Boot display driver only supports IPU0/DI0 for the time being. Because of this, a soft re-boot will leave the HDMI output connected to the wrong display port and prevent

Re: [U-Boot] [PATCH v5] ARM: mxs: Added application UART driver

2013-08-21 Thread Stefano Babic
On 14/08/2013 23:45, Andreas Wass wrote: The driver makes it possible to use an application UART as the U-Boot output console for Freescale i.MX23/i.MX28 devices. Signed-off-by: Andreas Wass andreas.w...@dalelven.com Cc: Fabio Estevam fabio.este...@freescale.com Cc: Marek Vasut

Re: [U-Boot] [PATCH] fec_mxc: set ethaddr if fuses burned and not previously set

2013-08-21 Thread Stefano Babic
Hi Eric, On 02/08/2013 19:37, Eric Nelson wrote: Without this change, the following message is generated: Warning: FEC using MAC address from net device See doc/README.enetaddr for details. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx,

Re: [U-Boot] [ANN] v2013.10-rc1

2013-08-21 Thread Detlev Zundel
Hi Tom, I've put v2013.10-rc1 out, and I hope Detlev can get the tarball uploaded soon. Thanks a lot - the tarball is now also available. Best wishes Detlev -- Support organized crime: use Micro$oft products! -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB

[U-Boot] [PATCH RESEND v3 0/4] arm:goni: Update GONI configuration

2013-08-21 Thread Mateusz Zalega
Samsung's GONI target has been updated to support: - New GPT partition layout - USB Mass Storage Gadget - DFU support - Loading uImage from eMMC not OneNAND Arkadiusz Wlodarczyk (4): arm:goni: Update configuration for goni target arm:goni:dfu Add support for DFU at GONI target arm:goni: Add

[U-Boot] [PATCH RESEND v3 2/4] arm:goni:dfu Add support for DFU at GONI target

2013-08-21 Thread Mateusz Zalega
From: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Proper adjustment for supporting DFU at GONI target has been made. The s5p_goni.h file has been updated. Moreover the code for low level USB initialization has been added to GONI board code. The malloc pool has been enlarged in order to support

[U-Boot] [PATCH RESEND v3 1/4] arm:goni: Update configuration for goni target

2013-08-21 Thread Mateusz Zalega
From: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Configuration file for GONI has been updated to support FAT file system, new mmc partitioning scheme and read linux kernel from eMMC instead of OneNAND. Signed-off-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Kyungmin Park

[U-Boot] [PATCH RESEND v3 3/4] arm:goni: Add support for USB mass storage

2013-08-21 Thread Mateusz Zalega
From: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com This commit enables support for USB mass storage composite function. It defines platform code and enables it at config file. Signed-off-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

[U-Boot] [PATCH RESEND v3 4/4] arm:goni: Update of GONI partitioning scheme at eMMC

2013-08-21 Thread Mateusz Zalega
From: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com New partitioning scheme has been defined at GONI target. It complies with new GPT partitioning introduced previously. Default partition layout has been defined at s5p_goni.h Signed-off-by: Arkadiusz Wlodarczyk a.wlodarc...@samsung.com

[U-Boot] [PATCH v2] dfu:mmc: raw data write fix

2013-08-21 Thread Mateusz Zalega
When user attempted to perform a raw write using DFU (vide dfu_fill_entity_mmc) with MMC interface not initialized before, get_mmc_blk_size() reported invalid (zero) block size - it wasn't possible to write ie. a new u-boot image. This commit fixes that by initializing device in

Re: [U-Boot] [PATCH v2] dfu:mmc: raw data write fix

2013-08-21 Thread Mateusz Zalega
On 08/21/13 13:00, Mateusz Zalega wrote: When user attempted to perform a raw write using DFU (vide dfu_fill_entity_mmc) with MMC interface not initialized before, get_mmc_blk_size() reported invalid (zero) block size - it wasn't possible to write ie. a new u-boot image. This commit fixes

Re: [U-Boot] [PATCH] fec_mxc: set ethaddr if fuses burned and not previously set

2013-08-21 Thread Stefano Babic
Hi Eric, On 02/08/2013 19:37, Eric Nelson wrote: Without this change, the following message is generated: Warning: FEC using MAC address from net device See doc/README.enetaddr for details. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- drivers/net/fec_mxc.c | 2

[U-Boot] [U-boot] fastboot command question

2013-08-21 Thread TigerLiu
Hi, experts: Why not include cmd_fastboot.c in common directory in 2013.07 release package? Because of code license? Or other reason? Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] exynos: ehci: added missing 'packed' attribute

2013-08-21 Thread Mateusz Zalega
Structure exynos_usb_phy lacked __attribute__ ((packed)), which might have led to broken EHCI functionality in builds based on more recent compilers. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc:

[U-Boot] [PATCH v2] exynos: ehci: added missing 'packed' attribute

2013-08-21 Thread Mateusz Zalega
Structure exynos_usb_phy lacked __attribute__ ((packed)), which might have led to broken EHCI functionality in builds based on more recent compilers. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc:

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-21 Thread Marek Vasut
Dear Mateusz Zalega, On 08/21/13 05:33, Marek Vasut wrote: The EHCI supports multi-bus thing (passing the controller *), will this be viable to pass in this case too, so the busses can be inited selectively in host/gadget functions? Hello, Marek. I need more context. Could you show me

Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and zero gd_t

2013-08-21 Thread FengHua
-原始邮件- 发件人: Simon Glass s...@chromium.org 发送时间: 2013年8月21日 星期三 收件人: FengHua feng...@phytium.com.cn 抄送: U-Boot Mailing List u-boot@lists.denx.de, tr...@ti.com tr...@ti.com 主题: Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and zero gd_t Hi David, On Tue,

Re: [U-Boot] [PATCH] fec_mxc: set ethaddr if fuses burned and not previously set

2013-08-21 Thread Eric Nelson
On 08/21/2013 04:19 AM, Stefano Babic wrote: Hi Eric, On 02/08/2013 19:37, Eric Nelson wrote: Without this change, the following message is generated: Warning: FEC using MAC address from net device See doc/README.enetaddr for details. Signed-off-by: Eric Nelson

Re: [U-Boot] Pull request : u-boot-mpc85xx

2013-08-21 Thread Tom Rini
On Tue, Aug 20, 2013 at 12:46:20PM -0700, York Sun wrote: Tom, The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2: SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19 18:05:19 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH 03/12] omap5: Expand CONFIG_SPL_MAX_SIZE and comment upon SRAM_SCRATCH_SPACE_ADDR

2013-08-21 Thread Tom Rini
On Wed, Aug 21, 2013 at 10:52:26AM +0530, Sricharan R wrote: Hi Tom, On Tuesday 20 August 2013 06:23 PM, Tom Rini wrote: After examining both TRMs and doing some experimentation, we can rely on using the start of the download area for CONFIG_SPL_TEXT_BASE and then move

Re: [U-Boot] [PATCH v4] Add Nanobone board support

2013-08-21 Thread Mark Jackson
On 14/08/13 10:24, Mark Jackson wrote: NanoBone Specification: --- CPU: TI AM335x Memory: 256MB DDR3 64MB NOR flash 256MB NAND flash 128KB FRAM Ethernet: 2 x 10/100 connected to SMSC LAN8710 PHY USB: 1 x USB2.0 Type A I2C: 2Kbit EEPROM

Re: [U-Boot] [PATCH v4] Add Nanobone board support

2013-08-21 Thread Tom Rini
On Wed, Aug 21, 2013 at 03:20:57PM +0100, Mark Jackson wrote: On 14/08/13 10:24, Mark Jackson wrote: NanoBone Specification: --- CPU: TI AM335x Memory: 256MB DDR3 64MB NOR flash 256MB NAND flash 128KB FRAM Ethernet: 2 x 10/100 connected

Re: [U-Boot] [PATCH 1/4] gpio: atmel: fix code to use pointer for pio port

2013-08-21 Thread Andreas Bießmann
Hi Bo, On 08/13/2013 08:38 AM, Bo Shen wrote: fix code to use pointer for pio port as the warning message suggested remove the warning message Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/gpio/at91_gpio.c | 232 ++ 1 file changed,

Re: [U-Boot] [PATCH 3/4] gpio: atmel: add gpio common API support

2013-08-21 Thread Andreas Bießmann
On 08/13/2013 08:38 AM, Bo Shen wrote: add gpio common API support for gpio command Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/gpio/at91_gpio.c | 43 +++ 1 file changed, 43 insertions(+) diff --git a/drivers/gpio/at91_gpio.c

Re: [U-Boot] [PATCH 2/4] gpio: atmel: remove the at91_pio definition

2013-08-21 Thread Andreas Bießmann
On 08/13/2013 08:38 AM, Bo Shen wrote: the at91_pio definition is no longer needed, so remove it Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/include/asm/arch-at91/at91_pio.h | 15 --- 1 file changed, 15 deletions(-) diff --git

Re: [U-Boot] [PATCH 4/4] gpio: atmel: add copyright and remove error header info

2013-08-21 Thread Andreas Bießmann
Hi Bo, Jens, On 08/13/2013 08:38 AM, Bo Shen wrote: Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/gpio/at91_gpio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c index 3de0844..72161dc 100644 ---

Re: [U-Boot] [PATCH V2] arm: atmel: cpux9k2: board update and enhancement

2013-08-21 Thread Andreas Bießmann
Hi Jens, On 08/19/2013 11:55 AM, Jens Scharsig (BuS Elektronik) wrote: From: Jens Scharsig (BuS Elektronik) e...@bus-elektronik.de - remove jffs2 support, board doesn't use this anymore - add ubifs support - change sizes and start for partitions Signed-off-by: Jens Scharsig (BuS

[U-Boot] confused about set/test of EMMC_BOOT-related config settings

2013-08-21 Thread Robert P. J. Day
perusing cmd_mmc.c, ran across test for CONFIG_SUPPORT_EMMC_BOOT with which i was unfamiliar so i did a grep to see where it was having an effect and got this: $ grep -r EMMC_BOOT * arch/arm/cpu/armv7/exynos/spl_boot.c:#ifdef CONFIG_SUPPORT_EMMC_BOOT arch/arm/cpu/armv7/exynos/spl_boot.c:#ifdef

[U-Boot] [PATCH] Fix some obvious typoes across multiple subsystems.

2013-08-21 Thread Robert P. J. Day
Typoes fixed: partion - partition retrive, retreive - retrieve th - to Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- just my pedantic nature getting the best of me, not sure if folks preferred i submit these on a per-subsystem basis and CC all relevant maintainers. if so,

Re: [U-Boot] [PATCH V2 3/4] ARM: AM33xx: Move s_init to a common place

2013-08-21 Thread Mark Jackson
On 30/07/13 08:34, Heiko Schocher wrote: Hello Lokesh, Am 30.07.2013 07:18, schrieb Lokesh Vutla: From: Heiko Schocherh...@denx.de s_init has the same outline for all the AM33xx based board. So making it generic. This also helps in addition of new Soc with minimal changes. There's a new

Re: [U-Boot] Pull request : u-boot-mpc85xx

2013-08-21 Thread York Sun
On 08/21/2013 06:40 AM, Tom Rini wrote: I see problems with: P1021RDB-PC_NAND BSC9132QDS_NAND_DDRCLK133 P1025RDB_NAND BSC9131RDB_NAND_SYSCLK100 P1022DS_SDCARD P1010RDB_NAND MPC8313ERDB_NAND_33 P1020RDB-PD_NAND BSC9131RDB_NAND P1022DS_36BIT_SDCARD P1022DS_36BIT_NAND P1022DS_36BIT_SPIFLASH

Re: [U-Boot] [PATCH v2 3/4] ARM: use r9 for gd

2013-08-21 Thread Jeroen Hofstee
Hello Simon, On 08/19/2013 07:32 PM, Jeroen Hofstee wrote: On 08/19/2013 05:08 AM, Simon Glass wrote: On Sat, Aug 17, 2013 at 3:40 AM, Jeroen Hofstee jer...@myspectrum.nl wrote: This patch assumes only crt0.S sets the register used for gd in asm. I just noticed cpu/armv7/lowlevel_init.S

Re: [U-Boot] [PATCH 4/4] gpio: atmel: add copyright and remove error header info

2013-08-21 Thread Jens Scharsig
Am 2013-08-13 07:38, schrieb Bo Shen: Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/gpio/at91_gpio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c index 3de0844..72161dc 100644 ---

Re: [U-Boot] [PATCH 4/4] gpio: atmel: add copyright and remove error header info

2013-08-21 Thread Jens Scharsig
Am 2013-08-21 16:17, schrieb Andreas Bießmann: Hi Bo, Jens, On 08/13/2013 08:38 AM, Bo Shen wrote: Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/gpio/at91_gpio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/at91_gpio.c

Re: [U-Boot] [PATCH V2 3/4] ARM: AM33xx: Move s_init to a common place

2013-08-21 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/21/2013 11:51 AM, Mark Jackson wrote: On 30/07/13 08:34, Heiko Schocher wrote: Hello Lokesh, Am 30.07.2013 07:18, schrieb Lokesh Vutla: From: Heiko Schocherh...@denx.de s_init has the same outline for all the AM33xx based board. So

Re: [U-Boot] [PATCH v2] exynos: ehci: added missing 'packed' attribute

2013-08-21 Thread Mateusz Zalega
On 08/21/13 13:58, Mateusz Zalega wrote: Structure exynos_usb_phy lacked __attribute__ ((packed)), which might have led to broken EHCI functionality in builds based on more recent compilers. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Signed-off-by: Kyungmin Park

[U-Boot] [PATCH] Makefile: Fix build in a separated directory tree

2013-08-21 Thread York Sun
Fix a bug introduced by commit 3aa29dee TPL : introduce the TPL based on the SPL Signed-off-by: York Sun york...@freescale.com CC: Ying Zhang ying.zh...@freescale.com --- Tested MAKEALL with BUILD_NBUILDS=5 Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[U-Boot] Authenticated boot

2013-08-21 Thread Kees-Jan Hermans
Hello, The last reference I could find about it, is an email from dec.17 2012, but I'd like to re-ignite the discussion. Also, I'm new here - forgive me if I'm asking stupid questions. I'd like to implement a form of authenticated boot into u-boot. That is, I need it myself for a device

[U-Boot] OMAP 4 Duovero change console UART port

2013-08-21 Thread Daniel Malmquist
Hi! I'm new to u-boot and i'm trying to figure out how to compile a version which uses UART 4 on the omap4 instead of UART 3. I've been digging through the mailing list archive without finding anything to help me. From what i understand the pins are muxed correctly by default in

[U-Boot] Pull request: u-boot-mpc85xx

2013-08-21 Thread York Sun
Tom, The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2: SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19 18:05:19 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to

[U-Boot] [PATCH] Always build u-boot.img when using CONFIG_SPL_FRAMEWORK

2013-08-21 Thread Henrik Nordström
From 015f65db8c6c01fe527f2f88af255ecdb5e2c58d Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom hen...@henriknordstrom.net Date: Wed, 21 Aug 2013 21:20:47 +0200 Subject: [PATCH] Always build u-boot.img when using CONFIG_SPL_FRAMEWORK Use of uImage formatted u-boot binary have long been preferred,

Re: [U-Boot] Does u-boot support S3C24xx nand ecc?

2013-08-21 Thread Scott Wood
On Sat, 2013-08-17 at 16:59 +0800, Woody Wu wrote: Hi, Does anyone know if u-boot (version 2009.11) already contains supports to the hardware ECC for NAND in S3C24xx (Specifically S3C2416) SoC? Thanks in advance. I'm not familiar with these chips, but I do see hwecc code in

Re: [U-Boot] [PATCH v3 17/21] arm: Implement the 'fake' go command

2013-08-21 Thread Simon Glass
Hi Vb, On Wed, Aug 21, 2013 at 3:59 PM, v...@vsbe.com wrote: On Wed, Jun 19, 2013 at 9:15 PM, Simon Glass s...@chromium.org wrote: Implement this feature on ARM for tracing. It would be nice to have generic bootm support so that it is easily implemented on any arch. Signed-off-by: Simon

Re: [U-Boot] [PATCH v1 8/8] mpc85xx: introduce the kmp204x reference design support

2013-08-21 Thread Scott Wood
On Wed, 2013-08-21 at 08:36 +0200, Valentin Longchamp wrote: On 08/20/2013 08:18 PM, Scott Wood wrote: On Tue, 2013-08-20 at 08:28 +0200, Valentin Longchamp wrote: On 08/20/2013 02:48 AM, Scott Wood wrote: On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote: On 08/13/2013 11:38

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-21 Thread York Sun
On 05/20/2013 10:25 AM, Marek Vasut wrote: Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache. In case the user wants to use ccache, exporting CCACHE=ccache will do the trick. It is of course possible to either make the cross-compiler name into a shellscript which invokes

Re: [U-Boot] [PATCH v2 3/4] ARM: use r9 for gd

2013-08-21 Thread Simon Glass
Hi Jeroen, On Wed, Aug 21, 2013 at 10:22 AM, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Simon, On 08/19/2013 07:32 PM, Jeroen Hofstee wrote: On 08/19/2013 05:08 AM, Simon Glass wrote: On Sat, Aug 17, 2013 at 3:40 AM, Jeroen Hofstee jer...@myspectrum.nl wrote: This patch assumes

Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and zero gd_t

2013-08-21 Thread Scott Wood
On Tue, 2013-08-20 at 23:27 -0600, Simon Glass wrote: Hi David, On Tue, Aug 20, 2013 at 4:48 AM, feng...@phytium.com.cn wrote: diff --git a/common/board_r.c b/common/board_r.c index 86ca1cb..1b4bdd2 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -157,6 +157,13 @@ static int

Re: [U-Boot] [U-boot] fastboot command question

2013-08-21 Thread Eric Nelson
On 08/21/2013 04:30 AM, tiger...@viatech.com.cn wrote: Hi, experts: Why not include cmd_fastboot.c in common directory in 2013.07 release package? Because of code license? Or other reason? Hi Tiger, You bring up a question we're interested in as well. It looks to me as if this died

Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and zero gd_t

2013-08-21 Thread FengHua
-原始邮件- 发件人: Scott Wood scottw...@freescale.com 发送时间: 2013年8月22日 星期四 收件人: Simon Glass s...@chromium.org 抄送: FengHua feng...@phytium.com.cn, tr...@ti.com tr...@ti.com, U-Boot Mailing List u-boot@lists.denx.de 主题: Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and

[U-Boot] [PATCH v3] spi: Add support SH Quad SPI driver

2013-08-21 Thread Nobuhiro Iwamatsu
This patch adds a driver for Renesas SoC's Quad SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- v3: Change Queued to Quad. Remove path of file from

[U-Boot] [PATCH 6/6] sh: boards: Change clock definition of SCIF and TMU

2013-08-21 Thread Nobuhiro Iwamatsu
This changes clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ, and clock definition of TMU from CONFIG_SYS_CLK_FREQ to CONFIG_SH_TMU_CLK_FREQ for boards. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/MigoR.h | 2 ++

[U-Boot] [PATCH 2/6] sh: timer: Remove static global variable

2013-08-21 Thread Nobuhiro Iwamatsu
static u16 bit is not necessary to use this as static global variable. This patch fixes this. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/lib/time.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/sh/lib/time.c

[U-Boot] [PATCH 5/6] serial: sh: Change The definition of clock of SCIF

2013-08-21 Thread Nobuhiro Iwamatsu
The former SH/SCIF driver had calculated baudrate based on CONFIG_SYS_CLK_FREQ. The newest SH/SCIF needs calculation of the clock for SCIF. This patch defines clock CONFIG_SH_SCIF_CLK_FREQ for SCIF and changes it to CONFIG_SH_SCIF_CLK_FREQ from CONFIG_SYS_CLK_FREQ. Signed-off-by: Nobuhiro

[U-Boot] [PATCH 3/6] sh: cache: Change cache API to defines as U-Boot

2013-08-21 Thread Nobuhiro Iwamatsu
A chache API of SH is developped by reference in linux kernel. And API was the same as the linux kernel. This patch change cache API to defines as U-Boot. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/cpu/sh4/cache.c | 4 ++-- arch/sh/cpu/sh4/cpu.c | 2

[U-Boot] [PATCH 1/6] sh: timer: Mask bit of timer prescaler

2013-08-21 Thread Nobuhiro Iwamatsu
timer_init function sets timer prescaler bit. The previous code so did not mask this bit, this function was to overwrite the bit. This will fix this problem. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/lib/time.c | 4 +++- 1 file changed, 3 insertions(+), 1

[U-Boot] [PATCH 4/6] sh: timer: Change The definition of clock of TMU

2013-08-21 Thread Nobuhiro Iwamatsu
The former SH/TMU driver had calculated timer based on CONFIG_SYS_CLK_FREQ. The newest SH/TMU newly needs calculation of the clock for TMU. This patch defines clock CONFIG_SH_TMU_CLK_FREQ for TMU and changes it to CONFIG_SH_TMU_CLK_FREQ from CONFIG_SYS_CLK_FREQ. Signed-off-by: Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH 1/4] gpio: atmel: fix code to use pointer for pio port

2013-08-21 Thread Bo Shen
Hi Andreas, On 8/21/2013 23:08, Andreas Bießmann wrote: Hi Bo, On 08/13/2013 08:38 AM, Bo Shen wrote: fix code to use pointer for pio port as the warning message suggested remove the warning message Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/gpio/at91_gpio.c | 232

Re: [U-Boot] [PATCH 3/4] gpio: atmel: add gpio common API support

2013-08-21 Thread Bo Shen
Hi Andreas, On 8/21/2013 23:14, Andreas Bießmann wrote: On 08/13/2013 08:38 AM, Bo Shen wrote: add gpio common API support for gpio command Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/gpio/at91_gpio.c | 43 +++ 1 file changed, 43

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-21 Thread Marek Vasut
Dear York Sun, On 05/20/2013 10:25 AM, Marek Vasut wrote: Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache. In case the user wants to use ccache, exporting CCACHE=ccache will do the trick. It is of course possible to either make the cross-compiler name into a

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-21 Thread sun york-R58495
On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote: Dear York Sun, On 05/20/2013 10:25 AM, Marek Vasut wrote: Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache. In case the user wants to use ccache, exporting CCACHE=ccache will do the trick. It is of course possible to

[U-Boot] [PATCH 1/2] arm: rmobile: kzm9g: Change clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ

2013-08-21 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/kzm9g.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 222725c..6323050 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -125,6

[U-Boot] [PATCH 2/2] arm: rmobile: armadillo-800eva: Change clock definition of SCIF and TMU

2013-08-21 Thread Nobuhiro Iwamatsu
This changes clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ, and clock definition of TMU from CONFIG_SYS_CLK_FREQ to CONFIG_SH_TMU_CLK_FREQ, Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/armadillo-800eva.h | 2 ++ 1 file

[U-Boot] [PATCH 2/4] net: sh-eth: Add control for padding size of packet descriptor

2013-08-21 Thread Nobuhiro Iwamatsu
sh-eth can change the alignment size of a packet descriptor according to BUS size. This patch adds this function. Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 13 -

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

2013-08-21 Thread Nobuhiro Iwamatsu
R8A7790 has the same sh-ether IP core as other SH/rmobile. This patch adds support of R8A7790. Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 5 - drivers/net/sh_eth.h | 7 +++ 2

[U-Boot] [PATCH 3/4] net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)

2013-08-21 Thread Nobuhiro Iwamatsu
The sh-eth of rmobile needs to use invalidate_cache* function. This patch adds invalidate_cache* function. Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 31

[U-Boot] [PATCH 1/4] net: sh-eth: Change cache API of SH

2013-08-21 Thread Nobuhiro Iwamatsu
The cache API of SH was changed from dcache_wback_range to flush_dcache_range. sh-eth uses dcache_wback_range. This patch changes to flush_dcache_range. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 3 ++- 1 file changed, 2 insertions(+), 1

[U-Boot] [PATCH 1/3] serial: sh: Add support R8A7790

2013-08-21 Thread Nobuhiro Iwamatsu
This adds the preset value to register, and setup of baudrate. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/serial/serial_sh.c | 1 + drivers/serial/serial_sh.h | 13 + 2 files changed, 14

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-21 Thread Marek Vasut
Dear sun york-R58495, On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote: Dear York Sun, On 05/20/2013 10:25 AM, Marek Vasut wrote: Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache. In case the user wants to use ccache, exporting CCACHE=ccache will do the trick. It

Re: [U-Boot] [U-boot] fastboot command question

2013-08-21 Thread Marek Vasut
Dear Eric Nelson, Adding Wolfgang and Tom to CC. On 08/21/2013 04:30 AM, tiger...@viatech.com.cn wrote: Hi, experts: Why not include cmd_fastboot.c in common directory in 2013.07 release package? Because of code license? Or other reason? Hi Tiger, You bring up a

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-21 Thread sun york-R58495
On Aug 21, 2013, at 10:02 PM, Marek Vasut wrote: Dear sun york-R58495, On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote: Dear York Sun, On 05/20/2013 10:25 AM, Marek Vasut wrote: Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache. In case the user wants to use ccache,

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-21 Thread sun york-R58495
On Aug 21, 2013, at 10:45 PM, sun york-R58495 wrote: On Aug 21, 2013, at 10:02 PM, Marek Vasut wrote: Dear sun york-R58495, On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote: Dear York Sun, On 05/20/2013 10:25 AM, Marek Vasut wrote: Prefix HOSTCC and CC with CCACHE variable to allow