Re: [U-Boot] Porting ehci-exynos.c to handle exynos4412 (odroid-u2)

2013-07-07 Thread Lukasz Majewski
On Sun, 07 Jul 2013 02:15:17 -0700, Suriyan Ramasami wrote: Hi Suriyan, > Hi wonderful folks! > > I own an odroid-u2 and the u-boot that comes with it does not > have usb support. Its configuration is smdk4412 and I do not find > that in the u-boot sources. I see it in the arndale and harker

[U-Boot] [PATCH] nds32: ag101/ag102: Fix setting lastdec and now values

2013-07-07 Thread Axel Lin
The timer3 counter unit for lastdesc and now values are inconsistent in current code. The unit of "readl(&tmr->timer3_counter) / (CONFIG_SYS_CLK_FREQ / 2)" is second. However, CONFIG_SYS_HZ is defined as 1000 in board config file. This means the accuracy of "lastdec" and "now" should be in millisec

Re: [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT

2013-07-07 Thread Matthias Weißer
Hello Fabio Am 04.07.2013 22:30, schrieb Fabio Estevam: From: Fabio Estevam Allow the boot of a device tree kernel. Signed-off-by: Fabio Estevam --- include/configs/zmx25.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index e9216d9.

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-07 Thread Lukasz Majewski
On Sun, 07 Jul 2013 12:13:48 +0530, Sumit Gemini wrote: Hi Sumit, > HI All, >May i know how DFU upload functionality resolved as still i am > facing problem, when i tried to upload binaries from dfu devices it > copied only 4kb images and shoes upload done. >From what medium do you copy? Is

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

2013-07-07 Thread Lukasz Majewski
On Sun, 07 Jul 2013 14:48:18 +0900, Minkyu Kang wrote: Dear Minkyu, > Dear Lukasz, > > > On 4 July 2013 19:52, Lukasz Majewski wrote: > > > From: Arkadiusz Wlodarczyk > > > > Proper adjustment for supporting DFU at GONI target has been made. > > The s5p_goni.h file has been updated. Moreover

Re: [U-Boot] [PATCH] arm: exynos: fix clock calculation

2013-07-07 Thread Rajeshwari Birje
Hi Minkyu Kang, On Fri, Jul 5, 2013 at 3:43 PM, Minkyu Kang wrote: > There are differnce with clock calcuation by cpu variations. > This patch will fix it according to user manual. > > Signed-off-by: Minkyu Kang > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/cpu/armv7/exynos/clock.c | 3

Re: [U-Boot] nds32: ag101/ag102: Inconsistent timer3 counter unit?

2013-07-07 Thread Kuan-Yu Kuo
Hi Axel, 2013/7/3 Axel Lin : > Hi Macpaul, > > For the case CONFIG_FTTMR010_EXT_CLK is not defined: > > In reset_timer_masked(): > lastdec = readl(&tmr->timer3_counter) / (CONFIG_SYS_CLK_FREQ / 2); > > In get_timer_masked(): > ulong now = readl(&tmr->timer3_counter) / (CONFIG_SYS_CLK_FREQ / 2 / 10

Re: [U-Boot] [PATCH] common: board_f: Fix build error when CONFIG_TRACE is not defined

2013-07-07 Thread Tushar Behera
On 07/06/2013 01:27 AM, Simon Glass wrote: > Hi Tushar, > > On Fri, Jul 5, 2013 at 1:40 AM, Tushar Behera wrote: > >> When CONFIG_TRACE is not defined, definition of trace_early_init is not >> compiled and we get following error. >> >> common/libcommon.o:(.data.init_sequence_f+0xc): undefined ref

[U-Boot] [PATCH 8/8] arm kirkwood update sheevaplug defaults config

2013-07-07 Thread DrEagle
- update defaults sheevaplug config Signed-off-by: drEagle include/configs/mv-common.h| include/configs/sheevaplug.h | diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 405a842..e917e6f 100644 --- a/include/configs/mv-co

[U-Boot] [PATCH 7/8] arm kirkwood add MVSATA sheevaplug support

2013-07-07 Thread DrEagle
- add sheevaplug MVSATA driver support Signed-off-by: drEagle include/configs/mv-common.h| include/configs/sheevaplug.h | diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 405a842..e917e6f 100644 --- a/include/configs/mv

[U-Boot] [PATCH 6/8] arm kirkwood add MVSDIO sheevaplug support

2013-07-07 Thread DrEagle
- add sheevaplug MVSDIO driver support Signed-off-by: drEagle board/Marvell/sheevaplug/sheevaplug.c | include/configs/sheevaplug.h | diff --git a/board/Marvell/sheevaplug/sheevaplug.c b/board/Marvell/sheevaplug/sheevaplug.c index 16efe64..2bd2568 100644 ---

[U-Boot] [PATCH 5/8] arm kirkwood add MVSDIO kirkwood support

2013-07-07 Thread DrEagle
- add kirkwood MVSDIO driver support Signed-off-by: drEagle arch/arm/include/asm/arch-kirkwood/kirkwood.h | diff --git a/arch/arm/include/asm/arch-kirkwood/kirkwood.h b/arch/arm/include/asm/arch-kirkwood/kirkwood.h index 47771d5..c696dc4 100644 --- a/arch/arm/include/asm/arch-kirkwoo

[U-Boot] [PATCH 4/8] arm kirkwood add MVSDIO driver v3

2013-07-07 Thread DrEagle
- add kirkwood MVSDIO driver WIP : MVSDIO v3 WIP : MVSDIO SD/MMC Driver Support for Marvell Kirkwood SoC need debugging and code cleaning Fix SDIO/MMC driver - MVSDIO driver now works in non DEBUG mode Change from v2: - add base_clock in mrvl_mmc_initialize a

[U-Boot] [PATCH 3/8] arm kirkwood add kw88f6282 support

2013-07-07 Thread DrEagle
- add kw88f6282 device support Signed-off-by: drEagle arch/arm/include/asm/arch-kirkwood/config.h| arch/arm/include/asm/arch-kirkwood/kirkwood.h | arch/arm/include/asm/arch-kirkwood/kw88f6282.h | diff --git a/arch/arm/include/asm/arch-kirkwood/config.h b/arch/arm/include/asm/ar

[U-Boot] [PATCH 2/8] arm kirkwood update supported devices and revisions

2013-07-07 Thread DrEagle
- update kirkwood supported devices and revisions Signed-off-by: drEagle arch/arm/include/asm/arch-kirkwood/config.h| diff --git a/arch/arm/include/asm/arch-kirkwood/kirkwood.h b/arch/arm/include/asm/arch-kirkwood/kirkwood.h index 47771d5..c696dc4 100644 --- a/arch/arm/include/asm

[U-Boot] [PATCH 1/8] arm kirkwood - add kirkwood_id

2013-07-07 Thread DrEagle
- add kirkwood_id to detect supported devices and revisions Signed-off-by: drEagle arch/arm/cpu/arm926ejs/kirkwood/cpu.c | arch/arm/include/asm/arch-kirkwood/cpu.h | diff --git a/arch/arm/cpu/arm926ejs/kirkwood/cpu.c b/arch/arm/cpu/arm926ejs/kirkwood/cpu.c index fba5e0

[U-Boot] [PATCH 0/8] arm kirkwood - sheevaplug refresh

2013-07-07 Thread DrEagle
This serie of patch : - add kirkwood_id to detect supported devices and revisions - update supported devices and revisions - add kw88f6282 support - add SDIO/MMC generic driver v3 - add SDIO/MMC driver support to Kirkwood SoC - add SDIO/MMC support to Sheevaplug boar

Re: [U-Boot] Marvell SheevaPlug v2013.04 Refresh (ask for review)

2013-07-07 Thread DrEagle
Le 05/07/2013 23:08, Albert ARIBAUD a écrit : > Hi Gérald, Hello, > On Tue, 02 Jul 2013 23:17:51 +0200, DrEagle wrote: > >> Hi, >> >> I have started to rework all the MVSDIO driver, and some more enhancements, >> to make a cool updated and workable SheevaPlug. >> I have take the v2013.04 denx

Re: [U-Boot] [RFC PATCH] arm: arm926ejs: flush cache before disable it

2013-07-07 Thread Bo Shen
Hi Albert, 于 7/6/2013 5:02 AM, Albert ARIBAUD 写道: Hi Bo, On Tue, 2 Jul 2013 12:35:54 +, Bo Shen wrote: flush cache before disable it Signed-off-by: Bo Shen --- arch/arm/cpu/arm926ejs/cpu.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/arm9

Re: [U-Boot] [PATCH] Enable serial console only before booting

2013-07-07 Thread Wolfgang Denk
Dear Frédéric Leroy, In message <1373192736-5014-1-git-send-email-fr...@starox.org> you wrote: > When netconsole is active, some boards fail to boot. > This patch enables only the serial console before > control is handed by another operating system. I really hate adding such fixes without unders

[U-Boot] [PATCH] m28evk: add trimffs to nand command

2013-07-07 Thread Marek Vasut
this is usefull when writing an UBI image which contains and UBIFS volume (check README.nand and UBI FAQ for more details) Signed-off-by: Marek Vasut Cc: Stefano Babic --- include/configs/m28evk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/m28evk.h b/include/configs/

[U-Boot] [PATCH] Enable serial console only before booting

2013-07-07 Thread Frédéric Leroy
When netconsole is active, some boards fail to boot. This patch enables only the serial console before control is handed over to another operating system. Signed-off-by: Frédéric Leroy --- Sorry for the noise, I tend to post faster than my own swadow ... Changes in v2 : - remove unused argumen

[U-Boot] [PATCH] Enable serial console only before booting

2013-07-07 Thread Frédéric Leroy
When netconsole is active, some boards fail to boot. This patch enables only the serial console before control is handed by another operating system. Signed-off-by: Frédéric Leroy --- Hello, I am facing the same problem with LaCie kirkwood boards. I took a simple approach for fixing this issue.

[U-Boot] Porting ehci-exynos.c to handle exynos4412 (odroid-u2)

2013-07-07 Thread Suriyan Ramasami
Hi wonderful folks! I own an odroid-u2 and the u-boot that comes with it does not have usb support. Its configuration is smdk4412 and I do not find that in the u-boot sources. I see it in the arndale and harkernel branches. I do see that usb support was added to the arndale platform - whic