Re: [U-Boot] [PATCH] Kconfig: Add EXPERT option

2014-10-18 Thread Masahiro YAMADA
2014-10-15 15:08 GMT+09:00 Tom Rini : > On Wed, Oct 15, 2014 at 12:19:58AM +0200, Albert ARIBAUD wrote: >> Hi Tom, >> >> On Tue, 14 Oct 2014 08:39:20 -0400, Tom Rini wrote: >> >> > For similar reasons to why the Linux Kernel has an EXPERT option, we too >> > want an option to allow for tweaking of

[U-Boot] [PATCH 1/2] arm: mx6: add support for TBS2910 Matrix ARM miniPC

2014-10-18 Thread Soeren Moch
Add initial support for TBS2910 Matrix ARM miniPC. Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC. Cc: Stefano Babic Signed-off-by: Soeren Moch --- arch/arm/Kconfig| 4 + board/tbs/tbs2910/Kconfig | 23 +++ board/tbs/tbs2910/Makefile | 9 + board/tbs/t

[U-Boot] [PATCH 2/2] video: speedup writing strings to fb console

2014-10-18 Thread Soeren Moch
With enabled framebuffer console the printenv command can take several seconds to complete. This patch temporarily disables cache flush when writing strings to fb console. Then there is no noticable delay anymore. Tested with imx6 hdmi framebuffer. Signed-off-by: Soeren Moch --- drivers/video/c

Re: [U-Boot] [PATCH 07/11] fdt: Tidy up error handling in image_setup_libfdt()

2014-10-18 Thread Anatolij Gustschin
On Wed, 15 Oct 2014 02:05:37 -0600 Simon Glass wrote: > The message about needing to reset should be printed no matter what error > is printed. Also, an error should always be printed. > > Signed-off-by: Simon Glass > --- > > common/image-fdt.c| 27 +-- > include/f

[U-Boot] [PATCH 2/2] ARM: sheevaplug: fix ENV offset and MTDPARTS

2014-10-18 Thread Gerald Kerma
This patch redefine ENV offset and MTDPARTS Signed-off-by: Gerald Kerma Changes in v1: - define ENV offset to 0xe - define MTDPARTS and BOOTARGS to stay backward compatibles Signed-off-by: Gerald Kerma --- include/configs/sheevaplug.h | 15 +-- 1 file changed, 9 insertions(

[U-Boot] [PATCH 1/1] ARM: sheevaplug: add LIBFDT support

2014-10-18 Thread Gerald Kerma
This patch add LIBFDT support to Marvell Sheevaplug Signed-off-by: Gerald Kerma Changes in v1: - add LIBFDT support Signed-off-by: Gerald Kerma --- include/configs/sheevaplug.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplu