Re: [U-Boot] [PATCH 2/6 V5] EXYNOS: Add clock for SPI.

2012-10-17 Thread Hatim Rv
Dear Minkyu Kang, On Wed, Oct 17, 2012 at 10:55 AM, Minkyu Kang proms...@gmail.com wrote: Dear Hatim, On 17 October 2012 14:21, Hatim Rv rv.hatim...@gmail.com wrote: diff --git a/arch/arm/include/asm/arch-exynos/clk.h b/arch/arm/include/asm/arch-exynos/clk.h index 5529025..4e51402 100644

Re: [U-Boot] [PATCH 3/3] am33xx: Add SPI SPL as an option

2012-10-17 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Tom Add the required config.mk logic for this SoC as well as the BOOT_DEVICE Tom define. Finally, enable the options on the am335x_evm. Tom Signed-off-by: Tom Rini tr...@ti.com Tom --- Tom arch/arm/cpu/armv7/am33xx/config.mk|1 + Tom

Re: [U-Boot] [PATCH 1/3] omap3_spi: Undo CONFIG_AM33XX D0/D1 change

2012-10-17 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Tom At some point the am335x evm hardware was updated to previosly Tom used in all other designs layout, so remove the now incorrect Tom code. Could we please just put it under a different symbol, E.G. CONFIG_OMAP3_SPI_SWAPPED? The board I'm working on

Re: [U-Boot] [PATCH 7/9 V2] EXYNOS: Add I2S base address

2012-10-17 Thread Chander Kashyap
Hi, On 22 August 2012 12:14, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds base address for I2S Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Chander Kashyap chander.kash...@gmail.com -- with warm regards, Chander Kashyap

Re: [U-Boot] [PATCH 2/6 V5] EXYNOS: Add clock for SPI.

2012-10-17 Thread Minkyu Kang
Dear Hatim, On 17 October 2012 15:26, Hatim Rv rv.hatim...@gmail.com wrote: Dear Minkyu Kang, On Wed, Oct 17, 2012 at 10:55 AM, Minkyu Kang proms...@gmail.com wrote: Dear Hatim, On 17 October 2012 14:21, Hatim Rv rv.hatim...@gmail.com wrote: diff --git

Re: [U-Boot] [PATCH 9/9 V2] SMDK5250: Enable Sound

2012-10-17 Thread Chander Kashyap
On 22 August 2012 12:14, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch enables sound support for EXYNOS5 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Acked-by: Chander Kashyap chander.kash...@linaro.org -- with warm regards, Chander Kashyap

Re: [U-Boot] [PATCH 8/9 V2] EXYNOS: Add clock for I2S

2012-10-17 Thread Chander Kashyap
On 22 August 2012 12:14, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds clock support for I2S Signed-off-by: R. Chandrasekar rcse...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - None arch/arm/cpu/armv7/exynos/clock.c

Re: [U-Boot] [PATCH 02/14] avr32: Change bi_baudrate and global data baudrate to int

2012-10-17 Thread Andreas Bießmann
On 13.10.2012 02:21, Simon Glass wrote: These don't need to be longs, so change them. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/avr32/include/asm/global_data.h |2 +- arch/avr32/include/asm/u-boot.h |2 +-

Re: [U-Boot] [PATCH 5/6 V6] EXYNOS5: Enable SPI

2012-10-17 Thread Minkyu Kang
Dear Hatim, On 17 October 2012 13:58, Hatim Ali hatim...@samsung.com wrote: From: Rajeshwari Shinde rajeshwar...@samsung.com This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Signed-off-by: Hatim Ali hatim...@samsung.com --- Changes since

Re: [U-Boot] [PATCH 8/9 V2] EXYNOS: Add clock for I2S

2012-10-17 Thread Minkyu Kang
On 22 August 2012 15:44, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds clock support for I2S Signed-off-by: R. Chandrasekar rcse...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes in V2: - None arch/arm/cpu/armv7/exynos/clock.c

Re: [U-Boot] [STATUS] v2012.10 released, Merge Window is OPEN

2012-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ2G27dcO9MqaDoCM=qeboye-3lzbtgknuu4tvswk+d...@mail.gmail.com you wrote: Since you ask, Google, Inc (chromium.org). Can this be made global? At the moment we have special entries for Anton Staaf and for you. Is all of chromium owned by google?

Re: [U-Boot] [STATUS] v2012.10 released, Merge Window is OPEN

2012-10-17 Thread Wolfgang Denk
Dear Rob Herring, In message 507d7212.3090...@gmail.com you wrote: Any others? calxeda.com - Calxeda Appled, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

Re: [U-Boot] USB Host driver for ISP1362?

2012-10-17 Thread Wolfgang Denk
Dear Steve Strobel, In message cagrmwbyvjxrfcp2v-knynndt+utsaqvrgelqxrnvez+ysyt...@mail.gmail.com you wrote: Thanks for the reply. Host mode is all I need, so that is OK. But I think I must still be missing something. I grepped the entire U-Boot tree searching for CONFIG_ISP1362_USB,

Re: [U-Boot] [PATCH v2 1/3] mmc: at91: add multi block read/write support.

2012-10-17 Thread Andreas Bießmann
Dear Josh Wu, On 14.09.2012 10:22, Josh Wu wrote: Since the at91sam9263, the mmc hardware support multi blocks read/write. So this driver enable it. Signed-off-by: Josh Wu josh...@atmel.com --- since v1: use MMCI_BF macro and remove the redefinition for the BLKLEN according to

Re: [U-Boot] [PATCH v2 2/3] ARM: at91sam9x5: enable MCI0 support for 9x5ek board.

2012-10-17 Thread Andreas Bießmann
Dear Josh Wu, On 14.09.2012 10:22, Josh Wu wrote: Signed-off-by: Josh Wu josh...@atmel.com --- since v1: move the clock initialization function. remove useless #if macro block. arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 15 +++

Re: [U-Boot] [PATCH v2 3/3] mmc: at91: use max timeout value. It will avoid some situation that timeout happened.

2012-10-17 Thread Andreas Bießmann
Dear Josh Wu, On 14.09.2012 10:22, Josh Wu wrote: Signed-off-by: Josh Wu josh...@atmel.com --- since v1: seperate it as one patch from v1. drivers/mmc/gen_atmel_mci.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) applied to u-boot-atmel/master, thanks! Best regards

[U-Boot] [PATCH] common/cmd_ext_common: measure throughput

2012-10-17 Thread Andreas Bießmann
This patch adds time measurement and throughput calculation for the ext2load and ext4load commands. The output of ext2load changes from ---8--- Loading file /boot/uImage from mmc device 0:1 1830666 bytes read ---8--- to ---8--- Loading file /boot/uImage from mmc device 0:1 1830666 bytes read

[U-Boot] [PATCH] avr32: allow multi block mmc access for all boards

2012-10-17 Thread Andreas Bießmann
Commit 1db7377a70a8d931c32648e717695133120d5456 fixes the gen_atmel_mci driver to be able to use multi block access for avr32. Therefore remove the setting which forces single block access. This also adds a huge performace gain for mmc access: ---8--- Loading file /boot/uImage from mmc device 0:1

Re: [U-Boot] [PATCH] common/cmd_ext_common: measure throughput

2012-10-17 Thread Wolfgang Denk
Dear Andreas Bießmann, In message 1350467910-2014-1-git-send-email-andreas.de...@googlemail.com you wrote: This patch adds time measurement and throughput calculation for the ext2load and ext4load commands. ... + unsigned long time_start; ... + time_start = get_timer(0); if

Re: [U-Boot] [PATCH] common/cmd_ext_common: measure throughput

2012-10-17 Thread Andreas Bießmann
Dear Wolfgang Denk, On 17.10.2012 12:05, Wolfgang Denk wrote: Dear Andreas Bießmann, In message 1350467910-2014-1-git-send-email-andreas.de...@googlemail.com you wrote: This patch adds time measurement and throughput calculation for the ext2load and ext4load commands. ... +

Re: [U-Boot] [PATCH v3 13/18] lcd: Add support for flushing LCD fb from dcache after update

2012-10-17 Thread Lukasz Majewski
Hi Simon, Hi, On Thu, Aug 9, 2012 at 12:43 AM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Simon, This provides an option for the LCD to flush the dcache after each update (puts, scroll or clear). Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Put

[U-Boot] [PATCH 1/6 V4] common: Add symbol handling for generic lists into Makefile

2012-10-17 Thread Marek Vasut
This patch adds essential components for generation of the contents of the linker section that is used by the linker-generated array. All of the contents is held in a separate file, u-boot.lst, which is generated at runtime just before U-Boot is linked. The purpose of this code is to especially

Re: [U-Boot] [PATCH 1/3] omap3_spi: Undo CONFIG_AM33XX D0/D1 change

2012-10-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/17/12 00:05, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom At some point the am335x evm hardware was updated to previosly Tom used in all other designs layout, so remove the now incorrect Tom code. Could we please just

Re: [U-Boot] nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

2012-10-17 Thread Tom Rini
On Tue, Apr 17, 2012 at 04:41:14PM -, Nobuhiro Iwamatsu wrote: With almost all the architecture and board BOARD_LATE_INIT does not use. CONFIG_BOARD_LATE_INIT is used instead. This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT. Signed-off-by: Nobuhiro Iwamatsu

Re: [U-Boot] mpc82xx: Remove BMW board port

2012-10-17 Thread Tom Rini
On Wed, Sep 19, 2012 at 03:18:53AM -, Stefan Roese wrote: As the board seems to be unmaintained for some time, lets remove the support in mainline completely. Signed-off-by: Stefan Roese s...@denx.de Cc: Marek Vasut marek.va...@gmail.com Cc: James F. Dougherty j...@broadcom.com Cc:

Re: [U-Boot] [U-Boot,1/6] serial: Implement default_serial_puts()

2012-10-17 Thread Tom Rini
On Sat, Oct 06, 2012 at 02:07:01PM -, Marek Vasut wrote: U-Boot contains a lot of duplicit implementations of serial_puts() call which just pipes single characters into the port in loop. Implement function that does this behavior into common code, so others can make easy use of it.

Re: [U-Boot] disk: get_device_and_partition() return value fixes

2012-10-17 Thread Tom Rini
On Mon, Oct 08, 2012 at 07:45:54AM -, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com When no valid partitions are found, guarantee that we return -1. This most likely already happens, since the most recent get_partition_info() will have returned an error. However, it's

Re: [U-Boot] [U-Boot, V2, 1/9] disk: part_efi: remove indent level from loop

2012-10-17 Thread Tom Rini
On Mon, Oct 08, 2012 at 08:14:32AM -, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Simplify the partition printing loop in print_part_efi() to bail out early when the first invalid partition is found, rather than indenting the whole body of the loop. This simplifies

Re: [U-Boot] [U-Boot,01/10] remove CONFIG_SC3 from cmd_ide.c

2012-10-17 Thread Tom Rini
On Sun, Oct 07, 2012 at 05:56:05AM -, Pavel Herrmann wrote: There is no difference in codepath with CONFIG_SC3 enabled, so just remove it Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com This, and the rest of the series (with v2 for 2, 4, 7 and 8) has been applied to u-boot/master,

Re: [U-Boot] [U-Boot, V2] fs: fat: Fix mkcksum() function parameters

2012-10-17 Thread Tom Rini
On Tue, Oct 09, 2012 at 07:20:22AM -, Marek Vasut wrote: The mkcksum() function now takes one parameter, the pointer to 11-byte wide character array, which it then operates on. Currently, the function is wrongly passed (dir_entry)-name, which is only 8-byte wide character array. Though

Re: [U-Boot] [PATCH 3/3] am33xx: Add SPI SPL as an option

2012-10-17 Thread Tom Rini
On Wed, Oct 17, 2012 at 08:47:57AM +0200, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom Add the required config.mk logic for this SoC as well as the BOOT_DEVICE Tom define. Finally, enable the options on the am335x_evm. Tom Signed-off-by: Tom Rini tr...@ti.com Tom

Re: [U-Boot] [PATCH v3 13/18] lcd: Add support for flushing LCD fb from dcache after update

2012-10-17 Thread Eric Nelson
On 10/17/2012 03:38 AM, Lukasz Majewski wrote: Hi Simon, Hi, On Thu, Aug 9, 2012 at 12:43 AM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Simon, This provides an option for the LCD to flush the dcache after each update (puts, scroll or clear). Signed-off-by: Simon

Re: [U-Boot] [PATCH v2] USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDY

2012-10-17 Thread Tom Rini
On Thu, Sep 13, 2012 at 12:38:16PM -0700, Tom Rini wrote: From: Pankaj Bharadiya pankaj.bharad...@ti.com The endpoint rx count register value will be zero if it is read before receive packet ready bit (PERI_RXCSR:RXPKTRDY) is set. Check for the receive packet ready bit

Re: [U-Boot] [PATCH] am33xx: Enable DDR3 for DDR3 version of beaglebone

2012-10-17 Thread Tom Rini
On Tue, Sep 25, 2012 at 12:49:47PM -0400, Joel A Fernandes wrote: DDR3 support is tested and working with beaglebone hardware. Include a check for this board type and configure DDR3. The timings and other configuration match EVM SK. Signed-off-by: Joel A Fernandes joelag...@ti.com Applied

Re: [U-Boot] [PATCH] configs: Fix usage of mmc rescan

2012-10-17 Thread Tom Rini
On Mon, Oct 01, 2012 at 11:06:52AM -0400, Andrew Bradford wrote: Fix usage of 'mmc rescan' by many configs. Proper use is 'mmc dev ${mmcdev}; mmc rescan' to set the mmc device and then rescan the device. 'mmc rescan' itself does not take any arguments. Signed-off-by: Andrew Bradford

Re: [U-Boot] [PATCH 1/2] cm-t35: clean unused defines from config

2012-10-17 Thread Tom Rini
On Sun, Oct 07, 2012 at 01:17:34PM +0200, Igor Grinberg wrote: Neither cm-t35, nor cm-t3730 is using OneNAND or flash. Remove the related defines from config file. Signed-off-by: Igor Grinberg grinb...@compulab.co.il Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [PATCH 1/5] am33xx: move ti i2c baseboard header handling to board/ti/am335x/evm.{c, h}

