Re: [U-Boot] [PATCH v4] tx25: Use generic gpio_* calls

2012-06-18 Thread Stefano Babic
On 16/06/2012 19:16, Vikram Narayanan wrote: Instead of manipulating gpio registers directly, use the calls from the gpio library. Signed-off-by: Vikram Narayanan vikram...@gmail.com Acked-by: Stefano Babic sba...@denx.de Cc: John Rigby jcri...@gmail.com Cc: Fabio Estevam

[U-Boot] please pull u-boot-samsung/master

2012-06-18 Thread Minkyu Kang
Dear Albert, The following changes since commit 255c36587acbc269fd299b0bc258ce9c030de69d: cm-t35: print PCB revision information (2012-06-10 10:36:08 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to

Re: [U-Boot] USB DFU support into mailline.

2012-06-18 Thread Lukasz Majewski
Dear All, Dear Sohanpal, Harman, Hi, Referring to http://elinux.org/Merge_DFU_support_into_mainline_U-Boot, it seems some work is going on for adding USB DFU support in the mainline for u-boot. But I could not find any code already in mainline. Is there anyone working on getting

Re: [U-Boot] USB DFU support into mailline.

2012-06-18 Thread Sohanpal, Harman
-Original Message- From: Lukasz Majewski [mailto:l.majew...@samsung.com] Sent: Monday, June 18, 2012 2:25 PM To: Marek Vasut Cc: u-boot@lists.denx.de; Sohanpal, Harman; Kyungmin Park Subject: Re: [U-Boot] USB DFU support into mailline. Dear All, Dear Sohanpal, Harman, Hi,

[U-Boot] [U-Boot-Users] Secure Bootloader patch

2012-06-18 Thread Surendra Barku Dhobale
Hi , While surfing , I got the Secure Bootloader patch. But this patch is not integrated with any u-boot source code. Is any reason? Where I get the tarball of entire source code with this patch features. Surendra. CAUTION - Disclaimer * This e-mail

Re: [U-Boot] [U-Boot-Users] Secure Bootloader patch

2012-06-18 Thread Stefano Babic
On 18/06/2012 11:43, Surendra Barku Dhobale wrote: Hi , While surfing , I got the Secure Bootloader patch. But this patch is not integrated with any u-boot source code. Is any reason? Where I get the tarball of entire source code with this patch features. Are you talking about a post

Re: [U-Boot] USB DFU support into mailline.

2012-06-18 Thread Lukasz Majewski
Hi Harman, -Original Message- From: Lukasz Majewski [mailto:l.majew...@samsung.com] Sent: Monday, June 18, 2012 2:25 PM To: Marek Vasut Cc: u-boot@lists.denx.de; Sohanpal, Harman; Kyungmin Park Subject: Re: [U-Boot] USB DFU support into mailline. Dear All, Dear

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

2012-06-18 Thread R, Sricharan
Hi Tom, On Fri, Jun 15, 2012 at 8:50 PM, Tom Rini tr...@ti.com wrote: On 06/15/2012 08:18 AM, R, Sricharan wrote: Hi, [snip..]    If it is a problem with unaligned regions, then that is the only thing to be fixed   right ?. Just trying to understand why this change is required ? The

Re: [U-Boot] [PATCH] i.MX28: Add function to adjust memory parameters

2012-06-18 Thread Fabio Estevam
Hi Marek, On Thu, May 31, 2012 at 3:45 PM, Marek Vasut ma...@denx.de wrote: Call this or similar in your spl_boot.c to adjust the DRAM configuration. Actually I think even the following value should fix your problem: void mx28_adjust_memory_params(uint32_t *dram_vals) {        

Re: [U-Boot] [PATCH] i.MX28: Add function to adjust memory parameters

2012-06-18 Thread Marek Vasut
Dear Fabio Estevam, Hi Marek, On Thu, May 31, 2012 at 3:45 PM, Marek Vasut ma...@denx.de wrote: Call this or similar in your spl_boot.c to adjust the DRAM configuration. Actually I think even the following value should fix your problem: void mx28_adjust_memory_params(uint32_t

Re: [U-Boot] [PATCH] i.MX28: Add function to adjust memory parameters

2012-06-18 Thread Stefano Babic
On 18/06/2012 16:23, Marek Vasut wrote: Dear Fabio Estevam, Hi Marek, On Thu, May 31, 2012 at 3:45 PM, Marek Vasut ma...@denx.de wrote: Call this or similar in your spl_boot.c to adjust the DRAM configuration. Actually I think even the following value should fix your problem: void

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

2012-06-18 Thread Tom Rini
On 06/18/2012 07:13 AM, R, Sricharan wrote: Hi Tom, On Fri, Jun 15, 2012 at 8:50 PM, Tom Rini tr...@ti.com wrote: On 06/15/2012 08:18 AM, R, Sricharan wrote: Hi, [snip..] If it is a problem with unaligned regions, then that is the only thing to be fixed right ?. Just trying to

[U-Boot] [PATCH] doc: README.mx28_common: Add missing entry into Contents

2012-06-18 Thread Fabio Estevam
commit 419ea2d84 (mx28: Split the README into a common part and a m28 specific part) missed an entry in the Contents section that was part of the original file. Add the missing entry for completion. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- doc/README.mx28_common |1 +

Re: [U-Boot] [PATCH] i.MX28: Add function to adjust memory parameters

2012-06-18 Thread Marek Vasut
Dear Stefano Babic, On 18/06/2012 16:23, Marek Vasut wrote: Dear Fabio Estevam, Hi Marek, On Thu, May 31, 2012 at 3:45 PM, Marek Vasut ma...@denx.de wrote: Call this or similar in your spl_boot.c to adjust the DRAM configuration. Actually I think even the following value should

Re: [U-Boot] [PATCH] doc: README.mx28_common: Add missing entry into Contents

2012-06-18 Thread Marek Vasut
Dear Fabio Estevam, commit 419ea2d84 (mx28: Split the README into a common part and a m28 specific part) missed an entry in the Contents section that was part of the original file. Add the missing entry for completion. completeness ;-) Signed-off-by: Fabio Estevam

Re: [U-Boot] [PATCH] i.MX28: Add function to adjust memory parameters

2012-06-18 Thread Marek Vasut
Dear Stefano Babic, On 18/06/2012 16:23, Marek Vasut wrote: Dear Fabio Estevam, Hi Marek, On Thu, May 31, 2012 at 3:45 PM, Marek Vasut ma...@denx.de wrote: Call this or similar in your spl_boot.c to adjust the DRAM configuration. Actually I think even the following value

[U-Boot] [PATCH v3] doc: README.mx28_common: Add missing entry into Contents

2012-06-18 Thread Fabio Estevam
commit 419ea2d84 (mx28: Split the README into a common part and a m28 specific part) missed an entry in the Contents section that was part of the original file. Add the missing entry for completeness. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v2: - Use 'into

[U-Boot] [PATCH v2] doc: README.mx28_common: Add missing entry into Contents

2012-06-18 Thread Fabio Estevam
commit 419ea2d84 (mx28: Split the README into a common part and a m28 specific part) missed an entry in the Contents section that was part of the original file. Add the missing entry for completeness. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Change since v1: - Fix

Re: [U-Boot] [PATCH] i.MX28: Add function to adjust memory parameters

2012-06-18 Thread Stefano Babic
On 18/06/2012 17:43, Marek Vasut wrote: So ... what do you expect me to do? The register is called HW_DRAM_CTL29 (very descriptive) ... do you want me to create a file full of HW_DRAM_CTLnn ? Would adding such comment be enough to satisfy you? (In slightly more polite manner I mean ...

Re: [U-Boot] USB DFU support into mailline.

2012-06-18 Thread Tom Rini
On Mon, Jun 18, 2012 at 04:12:50PM +0200, Lukasz Majewski wrote: Hi Harman, -Original Message- From: Lukasz Majewski [mailto:l.majew...@samsung.com] Sent: Monday, June 18, 2012 2:25 PM To: Marek Vasut Cc: u-boot@lists.denx.de; Sohanpal, Harman; Kyungmin Park Subject:

Re: [U-Boot] [PATCH] i.MX28: Add function to adjust memory parameters

2012-06-18 Thread Marek Vasut
Dear Stefano Babic, On 18/06/2012 17:43, Marek Vasut wrote: So ... what do you expect me to do? The register is called HW_DRAM_CTL29 (very descriptive) ... do you want me to create a file full of HW_DRAM_CTLnn ? Would adding such comment be enough to satisfy you? (In slightly more

[U-Boot] [PATCH 00/11] support for ST-Ericsson snowball board

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org This set adds support for the ST-Ericsson u8500 based snowball board. Doing so it moves u8500-href code around to allow for code reuse. John Rigby (1): u8500: Separating mmc config parameters from driver Mathieu J. Poirier (10):

[U-Boot] [PATCH 02/11] u8500: Moving prcmu to cpu directory

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org This is to allow the prcmu functions to be used by multiple u8500-based processors. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/Makefile |2 +-

[U-Boot] [PATCH 03/11] snowball: Adding architecture dependent initialisation

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Enabling timers and clocks in PRCMU and cleaning up mailbox. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/Makefile |2 +-

[U-Boot] [PATCH 04/11] snowball: Adding CPU clock initialisation

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/clock.c| 34 +++ arch/arm/cpu/armv7/u8500/cpu.c |2 +

[U-Boot] [PATCH 06/11] snowball: applying power to LAN and GBF controllers

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org LAN and GBF need to be powered explicitely, doing so with interface to AB8500 companion chip. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org ---

[U-Boot] [PATCH 07/11] u8500: Moving processor-specific functions to cpu area.

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Functions such as providing power to the MMC device and reading the processor version register should be in the cpu area for access by multiple u8500-based boards. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John

[U-Boot] [PATCH 05/11] snowball: Moving to ux500.v2 addess scheme for PRCMU access

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Addresses between ux500.v1 and ux500.v2 have changed slightly, hence mandating a review of the PRCMU access methods. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org ---

[U-Boot] [PATCH 08/11] u8500: Enabling power to MMC device on AB8500 V2

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Register mapping has changed on power control chip between the first and second revision. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/cpu.c

[U-Boot] [PATCH 09/11] u8500: Separating mmc config parameters from driver

2012-06-18 Thread mathieu . poirier
From: John Rigby john.ri...@linaro.org Configuration in vexpress and u8500.v1 is different from what is needed in u8500.v2. As such, card configuration specifics need to reside in the board file rather than the driver. Signed-off-by: John Rigby john.ri...@linaro.org Signed-off-by: Mathieu

[U-Boot] [PATCH 11/11] snowball: Adding board specific cache cleanup routine

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org This is mandatory in order to boot the Linux kernel. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/cpu.c |9 + 1 files changed, 9

[U-Boot] [PATCH 10/11] armv7: Adding cpu specific cache managmenent

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Some CPU (i.e u8500) need more cache management before launching the Linux kernel. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/cpu.c |9 + 1 files

[U-Boot] [PATCH 00/11] support for ST-Ericsson snowball board

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org This set adds support for the ST-Ericsson u8500 based snowball board. Doing so it moves u8500-href code around to allow for code reuse. John Rigby (1): u8500: Separating mmc config parameters from driver Mathieu J. Poirier (10):

[U-Boot] [PATCH 02/11] u8500: Moving prcmu to cpu directory

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org This is to allow the prcmu functions to be used by multiple u8500-based processors. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/Makefile |2 +-

[U-Boot] [PATCH 04/11] snowball: Adding CPU clock initialisation

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/clock.c| 34 +++ arch/arm/cpu/armv7/u8500/cpu.c |2 +

[U-Boot] [PATCH 03/11] snowball: Adding architecture dependent initialisation

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Enabling timers and clocks in PRCMU and cleaning up mailbox. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/Makefile |2 +-

[U-Boot] [PATCH 05/11] snowball: Moving to ux500.v2 addess scheme for PRCMU access

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Addresses between ux500.v1 and ux500.v2 have changed slightly, hence mandating a review of the PRCMU access methods. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org ---

[U-Boot] [PATCH 06/11] snowball: applying power to LAN and GBF controllers

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org LAN and GBF need to be powered explicitely, doing so with interface to AB8500 companion chip. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org ---

[U-Boot] [PATCH 07/11] u8500: Moving processor-specific functions to cpu area.

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Functions such as providing power to the MMC device and reading the processor version register should be in the cpu area for access by multiple u8500-based boards. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John

[U-Boot] [PATCH 08/11] u8500: Enabling power to MMC device on AB8500 V2

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Register mapping has changed on power control chip between the first and second revision. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/cpu.c

[U-Boot] [PATCH 09/11] u8500: Separating mmc config parameters from driver

2012-06-18 Thread mathieu . poirier
From: John Rigby john.ri...@linaro.org Configuration in vexpress and u8500.v1 is different from what is needed in u8500.v2. As such, card configuration specifics need to reside in the board file rather than the driver. Signed-off-by: John Rigby john.ri...@linaro.org Signed-off-by: Mathieu

[U-Boot] [PATCH 10/11] armv7: Adding cpu specific cache managmenent

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org Some CPU (i.e u8500) need more cache management before launching the Linux kernel. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/cpu.c |9 + 1 files

[U-Boot] [PATCH 11/11] snowball: Adding board specific cache cleanup routine

2012-06-18 Thread mathieu . poirier
From: Mathieu J. Poirier mathieu.poir...@linaro.org This is mandatory in order to boot the Linux kernel. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- arch/arm/cpu/armv7/u8500/cpu.c |9 + 1 files changed, 9

Re: [U-Boot] [PATCH 10/11] armv7: Adding cpu specific cache managmenent

2012-06-18 Thread Tom Rini
On Mon, Jun 18, 2012 at 10:35:43AM -0600, mathieu.poir...@linaro.org wrote: diff --git a/arch/arm/cpu/armv7/cpu.c b/arch/arm/cpu/armv7/cpu.c index c6fa8ef..53c8baf 100644 --- a/arch/arm/cpu/armv7/cpu.c +++ b/arch/arm/cpu/armv7/cpu.c @@ -44,6 +44,10 @@ void save_boot_params_default(u32 r0,

Re: [U-Boot] [PATCH 01/11] snowball: Add support for ux500 based snowball board

2012-06-18 Thread Tom Rini
On Mon, Jun 18, 2012 at 10:35:34AM -0600, mathieu.poir...@linaro.org wrote: [snip] diff --git a/include/configs/snowball.h b/include/configs/snowball.h new file mode 100644 index 000..845db29 --- /dev/null +++ b/include/configs/snowball.h @@ -0,0 +1,274 @@ +/* + * Copyright (C)

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

2012-06-18 Thread Ilya Yanok
Hi Marek, [sorry for copying, forget to CC the list] On Sat, Jun 16, 2012 at 2:29 AM, Marek Vasut marek.va...@gmail.com wrote: Hm, can't we just punch a hole in the MMU table at runtime instead of preallocating it like this? It's allocated at runtime now, do you mean allocate it on demand?

[U-Boot] mx51evk: Fix build error when CONFIG_VIDEO is disabled

2012-06-18 Thread Vikram Narayanan
The inclusion of LCD patch into mx51evk breaks the build when CONFIG_VIDEO is disabled. Fix this by splitting the video related stuff to a new file. Also rename the function lcd_iomux to setup_iomux_lcd to make the namings aligned with the other iomux functions. Signed-off-by: Vikram Narayanan

[U-Boot] mx53loco: Fix build error when CONFIG_VIDEO is disabled

2012-06-18 Thread Vikram Narayanan
The inclusion of LCD patch into mx51evk breaks the build when CONFIG_VIDEO is disabled. Fix this by splitting the video related stuff to a new file. Also rename the function lcd_iomux to setup_iomux_lcd to make the namings aligned with the other iomux functions. Signed-off-by: Vikram Narayanan

Re: [U-Boot] [PATCH v3] doc: README.mx28_common: Add missing entry into Contents

2012-06-18 Thread Marek Vasut
Dear Fabio Estevam, commit 419ea2d84 (mx28: Split the README into a common part and a m28 specific part) missed an entry in the Contents section that was part of the original file. Add the missing entry for completeness. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Please

[U-Boot] [PATCH] usb_storage: fix ehci driver max transfer size

2012-06-18 Thread Stefan Herbrechtsmeier
The commit 5dd95cf93dfffa1d19a1928990852aac9f55b9d9 'usb_storage: Fix EHCI out of buffer pointers with CD-ROM' introduce a bug in usb_storage as it wrongly assumes that every transfer can use 4k per qt_buffer. This is wrong if the start address of the data is not 4k aligned and leads to 'EHCI

Re: [U-Boot] [PATCH] usb_storage: fix ehci driver max transfer size

2012-06-18 Thread Marek Vasut
Dear Stefan Herbrechtsmeier, The commit 5dd95cf93dfffa1d19a1928990852aac9f55b9d9 'usb_storage: Fix EHCI out of buffer pointers with CD-ROM' introduce a bug in usb_storage as it wrongly assumes that every transfer can use 4k per qt_buffer. This is wrong if the start address of the data is not

Re: [U-Boot] [PATCH v2 3/7] da850/omap-l138: Add support to read u-boot image from MMC/SD

2012-06-18 Thread Christian Riesch
Hi, Sorry for the delay, had a lot of other work to do :-/ On Thursday, June 7, 2012, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com javascript:; DA850/OMAP-L138 does not support strict MMC/SD boot mode. SPL will be in SPI flash and U-Boot image will be in MMC/SD card. SPL

Re: [U-Boot] [PATCH 7/8] arm/davinci: spl - boot device selection

2012-06-18 Thread Christian Riesch
Hi, On Tuesday, June 12, 2012, Mikhail Kshevetskiy wrote: Signed-off-by: Mikhail Kshevetskiy mikhail.kshevets...@gmail.comjavascript:; --- arch/arm/cpu/arm926ejs/davinci/Makefile |5 ++ arch/arm/cpu/arm926ejs/davinci/spl.c | 91 +++---

Re: [U-Boot] [PATCH 01/11] snowball: Add support for ux500 based snowball board

2012-06-18 Thread Mathieu Poirier
On 12-06-18 11:59 AM, Tom Rini wrote: On Mon, Jun 18, 2012 at 10:35:34AM -0600, mathieu.poir...@linaro.org wrote: [snip] diff --git a/include/configs/snowball.h b/include/configs/snowball.h new file mode 100644 index 000..845db29 --- /dev/null +++ b/include/configs/snowball.h @@ -0,0

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

2012-06-18 Thread Marek Vasut
Dear Ilya Yanok, Hi Marek, [sorry for copying, forget to CC the list] On Sat, Jun 16, 2012 at 2:29 AM, Marek Vasut marek.va...@gmail.com wrote: Hm, can't we just punch a hole in the MMU table at runtime instead of preallocating it like this? It's allocated at runtime now, do you

[U-Boot] [PATCH] powerpc/mpc83xx: fix copyright string in serdes.c

2012-06-18 Thread Timur Tabi
The misspelling of semiconductor causes some internal copyright analysis tools to complain. Signed-off-by: Timur Tabi ti...@freescale.com --- arch/powerpc/cpu/mpc83xx/serdes.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/cpu/mpc83xx/serdes.c

Re: [U-Boot] [PATCH v2 3/7] da850/omap-l138: Add support to read u-boot image from MMC/SD

2012-06-18 Thread Lad, Prabhakar
Hi Christian, On Tue, Jun 19, 2012 at 01:09:08, Christian Riesch wrote: Hi, Sorry for the delay, had a lot of other work to do :-/ On Thursday, June 7, 2012, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com javascript:; DA850/OMAP-L138 does not

Re: [U-Boot] [PATCH] config.mk:Update DBGFLAGS with dwarf information

2012-06-18 Thread Prabhakar Kushwaha
Hi, Sorry for the delayed response. I somehow missed this :( On 06/19/2012 10:29 AM, Prabhakar Kushwaha wrote: Hi Prabhakar, On Thu, May 24, 2012 at 2:43 PM, Prabhakar Kushwaha prabha...@freescale.com wrote: Hi Wolfgang, This patch has been pending for a very long time. No review

Re: [U-Boot] [PATCH 6/8 V2] I2C: Modify the I2C driver for EXYNOS5

2012-06-18 Thread Rajeshwari Birje
Hi Joonyoung Shim, Thank you for comments. On Fri, Jun 15, 2012 at 12:40 PM, Joonyoung Shim dofm...@gmail.com wrote: Hi, 2012/6/7 Rajeshwari Shinde rajeshwar...@samsung.com: This patch modifies the S3C I2C driver to suppport EXYNOS5. The cahnges made to driver are as follows:        - I2C

Re: [U-Boot] [PATCH 7/8 V2] I2C: Add support for Multi channel

2012-06-18 Thread Rajeshwari Birje
Hi Joonyoung Shim, Thank you for comments. On Fri, Jun 15, 2012 at 12:45 PM, Joonyoung Shim dofm...@gmail.com wrote: Hi, 2012/6/7 Rajeshwari Shinde rajeshwar...@samsung.com: This adds multiple i2c channel support for I2C. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: