Re: [U-Boot] [PATCH V4 9/9] COMMON: MMC: Command to support EMMC booting and to

2013-01-10 Thread Simon Glass
HI Jaehoon, On Thu, Jan 10, 2013 at 7:54 PM, Jaehoon Chung wrote: > On 01/11/2013 01:46 AM, Simon Glass wrote: >> Hi Amar, >> >> On Fri, Jan 4, 2013 at 1:34 AM, Amar wrote: >>> This patch adds commands to open, close and resize boot partitions on EMMC. >>> >>> Changes from V1: >>> 1)Comb

Re: [U-Boot] [PATCH V4 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-10 Thread Simon Glass
Hi Jaehoon, On Thu, Jan 10, 2013 at 8:01 PM, Jaehoon Chung wrote: > On 01/11/2013 12:26 AM, Simon Glass wrote: >> Hi Amar, >> >> On Fri, Jan 4, 2013 at 1:34 AM, Amar wrote: >>> This patch enumerates dwmci and set auto stop command during >>> dwmci initialisation. >>> EMMC read/write is not happe

Re: [U-Boot] [PATCH V4 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-01-10 Thread Simon Glass
Hi Jaehoon, On Thu, Jan 10, 2013 at 8:12 PM, Jaehoon Chung wrote: > On 01/11/2013 12:33 AM, Simon Glass wrote: >> Hi Amar, >> >> On Fri, Jan 4, 2013 at 1:34 AM, Amar wrote: >>> This patch adds FDT support for DWMMC, by reading the DWMMC node data >>> from the device tree and initialising DWMMC c

Re: [U-Boot] [PATCH 4/4 V2] SMDK5250: Modify IRAM stack pointer address

2013-01-10 Thread Simon Glass
Hi, On Mon, Jan 7, 2013 at 5:08 AM, Rajeshwari Shinde wrote: > RAM stack pointer address to enable u-boot booting > after conversion of lowlevel_init.S to lowlevel_init_c.c. > Added CONFIG_CMD_BOOTZ to boot zImage.dtb kernel image. > Configs required for early serial initialisation added. Perhap

Re: [U-Boot] [PATCH 2/3 V5] EXYNOS5: Add device node for PMIC

2013-01-10 Thread Simon Glass
On Tue, Jan 8, 2013 at 11:03 PM, Rajeshwari Shinde wrote: > Add device node for MAX77686 > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - Changed reg value from 06 to 6. > Chnages in V3: > - converted the pmic name to small letters. > Change

Re: [U-Boot] [PATCH 3/3 V5] PMIC: MAX77686: Add FDT Support

2013-01-10 Thread Simon Glass
Hi Rajeshwari, On Tue, Jan 8, 2013 at 11:03 PM, Rajeshwari Shinde wrote: > This patch adds fdt support to MAX77686. > > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: > - Corrected indentation errors. > Changes in V3: > - Rebased on top of the latest implementation >

[U-Boot] [PATCH V2 1/2] EXYNOS5: Make all display related code dependent on CONFIG_LCD

2013-01-10 Thread Ajay Kumar
u-boot compilation fails for smdk5250 when we deselect CONFIG_LCD from the main config file. Following error was observed: drivers/video/libvideo.o: In function `exynos_lcd_init': /home/ajay/u-boot-samsung/drivers/video/exynos_fb.c:68: undefined reference to `lcd_set_flush_dcache' This is becaus

[U-Boot] [PATCH V2 2/2] EXYNOS5: Enable console multiplexing in u-boot

2013-01-10 Thread Ajay Kumar
We enable console multiplexing and use both serial and LCD for stdout/stderr. Initially, u-boot output console is observed via serial port. If you also have a DP panel connected onto your SMDK5250 board, you can switch to LCD console by typing "setenv stdout lcd". You can always switch back to seri

[U-Boot] [PATCH] mx6qsabreauto: enable USB host interface

2013-01-10 Thread Dirk Behme
From: Knut Wohlrab The USB host interface is routed to plug USB1/J30 on the mother board. Signed-off-by: Knut Wohlrab --- board/freescale/mx6qsabreauto/mx6qsabreauto.c |7 +++ include/configs/mx6qsabreauto.h | 11 +++ 2 files changed, 18 insertions(+), 0 deletio

Re: [U-Boot] [STATUS] v2013.01-rc3 out

2013-01-10 Thread Lukasz Majewski
Hi Tom, > Hey all, > > As a reminder, we're scheduled for v2013.01 on the 15th. I've pushed > out v2013.01-rc3 now. I still expect: > - At least one more u-boot-arm PR This pull request should contain some fixes for Samsung trats board e.g pinmux fixes. I've already asked Minkyu to prepare on

[U-Boot] e1000 : Correct Rx Threshold Granularity

2013-01-10 Thread Darcy Watkins
Hello, I encountered an issue running an e1000 ethernet device with u-boot on an x86 (geode) and determined that the patch given in message # 122700 (April 2012) appears to fix it. Was that not committed for some reason? Regards, Darcy Darcy Watkins Senior Software Developer T 604.523.23

Re: [U-Boot] About fixup_memory_node()

2013-01-10 Thread Dennis Lan (dlan)
HI ALL: Also we notice that following comment in arch/arm/dts/skeleton.dtsi it says memory info will be polulated by bootloader, is this kind of design policy/philosophy? /* * Skeleton device tree; the bare minimum needed to boot; just include and * add a compatible value. The bootloader wi

Re: [U-Boot] [PATCH 2/4 V2] SMDK5250: Convert lowlevel_init.S to lowlevel_init.c

2013-01-10 Thread Minkyu Kang
Dear Rajeshwari, On 07/01/13 22:08, Rajeshwari Shinde wrote: > This patch converts lowlevel_init.S to lowlevel_init_c.c for > SMDK5250. > Lowlevel.S as of now added only for SMDK5250 and same can be > extended to other SOC in future. > > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: >

Re: [U-Boot] [PATCH v2 01/10] arm: move flush_dcache_all() to just before disable cache

2013-01-10 Thread R Sricharan
Hi, On Saturday 01 December 2012 04:31 AM, Simon Glass wrote: From: Arun Mankuzhi In Cortex-A15 architecture, when we run cache invalidate the cache clean operation executes automatically. So if there are any dirty cache lines before disabling the L2 cache these will be synchronized with the m

<    1   2