Re: [U-Boot] Strange CFI flash problem

2014-04-14 Thread Matthias Weißer
Hi Wolfgang Am 11.04.2014 12:43, schrieb Wolfgang Denk: Dear Matthias, In message 5347bbbc.9000...@arcor.de you wrote: we are currently trying to get an out-of-tree board based on 2013.01 back in sync with current master and observing a strange behavior which we think is located in the CFI

Re: [U-Boot] [PATCH v2 1/2] i2c: sh_i2c: bugfix: i2c probe command does not work

2014-04-14 Thread Nobuhiro Iwamatsu
Hi, 2014-04-14 14:22 GMT+09:00 Heiko Schocher h...@denx.de: Hello Tetsuyuki Am 14.04.2014 06:45, schrieb Tetsuyuki Kobayashi: This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework Before commit 2035d77d, i2c probe command works properly on kzm9g board.

Re: [U-Boot] [PATCH v2 2/2] arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD

2014-04-14 Thread Nobuhiro Iwamatsu
Hi, 2014-04-14 14:24 GMT+09:00 Heiko Schocher h...@denx.de: Hello Tetsuyuki, Am 14.04.2014 06:45, schrieb Tetsuyuki Kobayashi: Add CONFIG_SYS_GENERIC_BOARD to enable generic board for kzm9g. See doc/README.generic-board Hmm.. I did not find doc/README.generic-board in current mainline

Re: [U-Boot] [PATCH v3 4/5] usb/gadget: add the fastboot gadget

2014-04-14 Thread Lukasz Majewski
Hi Marek, On Friday, April 11, 2014 at 02:55:31 PM, Rob Herring wrote: On Fri, Apr 11, 2014 at 2:14 AM, Bo Shen voice.s...@atmel.com wrote: Hi Rob Herring, I am just do a function testing on Atmel sama5d3xek board. And a small comment as following. Btw, do you

[U-Boot] [PATCH 2/2] arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD

2014-04-14 Thread Tetsuyuki Kobayashi
Add CONFIG_SYS_GENERIC_BOARD to enable generic board for kzm9g. See doc/README.generic-board Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- include/configs/kzm9g.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index

[U-Boot] [PATCH 1/2] i2c: sh_i2c: bugfix: i2c probe command does now work

2014-04-14 Thread Tetsuyuki Kobayashi
This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework. Before commit 2035d77d, i2c probe command works properly on kzm9g board. KZM-A9-GT# i2c probe Valid chip addresses: 0C 12 1D 32 39 3D 40 60 After commit 2035d77d, i2c probe command does not work.

[U-Boot] [PATCH 0/2] i2c: sh_i2c: bugfix: i2c probe command does now work

2014-04-14 Thread Tetsuyuki Kobayashi
Hello, I found i2c probe command bug on kzm9g board and fixed it. I know it is the last minute to v2014.04, but I want these patches merged. Please review. Tetsuyuki Kobayashi (2): i2c: sh_i2c: bugfix: i2c probe command does now work arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD

Re: [U-Boot] [PATCH 1/2] i2c: sh_i2c: bugfix: i2c probe command does now work

2014-04-14 Thread Tetsuyuki Kobayashi
I am sorry. The title was typo. i2c: sh_i2c: bugfix: i2c probe command does not work (2014/04/14 11:21), Tetsuyuki Kobayashi wrote: This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework. Before commit 2035d77d, i2c probe command works properly on kzm9g

Re: [U-Boot] [PATCH v2 1/2] i2c: sh_i2c: bugfix: i2c probe command does not work

2014-04-14 Thread Tetsuyuki Kobayashi
Hello, Nobihiro, Heiko I found bug in this patch. When I change read length 0 to 1, I have to change buffer address NULL to some valid memory address. I am going to v3 patch as soon as possible. (2014/04/14 15:09), Nobuhiro Iwamatsu wrote: Hi, 2014-04-14 14:22 GMT+09:00 Heiko Schocher

[U-Boot] [PATCH v2 2/2] arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD

2014-04-14 Thread Tetsuyuki Kobayashi
Add CONFIG_SYS_GENERIC_BOARD to enable generic board for kzm9g. See doc/README.generic-board Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- include/configs/kzm9g.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index

[U-Boot] [PATCH v2 1/2] i2c: sh_i2c: bugfix: i2c probe command does not work

