[U-Boot] [PATCH] tools: move kermit files to tools/kermit directory

2013-12-23 Thread Masahiro Yamada
The script files, define2mk.sed and make-asm-offsets are used to create autoconf.mk and asm-offsets.h while build. Whereas README, dot.kermrc, flash_param, send_cmd, send_image are files useful for kermit. We should not put files which have the totally different purpose into the same directory.

[U-Boot] [PATCH] cosmetic: tools/scripts/README: insert only one space between words

2013-12-23 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- tools/scripts/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/README b/tools/scripts/README index dbc4425..c3b491a 100644 --- a/tools/scripts/README +++ b/tools/scripts/README @@ -8,7 +8,7 @@ This directory contains scri

Re: [U-Boot] [PATCH v3 1/2] doc: README.fuse: Add an example on how to use the fuse API on mx6q

2013-12-23 Thread Benoît Thébaudeau
Hi Fabio, On Monday, December 23, 2013 4:07:17 PM, Fabio Estevam wrote: > From: Fabio Estevam > > When using the fuse API in U-boot user must calculate the 'bank' and 'word' > values. > > Provide a real example on how to calculate such values for the mx6q. > > Signed-off-by: Fabio Estevam > -

Re: [U-Boot] [PATCH 2/2] vexpress: Add vexpress qemu variant

2013-12-23 Thread Ian Campbell
On Mon, 2013-12-16 at 17:08 +0100, Albert ARIBAUD wrote: > Hi Ian, > > On Sun, 17 Nov 2013 15:17:43 +, Ian Campbell > wrote: > > > The main purpose of this is to disable the use of the virtualisation > > extensions > > which Qemu does not emulate. > > > > Also enable a few additional comma

[U-Boot] [PATCH v3 2/2] mx6sabre_common.h: Add CONFIG_CMD_FUSE support

2013-12-23 Thread Fabio Estevam
From: Fabio Estevam Add CONFIG_CMD_FUSE option, so that the fuse API can be used. Signed-off-by: Fabio Estevam Reviewed-by: Benoît Thébaudeau --- Changes since v2: - None Changes since v1: - Added Benoit's tag include/configs/mx6sabre_common.h | 5 + 1 file changed, 5 insertions(+) diff

[U-Boot] [PATCH v3 1/2] doc: README.fuse: Add an example on how to use the fuse API on mx6q

2013-12-23 Thread Fabio Estevam
From: Fabio Estevam When using the fuse API in U-boot user must calculate the 'bank' and 'word' values. Provide a real example on how to calculate such values for the mx6q. Signed-off-by: Fabio Estevam --- Changes since v2: - Also mention that the bank/row values can be retrieved from the ma

Re: [U-Boot] [PATCH v2 0/2] usb: gadget: fotg210: workaround & new hardware support

2013-12-23 Thread Marek Vasut
On Monday, December 23, 2013 at 01:50:36 AM, Kuo-Jung Su wrote: > 2013/12/20 Marek Vasut : > > On Friday, December 20, 2013 at 05:32:58 AM, Kuo-Jung Su wrote: > >> From: Kuo-Jung Su > >> > >> 1. It's known that EP0 fifo empty indication is not reliable, an extra > >> delay is necessary to avoid d

Re: [U-Boot] [RFC][PATCH 3/7] TI: armv7: Move ELM support to SoC configuration file.

2013-12-23 Thread Lokesh Vutla
On Saturday 07 December 2013 02:00 AM, Enric Balletbo i Serra wrote: > The ELM hardware engine wihich is used for ECC error detections is not present > on OMAP3 SoC, so move the CONFIG_SPL_NAND_AM33XX_BCH from ti_armv7_common.h to > SoC configuration file. Reviewed-by: Lokesh Vutla Thanks and re

Re: [U-Boot] [RFC][PATCH 2/7] ARM: OMAP5: Rename to ti_omap5_common.h

2013-12-23 Thread Lokesh Vutla
On Saturday 07 December 2013 02:00 AM, Enric Balletbo i Serra wrote: > Follow the pattern ti__common.h used by other TI processors > to be coherent. So just rename omap5_common.h to ti_omap5_common.h. Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh > > Signed-off-by: Enric Balletbo i Serra

Re: [U-Boot] [RFC][PATCH 1/7] ARM: OMAP4: Rename to ti_omap4_common.h

2013-12-23 Thread Lokesh Vutla
Hi Enric, On Saturday 07 December 2013 02:00 AM, Enric Balletbo i Serra wrote: > Follow the pattern ti__common.h used by other TI processors > to be coherent. So just rename omap4_common.h to ti_omap4_common.h. Looks good to me. Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh > > Signed-o

Re: [U-Boot] [RFC][PATCH 0/7] TI: OMAP3: Use common config file.

2013-12-23 Thread Enric Balletbo Serra
2013/12/6 Enric Balletbo i Serra : > Hi all, > > Most of the boards based on TI processors uses common configuration files > (ti_armv7_common.h, ti__common.h) to avoid duplication of code. > This is right except for OMAP3-based boards. In order to use the same schema > as used on am33xx, omap4, oma

Re: [U-Boot] [PATCH 01/11 V12] EXYNOS5: Create a common board file

2013-12-23 Thread Minkyu Kang
Dear Rajeshwari S Shinde, On 20/12/13 18:34, Rajeshwari S Shinde wrote: > Create a common board.c file for all functions which are common across > all EXYNOS5 platforms. > > exynos_init function is provided for platform specific code. > > Signed-off-by: Rajeshwari S Shinde > Acked-by: Simon Gla

Re: [U-Boot] [PATCH v3 1/4] mkexynosspl: fix uninitialized buffer

2013-12-23 Thread Minkyu Kang
On 21/12/13 18:44, Albert ARIBAUD wrote: > Hi Rajeshwari, > > On Mon, 16 Dec 2013 13:12:30 +0530, Rajeshwari Birje > wrote: > >> Hi Albert, >> >> Please refer the following patch: >> >> "SPL: EXYNOS: Prepare for variable size SPL support" >> >> http://patchwork.ozlabs.org/patch/298965/ >> >> I d