2012-10-17 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Tom I'd like to see it as board/ti/am33xx/board.[ch] but other than that I Tom can see where you're coming from. Ok, fine - Will use board.{c,h} in next version. Tom Can you post a WIP version of your s_init / board_init? I'd like Tom to see what

Re: [U-Boot] [PATCH 1/5] am33xx: move ti i2c baseboard header handling to board/ti/am335x/evm.{c, h}

2012-10-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/17/12 08:46, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom I'd like to see it as board/ti/am33xx/board.[ch] but other than that I Tom can see where you're coming from. Ok, fine - Will use board.{c,h} in next version.

Re: [U-Boot] [U-Boot, V2, 1/9] disk: part_efi: remove indent level from loop

2012-10-17 Thread Stephen Warren
On 10/17/2012 09:01 AM, Tom Rini wrote: On Mon, Oct 08, 2012 at 08:14:32AM -, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Simplify the partition printing loop in print_part_efi() to bail out early when the first invalid partition is found, rather than indenting the

[U-Boot] [PATCH v3 5/6] ARM: Add SPL target to arm1136

2012-10-17 Thread Stefano Babic
The patch adds SPL for the arm1136 architecture and inserts SPL (the produced binary) to clobber target in the main Makefile. Signed-off-by: Stefano Babic sba...@denx.de --- Changes in v3: - Fix commit message Makefile |1 + arch/arm/cpu/arm1136/config.mk |3 +++ 2

Re: [U-Boot] [PATCH 2/3] mx5: lowlevel_init.S: Fix PLL settings for mx53

2012-10-17 Thread Stefano Babic
Am 15/10/2012 17:37, schrieb Fabio Estevam: Currently PLL2 is not explicitely configured for mx53 and it runs at 333MHz. Since PLL2 is the parent clock for DDR2, IPU, VPU, we should set it at 400MHz instead. Without doing so, it is not possible to use a 2.6.35 FSL kernel and display

Re: [U-Boot] [PATCH 1/3] mx5: lowlevel_init.S: Split init_clock macro

2012-10-17 Thread Stefano Babic
Am 15/10/2012 17:37, schrieb Fabio Estevam: init_clock is currently shared between mx51 and mx53 and it contains lots of ifdef's which makes it really hard to follow the code. Split the init_clock between mx51 and mx53 to allow easier readability. No functional changes are made.

Re: [U-Boot] [PATCH 3/3] mx53loco: Adapt the IPU clock

2012-10-17 Thread Stefano Babic
Am 15/10/2012 17:37, schrieb Fabio Estevam: Since PLL2 now has changed, it is necessary to adapt the CONFIG_IPUV3_CLK accordingly. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 2/3] configs: mx51evk: Remove CONFIG_HAS_ETH1

2012-10-17 Thread Stefano Babic
Am 15/10/2012 19:26, schrieb Fabio Estevam: mx51evk has only one Ethernet port, so remove CONFIG_HAS_ETH1 option. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 3/3] configs: mx53evk: Remove CONFIG_HAS_ETH1

2012-10-17 Thread Stefano Babic
Am 15/10/2012 19:26, schrieb Fabio Estevam: mx53evk has only one Ethernet port, so remove CONFIG_HAS_ETH1 option. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 1/3] configs: mx53loco: Remove CONFIG_HAS_ETH1

2012-10-17 Thread Stefano Babic
Am 15/10/2012 19:26, schrieb Fabio Estevam: mx53loco has only one Ethernet port, so remove CONFIG_HAS_ETH1 option. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx53loco.h |1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/mx53loco.h

Re: [U-Boot] [U-Boot, V2, 1/9] disk: part_efi: remove indent level from loop

2012-10-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/17/12 09:04, Stephen Warren wrote: On 10/17/2012 09:01 AM, Tom Rini wrote: On Mon, Oct 08, 2012 at 08:14:32AM -, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Simplify the partition printing loop in print_part_efi()

Re: [U-Boot] [PATCH] mx6qsabrelite: enable DCache and MMC bounce buffer

2012-10-17 Thread Stefano Babic
Am 08/08/2012 14:26, schrieb Dirk Behme: The recent U-Boot version 2012.07 has improved drivers (e.g. MMC and network/FEC) regarding DCache handling. So it should be safe to use the DCache on the i.MX6, now. Signed-off-by: Dirk Behme dirk.be...@de.bosch.com --- Applied to u-boot-imx,

Re: [U-Boot] [PATCH V3 2/4] FAT: make use of disk_partition_t.part

2012-10-17 Thread Tom Rini
On Mon, Oct 15, 2012 at 08:07:44PM +0200, Pavel Herrmann wrote: On Monday 15 of October 2012 10:40:25 Stephen Warren wrote: On 10/13/2012 01:38 PM, Pavel Herrmann wrote: Hi On Wednesday 10 October 2012 12:14:00 Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com

