Re: [U-Boot] Bug in buildsystem for SPL LDSCRIPT

2014-04-09 Thread Andreas Bießmann
Hi Masahiro, On 04/09/2014 04:27 AM, Masahiro Yamada wrote: On Mon, 07 Apr 2014 11:35:07 +0200 Andreas Biesmann andreas.de...@googlemail.com wrote: and also to the list ... sorry for the noise On 04/07/2014 11:27 AM, Andreas Biesmann wrote: Hi Masahiro, a late bug report ;) changing my

Re: [U-Boot] [PATCH v2 2/2] mx6: add example DTB for mx6qsabreauto

2014-04-09 Thread Stefano Babic
Hi Masahiro, On 09/04/2014 04:19, Masahiro Yamada wrote: --- /dev/null +++ b/arch/arm/dts/imx6q-sabreauto.dts @@ -0,0 +1,13 @@ +/* ++ * Copyright 2012 Freescale Semiconductor, Inc. ++ * Copyright 2011 Linaro Ltd. ++ * ++ * SPDX-License-Identifier: GPL-2.0+ ++ */

[U-Boot] [PATCH] mx6: fix weird formatting in imx6q-sabreauto.dts

2014-04-09 Thread Stefano Babic
Reported-by: Masahiro Yamada yamad...@jp.panasonic.com Signed-off-by: Stefano Babic sba...@denx.de --- arch/arm/dts/imx6q-sabreauto.dts | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/dts/imx6q-sabreauto.dts b/arch/arm/dts/imx6q-sabreauto.dts index

[U-Boot] [PATCH] trats: config: fix: Set default console to ttySAC2

2014-04-09 Thread Lukasz Majewski
During providing device tree support for Exynos4 based boards, a tiny mistake has creeped in the fe60164 commit. This commit restores proper setting of default console for the trats board. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com ---

[U-Boot] [PATCH] trats2: config: fix: Set default console to ttySAC2

2014-04-09 Thread Lukasz Majewski
During providing device tree support for Exynos4 based boards, a tiny mistake has creeped in the 1ecab0f commit. This commit restores proper setting of default console for the trats2 board. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com ---

[U-Boot] [PATCH] kbuild: fix a bug in regeneration of linker scripts

2014-04-09 Thread Masahiro Yamada
In some use cases, SPL linker script was not updated even when it should be. For instance, $ make tricoder_config all [ build complete ] ... modify include/configs/tricoder.h $ make spl/u-boot-spl.lds should be updated in this case, but it wasn't. To fix this problem, linker scripts

Re: [U-Boot] Bug in buildsystem for SPL LDSCRIPT

2014-04-09 Thread Masahiro Yamada
Hi Andreas, On Wed, 09 Apr 2014 08:31:53 +0200 Andreas Biesmann andreas.de...@googlemail.com wrote: Hi Masahiro, On 04/09/2014 04:27 AM, Masahiro Yamada wrote: On Mon, 07 Apr 2014 11:35:07 +0200 Andreas Biesmann andreas.de...@googlemail.com wrote: and also to the list ... sorry for

Re: [U-Boot] [PATCH] kbuild: fix a bug in regeneration of linker scripts

2014-04-09 Thread Andreas Bießmann
On 04/09/2014 01:10 PM, Masahiro Yamada wrote: In some use cases, SPL linker script was not updated even when it should be. For instance, $ make tricoder_config all [ build complete ] ... modify include/configs/tricoder.h $ make spl/u-boot-spl.lds should be updated in this

Re: [U-Boot] Bug in buildsystem for SPL LDSCRIPT

2014-04-09 Thread Andreas Bießmann
Hi Masahiro, On 04/09/2014 01:13 PM, Masahiro Yamada wrote: On Wed, 09 Apr 2014 08:31:53 +0200 Andreas Biesmann andreas.de...@googlemail.com wrote: On 04/09/2014 04:27 AM, Masahiro Yamada wrote: On Mon, 07 Apr 2014 11:35:07 +0200 Andreas Biesmann andreas.de...@googlemail.com wrote: and

