[U-Boot] [U-Boot, PATCH v3 1/2] arm: BeagleBone Black: enable fastboot support

2014-09-11 Thread Dileep Katta
Enable Android Fastboot support on am335x_evm board Signed-off-by: Dileep Katta dileep.ka...@linaro.org --- Changes in v2: -None Changes in v3: -None include/configs/am335x_evm.h | 10 ++ 1 file changed, 10 insertions(+) diff --git

[U-Boot] [U-Boot, PATCH v3 2/2] fastboot: Flash command support

2014-09-11 Thread Dileep Katta
Flash command internally uses DFU, and Fastboot command initialization is modified to add DFU and partition initialization Added oem format functionality for GPT table creation partitioning code is added as disk/part_fastboot.c for better usability Fastboot flash command code is enabled and

Re: [U-Boot] [PATCH 2/2 v2] fastboot: Flash command support

2014-09-11 Thread Dileep Katta
On 12 August 2014 01:22, Steve Rae s...@broadcom.com wrote: On 14-08-10 06:59 PM, Dileep Katta wrote: Flash command internally uses DFU, and Fastboot command initialization is modified to add DFU and partition initialization Added oem format functionality for GPT table creation

[U-Boot] [Uboot 2012.10] AMCC's Riviera (PowerPC) linking .bss section at 0x10?

2014-09-11 Thread DangNhat PhamHuu
Hi, I know uboot 2012 is quite old but I’m quite confused here. I’m trying to move the code for n4310 board (which similar to riviera) from uboot 2009 to uboot 2012.10. The linker script for uboot-ocm for n4310 was copied from riviera’s one. In riviera ocm linker script, I noticed that .bss is