Re: [U-Boot] [U-Boot, V2, 1/9] disk: part_efi: remove indent level from loop

2012-10-17 Thread Stephen Warren
On 10/17/2012 10:12 AM, Tom Rini wrote: On 10/17/12 09:04, Stephen Warren wrote: ... BTW, I had also posted a minor fix disk: initialize name/part fields when returning a whole disk which may have been overlooked? Perhaps it's still in your queue. That is still in my queue. I'm trying to

Re: [U-Boot] [PATCH] mx5: Add workaround for ARM erratum ID 468414

2012-10-17 Thread Stefano Babic
Am 09/05/2012 11:36, schrieb Stefano Babic: On 07/05/2012 22:56, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Add the software workaround for ARM erratum ID 468414. According to mx53/mx51 errata document: ENGcm11133 - ARM: NEON load data can be incorrectly forwarded

Re: [U-Boot] powerpc: delete Wind River SBC8560/8540 support

2012-10-17 Thread Tom Rini
On Wed, Sep 26, 2012 at 11:43:54AM -, Paul Gortmaker wrote: The sbc8548/60 (both similar, just variations in UART hardware) support has been removed from the linux kernel as of v3.6-rc1~132 so lets also now remove it from the u-boot tree as well. Signed-off-by: Paul Gortmaker

[U-Boot] [PATCH V4 1/3] FAT: remove cur_part_nr

2012-10-17 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com A future patch will implement the more standard filesystem API fat_set_blk_dev(). This API has no way to know which partition number the partition represents. Equally, future DM rework will make the concept of partition number harder to pass around. So,

[U-Boot] [PATCH V4 3/3] FAT: implement fat_set_blk_dev(), convert cmd_fat.c

2012-10-17 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com This makes the FAT filesystem API more consistent with other block-based filesystems. If in the future standard multi-filesystem commands such as ls or load are implemented, having FAT work the same way as other filesystems will be necessary. Convert

[U-Boot] [PATCH V4 2/3] FAT: initialize all fields in cur_part_info, simplify init

2012-10-17 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com cur_part_info.{name,type} are strings. So, we don't need to memset() the entire thing, just put the NULL-termination in the first byte. Add missing initialization of the bootable and uuid fields. None of these fields are actually used by fat.c. However,

Re: [U-Boot] [PATCH V4 3/3] FAT: implement fat_set_blk_dev(), convert cmd_fat.c

2012-10-17 Thread Benoît Thébaudeau
Hi Stephen, On Wednesday, October 17, 2012 6:44:59 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com This makes the FAT filesystem API more consistent with other block-based filesystems. If in the future standard multi-filesystem commands such as ls or load are

[U-Boot] [PATCH 1/2] mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER

2012-10-17 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Data cache and CONFIG_MMC_BOUNCE_BUFFER can be safely enabled now. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx6qsabre_common.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 2/2] mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER

2012-10-17 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Data cache and CONFIG_MMC_BOUNCE_BUFFER can be safely enabled now. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/mx6qarm2.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

Re: [U-Boot] USB Host driver for ISP1362?

2012-10-17 Thread Steve Strobel
On Wed, Oct 17, 2012 at 2:48 AM, Wolfgang Denk w...@denx.de wrote: CONFIG_ISP1362_USB is an option used only in the respective board config files, used there to set up a mapping for the respective device memory; if enabled, we define CONFIG_SYS_BR5_ISP1362 and CONFIG_SYS_OR5_ISP1362 which are

Re: [U-Boot] [PATCH 1/3] omap3_spi: Undo CONFIG_AM33XX D0/D1 change

2012-10-17 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Hi, Tom Alright, can you post a patch that works for you? Thanks! Sure, will do so now. -- Bye, Peter Korsgaard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] omap3_spi: introduce CONFIG_OMAP3_SPI_D0_D1_SWAPPED

2012-10-17 Thread Peter Korsgaard
D0/D1 Swapped or not is a board property, not anything specific to the am33xx SoC, so add a custom define for it. At the same time correct the bit handling for the swapped mode (DPE0 should be cleared and SI/DPE1 set). Signed-off-by: Peter Korsgaard peter.korsga...@barco.com ---

Re: [U-Boot] [PATCH 1/5] am33xx: move ti i2c baseboard header handling to board/ti/am335x/evm.{c, h}

2012-10-17 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Hi, Again, I haven't been able to do any real tests on this board because of missing nand support. Are you aware of any in progress effort on this within TI? Tom Yes, Ilya Yanok is working on that, as well as finishing MUSB Tom support currently.

[U-Boot] [PATCH] actux[123]: Update linker script for ELDK 4.2

2012-10-17 Thread Tom Rini
With ELDK4.2 libserial.o is too large to fit in the area before the environment. Swap in libinput instead which is a little smaller. Cc: Michael Schwingen mich...@schwingen.org Signed-off-by: Tom Rini tr...@ti.com --- board/actux1/u-boot.lds |2 +- board/actux2/u-boot.lds |2 +-

Re: [U-Boot] [PATCH V3 17/32] imximage.cfg: run files through C preprocessor

2012-10-17 Thread Troy Kisky
On 10/11/2012 4:15 PM, Tom Rini wrote: On Fri, Oct 12, 2012 at 12:27:09AM +0200, stefano babic wrote: [snip] One reason to move into the board directory is that there was a decision to move rules related to only one arch or SOC where they belong to, that is in the corresponding arch/ or board/

Re: [U-Boot] [PATCH V3 17/32] imximage.cfg: run files through C preprocessor

2012-10-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/17/12 13:32, Troy Kisky wrote: On 10/11/2012 4:15 PM, Tom Rini wrote: On Fri, Oct 12, 2012 at 12:27:09AM +0200, stefano babic wrote: [snip] One reason to move into the board directory is that there was a decision to move rules related to

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

2012-10-17 Thread Tom Rini
On Wed, Oct 17, 2012 at 05:51:05AM +0200, Heiko Schocher wrote: Hello Tom, The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39: Merge branch 'ag...@denx.de-next' of git://git.denx.de/u-boot-staging (2012-10-15 13:37:22 -0700) are available in the git

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

2012-10-17 Thread Tom Rini
On Wed, Oct 17, 2012 at 12:01:47AM +0200, Daniel Schwierzeck wrote: Hi Tom, The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39: Merge branch 'ag...@denx.de-next' of git://git.denx.de/u-boot-staging (2012-10-15 13:37:22 -0700) are available in the git

Re: [U-Boot] [PATCH V3 17/32] imximage.cfg: run files through C preprocessor

2012-10-17 Thread Troy Kisky
On 10/17/2012 2:05 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/17/12 13:32, Troy Kisky wrote: On 10/11/2012 4:15 PM, Tom Rini wrote: On Fri, Oct 12, 2012 at 12:27:09AM +0200, stefano babic wrote: [snip] One reason to move into the board directory is that there

Re: [U-Boot] [PATCH v3 13/18] lcd: Add support for flushing LCD fb from dcache after update

2012-10-17 Thread Simon Glass
Hi Eric, On Wed, Oct 17, 2012 at 8:34 AM, Eric Nelson eric.nel...@boundarydevices.com wrote: On 10/17/2012 03:38 AM, Lukasz Majewski wrote: Hi Simon, Hi, On Thu, Aug 9, 2012 at 12:43 AM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Simon, This provides an option for the LCD to

Re: [U-Boot] [PATCH v5 09/16] arm: Add control over cachability of memory regions

2012-10-17 Thread Simon Glass
Hi Albert, On Sat, Oct 13, 2012 at 4:21 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, No comment on the patch itself except for one general question: On Mon, 8 Oct 2012 14:42:29 -0700, Simon Glass s...@chromium.org wrote: Add support for adjusting the cachability of an L1

Re: [U-Boot] [PATCH V3 17/32] imximage.cfg: run files through C preprocessor

2012-10-17 Thread Tom Rini
On Wed, Oct 17, 2012 at 02:38:47PM -0700, Troy Kisky wrote: On 10/17/2012 2:05 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/17/12 13:32, Troy Kisky wrote: On 10/11/2012 4:15 PM, Tom Rini wrote: On Fri, Oct 12, 2012 at 12:27:09AM +0200, stefano babic wrote:

Re: [U-Boot] [PATCH v1 4/4] OMAP3: add video support to the mcx board

2012-10-17 Thread Tom Rini
On Tue, Oct 16, 2012 at 04:07:06PM +0200, Stefano Babic wrote: Add video support to the board with the display focaltech etm070003dh6. Signed-off-by: Stefano Babic sba...@denx.de [snip] +int board_video_init(void) +{ + struct prcm *prcm_base = (struct prcm *)PRCM_BASE; + void

[U-Boot] [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard

2012-10-17 Thread Simon Glass
This series adds support for the Tegra2x's display peripheral. This supports the LCD display on Seaboard and we use this to enable console output in U-Boot on the LCD. Configuration is via the device tree. Proposed bindings are included in this series, taken from pwm bindings that should be in

[U-Boot] [PATCH v7 04/16] tegra: fdt: Add LCD definitions for Tegra

2012-10-17 Thread Simon Glass
Add LCD definitions and also a proposed binding for LCD displays. The PWM is as per what will likely be committed to linux-next soon. The displaymode binding comes from a proposal here: http://lists.freedesktop.org/archives/dri-devel/2012-July/024875.html The panel binding is new, and fills a

[U-Boot] [PATCH v7 02/16] tegra: Add display support to funcmux

2012-10-17 Thread Simon Glass
Add support for a default pin mapping for display1. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Remove LPW1 pin which is not needed by display Changes in v2: - Use const where possible in funcmux arch/arm/cpu/tegra20-common/funcmux.c | 37

[U-Boot] [PATCH v7 10/16] lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment

2012-10-17 Thread Simon Glass
The normal alignment is PAGE_SIZE, but if this is defined, we can support other alignments. The motivation for this change is to make the display section-aligned on ARM so that we can easily turn off data caching for the frame buffer region without resorting to level 2 page tables.

[U-Boot] [PATCH v7 01/16] tegra: Use const for pinmux_config_pingroup/table()

2012-10-17 Thread Simon Glass
These two functions don't actually modify their arguments so add a const keyword. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Mike Frysinger vap...@gentoo.org --- Changes in v2: - Add new patch to use const in pinmux_config_pingroup/table() arch/arm/cpu/tegra20-common/pinmux.c

[U-Boot] [PATCH v7 15/16] lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console

2012-10-17 Thread Simon Glass
When the cursor position gets to the end of the LCD console we normally scroll by one line. This adds an option to increase that value. Console scrolling is often slow, and if a large amount of output is being sent, increasing this option to 10 or so will speed things up considerably.

[U-Boot] [PATCH v7 05/16] tegra: Add support for PWM

2012-10-17 Thread Simon Glass
The pulse width/frequency modulation peripheral supports generating a repeating pulse. It is useful for controlling LCD brightness. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Add CONFIG_PWM_TEGRA to control inclusion of PWM support - Add a little more debugging to the PWM

[U-Boot] [PATCH v7 03/16] tegra: fdt: Add pwm binding and node

2012-10-17 Thread Simon Glass
This binding will apparently soon be in linux-next. Bring it in now since we need to do something, and may as well try to target what Linux will have. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v5: - Update Tegra PWM binding s/duty cycle/period/ Changes in v3: - Add new commit

[U-Boot] [PATCH v7 14/16] tegra: fdt: Add LCD definitions for Seaboard

2012-10-17 Thread Simon Glass
The Seaboard has a 1366x768 16bpp LCD. The backlight is controlled by one of the PWMs. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v6: - Add 400ms delay before enabling panel VDD Changes in v5: - Enable required LCD fdt nodes (which are now disabled by default) Changes in v4: -

[U-Boot] [PATCH v7 07/16] tegra: Add LCD driver

2012-10-17 Thread Simon Glass
This driver supports driving a single LCD and providing a U-Boot console on it. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v7: - Add cast on call to tegra_display_probe() Changes in v6: - Add an additional delay before enabling the panel - Don't access beyond end of

[U-Boot] [PATCH v7 12/16] tegra: Align LCD frame buffer to section boundary

2012-10-17 Thread Simon Glass
For tegra we want to enable the cache for the LCD. This is easier if we can avoid using L2 page tages, so align the LCD to a section boundary. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Align tegra display using new CONFIG_LCD_ALIGNMENT feature

[U-Boot] [PATCH v7 13/16] tegra: Support control of cache settings for LCD

2012-10-17 Thread Simon Glass
Add support for selecting the required cache mode for the LCD: off, write-through or write-back. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v7: - Rename mmu_set_region_dcache() to mmu_set_region_dcache_behaviour() Changes in v3: - Handle a cached frame buffer out of normal

[U-Boot] [PATCH v7 16/16] tegra: Enable display/lcd support on Seaboard

2012-10-17 Thread Simon Glass
From: Mayuresh Kulkarni mkulka...@nvidia.com Enable the Seaboard's 16-bit LCD and use it as the console. Signed-off-by: Mayuresh Kulkarni mkulka...@nvidia.com Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Add CONFIG_BOARD_LATE_INIT to enable LCD - Use

[U-Boot] [PATCH v7 09/16] arm: Add control over cachability of memory regions

2012-10-17 Thread Simon Glass
Add support for adjusting the L1 cache behavior by updating the MMU configuration. The mmu_set_region_dcache_behaviour() function allows drivers to make these changes after the MMU is set up. It is implemented only for ARMv7 at present. This is needed for LCD support, where we want to make the

[U-Boot] [PATCH v7 11/16] lcd: Add support for flushing LCD fb from dcache after update

2012-10-17 Thread Simon Glass
This provides an option for the LCD to flush the dcache after each update (puts, scroll or clear). Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Use lcd_puts() for echoing user input so lcd cached data is flushed Changes in v3: - Put the LCD cache flush logic back into

[U-Boot] [PATCH v7 08/16] tegra: Add LCD support to Nvidia boards

2012-10-17 Thread Simon Glass
Add calls to the LCD driver from Nvidia board code. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v7: - Rebase onto upstream/master Changes in v4: - Change order of LCD init so that PWM comes first Changes in v3: - Add separate call to pwm_init() in board_init()

[U-Boot] [PATCH v7 06/16] tegra: Add SOC support for display/lcd

2012-10-17 Thread Simon Glass
From: Wei Ni w...@nvidia.com Add support for the LCD peripheral at the Tegra2 SOC level. A separate LCD driver will use this functionality to configure the display. Signed-off-by: Mayuresh Kulkarni mkulka...@nvidia.com Mayuresh Kulkarni: - changes to remove bitfields and clean up for submission

Re: [U-Boot] [PATCH 5/7] disk: Allow alternate EFI partition signature

2012-10-17 Thread Tom Rini
On Fri, Oct 12, 2012 at 05:26:10PM -0700, Simon Glass wrote: From: Stefan Reinauer reina...@chromium.org ChromeOS uses a GPT partition table to partition the disk. However, Windows will refuse to install on a GPT partitioned disk if there is no EFI available (Even if there is an MBR, too)

Re: [U-Boot] [PATCH 1/6 V5] EXYNOS5: Add pinmux support for SPI

2012-10-17 Thread Simon Glass
Hi Hatim, On Tue, Oct 16, 2012 at 3:58 AM, Hatim Ali hatim...@samsung.com wrote: From: Rajeshwari Shinde rajeshwar...@samsung.com This patch adds pinmux support for SPI channels Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Signed-off-by: Hatim Ali hatim...@samsung.com

Re: [U-Boot] [PATCH 5/6 V5] EXYNOS5: Enable SPI

2012-10-17 Thread Simon Glass
Hi Hatim, On Tue, Oct 16, 2012 at 3:58 AM, Hatim Ali hatim...@samsung.com wrote: From: Rajeshwari Shinde rajeshwar...@samsung.com This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Signed-off-by: Hatim Ali hatim...@samsung.com --- Changes

Re: [U-Boot] [PATCH 6/6 V5] EXYNOS5: Enable SPI booting.

2012-10-17 Thread Simon Glass
Hi Hatim, On Tue, Oct 16, 2012 at 3:58 AM, Hatim Ali hatim...@samsung.com wrote: From: Rajeshwari Shinde rajeshwar...@samsung.com This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- Changes since v4: No Change

Re: [U-Boot] [PATCH 8/8 V2] EXYNOS5: Enable SPI booting.

2012-10-17 Thread Simon Glass
+original CC list Hi, On Tue, Oct 16, 2012 at 10:23 PM, Hatim Rv rv.hatim...@gmail.com wrote: Hello, On Tue, Oct 2, 2012 at 11:40 AM, Simon Glass s...@chromium.org wrote: Hi, On Tue, Jul 31, 2012 at 4:01 AM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch enables SPI

Re: [U-Boot] [PATCH 5/7] disk: Allow alternate EFI partition signature

2012-10-17 Thread Simon Glass
Hi Tom, On Wed, Oct 17, 2012 at 4:39 PM, Stefan Reinauer reina...@google.com wrote: On Wed, Oct 17, 2012 at 4:36 PM, Tom Rini tr...@ti.com wrote: Stephen brings up a good point in that this is a ChromeOS specific work-around for a real issue. With my TI hat on, we've been pushing the idea

Re: [U-Boot] [PATCH 1/4] ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections

2012-10-17 Thread Simon Glass
Hi Stephen, On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com When -ffunction-sections or -fdata-section are used, symbols are placed into sections such as .data.eserial1_device and .bss.serial_current. Update the linker

Re: [U-Boot] [PATCH 2/4] ARM: tegra: combine duplicate Makefile rules

2012-10-17 Thread Simon Glass
Hi Stephen, On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com The rules to generate u-boot-{no,}dtb-tegra.bin were almost identical. Combine them into a single paremeterized rule. This will allow the next patch to edit a

Re: [U-Boot] [PATCH 3/4] ARM: tegra: check for SPL size overflow in makefile

2012-10-17 Thread Simon Glass
Hi Stephen, On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com If the SPL extends beyond CONFIG_SYS_TEXT_BASE, then it will likely corrupt the main U-Boot binary during execution, causing the main U-Boot binary to fail. Check

Re: [U-Boot] [PATCH 4/4] ARM: tegra: increase CONFIG_SYS_TEXT_BASE

2012-10-17 Thread Simon Glass
Hi Stephen. On Tue, Oct 16, 2012 at 3:43 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/16/2012 04:09 PM, Lucas Stach wrote: Am Dienstag, den 16.10.2012, 15:50 -0600 schrieb Stephen Warren: From: Stephen Warren swar...@nvidia.com The SPL has grown. Increase CONFIG_SYS_TEXT_BASE so

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-17 Thread Jerry Van Baren
Hi David, Jon, Kim Phillips created a series of patches to change variable declarations that are big endian to be __be32/__be64. Since the device tree is defined to be big endian, he created a patch to mark the appropriate libfdt entities as __be*. On 10/16/2012 08:28 PM, Kim Phillips wrote:

  1   2   >