[U-Boot] [PATCH] arm: omap3: cm-t35: minor comment and printf change

2012-06-14 Thread Igor Grinberg
Fix the comment to reflect the actual function call time. Change the printf message to look nicer in the context it might be printed. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/cm_t35/cm_t35.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 3/4] OMAP3: twister: add video support

2012-06-14 Thread Stefano Babic
Signed-off-by: Stefano Babic sba...@denx.de --- board/technexion/twister/twister.c | 49 include/configs/twister.h | 10 2 files changed, 59 insertions(+) diff --git a/board/technexion/twister/twister.c

[U-Boot] [PATCH 1/4] video: omap3_dss: add setup for LCD

2012-06-14 Thread Stefano Babic
Signed-off-by: Stefano Babic sba...@denx.de --- arch/arm/include/asm/arch-omap3/dss.h | 23 --- drivers/video/omap3_dss.c | 40 - 2 files changed, 59 insertions(+), 4 deletions(-) diff --git a/arch/arm/include/asm/arch-omap3/dss.h

[U-Boot] [PATCH 2/4] OMAP3: added clock definitions for OMAP3 DSS driver

2012-06-14 Thread Stefano Babic
Signed-off-by: Stefano Babic sba...@denx.de --- arch/arm/include/asm/arch-omap3/clocks.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-omap3/clocks.h b/arch/arm/include/asm/arch-omap3/clocks.h index bed0002..ab7b703 100644 ---

[U-Boot] [PATCH 4/4] OMAP3: mt_ventoux: add video/ splashscreen support

2012-06-14 Thread Stefano Babic
Signed-off-by: Stefano Babic sba...@denx.de --- board/teejet/mt_ventoux/mt_ventoux.c | 63 ++ board/teejet/mt_ventoux/mt_ventoux.h |2 +- include/configs/mt_ventoux.h | 17 + 3 files changed, 81 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 2/4] OMAP3: mcx: set pinmux for uart4

2012-06-14 Thread Stefano Babic
Signed-off-by: Stefano Babic sba...@denx.de CC: Tom Rini tr...@ti.com --- board/htkw/mcx/mcx.h | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/board/htkw/mcx/mcx.h b/board/htkw/mcx/mcx.h index d675a48..867cc9e 100644 --- a/board/htkw/mcx/mcx.h +++

[U-Boot] [PATCH 1/4] mcx: increased buffer for command line

2012-06-14 Thread Stefano Babic
Signed-off-by: Stefano Babic sba...@denx.de CC: Tom Rini tr...@ti.com --- include/configs/mcx.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 1315c3c..6159268 100644 --- a/include/configs/mcx.h +++

[U-Boot] [PATCH 4/4] OMAP3: mcx: read hot-water-button after reset

2012-06-14 Thread Stefano Babic
Detect hot-water-button to start a differnt image. Signed-off-by: Stefano Babic sba...@denx.de CC: Tom Rini tr...@ti.com --- board/htkw/mcx/mcx.c | 23 +++ include/configs/mcx.h |2 ++ 2 files changed, 25 insertions(+) diff --git a/board/htkw/mcx/mcx.c

[U-Boot] [PATCH 3/4] OMAP3: mcx: updated default environment

2012-06-14 Thread Stefano Babic
Patch drops also not used CFI setup in the configuration file. Signed-off-by: Stefano Babic sba...@denx.de CC: Tom Rini tr...@ti.com --- include/configs/mcx.h | 128 +++-- 1 file changed, 91 insertions(+), 37 deletions(-) diff --git

[U-Boot] [PATCH 1/1] tegra: usb: Fix device enumeration problem of USB1

2012-06-14 Thread Jim Lin
For some reason, bit 1 (connect status change) of PORTSC will be set after issuing Port Reset (like usb reset in u-boot command line). This will be treated as an error and stops later device enumeration. Therefore we add a definition in header file to ignore checking of that bit after Port Reset.

Re: [U-Boot] [PATCH 1/6] powerpc/83xx/km: use tuxx1.h for kmsupx5 target

2012-06-14 Thread Holger Brunck
Hi Kim, On 03/21/2012 01:42 PM, Holger Brunck wrote: This additional header is unneeded, we can use the tuxx1.h for this target. Signed-off-by: Holger Brunck holger.bru...@keymile.com cc: Kim Phillips kim.phill...@freescale.com cc: Valentin Longchamp valentin.longch...@keymile.com cc:

[U-Boot] FW: Is RSA algorithm support for the software authentication in u-boot?

2012-06-14 Thread Surendra Barku Dhobale
From: Surendra Barku Dhobale Sent: Thursday, June 14, 2012 6:02 PM To: 'U-Boot@lists.denx.de' Subject: Is RSA algorithm support for the software authentication in u-boot? Hi , I am looking for the RSA , public key authentication for the images like u-boot.img ,uImage from the u-boot.

[U-Boot] Is RSA algorithm support for the software authentication in u-boot?

2012-06-14 Thread Surendra Barku Dhobale
Hi , I am looking for the RSA , public key authentication for the images like u-boot.img ,uImage from the u-boot. In u-boot already support for the SHA1 and md5,that's great!!!. But I want to use RSA algorithm for more security and official firmware releases. Is there any support for

Re: [U-Boot] [PATCH V2] MMC: DWMMC: Add DWMMC driver

2012-06-14 Thread Jaehoon Chung
Hi Rajeshwari, This patch has too many dependence with other patches. (Pinmux and PeripID, patches for MSHCI setting). And as i mentioned, designWare controller isn't exynos specific. I think good that separate two files. (dw_mmc.c and exynos_dw_mmc.c) Like this...dw_mmc.c is generic code and

[U-Boot] [PATCH] i.MX6 USDHC: Use the ESDHC clock

2012-06-14 Thread Dirk Behme
From: Michael Langer michael.lan...@de.bosch.com The commit i.mx: fsl_esdhc: add the i.mx6q support (4692708d) introduces support for the i.MX6Q MMC host controller USDHC. MXC_IPG_PERCLK sets the clock to 66MHz. This seems to be the default clock of the ESDHC IP found in i.MX6 silicon. However,

Re: [U-Boot] [PATCH] ARM: support for cache coherent allocations

2012-06-14 Thread Ilya Yanok
Hi All, On Thu, May 31, 2012 at 1:41 AM, Ilya Yanok ilya.ya...@cogentembedded.comwrote: This is a draft implementation of cache coherent memory allocator. This simple implementation just reserves memory area below malloc space and leave it uncached even if data cache is enabled. Allocations

Re: [U-Boot] [PATCH v2 0/3] Bug fixes for LaCie devices

2012-06-14 Thread Simon Guinot
On Wed, Jun 06, 2012 at 01:15:57AM +0200, Simon Guinot wrote: This patch series provides bug fixes for LaCie devices (mostly for Internet Space v2 and 2Big Network v2). Changes for v2: - Move bug fixes into a separate patch set. Simon Guinot (3): lacie_kw: fix SDRAM banks number for

Re: [U-Boot] [PATCH v2 0/4] Board support and feature for LaCie devices

2012-06-14 Thread Simon Guinot
On Wed, Jun 06, 2012 at 01:16:49AM +0200, Simon Guinot wrote: Changes for v2: - Move board support and feature into a separate patch set. - Move mach-types update into a separate patch. Simon Guinot (4): lacie_kw: add support for EFI partitions ARM: add netspace_mini_v2 to

Re: [U-Boot] [PATCH 2/6] cpsw: add driver for cpsw ethernet device

2012-06-14 Thread Ilya Yanok
Tom, guys, I've just found that I forgot to mention that this version requires my patch [1] to work with enabled D-Cache correctly. Hope to get some comments on it soon. [1] http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/132464 Regards, Ilya. On Fri, Jun 8, 2012 at 5:12 PM, Ilya Yanok

Re: [U-Boot] [PATCH v2 0/3] Bug fixes for LaCie devices

2012-06-14 Thread Prafulla Wadaskar
-Original Message- From: Simon Guinot [mailto:si...@sequanux.org] Sent: 14 June 2012 20:41 To: Simon Guinot Cc: Prafulla Wadaskar; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH v2 0/3] Bug fixes for LaCie devices On Wed, Jun 06, 2012 at 01:15:57AM +0200, Simon Guinot wrote:

Re: [U-Boot] [PATCH 1/1] tegra: seaboard: Initialize multiple USB controllers at once

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:17 PM, Jim Lin wrote: Add support for command line usb reset or usb start to initialize , usb stop to stop multiple USB controllers at once. Other commands like usb tree also support multiple controllers. These patches also need to be sent to the USB maintainer since they

Re: [U-Boot] [PATCH 1/1] tegra: usb: Fix device enumeration problem of USB1

2012-06-14 Thread Stephen Warren
On 06/14/2012 04:40 AM, Jim Lin wrote: For some reason, bit 1 (connect status change) of PORTSC will be set after issuing Port Reset (like usb reset in u-boot command line). This will be treated as an error and stops later device enumeration. Therefore we add a definition in header file to

Re: [U-Boot] FW: Is RSA algorithm support for the software authentication in u-boot?

2012-06-14 Thread Marek Vasut
Dear Surendra Barku Dhobale, From: Surendra Barku Dhobale Sent: Thursday, June 14, 2012 6:02 PM To: 'U-Boot@lists.denx.de' Subject: Is RSA algorithm support for the software authentication in u-boot? Hi , I am looking for the RSA , public key authentication for the images like

Re: [U-Boot] [PATCH 1/1] tegra: seaboard: Initialize multiple USB controllers at once

2012-06-14 Thread Marek Vasut
Dear Stephen Warren, On 06/13/2012 10:17 PM, Jim Lin wrote: Add support for command line usb reset or usb start to initialize , usb stop to stop multiple USB controllers at once. Other commands like usb tree also support multiple controllers. These patches also need to be sent to the

[U-Boot] [PATCH 0/4] USB and cache related fixes

2012-06-14 Thread Tom Rini
Hey all, In commit b8adb12 the cache flushing behavior was changed for the EHCI stack. This change showed a few different problems on TI platforms (where our cacheline size is 64 not 32). First, the dcache_off call that ehci-omap had been doing was now not happening soon enough to paper over

[U-Boot] [PATCH 3/4] ehci-hcd.c: Add a new USB_DMA_MINALIGN define for cache alignment

2012-06-14 Thread Tom Rini
The USB spec says that 32 bytes is the minimum required alignment. However on some platforms we have a larger minimum requirement for cache coherency. In those cases, use that value rather than the USB spec minimum. Cc: Marek Vasut ma...@denx.de Signed-off-by: Tom Rini tr...@ti.com ---

[U-Boot] [PATCH 2/4] cache_v7: Check for dcache enablement in dcache flush functions

2012-06-14 Thread Tom Rini
If we are built with D-CACHE enabled but have run 'dcache off' and then attempt to flush unaligned regions we spam the console with problems that aren't true (as the cache was off). Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/cache_v7.c | 11 +++ 1 file changed, 11

[U-Boot] [PATCH 4/4] musb_core.h: Add a new USB_DMA_MINALIGN define for cache alignment

2012-06-14 Thread Tom Rini
The USB spec says that 32 bytes is the minimum required alignment. However on some platforms we have a larger minimum requirement for cache coherency. In those cases, use that value rather than the USB spec minimum. Cc: Marek Vasut ma...@denx.de Signed-off-by: Tom Rini tr...@ti.com ---

[U-Boot] u-boot on c6x CPU ( texas instruments c6000 )

2012-06-14 Thread Dmitry Bondar
Can i share patches for start u-boot on tms320c6745 processor (http://www.ti.com/product/tms320c6745)? What is the best way? May be somebody already make support c6000 (c6x) arch in u-boot? For information: C6X family of processors supported by gcc from version 4.7.0. C6745 pin compatible with

[U-Boot] [PATCH 1/4] ehci-omap: Do not call dcache_off from omap_ehci_hcd_init

2012-06-14 Thread Tom Rini
This has never been completely sufficient and now happens too late to paper over the cache coherency problems with the current USB stack. Signed-off-by: Tom Rini tr...@ti.com --- drivers/usb/host/ehci-omap.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/ehci-omap.c

Re: [U-Boot] [PATCH 3/4] ehci-hcd.c: Add a new USB_DMA_MINALIGN define for cache alignment

2012-06-14 Thread Marek Vasut
Dear Tom Rini, The USB spec says that 32 bytes is the minimum required alignment. However on some platforms we have a larger minimum requirement for cache coherency. In those cases, use that value rather than the USB spec minimum. Cc: Marek Vasut ma...@denx.de Signed-off-by: Tom Rini

Re: [U-Boot] [PATCH 3/4] ehci-hcd.c: Add a new USB_DMA_MINALIGN define for cache alignment

2012-06-14 Thread Tom Rini
On 06/14/2012 12:29 PM, Marek Vasut wrote: Dear Tom Rini, The USB spec says that 32 bytes is the minimum required alignment. However on some platforms we have a larger minimum requirement for cache coherency. In those cases, use that value rather than the USB spec minimum. Cc: Marek

Re: [U-Boot] [PATCH 3/4] ehci-hcd.c: Add a new USB_DMA_MINALIGN define for cache alignment

2012-06-14 Thread Marek Vasut
Dear Tom Rini, On 06/14/2012 12:29 PM, Marek Vasut wrote: Dear Tom Rini, The USB spec says that 32 bytes is the minimum required alignment. However on some platforms we have a larger minimum requirement for cache coherency. In those cases, use that value rather than the USB spec

Re: [U-Boot] [PATCH 3/4] ehci-hcd.c: Add a new USB_DMA_MINALIGN define for cache alignment

2012-06-14 Thread Tom Rini
On 06/14/2012 12:41 PM, Marek Vasut wrote: Dear Tom Rini, On 06/14/2012 12:29 PM, Marek Vasut wrote: Dear Tom Rini, The USB spec says that 32 bytes is the minimum required alignment. However on some platforms we have a larger minimum requirement for cache coherency. In those cases, use

Re: [U-Boot] [PATCH 3/4] ehci-hcd.c: Add a new USB_DMA_MINALIGN define for cache alignment

2012-06-14 Thread Marek Vasut
Dear Tom Rini, On 06/14/2012 12:41 PM, Marek Vasut wrote: Dear Tom Rini, On 06/14/2012 12:29 PM, Marek Vasut wrote: Dear Tom Rini, The USB spec says that 32 bytes is the minimum required alignment. However on some platforms we have a larger minimum requirement for cache

[U-Boot] [PATCH v2 1/3] ehci-omap: Do not call dcache_off from omap_ehci_hcd_init

2012-06-14 Thread Tom Rini
This has never been completely sufficient and now happens too late to paper over the cache coherency problems with the current USB stack. Signed-off-by: Tom Rini tr...@ti.com --- drivers/usb/host/ehci-omap.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/ehci-omap.c

[U-Boot] [PATCH v2 0/3] USB and cache related fixes

2012-06-14 Thread Tom Rini
Hey all, In commit b8adb12 the cache flushing behavior was changed for the EHCI stack. This change showed a few different problems on TI platforms (where our cacheline size is 64 not 32). First, the dcache_off call that ehci-omap had been doing was now not happening soon enough to paper over

[U-Boot] [PATCH v2 3/3] ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment

2012-06-14 Thread Tom Rini
The USB spec says that 32 bytes is the minimum required alignment. However on some platforms we have a larger minimum requirement for cache coherency. In those cases, use that value rather than the USB spec minimum. We add a cpp check to usb.h to define USB_DMA_MINALIGN and make use of it in

[U-Boot] [PATCH v2 2/3] cache_v7: Check for dcache enablement in dcache flush functions

2012-06-14 Thread Tom Rini
If we are built with D-CACHE enabled but have run 'dcache off' and then attempt to flush unaligned regions we spam the console with problems that aren't true (as the cache was off). Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/cache_v7.c | 11 +++ 1 file changed, 11

Re: [U-Boot] u-boot on c6x CPU ( texas instruments c6000 )

2012-06-14 Thread Marek Vasut
Dear Dmitry Bondar, Can i share patches for start u-boot on tms320c6745 processor (http://www.ti.com/product/tms320c6745)? Yes you can share patches. What is the best way? Use git send-email and send them to this list. May be somebody already make support c6000 (c6x) arch in u-boot? Is

Re: [U-Boot] [PATCH 1/4] ehci-omap: Do not call dcache_off from omap_ehci_hcd_init

2012-06-14 Thread Marek Vasut
Dear Tom Rini, This has never been completely sufficient and now happens too late to paper over the cache coherency problems with the current USB stack. Poor USB maintainer isn't CCed :'-( Signed-off-by: Tom Rini tr...@ti.com But this is always a good thing to see. Acked-by: Marek Vasut

Re: [U-Boot] [PATCH 2/4] cache_v7: Check for dcache enablement in dcache flush functions

2012-06-14 Thread Marek Vasut
Dear Tom Rini, If we are built with D-CACHE enabled but have run 'dcache off' and then attempt to flush unaligned regions we spam the console with problems that aren't true (as the cache was off). Signed-off-by: Tom Rini tr...@ti.com --- arch/arm/cpu/armv7/cache_v7.c | 11 +++

Re: [U-Boot] [PATCH 0/4] USB and cache related fixes

2012-06-14 Thread Marek Vasut
Dear Tom Rini, Hey all, In commit b8adb12 the cache flushing behavior was changed for the EHCI stack. This change showed a few different problems on TI platforms (where our cacheline size is 64 not 32). Good thing, it made a bug surface ;-) First, the dcache_off call that ehci-omap had

Re: [U-Boot] [PATCH 2/4] cache_v7: Check for dcache enablement in dcache flush functions

2012-06-14 Thread Tom Rini
On 06/14/2012 03:00 PM, Marek Vasut wrote: Dear Tom Rini, If we are built with D-CACHE enabled but have run 'dcache off' and then attempt to flush unaligned regions we spam the console with problems that aren't true (as the cache was off). Signed-off-by: Tom Rini tr...@ti.com ---

Re: [U-Boot] [PATCH 0/4] USB and cache related fixes

2012-06-14 Thread Tom Rini
On 06/14/2012 03:02 PM, Marek Vasut wrote: Dear Tom Rini, Hey all, In commit b8adb12 the cache flushing behavior was changed for the EHCI stack. This change showed a few different problems on TI platforms (where our cacheline size is 64 not 32). Good thing, it made a bug surface ;-)

Re: [U-Boot] [PATCH 1/4] ehci-omap: Do not call dcache_off from omap_ehci_hcd_init

2012-06-14 Thread Tom Rini
On 06/14/2012 02:57 PM, Marek Vasut wrote: Dear Tom Rini, This has never been completely sufficient and now happens too late to paper over the cache coherency problems with the current USB stack. Poor USB maintainer isn't CCed :'-( Whoops, forgot. I don't know why I thought it was you :)

Re: [U-Boot] [PATCH v2 03/19] fdt: Add function to look up a phandle's register address

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: This is a commonly-used requirement, so add a function to support it easily. Uggh. Why would this ever be needed; shouldn't the driver for the node referenced by the phandle fully control its own registers; why would any other driver randomly trample

Re: [U-Boot] [PATCH 2/4] cache_v7: Check for dcache enablement in dcache flush functions

2012-06-14 Thread Marek Vasut
Dear Tom Rini, On 06/14/2012 03:00 PM, Marek Vasut wrote: Dear Tom Rini, If we are built with D-CACHE enabled but have run 'dcache off' and then attempt to flush unaligned regions we spam the console with problems that aren't true (as the cache was off). Signed-off-by: Tom Rini

Re: [U-Boot] [PATCH 0/4] USB and cache related fixes

2012-06-14 Thread Marek Vasut
Dear Tom Rini, On 06/14/2012 03:02 PM, Marek Vasut wrote: Dear Tom Rini, Hey all, In commit b8adb12 the cache flushing behavior was changed for the EHCI stack. This change showed a few different problems on TI platforms (where our cacheline size is 64 not 32). Good thing,

Re: [U-Boot] [PATCH v2 06/19] tegra: Add display support to funcmux

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: Add support for a default pin mapping for display1. +static const struct pingroup_config disp1_default[] = { + PINMUX(LM0, RSVD4, NORMAL,NORMAL), + PINMUX(LPW1, RSVD4, NORMAL,TRISTATE), Do you really need to explicitly

Re: [U-Boot] [PATCH v2 07/19] tegra: fdt: Add LCD definitions for Tegra

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: Add LCD definitions and also a proposed binding for LCD displays. The PWFM is in progress on the device-tree-discuss list, so only a very basic binding is offered here. I believe we have settled on a final representation, it just hasn't been added

Re: [U-Boot] [PATCH v2 08/19] tegra: Add support for PWFM

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: The pulse width/frequency modulation peripheral supports generating a repeating pulse. It is useful for controlling LCD brightness. Surely this should be modeled as a driver that's instantiated from DT, which provides n PWMs. As such, I'd expect the

Re: [U-Boot] [PATCH v2 09/19] tegra: Add SOC support for display/lcd

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: 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. diff --git a/arch/arm/include/asm/arch-tegra2/display.h

Re: [U-Boot] [PATCH v2 10/19] tegra: Add LCD driver

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: This driver supports driving a single LCD and providing a U-Boot console on it. +int fdt_decode_lcd(const void *blob, struct fdt_lcd *config) + fdtdec_decode_gpio(blob, display_node, nvidia,backlight-vdd-gpios, +

Re: [U-Boot] [PATCH v2 11/19] tegra: Add LCD support to Nvidia boards

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: Add calls to the LCD driver from Nvidia board code. diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c @@ -87,6 +88,9 @@ int board_init(void) +#ifdef CONFIG_VIDEO_TEGRA2 + tegra_lcd_check_next_stage(gd-blob, 0); +#endif

Re: [U-Boot] [PATCH v2 12/19] arm: Add control over cachability of memory regions

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: Add support for adjusting the cachability of an L1 section by updating the MMU. The mmu_set_region_dcache() 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

Re: [U-Boot] [PATCH v2 14/19] lcd: Add support for flushing LCD fb from dcache after update

2012-06-14 Thread Stephen Warren
On 06/13/2012 10:19 AM, Simon Glass wrote: This provides an option for the LCD to flush the dcache after each update (puts, scroll or clear). diff --git a/common/cmd_echo.c b/common/cmd_echo.c + /* Use puts() so that the LCD sees it as a new line */ if (putnl) -

Re: [U-Boot] [PATCH 1/2 V6] EXYNOS5: PINMUX: Added default pinumx settings

2012-06-14 Thread Minkyu Kang
On 10 June 2012 05:13, Simon Glass s...@chromium.org wrote: On Wed, Jun 6, 2012 at 10:54 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch performs the pinmux configuration in a common file. As of now only EXYNOS5 pinmux for SDMMC, UART and Ethernet is supported.

Re: [U-Boot] [PATCH 2/2 V6] EXYNOS: SMDK5250: Enable the pinmux setup

2012-06-14 Thread Minkyu Kang
On 10 June 2012 05:15, Simon Glass s...@chromium.org wrote: On Wed, Jun 6, 2012 at 10:54 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Use the pinmux configuration function for SMDK5250. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde

Re: [U-Boot] [PATCH 2/4] cache_v7: Check for dcache enablement in dcache flush functions

2012-06-14 Thread R, Sricharan
Hi Tom, On Fri, Jun 15, 2012 at 12:31 AM, Tom Rini tr...@ti.com wrote: If we are built with D-CACHE enabled but have run 'dcache off' and then attempt to flush unaligned regions we spam the console with problems that aren't true (as the cache was off). Today we do cache maintenance