Re: [U-Boot] [PATCH 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-11 Thread Jaehoon Chung
Hi, On 09/09/2014 12:44 PM, Akshay Saraswat wrote: Hi Masahiro, Hi Samsung developers, Simon Glass, 2014-09-09 1:10 GMT+09:00 Masahiro YAMADA : Hi Stephen, 2014-09-09 0:58 GMT+09:00 Stephen Warren : On 09/08/2014 09:57 AM, Masahiro YAMADA wrote: Hi Stephen, 2014-09-09 0:04

[U-Boot] [PATCH] am335x_evm: Add boot script support to am335x_evm

2014-09-11 Thread Guillaume GARDET
This patch adds boot script support to am335x_evm Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/include/configs/am335x_evm.h

Re: [U-Boot] [PATCH] odroid: set MPLL clock to 880MHz

2014-09-11 Thread Lukasz Majewski
Hi Jaehoon, Hi, On 09/11/2014 02:03 PM, Minkyu Kang wrote: On 05/09/14 19:50, Przemyslaw Marczak wrote: Hello Minkyu, On 09/05/2014 08:55 AM, Minkyu Kang wrote: On 24/07/14 19:42, Przemyslaw Marczak wrote: This patch changes MPLL from 800MHz to 880MHz on Odroid. Signed-off-by:

Re: [U-Boot] [PATCH 5/8] config: Move arndale to use common exynos5250 file

2014-09-11 Thread Minkyu Kang
Dear Simon Glass, On 23/07/14 21:11, Simon Glass wrote: Most of the arndale features are common with other exynos5250 boards. To permit easier addition of driver model support, use the common file. Signed-off-by: Simon Glass s...@chromium.org --- include/configs/arndale.h | 212

Re: [U-Boot] [PATCH 3/8] exynos: Move common smdk5420 things to common file

2014-09-11 Thread Minkyu Kang
Dear Simon Glass, On 23/07/14 21:11, Simon Glass wrote: A few things are common but are not in the common file. Fix this and rename the file to fit with the other exynos*-common files. Signed-off-by: Simon Glass s...@chromium.org --- include/configs/{exynos5420.h = exynos5420-common.h}

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Wolfgang Denk
Dear Michal, In message 54112b64.5010...@monstr.eu you wrote: I am not sure if you need to have separate repo to work like this. I am keeping zynq patches in my microblaze repo and sending pull request to Albert (or Tom now) and there is no problem with that. Well, technically of course

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Pavel Machek
Hi! In socfpga case I think there are guys from Altera who maintain it. Well, they maintain the stuff at rocketboards.org ; there are efforts on the way to mainline stuff, but the process is not exactly satisfactory. I highly appreciate that Marek volunteers to put efforts in this. As

Re: [U-Boot] [U-Boot, PATCH v3 2/2] fastboot: Flash command support

2014-09-11 Thread Wolfgang Denk
Dear Dileep Katta, In message 1410417650-16522-2-git-send-email-dileep.ka...@linaro.org you wrote: Flash command internally uses DFU, and Fastboot command initialization is modified to add DFU and partition initialization Added oem format functionality for GPT table creation partitioning

Re: [U-Boot] [PATCH v2] README.imximage: Fix the maximum DCD size

2014-09-11 Thread Stefano Babic
Hi Fabio, On 09/09/2014 17:37, Fabio Estevam wrote: In commit 021e79c85371 (tools: imximage: Fix the maximum DCD size for mx53/mx6) we have fixed the maximum DCD size for mx53/mx6. Do the same on the README document for consistency. Reported-by: Jonas Karlsson jonas.d.karls...@gmail.com

Re: [U-Boot] [PATCH v3 0/8] add clang support for some ARM boards

2014-09-11 Thread Albert ARIBAUD
Hi Jeroen, On Wed, 10 Sep 2014 20:08:50 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: Changes since v2: - As Albert pointed out the clang instructions don't work with Debian based binary packages. While I was aware of that it is for a different reason then I thought, it is

Re: [U-Boot] [PATCH v2 1/2] usb: eth: add ASIX AX88179 DRIVER

2014-09-11 Thread René Griessl
Am 10.09.2014 17:00, schrieb Marek Vasut: On Wednesday, September 10, 2014 at 12:00:29 PM, René Griessl wrote: Am 09.09.2014 16:34, schrieb Marek Vasut: On Wednesday, September 03, 2014 at 04:31:20 PM, Rene Griessl wrote: changes in v2: -added usb_ether.h to change list

Re: [U-Boot] [PATCH 1/2 v3] Add i.MX6 CPU temperature sensor support

2014-09-11 Thread Stefano Babic
Hi Nitin, On 02/09/2014 00:48, nitin.g...@freescale.com wrote: From: Nitin Garg nitin.g...@freescale.com i.MX6 SoC has onChip temperature sensor. Add support for this sensor. Signed-off-by: Nitin Garg nitin.g...@freescale.com --- arch/arm/cpu/armv7/mx6/soc.c | 138

Re: [U-Boot] [PATCH v2 2/2] imx: mx6slevk: Change to use generic board

2014-09-11 Thread Stefano Babic
On 09/09/2014 08:51, Ye.Li wrote: Enable CONFIG_SYS_GENERIC_BOARD for imx6slevk to use generic board. Signed-off-by: Ye.Li b37...@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX

Re: [U-Boot] [PATCH v2 1/2] imx: mx6q/dlarm2: Change to use generic board

2014-09-11 Thread Stefano Babic
On 09/09/2014 08:51, Ye.Li wrote: Enable the CONFIG_SYS_GENERIC_BOARD for imx6q/dl arm2 board to use generic board. Signed-off-by: Ye.Li b37...@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v3 3/4] mtd: nand: add Freescale vf610_nfc driver

2014-09-11 Thread Stefano Babic
Hi Stefan, patch is landed on my desk as part of i.MX. I will have some minor points. Is thi On 18/08/2014 18:26, Stefan Agner wrote: This adds initial support for Freescale NFC (NAND Flash Controller) found in ARM Vybrid SoC's, Power Architecture MPC5125 and others. The driver is called

Re: [U-Boot] [PATCH v3 3/4] mtd: nand: add Freescale vf610_nfc driver

2014-09-11 Thread Stefano Babic
On 21/08/2014 23:15, Bill Pringlemeir wrote: On 14 Aug 2014, ste...@agner.ch wrote: This adds initial support for Freescale NFC (NAND Flash Controller) found in ARM Vybrid SoC's, Power Architecture MPC5125 and others. However, this driver is only tested on Vybrid. On Wed, 2014-08-13 at

[U-Boot] [PATCH V2] sf: Add support for flag status register on Micron chips

2014-09-11 Thread Mingkai . Hu
From: Mingkai Hu mingkai...@freescale.com Enter 3 Byte address mode at first, because it may change to 4 Byte address mode in kernel driver and not reset to 3 Byte address mode after reboot. Add clear flag status register operation that some Micron SPI flash chips required after reading the flag

[U-Boot] [PATCH V2] sf: Add support for flag status register on Micron chips

2014-09-11 Thread Mingkai . Hu
From: Mingkai Hu mingkai...@freescale.com Enter 3 Byte address mode at first, because it may change to 4 Byte address mode in kernel driver and not reset to 3 Byte address mode after reboot. Add clear flag status register operation that some Micron SPI flash chips required after reading the flag

[U-Boot] [PATCH] imx: nitrogen6x: Make use of both uSD and SD slots to load script or kernel on Sabrelite board

2014-09-11 Thread Guillaume GARDET
Sabrelite board has two solts: 0 is SD3 (bottom) slot and 1 is uSD4 (top) slot. This patch makes use of both slots instead of only one. Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Stefano Babic sba...@denx.de Cc: Eric Nelson eric.nel...@boundarydevices.com ---

Re: [U-Boot] [PATCH v3 0/8] add clang support for some ARM boards

2014-09-11 Thread Jeroen Hofstee
Hello Albert, On do, 2014-09-11 at 10:32 +0200, Albert ARIBAUD wrote: On Wed, 10 Sep 2014 20:08:50 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: Changes since v2: - As Albert pointed out the clang instructions don't work with Debian based binary packages. While I was

Re: [U-Boot] arm kirkwood pending patches

2014-09-11 Thread Prafulla Wadaskar
Sure... will be pulled soon, once I am back in office. Regards... Prafulla . . . -Original Message- From: Luka Perkov [mailto:l...@openwrt.org] Sent: 11 September 2014 04:29 To: u-boot@lists.denx.de Cc: Prafulla Wadaskar Subject: arm kirkwood pending patches Hi, I have

Re: [U-Boot] [PATCH v2 1/2] usb: dfu: add fullspeed support for DFU

2014-09-11 Thread Lukasz Majewski
Hi Heiko, DFU now can use also fullspeed. Signed-off-by: Heiko Schocher h...@denx.de Cc: Tom Rini tr...@ti.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut ma...@denx.de Cc: Liu Bin b-...@ti.com Cc: Lukas Stockmann lukas.stockm...@siemens.com --- - changes for v2:

[U-Boot] [PATCH v4 1/2] mtd: nand: add Freescale vf610_nfc driver

2014-09-11 Thread Stefan Agner
This adds initial support for Freescale NFC (NAND Flash Controller) found in ARM Vybrid SoC's, Power Architecture MPC5125 and others. The driver is called vf610_nfc since this is the first supported and tested hardware platform supported by the driver. Signed-off-by: Stefan Agner ste...@agner.ch

[U-Boot] [PATCH v4 0/2] arm: vf610: add NAND flash support

2014-09-11 Thread Stefan Agner
This patch set adds NAND Flash Controller (NFC) support for Freescale Vybrid ARM SoCs (vf610). The driver is based on Bill Pringlemeirs prelineary patch sent in January 2014 to the MTD mailing list: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/226623.html Changes in v4 -

[U-Boot] [PATCH v4 2/2] arm: vf610: add NAND support for vf610twr

2014-09-11 Thread Stefan Agner
This adds NAND support for the Vybrid tower system (TWR-VF65GS10) provided by the vf610_nfc driver. Full 16-Bit bus width is supported. Also an aditional config vf610twr_nand is introduced which gets the environment from NAND. However, booting U-Boot from NAND is not yet possible due to missing

[U-Boot] [PATCH] usb: dfu: thor: gadget: Remove dead code

2014-09-11 Thread Lukasz Majewski
This code is not used anymore in the current DFU implementation and can be safely removed. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- drivers/usb/gadget/f_dfu.c | 8 drivers/usb/gadget/f_thor.c | 10 -- 2 files changed, 18 deletions(-) diff --git

Re: [U-Boot] [PATCH v3 0/8] add clang support for some ARM boards

2014-09-11 Thread Albert ARIBAUD
Hi Jeroen, On Thu, 11 Sep 2014 13:17:20 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Albert, On do, 2014-09-11 at 10:32 +0200, Albert ARIBAUD wrote: On Wed, 10 Sep 2014 20:08:50 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: Changes since v2: - As Albert

Re: [U-Boot] [PATCH v3 0/8] add clang support for some ARM boards

2014-09-11 Thread Albert ARIBAUD
Hi Jeroen, On Wed, 10 Sep 2014 20:08:50 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: Changes since v2: - As Albert pointed out the clang instructions don't work with Debian based binary packages. While I was aware of that it is for a different reason then I thought, it is

Re: [U-Boot] [PATCH v3 0/8] add clang support for some ARM boards

2014-09-11 Thread Albert ARIBAUD
Hi Jeroen, Correction on the asm stuff: On Thu, 11 Sep 2014 13:17:20 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: clang errors on arch/arm/lib/cache.c:28 for this: asm(0: mrc p15, 0, r15, c7, c10, 3\n\t bne 0b\n : : : memory); and that is a clang mistake, as for ARM926EJS r15 is a

Re: [U-Boot] [PATCH] arch/arm: Add individual TLB size support.

2014-09-11 Thread Albert ARIBAUD
Hi li.xi...@freescale.com, On Wed, 10 Sep 2014 03:10:27 +, li.xi...@freescale.com li.xi...@freescale.com wrote: Hi Albert, Subject: Re: [PATCH] arch/arm: Add individual TLB size support. Hi Xiubo, On Mon, 7 Jul 2014 13:19:11 +0800, Xiubo Li li.xi...@freescale.com wrote:

Re: [U-Boot] [PATCH 0/2] fix issue with mmc partition management

2014-09-11 Thread Tom Rini
On Tue, Sep 02, 2014 at 06:31:21PM -0500, Peter A. Bigot wrote: This series aims at addressing an issue discovered with SPL mode when the MMC device being used lacks an environment partition. http://www.mail-archive.com/meta-ti@yoctoproject.org/msg04320.html includes details on the original

Re: [U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support

2014-09-11 Thread Albert ARIBAUD
Hi Thierry, On Tue, 26 Aug 2014 17:33:48 +0200, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com Note: this series was split over several custodians (including myself). It might thus get applied piecewise... Shouldn't it rather be assigned a single

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Dinh Nguyen
On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk w...@denx.de wrote: Dear Michal, In message 54112b64.5010...@monstr.eu you wrote: I am not sure if you need to have separate repo to work like this. I am keeping zynq patches in my microblaze repo and sending pull request to Albert (or Tom

Re: [U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support

2014-09-11 Thread Stephen Warren
On 09/11/2014 10:00 AM, Albert ARIBAUD wrote: Hi Thierry, On Tue, 26 Aug 2014 17:33:48 +0200, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com Note: this series was split over several custodians (including myself). It might thus get applied piecewise...

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Dinh Nguyen
On Wed, Sep 10, 2014 at 6:33 PM, Marek Vasut ma...@denx.de wrote: Hello, I'd be interested in maintaining u-boot-socfpga repository. So far, we don't have a repo for this platform and there is a large flurry of patches flying around without any kind of central point for them. I'd like to get

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Marek Vasut
On Thursday, September 11, 2014 at 09:46:18 AM, Wolfgang Denk wrote: Dear Michal, In message 54112b64.5010...@monstr.eu you wrote: I am not sure if you need to have separate repo to work like this. I am keeping zynq patches in my microblaze repo and sending pull request to Albert (or

Re: [U-Boot] [PATCH] usb: dfu: thor: gadget: Remove dead code

2014-09-11 Thread Marek Vasut
On Thursday, September 11, 2014 at 03:26:10 PM, Lukasz Majewski wrote: This code is not used anymore in the current DFU implementation and can be safely removed. Signed-off-by: Lukasz Majewski l.majew...@samsung.com How come the compiler didn't spew that this is unused ? Best regards, Marek

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Marek Vasut
On Thursday, September 11, 2014 at 06:56:04 AM, Michal Simek wrote: Hi, On 09/11/2014 05:09 AM, Masahiro Yamada wrote: On Thu, 11 Sep 2014 01:33:20 +0200 Marek Vasut ma...@denx.de wrote: Hello, I'd be interested in maintaining u-boot-socfpga repository. So far, we don't have a

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Marek Vasut
On Thursday, September 11, 2014 at 09:55:55 AM, Pavel Machek wrote: Hi! In socfpga case I think there are guys from Altera who maintain it. Well, they maintain the stuff at rocketboards.org ; there are efforts on the way to mainline stuff, but the process is not exactly

Re: [U-Boot] [PATCH] e1000: add i211 and unprogrammed i210/i211 support

2014-09-11 Thread Marek Vasut
On Wednesday, September 10, 2014 at 11:18:20 PM, Marcel Ziswiler wrote: On Mon, 2014-09-08 at 04:07 +0200, Marek Vasut wrote: Does the network really work with an i21x with unprogrammed iNVM ? Yes, it actually does work quite nicely. That's interesting. I never got it working with

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Marek Vasut
On Thursday, September 11, 2014 at 06:14:55 PM, Dinh Nguyen wrote: On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk w...@denx.de wrote: Dear Michal, In message 54112b64.5010...@monstr.eu you wrote: I am not sure if you need to have separate repo to work like this. I am keeping zynq

Re: [U-Boot] [PATCH 1/7] ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined

2014-09-11 Thread Hans de Goede
Hi Chen, On 09/11/2014 07:07 PM, Chen-Yu Tsai wrote: Hi Ian, Hans, On Mon, Sep 8, 2014 at 9:28 PM, Chen-Yu Tsai w...@csie.org wrote: BOOT_TARGET_DEVICES includes USB unconditionally. This breaks when CONFIG_CMD_USB is not defined. Use a secondary macro to conditionally include it when

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Tom Rini
On Thu, Sep 11, 2014 at 11:14:55AM -0500, Dinh Nguyen wrote: On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk w...@denx.de wrote: Dear Michal, In message 54112b64.5010...@monstr.eu you wrote: I am not sure if you need to have separate repo to work like this. I am keeping zynq patches in

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Marek Vasut
On Thursday, September 11, 2014 at 06:01:31 PM, Dinh Nguyen wrote: On Wed, Sep 10, 2014 at 6:33 PM, Marek Vasut ma...@denx.de wrote: Hello, I'd be interested in maintaining u-boot-socfpga repository. So far, we don't have a repo for this platform and there is a large flurry of patches

Re: [U-Boot] [PATCH 2/2] mmc: restore capacity when switching to partition 0

2014-09-11 Thread Tom Rini
On Tue, Sep 02, 2014 at 06:31:23PM -0500, Peter A. Bigot wrote: The capacity and lba for an MMC device with part_num 0 reflects the whole device. When mmc_switch_part() successfully switches to a partition, the capacity is changed to that partition. As partition 0 does not physically exist,

Re: [U-Boot] [PATCH v2 1/2] usb: eth: add ASIX AX88179 DRIVER

2014-09-11 Thread Marek Vasut
On Thursday, September 11, 2014 at 10:33:57 AM, René Griessl wrote: [...] I didn't look deep enough. The 88179 driver is a completely separate driver, not sharing any code what-so-ever with the other ASIX driver, yes ? The USB read and write cmd functions are similar and the probe

Re: [U-Boot] [PATCH v4 1/2] mtd: nand: add Freescale vf610_nfc driver

2014-09-11 Thread Bill Pringlemeir
On 11 Sep 2014, ste...@agner.ch wrote: This adds initial support for Freescale NFC (NAND Flash Controller) found in ARM Vybrid SoC's, Power Architecture MPC5125 and others. The driver is called vf610_nfc since this is the first supported and tested hardware platform supported by the driver.

Re: [U-Boot] [PATCH 1/7] ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined

2014-09-11 Thread Ian Campbell
On Thu, 2014-09-11 at 19:19 +0200, Hans de Goede wrote: Hi Chen, On 09/11/2014 07:07 PM, Chen-Yu Tsai wrote: Hi Ian, Hans, On Mon, Sep 8, 2014 at 9:28 PM, Chen-Yu Tsai w...@csie.org wrote: BOOT_TARGET_DEVICES includes USB unconditionally. This breaks when CONFIG_CMD_USB is not

Re: [U-Boot] [PATCH] usb: dfu: thor: gadget: Remove dead code

2014-09-11 Thread Jeroen Hofstee
Hello Marek, On 11-09-14 17:47, Marek Vasut wrote: On Thursday, September 11, 2014 at 03:26:10 PM, Lukasz Majewski wrote: This code is not used anymore in the current DFU implementation and can be safely removed. Signed-off-by: Lukasz Majewski l.majew...@samsung.com How come the compiler

Re: [U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support

2014-09-11 Thread Simon Glass
Hi, On 11 September 2014 10:17, Stephen Warren swar...@wwwdotorg.org wrote: On 09/11/2014 10:00 AM, Albert ARIBAUD wrote: Hi Thierry, On Tue, 26 Aug 2014 17:33:48 +0200, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com Note: this series was split

Re: [U-Boot] [PATCH v3 0/8] add clang support for some ARM boards

2014-09-11 Thread Jeroen Hofstee
Hello Albert, On 11-09-14 17:43, Albert ARIBAUD wrote: Hi Jeroen, Correction on the asm stuff: On Thu, 11 Sep 2014 13:17:20 +0200, Jeroen Hofstee jer...@myspectrum.nl wrote: clang errors on arch/arm/lib/cache.c:28 for this: asm(0: mrc p15, 0, r15, c7, c10, 3\n\t bne 0b\n : : : memory); and

Re: [U-Boot] [PATCH] usb: dfu: thor: gadget: Remove dead code

2014-09-11 Thread Marek Vasut
On Thursday, September 11, 2014 at 09:17:57 PM, Jeroen Hofstee wrote: Hello Marek, On 11-09-14 17:47, Marek Vasut wrote: On Thursday, September 11, 2014 at 03:26:10 PM, Lukasz Majewski wrote: This code is not used anymore in the current DFU implementation and can be safely removed.

Re: [U-Boot] [PATCH v3 0/8] add clang support for some ARM boards

2014-09-11 Thread Jeroen Hofstee
Hello Albert, On 11-09-14 15:31, Albert ARIBAUD wrote: Thanks, tested building rpi_b, it works now. The, tested on versatileqemu out of curiosity and got the following results: 1. clang warns about Unused static functions in common/console.c, namely console_printdevs and console_doenv (1).

[U-Boot] [PATCH 1/2] driver/ddr/fsl: Fix DDR4 driver

2014-09-11 Thread York Sun
When accumulated ECC is enabled, the DQ_MAP for ECC[4:7] needs to be set to 0, i.e. 0-0, 1-1, etc., required by controller logic, even these pins are not actually connected. Also fix a bug when reading from DDR register to use proper accessor for correct endianess. Signed-off-by: York Sun

[U-Boot] [PATCH 2/2] board/ls1021aqds_d4: Add DDR4 support

2014-09-11 Thread York Sun
LS1021AQDS has a variant with DDR4 slot. This patch adds a new target for this variant and enables DDR4 support. RAW timing parameters are not added for DDR4. The board timing parameters are only tuned for single-rank 1600 and 1800MT/s with Micron DIMM 9ASF51272AZ-2G1A1 due to availability.

Re: [U-Boot] [PATCH 2/2] board/ls1021aqds_d4: Add DDR4 support

2014-09-11 Thread Otavio Salvador
On Thu, Sep 11, 2014 at 5:32 PM, York Sun york...@freescale.com wrote: LS1021AQDS has a variant with DDR4 slot. This patch adds a new target for this variant and enables DDR4 support. RAW timing parameters are not added for DDR4. The board timing parameters are only tuned for single-rank 1600

Re: [U-Boot] [PATCH 2/2] board/ls1021aqds_d4: Add DDR4 support

2014-09-11 Thread York Sun
On 09/11/2014 03:26 PM, Otavio Salvador wrote: On Thu, Sep 11, 2014 at 5:32 PM, York Sun york...@freescale.com wrote: LS1021AQDS has a variant with DDR4 slot. This patch adds a new target for this variant and enables DDR4 support. RAW timing parameters are not added for DDR4. The board timing

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Dinh Nguyen
On 09/11/2014 11:51 AM, Marek Vasut wrote: On Thursday, September 11, 2014 at 06:14:55 PM, Dinh Nguyen wrote: On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk w...@denx.de wrote: Dear Michal, In message 54112b64.5010...@monstr.eu you wrote: I am not sure if you need to have separate repo to

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Dinh Nguyen
On 09/11/2014 12:14 PM, Tom Rini wrote: On Thu, Sep 11, 2014 at 11:14:55AM -0500, Dinh Nguyen wrote: On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk w...@denx.de wrote: Dear Michal, In message 54112b64.5010...@monstr.eu you wrote: I am not sure if you need to have separate repo to work like

[U-Boot] fallback to other boot command (UBootBootCountLimit )

2014-09-11 Thread Arvid E. Picciani
Hi, is this functionality removed from master? http://www.denx.de/wiki/view/DULG/UBootBootCountLimit If yes, would it be ok to re-introduce the feature with a patch submission? What we need is a way to try a different boot command (specifically tftp) if linux fails to boot. best Arvid

Re: [U-Boot] fallback to other boot command (UBootBootCountLimit )

2014-09-11 Thread Fabio Estevam
On Thu, Sep 11, 2014 at 2:21 PM, Arvid E. Picciani a...@exys.org wrote: Hi, is this functionality removed from master? http://www.denx.de/wiki/view/DULG/UBootBootCountLimit Have you added '#define CONFIG_BOOTCOUNT_LIMIT' into your board file? ___

Re: [U-Boot] [PATCH] usb: dfu: thor: gadget: Remove dead code

2014-09-11 Thread Heiko Schocher
Hello Lukasz, Am 11.09.2014 15:26, schrieb Lukasz Majewski: This code is not used anymore in the current DFU implementation and can be safely removed. Signed-off-by: Lukasz Majewskil.majew...@samsung.com --- drivers/usb/gadget/f_dfu.c | 8 drivers/usb/gadget/f_thor.c | 10

Re: [U-Boot] u-boot-socfpga repository

2014-09-11 Thread Wolfgang Denk
Dear Dinh, In message 54122de5.1080...@opensource.altera.com you wrote: Understood...You have just lit a fire in our arses! We have added a resource internally, Vince Bridgers, to help us upstream more u-boot support. Also, now that Linux support for SOCFPGA is decent, I will focus more on

Re: [U-Boot] [PATCH] nand/denali: Adding Denali NAND driver support

2014-09-11 Thread Chin Liang See
On Tue, 2014-09-02 at 21:15 -0500, Scott Wood wrote: On Sat, 2014-08-30 at 07:45 -0400, Tom Rini wrote: On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote: Hi Scott, On Tue, 19 Aug 2014 04:47:40 -0500 Chin Liang See cl...@altera.com wrote: To add the Denali

[U-Boot] [PATCH v10] nand/denali: Adding Denali NAND driver support

2014-09-11 Thread Chin Liang See
To add the Denali NAND driver support into U-Boot. This driver is leveraged from Linux with commit ID fdbad98dff8007f2b8bee6698b5d25ebba0471c9. For Denali controller 64 variance, you need to declare macro CONFIG_SYS_NAND_DENALI_64BIT. Signed-off-by: Chin Liang See cl...@altera.com Cc: Scott Wood

Re: [U-Boot] [PATCH 1/2] arm: Make reset position-independent

2014-09-11 Thread Albert ARIBAUD
Hi Benoît, On Wed, 3 Sep 2014 23:32:33 +0200, Benoît Thébaudeau benoit.thebaudeau@gmail.com wrote: Some boards, like mx31pdk and tx25, require the beginning of the SPL code to be position-independent. For these two boards, this is because they use the i.MX external NAND boot, which

Re: [U-Boot] [PATCH 2/2] arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG

2014-09-11 Thread Albert ARIBAUD
Hi Benoît, On Wed, 3 Sep 2014 23:32:34 +0200, Benoît Thébaudeau benoit.thebaudeau@gmail.com wrote: The boards using CONFIG_SYS_DV_NOR_BOOT_CFG (i.e. calimain, da850evm_direct_nor and enbw_cmc) had the _start symbol defined after the CONFIG_SYS_DV_NOR_BOOT_CFG word rather than before it

Re: [U-Boot] [PATCHv2] generic board for socfpga

2014-09-11 Thread Chin Liang See
On Tue, 2014-09-09 at 13:25 +0200, ZY - pavel wrote: Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable that option as documentation suggests. Signed-off-by: Pavel Machek pa...@denx.de Acked-by: Chin Liang See cl...@altera.com --- Sorry, I let this last too long