[U-Boot] [BeagleBone Black] AM335x CPU frequency

2014-04-09 Thread Xuebing Wang
Hi community, Can someone confirm that in the latest u-boot code, by default BeagleBone Black CPU AM335x is using opp100 (dpll_mpu_opp100), and CPU runs at 1GHz? Thanks. -- Thanks, Xuebing Wang ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or NOR_BOOT

2014-04-09 Thread Tom Rini
In the case of SPL or NOR_BOOT (no SPL involved) we need to include certain code in the build. Use !CONFIG_SKIP_LOWLEVEL_INIT rather than CONFIG_SPL_BUILD || CONFIG_NOR_BOOT to make the code clearer, and to make supporting XIP QSPI boot clearer in the code. Signed-off-by: Tom Rini tr...@ti.com

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

2014-04-09 Thread Tom Rini
On Wed, Apr 09, 2014 at 12:20:43PM +0900, Masahiro Yamada wrote: Hi Nobuhiro, Tom, diff --git a/arch/arm/lib/bootm-fdt.c b/arch/arm/lib/bootm-fdt.c index e40691d..8da9dac 100644 --- a/arch/arm/lib/bootm-fdt.c +++ b/arch/arm/lib/bootm-fdt.c @@ -18,6 +18,7 @@ #include common.h

[U-Boot] [PATCH] arm:board:trats2:FIX: Clear INFORM4 and INFORM5 registers at correct boot

2014-04-09 Thread Lukasz Majewski
During switch to device tree, commit 1ecab0f has removed this code. INFORM4 and INFORM5 registers are used by TRATS2 first stage bootloader for providing recovery. For normal operation, those two must be cleared out. This error emerges when one force reset from u-boot's command line for three

[U-Boot] [RFC][PATCH] fdt: Remove fdt_fixup_memory function

2014-04-09 Thread Tom Rini
The fdt_fixup_memory function is only used on PowerPC where we only claim one memory bank in U-Boot (and then in the device tree) so we can call a function that just calls fdt_fixup_memory_banks(..., 1). Call this directly for consistency with other architectures. Cc: Jerry Van Baren

Re: [U-Boot] [PATCH] arm:board:trats2:FIX: Clear INFORM4 and INFORM5 registers at correct boot

2014-04-09 Thread Minkyu Kang
Dear Lukasz Majewski, On 09/04/14 21:41, Lukasz Majewski wrote: During switch to device tree, commit 1ecab0f has removed this code. INFORM4 and INFORM5 registers are used by TRATS2 first stage bootloader for providing recovery. For normal operation, those two must be cleared out. This

Re: [U-Boot] [PATCH] arm:board:trats2:FIX: Clear INFORM4 and INFORM5 registers at correct boot

2014-04-09 Thread Lukasz Majewski
Hi Minkyu, Dear Lukasz Majewski, On 09/04/14 21:41, Lukasz Majewski wrote: During switch to device tree, commit 1ecab0f has removed this code. INFORM4 and INFORM5 registers are used by TRATS2 first stage bootloader for providing recovery. For normal operation, those two must be

[U-Boot] [PATCH v2] arm:board:trats2:FIX: Clear INFORM4 and INFORM5 registers at correct boot

2014-04-09 Thread Lukasz Majewski
During switch to device tree, commit 1ecab0f has removed this code. INFORM4 and INFORM5 registers are used by TRATS2 first stage bootloader for providing recovery. For normal operation, those two must be cleared out. This error emerges when one force reset from u-boot's command line for three

Re: [U-Boot] Modify go to allow chain loading a second u-boot

2014-04-09 Thread Helmut Raiger
On 04/08/2014 04:27 AM, Simon Glass wrote: 1) add option to 'go' command, which is hard as it has variable arguments This seems best to me if you don't want to add a new command. Maybe you could add a '-c' argument to cleanup? This kind of option is clearly not what other u-boot

Re: [U-Boot] [BeagleBone Black] AM335x CPU frequency

2014-04-09 Thread Robert Nelson
On Wed, Apr 9, 2014 at 6:59 AM, Xuebing Wang xbi...@gmail.com wrote: Hi community, Can someone confirm that in the latest u-boot code, by default BeagleBone Black CPU AM335x is using opp100 (dpll_mpu_opp100), and CPU runs at 1GHz? Thanks.

Re: [U-Boot] Chain loading an u-boot from an u-boot

2014-04-09 Thread Helmut Raiger
On 04/04/2014 11:25 AM, Stefano Babic wrote: Hi Helmut, On 04/04/2014 01:13, Simon Glass wrote: 1) add option to 'go' command, which is hard as it has variable arguments 2) add another go command 3) use an environment variable to set the option for 'go' Theoretically I could use a u-boot

Re: [U-Boot] [RFC][PATCH] fdt: Remove fdt_fixup_memory function

2014-04-09 Thread Wolfgang Denk
Dear Tom Rini, In message 1397047800-26221-1-git-send-email-tr...@ti.com you wrote: The fdt_fixup_memory function is only used on PowerPC where we only claim one memory bank in U-Boot (and then in the device tree) so we can call a function that just calls fdt_fixup_memory_banks(..., 1). Call

Re: [U-Boot] Modify go to allow chain loading a second u-boot

2014-04-09 Thread Wolfgang Denk
Dear Helmut, In message 53455133.5010...@hale.at you wrote: This seems best to me if you don't want to add a new command. Maybe you could add a '-c' argument to cleanup? This kind of option is clearly not what other u-boot commands use, I could not find a single command that supports

[U-Boot] data abort in omap_gpio

2014-04-09 Thread Andreas Bießmann
Hi all, I've encountered a data abort in tricorder board when switching gpio's. Here is the trace: ---8--- gpio_direction_output (gpio=value optimized out, value=0) at /home/abiessmann/src/u-boot/drivers/gpio/omap_gpio.c:197 197 _set_gpio_dataout(bank, get_gpio_index(gpio), value);

[U-Boot] Data abort in omap_gpio

2014-04-09 Thread Andreas Bießmann
Hi all, I've encountered a data abort in omap_gpio when using gpio_direction_output(). Anyone aware of that? Here is the trace: ---8--- gpio_direction_output (gpio=value optimized out, value=0) at /home/abiessmann/src/u-boot/drivers/gpio/omap_gpio.c:197 197 _set_gpio_dataout(bank,

Re: [U-Boot] Data abort in omap_gpio

2014-04-09 Thread Tom Rini
On Wed, Apr 09, 2014 at 05:22:57PM +0200, Andreas Bießmann wrote: Hi all, I've encountered a data abort in omap_gpio when using gpio_direction_output(). Anyone aware of that? Here is the trace: ---8--- gpio_direction_output (gpio=value optimized out, value=0) at

Re: [U-Boot] [PATCH 04/11] MX6: add common SPL configuration

2014-04-09 Thread Tim Harvey
On Wed, Apr 9, 2014 at 7:55 AM, Nikita Kiryanov nik...@compulab.co.il wrote: Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: Add a common header which can hopefully be shared among imx6 SPL users Signed-off-by: Tim Harvey thar...@gateworks.com --- include/configs/imx6_spl.h | 64

Re: [U-Boot] [PATCH 09/11] IMX: add additional function for pinmux using an array

2014-04-09 Thread Tim Harvey
On Wed, Apr 9, 2014 at 7:56 AM, Nikita Kiryanov nik...@compulab.co.il wrote: Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: Add new function that can take an array of iomux configs, an index, and a stride to allow a multi-dimentional array of pinmux values to be used to define pinmux

Re: [U-Boot] [PATCH 07/11] MX6: use macro building for MX6Q/MX6DL iomux regs

2014-04-09 Thread Tim Harvey
On Wed, Apr 9, 2014 at 7:57 AM, Nikita Kiryanov nik...@compulab.co.il wrote: Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: This is an attempt at using a macro to allow mx6dl-ddr.h and mx6q-ddr.h registers to be used together which is needed for an SPL bootloader that can run on either

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

2014-04-09 Thread Nikita Kiryanov
Hi Tim, On 04/03/2014 09:01 AM, 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 07/11] MX6: use macro building for MX6Q/MX6DL iomux regs

2014-04-09 Thread Nikita Kiryanov
Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: This is an attempt at using a macro to allow mx6dl-ddr.h and mx6q-ddr.h registers to be used together which is needed for an SPL bootloader that can run on either CPU's and must configure MMDC iomux dynamically. I am trying to come up with a

Re: [U-Boot] [PATCH 09/11] IMX: add additional function for pinmux using an array

2014-04-09 Thread Nikita Kiryanov
Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: Add new function that can take an array of iomux configs, an index, and a stride to allow a multi-dimentional array of pinmux values to be used to define pinmux values per cpu-type. This takes a different approach to previously proposed

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

2014-04-09 Thread Nikita Kiryanov
Hi Tim, On 04/03/2014 09:01 AM, 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 +1 -- Regards,

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

2014-04-09 Thread Nikita Kiryanov
Hi Tim, On 04/03/2014 09:01 AM, 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

Re: [U-Boot] [PATCH 04/11] MX6: add common SPL configuration

2014-04-09 Thread Nikita Kiryanov
Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: Add a common header which can hopefully be shared among imx6 SPL users Signed-off-by: Tim Harvey thar...@gateworks.com --- include/configs/imx6_spl.h | 64 ++ 1 file changed, 64 insertions(+)

[U-Boot] How to extract files from U-Boot image file, LZMA-compressed?

2014-04-09 Thread kebjo
How to extract files from U-Boot image file, LZMA-compressed? -- View this message in context: http://u-boot.10912.n7.nabble.com/How-to-extract-files-from-U-Boot-image-file-LZMA-compressed-tp177663.html Sent from the U-Boot mailing list archive at Nabble.com.

Re: [U-Boot] [RFC][PATCH] fdt: Remove fdt_fixup_memory function

2014-04-09 Thread Tom Rini
On Wed, Apr 09, 2014 at 04:26:40PM +0200, Wolfgang Denk wrote: Dear Tom Rini, In message 1397047800-26221-1-git-send-email-tr...@ti.com you wrote: The fdt_fixup_memory function is only used on PowerPC where we only claim one memory bank in U-Boot (and then in the device tree) so we can

[U-Boot] Add support for SPI NOR on the Freescale MCIMX6SLEVK Board

2014-04-09 Thread Sam Catch
I am trying to add support for the SPI NOR device on the Freescale MCIMX6SLEVK Board. I have created a patch that should enable support ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Add support for SPI NOR on the Freescale MCIMX6SLEVK Board

2014-04-09 Thread Sam Catch
I am trying to add support for the SPI NOR device on the Freescale MCIMX6SLEVK Board. I have created a patch that should enable support but the probe command does not find the device. The process fails during the ECSPI transfer. I have tried the following patch to the latest git master of

Re: [U-Boot] Different Port for TFTP communication

2014-04-09 Thread Nikolay Dimitrov
Sorry for the duplicate answer, I'm reading this list via daily digest. Kind regards, Nikolay ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] serial: nsl16550: add hw flow control support

2014-04-09 Thread Murali Karicheri
keystone serial hw support hw flow control. This patch enables hw flow control for keystone EVMs as an optional feature based on CONFIG_SERIAL_HW_FLOW_CONTROL. Signed-off-by: Murali Karicheri m-kariche...@ti.com --- depends on keystone patch series which is on the list. README

[U-Boot] [RESEND: PATCH] serial: nsl16550: add hw flow control support

2014-04-09 Thread Murali Karicheri
keystone serial hw support hw flow control. This patch enables hw flow control for keystone EVMs as an optional feature based on CONFIG_HWFLOW Signed-off-by: Murali Karicheri m-kariche...@ti.com --- Depends on keystone patch series on the u-boot mailing list drivers/serial/ns16550.c |6