2014-04-14 Thread Tetsuyuki Kobayashi
This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework Before commit 2035d77d, i2c probe command works properly on kzm9g board. KZM-A9-GT# i2c probe Valid chip addresses: 0C 12 1D 32 39 3D 40 60 After commit 2035d77d, i2c probe command does not work.

[U-Boot] [PATCH v2 0/2] i2c: sh_i2c: bugfix: i2c probe command does not work

2014-04-14 Thread Tetsuyuki Kobayashi
Hello, I found i2c probe command bug on kzm9g board and fixed it. The v1 patches are faild to post because I was not subscribing u-boot ML. Changes for v2: - correct typo in commit message. Tetsuyuki Kobayashi (2): i2c: sh_i2c: bugfix: i2c probe command does now work arm: kzm9g: Add

Re: [U-Boot] [PATCH v2 2/2] arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD

2014-04-14 Thread Tetsuyuki Kobayashi
Hi, (2014/04/14 15:12), Nobuhiro Iwamatsu wrote: Hi, 2014-04-14 14:24 GMT+09:00 Heiko Schocher h...@denx.de: Hello Tetsuyuki, Am 14.04.2014 06:45, schrieb Tetsuyuki Kobayashi: Add CONFIG_SYS_GENERIC_BOARD to enable generic board for kzm9g. See doc/README.generic-board Hmm.. I did not

