Re: [U-Boot] [PATCH] lib: Add CONFIG_FDT_IGNORE_FIXUP_MEMORY_NODE

2014-04-06 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <1396846600-15386-1-git-send-email-nobuhiro.iwamatsu...@renesas.com> you wrote: > Usually, when CONFIG_OF_LIBFDT is enabled, U-Boot is set to > the FDT memory information that is set in the U-Boot. This patch > disables this behavior. > > Signed-off-by: Nobuhir

Re: [U-Boot] [PATCH 5/10] common/env: Point default environment for GD

2014-04-06 Thread Prabhakar Kushwaha
On 4/5/2014 5:21 AM, Scott Wood wrote: On Wed, 2014-04-02 at 09:12 +0530, Prabhakar Kushwaha wrote: On 4/2/2014 3:34 AM, Scott Wood wrote: On Mon, 2014-03-31 at 15:34 +0530, Prabhakar Kushwaha wrote: GD(Global Data) structure has pointer to environment variable array. but, it always point to

[U-Boot] [PATCH] lib: Add CONFIG_FDT_IGNORE_FIXUP_MEMORY_NODE

2014-04-06 Thread Nobuhiro Iwamatsu
Usually, when CONFIG_OF_LIBFDT is enabled, U-Boot is set to the FDT memory information that is set in the U-Boot. This patch disables this behavior. Signed-off-by: Nobuhiro Iwamatsu --- README | 8 arch/arm/lib/bootm-fdt.c | 2 ++ 2 files changed, 10 insertions(+) dif

Re: [U-Boot] [PATCH v12 1/8] libc: move strlcpy() from ether.c to string.c

2014-04-06 Thread Kuo-Jung Su
2014-04-03 16:16 GMT+08:00 Marek Vasut : > On Thursday, April 03, 2014 at 02:58:27 AM, Kuo-Jung Su wrote: >> 2014-04-01 17:16 GMT+08:00 Marek Vasut : >> > On Tuesday, April 01, 2014 at 10:46:52 AM, Kuo-Jung Su wrote: >> >> From: Kuo-Jung Su >> >> >> >> It would be better to have strlcpy() moved to

[U-Boot] [PATCH] fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0

2014-04-06 Thread Nikhil Badola
Increase TXFIFOTHRES field value in TXFILLTUNING register of usb for T4 Rev 2.0. This decreases data burst rate with which data packets are posted from the TX latency FIFO to compensate for latencies in DDR pipeline during DMA. This avoids Tx buffer underruns and leads to successful usb writes Sig

Re: [U-Boot] [PATCH 5/5] MIPS: Malta: convert to generic board

2014-04-06 Thread Daniel Schwierzeck
2014-04-04 13:20 GMT+02:00 Paul Burton : > This patch converts the MIPS Malta development board to make use of the > generic board code now that it is supported on MIPS. > > Signed-off-by: Paul Burton > --- > board/imgtec/malta/malta.c | 9 - > include/configs/malta.h| 3 +++ > 2 file

Re: [U-Boot] [PATCH 0/5] MIPS Malta generic board conversion

2014-04-06 Thread Daniel Schwierzeck
2014-04-04 13:19 GMT+02:00 Paul Burton : > This series adds generic board support for the MIPS architecture, and then > converts the MIPS Malta development board to use it. > thanks for doing this. I only have some comments in patch 5/5 -- - Daniel ___

Re: [U-Boot] [PATCH] Fix USB keyboard polling via control endpoint

2014-04-06 Thread Wolfgang Denk
Dear Adrian Cox, In message <4526969.2646.1396715845133.JavaMail.adrian@Gurnard> you wrote: > > USB keyboard polling failed for some keyboards on PowerPC 5020. > This was caused by requesting only 4 bytes of data from keyboards that > produce an 8 byte HID report. > > Signed-off-by: Adrian Cox

[U-Boot] [PATCH] Fix USB keyboard polling via control endpoint

2014-04-06 Thread Adrian Cox
USB keyboard polling failed for some keyboards on PowerPC 5020. This was caused by requesting only 4 bytes of data from keyboards that produce an 8 byte HID report. Signed-off-by: Adrian Cox --- common/usb_kbd.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/