[U-Boot] [PATCH] Enable big-endian processors to use EHCI interrupt transfers

2014-04-09 Thread Adrian Cox
Add endian support macros to interrupt transfers in the EHCI driver, to allow operation on PowerPC. Signed-off-by: Adrian Cox adr...@humboldt.co.uk --- drivers/usb/host/ehci-hcd.c | 50 +-- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git

[U-Boot] AP94 u-boot network failure

2014-04-09 Thread donce donce
I have this u-boot code from vizio router I can successfully compile this for AP94 target However in u-boot, network doesn't work at all Network has static IP by default and ping host in console : Using eth0 device ping failed: host 192.168.1.1 is not alive Check mii dump below, I don't see

[U-Boot] [PATCH] Enable big-endian processors to use EHCI interrupt transfers

2014-04-09 Thread Adrian Cox
Add endian support macros to interrupt transfers in the EHCI driver, to allow operation on PowerPC. Signed-off-by: Adrian Cox adr...@humboldt.co.uk --- drivers/usb/host/ehci-hcd.c | 50 +-- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git

Re: [U-Boot] [PATCH] Enable big-endian processors to use EHCI interrupt transfers

2014-04-09 Thread Marek Vasut
On Wednesday, April 09, 2014 at 11:03:50 PM, Adrian Cox wrote: Add endian support macros to interrupt transfers in the EHCI driver, to allow operation on PowerPC. Signed-off-by: Adrian Cox adr...@humboldt.co.uk Why did I just get this email twice please? btw Adrian, sorry for my slow

[U-Boot] How can I save U-Boot env vars to HUSH shell vars.

2014-04-09 Thread James Chargin
I'd like to store the values of environment variables in HUSH shell variables and then restore them later. My ultimate goal is to preserve a few environment variables through a env default -f. I'm working with U-Boot 2010.12. Changing to a newer version is not possible at this time. I

Re: [U-Boot] [RFC][PATCH] fdt: Remove fdt_fixup_memory function

2014-04-09 Thread Wolfgang Denk
Dear Tom, In message 20140409182426.GV23803@bill-the-cat you wrote: I understand what you mean and what you want, but I'm not really happy about it. Code or comment wise? Both... Right, so we have a mismatch between function name (fdt_fixup_memory_bank) and function of the node

Re: [U-Boot] How can I save U-Boot env vars to HUSH shell vars.

2014-04-09 Thread Wolfgang Denk
Dear James, In message 5345b6ec.6050...@gmail.com you wrote: I'd like to store the values of environment variables in HUSH shell variables and then restore them later. My ultimate goal is to preserve a few environment variables through a env default -f. It is probably easier to use env

Re: [U-Boot] [RFC PATCH] MIPS: incaip: move board specific code out of generic code

2014-04-09 Thread Daniel Schwierzeck
Dear Wolfgang, 2014-04-08 21:56 GMT+02:00 Daniel Schwierzeck daniel.schwierz...@gmail.com: 2014-04-08 21:39 GMT+02:00 Wolfgang Denk w...@denx.de: Dear Daniel, In message 1396908893-12011-1-git-send-email-daniel.schwierz...@gmail.com you wrote: This is required to switch MIPS platform to

Re: [U-Boot] [RFC][PATCH] fdt: Remove fdt_fixup_memory function

2014-04-09 Thread Tom Rini
On Wed, Apr 09, 2014 at 11:39:10PM +0200, Wolfgang Denk wrote: Dear Tom, In message 20140409182426.GV23803@bill-the-cat you wrote: I understand what you mean and what you want, but I'm not really happy about it. Code or comment wise? Both... OK, concept wise? Right, so we

Re: [U-Boot] How can I save U-Boot env vars to HUSH shell vars.

2014-04-09 Thread James Chargin
Dear Wolfgang, Thank you for your reply. On 04/09/2014 02:50 PM, Wolfgang Denk wrote: Dear James, In message 5345b6ec.6050...@gmail.com you wrote: I'd like to store the values of environment variables in HUSH shell variables and then restore them later. My ultimate goal is to preserve a few

Re: [U-Boot] Modify go to allow chain loading a second u-boot

2014-04-09 Thread Rob Herring
On Thu, Apr 3, 2014 at 4:40 AM, Helmut Raiger helmut.rai...@hale.at wrote: Hi, for all the wrong reasons I have to load a second u-boot from a first one. FYI, I can do this without problems on highbank. It's certainly useful for development. I'm finally able to start it, but it only works

Re: [U-Boot] [PATCH] trats2: config: fix: Set default console to ttySAC2

2014-04-09 Thread Minkyu Kang
On 09/04/14 17:44, Lukasz Majewski wrote: During providing device tree support for Exynos4 based boards, a tiny mistake has creeped in the 1ecab0f commit. This commit restores proper setting of default console for the trats2 board. Signed-off-by: Lukasz Majewski l.majew...@samsung.com

Re: [U-Boot] [PATCH] trats: config: fix: Set default console to ttySAC2

2014-04-09 Thread Minkyu Kang
On 09/04/14 17:44, Lukasz Majewski wrote: During providing device tree support for Exynos4 based boards, a tiny mistake has creeped in the fe60164 commit. This commit restores proper setting of default console for the trats board. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Cc:

Re: [U-Boot] [PATCH v2] arm:board:trats2:FIX: Clear INFORM4 and INFORM5 registers at correct boot

2014-04-09 Thread Minkyu Kang
On 09/04/14 22:09, Lukasz Majewski wrote: During switch to device tree, commit 1ecab0f has removed this code. INFORM4 and INFORM5 registers are used by TRATS2 first stage bootloader for providing recovery. For normal operation, those two must be cleared out. This error emerges when one

Re: [U-Boot] [PATCH] buildman: make output dir configurable

2014-04-09 Thread Simon Glass
Hi Daniel, On 8 April 2014 12:52, Daniel Schwierzeck daniel.schwierz...@gmail.comwrote: 2014-04-08 21:35 GMT+02:00 Simon Glass s...@chromium.org: Hi Daniel, On 28 March 2014 14:46, Daniel Schwierzeck daniel.schwierz...@gmail.com wrote: Add an option to specify the output directory

[U-Boot] [PATCH] Powerpc/mpc8536DS: Increase SPI/SD uboot Image size to 768K

2014-04-09 Thread Haijun Zhang
u-boot binary size for Freescale mpc8536DS platforms is 512KB. This has been reached to upper limit of the platforms and causig linker error. So increase the u-boot binary size to 768KB. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com --- include/configs/MPC8536DS.h | 4 ++-- 1 file

[U-Boot] [PATCH 2/2] dfu, nand: add medium specific polltimeout function

2014-04-09 Thread Heiko Schocher
add a possibility to add a medium specific polltimeout function. So it is possible to define different poll timeouts. Used on nand medium, for setting the DFU_MANIFEST_POLL_TIMEOUT only on nand ubi partitions, which is currently the only usecase. Signed-off-by: Heiko Schocher h...@denx.de Cc:

[U-Boot] [PATCH 1/2] musb-new, dfu: first send request answer then call completions

2014-04-09 Thread Heiko Schocher
comment in ep0_txstate() states: report completions as soon as the fifo's loaded; there's no win in waiting till this last packet gets acked. This is wrong for using dfu. In the dfu usecase we must send a PollTimeout to the host, so the host can wait until the U-Boot Code is ready for answering

Re: [U-Boot] [PATCH v3 1/4]drivers: mmc: dwmmc: enable support for DT

2014-04-09 Thread Jaehoon Chung
Hi, Minkyu. On 04/08/2014 02:08 PM, Beomho Seo wrote: Thank you for your advice. On 04/08/2014 11:53 AM, Minkyu Kang wrote: Dear Beonho Seo, On 20/03/14 13:14, Beomho Seo wrote: This patch enables for device tree for dw-mmc driver. Driver have been fixed because it is used exynos5 and