Re: [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-14 Thread Lukasz Majewski
Hi Akshay, I'm not Samsung tree maintainer, but by chance I've come across those patches and... First question - why have you omitted u-boot-samsung tree maintainer? I've added Minkyu to CC. Also in the cover letter you claim that this patch was build tested for Exynos4 based boards. Why didn't

Re: [U-Boot] [PATCH v6 4/4] Config: Exynos5: Enable Generic GPIO and CMD configs

2014-04-14 Thread Akshay Saraswat
Hi Simon, Hi Akshay, On 12 April 2014 13:33, Simon Glass s...@chromium.org wrote: On 12 April 2014 02:43, Akshay Saraswat aksha...@samsung.com wrote: From: Rajeshwari Shinde rajeshwar...@samsung.com Enable configs for GPIO CMD and Generic GPIO. Signed-off-by: Rajeshwari Shinde

[U-Boot] [PATCH v3 1/2] i2c: sh_i2c: bugfix: i2c probe command does not work

2014-04-14 Thread Tetsuyuki Kobayashi
This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework Before commit 2035d77d, i2c probe command works properly on kzm9g board. KZM-A9-GT# i2c probe Valid chip addresses: 0C 12 1D 32 39 3D 40 60 After commit 2035d77d, i2c probe command does not work.

[U-Boot] [PATCH v3 0/2] kzm9g i2c bugfix and CONFIG_SYS_GENERIC_BOARD

2014-04-14 Thread Tetsuyuki Kobayashi
Hello, I found i2c probe command bug on kzm9g board and fixed it. Also, add CONFIG_SYS_GENERIC_BOARD for kzm9g board. Changes for v2: - correct typo in commit message. Changes for v3: - prepare dummy data buffer and use it to avoid NULL access. Tetsuyuki Kobayashi (2): i2c: sh_i2c:

[U-Boot] [PATCH v3 2/2] arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD

2014-04-14 Thread Tetsuyuki Kobayashi
Add CONFIG_SYS_GENERIC_BOARD to use common/board_[fr].c for kzm9g. Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- Changes for v3: - change commit message. include/configs/kzm9g.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h

Re: [U-Boot] Strange CFI flash problem

2014-04-14 Thread Matthias Weißer
Am 14.04.2014 08:09, schrieb Matthias Weißer: Hi Wolfgang Am 11.04.2014 12:43, schrieb Wolfgang Denk: Dear Matthias, In message 5347bbbc.9000...@arcor.de you wrote: we are currently trying to get an out-of-tree board based on 2013.01 back in sync with current master and observing a strange

[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-04-14 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud, Please pull u-boot-sh/rmobile into u-boot-arm/master. I want to merge these fixes into 2014.04. Could you please merge these? Best regards, Nobuhiro The following changes since commit 1b82491ee6ee1e986e5521b33692a00e1f38fe75: board:tricorder: fixup SPL OOB layout

Re: [U-Boot] [PATCH v3 2/2] arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD

2014-04-14 Thread Nobuhiro Iwamatsu
Applied, thanks! Best regards, Nobuhiro 2014-04-14 17:13 GMT+09:00 Tetsuyuki Kobayashi k...@kmckk.co.jp: Add CONFIG_SYS_GENERIC_BOARD to use common/board_[fr].c for kzm9g. Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- Changes for v3: - change commit message.

Re: [U-Boot] [PATCH v3 1/2] i2c: sh_i2c: bugfix: i2c probe command does not work

2014-04-14 Thread Nobuhiro Iwamatsu
Applied, thanks for your this fix! Best regards, Nobuhiro 2014-04-14 17:13 GMT+09:00 Tetsuyuki Kobayashi k...@kmckk.co.jp: This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework Before commit 2035d77d, i2c probe command works properly on kzm9g board.

Re: [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-14 Thread Akshay Saraswat
Hi Lukasz, Hi Akshay, I'm not Samsung tree maintainer, but by chance I've come across those patches and... First question - why have you omitted u-boot-samsung tree maintainer? I've added Minkyu to CC. Minkyu has an email ID proms...@gmail.com and I added that in CC. Probably you don't know

Re: [U-Boot] [PATCH v6 0/4] Exynos5: Add GPIO numbering feature

2014-04-14 Thread Przemyslaw Marczak
Hello Akshay, I tried to test your patches but build breaks for trats2 and trats configs. You didn't change some old gpio code in those boards files. Please fix this. On 04/12/2014 11:43 AM, Akshay Saraswat wrote: From: Akshay Saraswat aksha...@samsung.com Changes in V2: - Enabled

Re: [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-14 Thread Lukasz Majewski
Hi Akshay, Hi Lukasz, Hi Akshay, I'm not Samsung tree maintainer, but by chance I've come across those patches and... First question - why have you omitted u-boot-samsung tree maintainer? I've added Minkyu to CC. Minkyu has an email ID proms...@gmail.com and I added that in CC.

[U-Boot] [PATCH] powerpc/85xx: Add T4240RDB board support

2014-04-14 Thread Chunhe Lan
T4240RDB board Specification Memory subsystem: 6GB DDR3 128MB NOR flash 2GB NAND flash Ethernet: Eight 1G SGMII ports Four 10Gbps SFP+ ports PCIe: Two PCIe slots USB: Two USB2.0 Type A ports SDHC: One SD-card port SATA: One SATA port

Re: [U-Boot] [PATCH 02/11] SPL: NAND: add support for mxs nand

2014-04-14 Thread Stefano Babic
Hi Tim, sorry for late review. On 03/04/2014 08:01, Tim Harvey wrote: This utilizes existing nand support, including the mtd layer to provide a a method to load an image off nand for SPL. It is somewhat bulky but avoids duplicating code. This will need to be split out and re-based on top

Re: [U-Boot] [PATCH 01/11] SPL: NAND: remove CONFIG_SYS_NAND_PAGE_SIZE

2014-04-14 Thread Stefano Babic
On 03/04/2014 08:01, Tim Harvey wrote: We only need to read in the size of struct image_header and thus don't need to know the page size of the nand device. Signed-off-by: Tim Harvey thar...@gateworks.com --- common/spl/spl_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[U-Boot] Micron PC28F00AP30 flash support

2014-04-14 Thread Andy Pont
Hello Stefan, I am looking at porting U-Boot to a board that is being designed with a Micron PC28D00AP30 NOR flash device and can't work out whether this is something that is already supported by U-Boot or whether it is work that I will need to undertake. I have had a good grep through the

Re: [U-Boot] [PATCH 03/11] MX6: provide linker script for SPL

2014-04-14 Thread Stefano Babic
Hi Tim, On 03/04/2014 08:01, Tim Harvey wrote: Signed-off-by: Tim Harvey thar...@gateworks.com --- arch/arm/cpu/armv7/mx6/u-boot-spl.lds | 52 +++ 1 file changed, 52 insertions(+) create mode 100644 arch/arm/cpu/armv7/mx6/u-boot-spl.lds diff --git

Re: [U-Boot] [PATCH v2 2/2] lsxl: rework boot scripts

2014-04-14 Thread Michael Walle
Am 2014-04-01 20:09, schrieb Michael Walle: Move addresses for kernel, ramdisk and fdt blob to own variables. Add dtb blob loading to all existing boot scripts, dtb filenames were taken from vanilla kernel. Introduce new boot script bootcmd_legacy, which only loads a kernel and a ramdisk. Make

Re: [U-Boot] [PATCH v3 0/5] Android Fastboot support

2014-04-14 Thread Rob Herring
On Fri, Apr 11, 2014 at 9:45 AM, Tom Rini tr...@ti.com wrote: On Thu, Apr 10, 2014 at 02:18:02PM -0500, Rob Herring wrote: From: Rob Herring r...@kernel.org I'm reviving the Android Fastboot support after 2+ years since the last posting[1]. The previous postings had some questions about

Re: [U-Boot] [PATCH 05/11] MX6: add boot device support SPL

2014-04-14 Thread Stefano Babic
Hi Tim, On 03/04/2014 08:01, Tim Harvey wrote: Add enums, #defines, and helper functions needed for SPL images to describe and detect IMX6 boot device. Signed-off-by: Tim Harvey thar...@gateworks.com --- arch/arm/cpu/armv7/mx6/soc.c| 56 +

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-14 Thread Stefano Babic
Hi Tim, On 03/04/2014 08:01, Tim Harvey wrote: This can be used to pass info between the SPL and u-boot. Signed-off-by: Tim Harvey thar...@gateworks.com --- arch/arm/include/asm/arch-mx6/sys_proto.h | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-14 Thread Minkyu Kang
Dear Akshay, On 14/04/14 19:53, Lukasz Majewski wrote: Hi Akshay, Hi Lukasz, Hi Akshay, I'm not Samsung tree maintainer, but by chance I've come across those patches and... First question - why have you omitted u-boot-samsung tree maintainer? I've added Minkyu to CC. Minkyu has an

Re: [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-14 Thread Simon Glass
Hi Lukasz, On 14 April 2014 01:17, Lukasz Majewski l.majew...@samsung.com wrote: [snip[ I think your questions are mostly answered but I wanted to chime in on a few. What is wrong with specifying the bank field? Why your gpio command cannot use the bank approach? U-Boot has a generic GPIO

Re: [U-Boot] [PATCH v6 4/4] Config: Exynos5: Enable Generic GPIO and CMD configs

2014-04-14 Thread Simon Glass
Hi Akshay, On 14 April 2014 02:05, Akshay Saraswat aksha...@samsung.com wrote: Hi Simon, Hi Akshay, On 12 April 2014 13:33, Simon Glass s...@chromium.org wrote: On 12 April 2014 02:43, Akshay Saraswat aksha...@samsung.com wrote: From: Rajeshwari Shinde rajeshwar...@samsung.com

Re: [U-Boot] beagle-bone fdt booting problem

2014-04-14 Thread Simon Glass
+Tom, Albert for this bug Hi Belisko, On 28 March 2014 03:40, Belisko Marek marek.beli...@gmail.com wrote: Hello, On Thu, Mar 27, 2014 at 4:28 PM, Simon Glass s...@chromium.org wrote: Hi, On 26 March 2014 00:10, Belisko Marek marek.beli...@gmail.com wrote: Hi, I'm playing with

Re: [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-14 Thread Akshay Saraswat
Hi Minkyu, Simon and Lukasz, Dear Akshay, On 14/04/14 19:53, Lukasz Majewski wrote: Hi Akshay, Hi Lukasz, Hi Akshay, I'm not Samsung tree maintainer, but by chance I've come across those patches and... First question - why have you omitted u-boot-samsung tree maintainer? I've added

Re: [U-Boot] [PATCH v6 2/4] S5P: Rename GPIO definitions

2014-04-14 Thread Przemyslaw Marczak
Hi, On 04/12/2014 11:43 AM, Akshay Saraswat wrote: From: Rajeshwari Shinde rajeshwar...@samsung.com This patch rename GPIO definitions from GPIO_... to S5P_GPIO_... This changes was done to enable cmd_gpio for EXYNOS and cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence getting a error

Re: [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-14 Thread Przemyslaw Marczak
Hello, I like this idea. This is a good feature for easy and fast gpio maintaining. I have few comments to this. On 04/12/2014 11:43 AM, Akshay Saraswat wrote: From: Rajeshwari Shinde rajeshwar...@samsung.com This patch adds gpio pin numbering support for EXYNOS 5250 5420. To have

Re: [U-Boot] [PATCH v6 3/4] EXYNOS5: GPIO: Support GPIO Command for EXYNOS5

2014-04-14 Thread Przemyslaw Marczak
Hi, On 04/12/2014 11:43 AM, Akshay Saraswat wrote: From: Rajeshwari Shinde rajeshwar...@samsung.com This patch adds support for name to gpio conversion in s5p_gpio to enable gpio command EXYNOS 5250 5420. Function has been added to asm/gpio.h to decode the input gpio name to gpio number.

Re: [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-14 Thread Przemyslaw Marczak
Hi, I missed this email before. On 04/14/2014 04:55 PM, Akshay Saraswat wrote: Hi Minkyu, Simon and Lukasz, Dear Akshay, On 14/04/14 19:53, Lukasz Majewski wrote: Hi Akshay, Hi Lukasz, Hi Akshay, I'm not Samsung tree maintainer, but by chance I've come across those patches and...

Re: [U-Boot] Strange CFI flash problem

2014-04-14 Thread Kees Cook
On Mon, Apr 14, 2014 at 1:51 AM, Matthias Weißer weiss...@arcor.de wrote: Am 14.04.2014 08:09, schrieb Matthias Weißer: Hi Wolfgang Am 11.04.2014 12:43, schrieb Wolfgang Denk: Dear Matthias, In message 5347bbbc.9000...@arcor.de you wrote: we are currently trying to get an out-of-tree

Re: [U-Boot] [PATCH] mx6slevk: Add SPI NOR flash support

2014-04-14 Thread Jagan Teki
On Sun, Apr 13, 2014 at 2:29 AM, Marek Vasut ma...@denx.de wrote: On Saturday, April 12, 2014 at 07:50:35 PM, Jagan Teki wrote: [...] diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 1876dbf..3d05a64 100644 --- a/include/configs/mx6slevk.h +++

Re: [U-Boot] [PATCH RESEND-WITH-JUSTIFICATION] spi: soft_spi: Support NULL din/dout buffers

2014-04-14 Thread Jagan Teki
On Fri, Apr 11, 2014 at 12:47 AM, Andrew Ruder a...@aeruder.net wrote: On Fri, Apr 11, 2014 at 12:33:45AM +0530, Jagan Teki wrote: It would be great if you mentioned issue scenario for status poll case drivers/mtd/spi/sf_ops.c: ret = spi_xfer(spi, 8, NULL, status, 0); OK -

Re: [U-Boot] [PATCH v3 1/2] i2c: sh_i2c: bugfix: i2c probe command does not work

2014-04-14 Thread Tom Rini
On Mon, Apr 14, 2014 at 05:13:57PM +0900, Tetsuyuki Kobayashi wrote: This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework Before commit 2035d77d, i2c probe command works properly on kzm9g board. KZM-A9-GT# i2c probe Valid chip addresses: 0C 12 1D 32

Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-04-14 Thread Tom Rini
On Mon, Apr 14, 2014 at 05:53:19PM +0900, Nobuhiro Iwamatsu wrote: Dear Albert Aribaud, Please pull u-boot-sh/rmobile into u-boot-arm/master. I want to merge these fixes into 2014.04. Could you please merge these? Best regards, Nobuhiro The following changes since commit

[U-Boot] [ANN] U-Boot v2014.04 released

2014-04-14 Thread Tom Rini
Hey all, I've pushed v2014.04 out to the repository and tarballs should exist soon. As always, lots of nice little fixes here and there and everywhere. Since I've had a few requests to include some sort of ChangeLog (other than what git spits out), here's what I've come up with: - Improve

Re: [U-Boot] U-Boot Loop

2014-04-14 Thread Tran, Dang
Hi James, I'm using U-Boot 2010.06 (Jun 18 2013 - 14:03:16) Thanks Dang -Original Message- From: James Chargin [mailto:jimccr...@gmail.com] Sent: Friday, April 11, 2014 9:46 AM To: u-boot@lists.denx.de; Tran, Dang Subject: Re: [U-Boot] U-Boot Loop Greetings, On 04/11/2014 09:23 AM,

Re: [U-Boot] [ANN] U-Boot v2014.04 released

2014-04-14 Thread Albert ARIBAUD
Hi Tom, On Mon, 14 Apr 2014 15:20:25 -0400, Tom Rini tr...@ti.com wrote: Hey all, I've pushed v2014.04 out to the repository and tarballs should exist soon. As always, lots of nice little fixes here and there and everywhere. Since I've had a few requests to include some sort of

Re: [U-Boot] U-Boot Loop

2014-04-14 Thread James Chargin
On 04/14/2014 01:11 PM, Tran, Dang wrote: Hi James, I'm using U-Boot 2010.06 (Jun 18 2013 - 14:03:16) This is a version of U-Boot that is even older than the version I used for my demonstration that ctrl-c works. (I used 2010.12) You should make efforts towards using a more recent

Re: [U-Boot] U-Boot Loop

2014-04-14 Thread Tran, Dang
Jim, I'm using TeraTerm version 2.3. I can send Ctrl-C the board. However when I'm in this looping mode I can't. From what you descried, version 2010.12 works and maybe I should update to a later version and see if that fixes my issue. Thanks Dang -Original Message- From: James Chargin

Re: [U-Boot] [PATCH v3 1/2] i2c: sh_i2c: bugfix: i2c probe command does not work

2014-04-14 Thread Tetsuyuki Kobayashi
(2014/04/15 4:17), Tom Rini wrote: On Mon, Apr 14, 2014 at 05:13:57PM +0900, Tetsuyuki Kobayashi wrote: This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework Before commit 2035d77d, i2c probe command works properly on kzm9g board. KZM-A9-GT# i2c probe

Re: [U-Boot] [ANN] U-Boot v2014.04 released

2014-04-14 Thread Simon Glass
Hi Tom, On 14 April 2014 12:20, Tom Rini tr...@ti.com wrote: Hey all, I've pushed v2014.04 out to the repository and tarballs should exist soon. As always, lots of nice little fixes here and there and everywhere. Since I've had a few requests to include some sort of ChangeLog (other than

Re: [U-Boot] [PATCH 6/9] fdt_support: add 'const' qualifier for unchanged argument.

2014-04-14 Thread Masahiro Yamada
Hi Tom, On Thu, 20 Feb 2014 08:31:56 -0500 Tom Rini tr...@ti.com wrote: On Thu, Feb 20, 2014 at 05:55:47PM +0900, Masahiro Yamada wrote: Hi. [PATCH 6/9] fdt_support: add 'const' qualifier for unchanged argument. This might be really trivial, but I notice I had added a period at

[U-Boot] [PATCH] freescale: m5253demo: fix unused-but-set-variable warnings

2014-04-14 Thread Masahiro Yamada
Fix the following warning messages: In function 'flash_erase': 180:21: warning: variable 'last' set but not used [-Wunused-but-set-variable] In function 'write_buff': 322:10: warning: variable 'port_width' set but not used [-Wunused-but-set-variable] Signed-off-by: Masahiro Yamada

[U-Boot] [PATCH] kbuild: sync with Linux Kernel v3.15-rc1

2014-04-14 Thread Masahiro Yamada
This commit imports Kbuild-related updates from v3.14 to v3.15-rc1. - commit 3d3d6b8474204b6819688c9800774d52d370a538 kbuild: LLVMLinux: Adapt warnings for compilation with clang - commit 61163efae02040f66a95c8ed17f4407951ba58fa kbuild: LLVMLinux: Add Kbuild support for building kernel

[U-Boot] [PATCH] kbuild: docbook: sync with Linux Kernel v3.15-rc1

2014-04-14 Thread Masahiro Yamada
This commit imports DocBook-related updates from v3.14 to v3.15-rc1. - commit ec3fadd64b9940baa2a369bf978e8561837db3f5 kbuild: docbook: use $(obj) and $(src) rather than specific path - commit 100da4c0150c97ce34d4d3b38bf2f5449b05ae4f kbuild: docbook: specify KERNELDOC dependency

Re: [U-Boot] [PATCH] kbuild: create a build directory automatically for out-of-tree build

2014-04-14 Thread Masahiro Yamada
Hi Tom, On Fri, 28 Mar 2014 11:37:28 +0900 Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Tom, On Thu, 27 Mar 2014 13:20:33 -0400 Tom Rini tr...@ti.com wrote: On Mon, Mar 24, 2014 at 05:41:47PM -0600, Simon Glass wrote: +Tom On 23 March 2014 22:55, Masahiro Yamada

[U-Boot] [PATCH] kbuild: add user-supplied CPPFLAGS, AFLAGS and CFLAGS

2014-04-14 Thread Masahiro Yamada
Like Linux Kernel, this commit provides environment variables KCPPFLAGS, KAFLAGS and KCFLAGS, which are useful to pass additional options. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Makefile | 5 + 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index

Re: [U-Boot] Strange CFI flash problem

2014-04-14 Thread Matthias Weißer
Am 14.04.2014 17:38, schrieb Kees Cook: On Mon, Apr 14, 2014 at 1:51 AM, Matthias Weißer weiss...@arcor.de wrote: Am 14.04.2014 08:09, schrieb Matthias Weißer: Hi Wolfgang Am 11.04.2014 12:43, schrieb Wolfgang Denk: Dear Matthias, In message 5347bbbc.9000...@arcor.de you wrote: we are