Re: [U-Boot] [PATCH] cfi_flash: don't hide write/erase errors

2014-10-06 Thread Baruch Siach
Hi Stefan, On Thu, Sep 04, 2014 at 12:23:09PM +0300, Baruch Siach wrote: Partially revert commit 0d01f66d235118 (CFI: cfi_flash write fix for AMD legacy). flash_full_status_check() used to skip status register parsing when flash_status_check() returns OK. This is wrong since

Re: [U-Boot] [PATCH v3] imx6: add Bachmann OT1200 board

2014-10-06 Thread Christian Gmeiner
Hi --- /dev/null +++ b/board/bachmann/ot1200/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OT1200 + +config SYS_CPU + string + default armv7 + +config SYS_BOARD + string + default ot1200 + +config SYS_VENDOR + string + default bachmann + +config SYS_SOC +

Re: [U-Boot] [PATCH for-next 1/3] sunxi: Kconfig: Consolidate SYS_CONFIG_NAME settings

2014-10-06 Thread Hans de Goede
Hi, On 10/04/2014 10:48 AM, Ian Campbell wrote: No need to be so repetitive. Hmm, I also have a version of this in my tree, I thought I had already send that out, but maybe I did not, see: https://github.com/jwrdegoede/u-boot-sunxi/commit/387033b669d72b8621eeb52c4cdc503e0d63b86d Note this

Re: [U-Boot] [PATCH for-next 2/3] sunxi: kconfig: Add top-level TARGET_SUNXI

2014-10-06 Thread Hans de Goede
Hi, On 10/04/2014 10:48 AM, Ian Campbell wrote: And make TARGET_SUN[457]I a choice variable under this. configs updated with: sed -i -e 's/^\+S:CONFIG_TARGET_SUN.I=y/+S:CONFIG_TARGET_SUNXI=y\n/g' configs/* Signed-off-by: Ian Campbell i...@hellion.org.uk Looks good: Acked-by: Hans

Re: [U-Boot] [PATCH for-next 3/3] sunxi: Kconfig: Make SPL_FEL a toplevel Kconfig option

2014-10-06 Thread Hans de Goede
Hi, On 10/04/2014 10:48 AM, Ian Campbell wrote: It's unfortunate that this needs to be present in both .config and spl/.config since it makes it slightly hard to enable FEL mode for a regular defconfig. It can be done with: echo CONFIG_SPL_FEL=y .config echo CONFIG_SPL_FEL=y

Re: [U-Boot] [PATCH] cfi_flash: don't hide write/erase errors

2014-10-06 Thread Stefan Roese
Hi Baruch, On 06.10.2014 08:19, Baruch Siach wrote: On Thu, Sep 04, 2014 at 12:23:09PM +0300, Baruch Siach wrote: Partially revert commit 0d01f66d235118 (CFI: cfi_flash write fix for AMD legacy). flash_full_status_check() used to skip status register parsing when flash_status_check() returns

Re: [U-Boot] [PATCH for-next 0/3] sunxi: Kconfig consolidation and cleanup

2014-10-06 Thread Ian Campbell
On Mon, 2014-10-06 at 11:16 +0900, Masahiro Yamada wrote: Hi Ian, On Sat, 04 Oct 2014 10:32:04 +0100 Ian Campbell i...@hellion.org.uk wrote: On Sat, 2014-10-04 at 09:47 +0100, Ian Campbell wrote: Probably the board [...] selection could be moved out without any dependencies,

Re: [U-Boot] [PATCH for-next 1/3] sunxi: Kconfig: Consolidate SYS_CONFIG_NAME settings

2014-10-06 Thread Ian Campbell
On Mon, 2014-10-06 at 09:48 +0200, Hans de Goede wrote: Hi, On 10/04/2014 10:48 AM, Ian Campbell wrote: No need to be so repetitive. Hmm, I also have a version of this in my tree, I thought I had already send that out, but maybe I did not, Ah, it seemed familiar as I was writing it, but

Re: [U-Boot] [PATCH for-next 2/3] sunxi: kconfig: Add top-level TARGET_SUNXI

2014-10-06 Thread Ian Campbell
On Mon, 2014-10-06 at 10:39 +0900, Masahiro Yamada wrote: Hi Ian, On Sat, 4 Oct 2014 09:48:11 +0100 Ian Campbell i...@hellion.org.uk wrote: And make TARGET_SUN[457]I a choice variable under this. configs updated with: sed -i -e

Re: [U-Boot] [PATCH for-next 3/3] sunxi: Kconfig: Make SPL_FEL a toplevel Kconfig option

2014-10-06 Thread Ian Campbell
On Mon, 2014-10-06 at 09:58 +0200, Hans de Goede wrote: With the 2 FEL defconfigs completely removed. If you disagree with removing them, this is going to need some more discussion :) I think they should be removed but in a separate patch, rather than mixing two changes in this one. I'll add

Re: [U-Boot] [PATCH 3/6] sunxi: Turn MMC_SUNXI_SLOT_EXTRA into a proper Kconfig option

2014-10-06 Thread Ian Campbell
On Sun, 2014-10-05 at 17:00 +0200, Hans de Goede wrote: Hi, On 10/04/2014 10:32 AM, Ian Campbell wrote: On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: Note we also drop the SPL check for initializing the 2nd mmc slot, the SPL check is not necessary with Kconfig, because only

Re: [U-Boot] [PATCH 4/6] sunxi: When we've both mmc0 and mmc2, detect from which one we're booting

2014-10-06 Thread Ian Campbell
On Sun, 2014-10-05 at 17:10 +0200, Hans de Goede wrote: On 10/04/2014 10:35 AM, Ian Campbell wrote: On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: sunxi SOCs can boot from both mmc0 and mmc2, detect from which one we're booting, and make that one mmc dev 0 so that a single u-boot

Re: [U-Boot] [PATCH 6/6] sunxi: Enable second sdcard slot found on some boards

2014-10-06 Thread Hans de Goede
Hi, On 10/04/2014 10:39 AM, Ian Campbell wrote: On Sat, 2014-10-04 at 09:38 +0100, Ian Campbell wrote: On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: diff --git a/configs/Mele_M3_defconfig b/configs/Mele_M3_defconfig index 645b236..50979e2 100644 --- a/configs/Mele_M3_defconfig +++

Re: [U-Boot] [PATCH 5/6] sunxi: Use PG3 - PG8 as io-pins for mmc1

2014-10-06 Thread Hans de Goede
Hi, On 10/04/2014 10:37 AM, Ian Campbell wrote: On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: None of the known sunxi devices actually use mmc1 routed through PH, where as some devices do actually use mmc1 routed through PG, so change the routing of mmc1 to PG. If in the future we

Re: [U-Boot] [PATCH 5/6] sunxi: Use PG3 - PG8 as io-pins for mmc1

2014-10-06 Thread Ian Campbell
On Mon, 2014-10-06 at 10:37 +0200, Hans de Goede wrote: Hi, On 10/04/2014 10:37 AM, Ian Campbell wrote: On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: None of the known sunxi devices actually use mmc1 routed through PH, where as some devices do actually use mmc1 routed through

Re: [U-Boot] [PATCH for-next 3/3] sunxi: Kconfig: Make SPL_FEL a toplevel Kconfig option

2014-10-06 Thread Hans de Goede
Hi, On 10/06/2014 10:28 AM, Ian Campbell wrote: On Mon, 2014-10-06 at 09:58 +0200, Hans de Goede wrote: With the 2 FEL defconfigs completely removed. If you disagree with removing them, this is going to need some more discussion :) I think they should be removed but in a separate patch,

Re: [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments

2014-10-06 Thread Stefano Babic
Hi Fabio, On 05/10/2014 00:45, Fabio Estevam wrote: Hi Stefano, On Tue, Sep 30, 2014 at 2:05 PM, Fabio Estevam fabio.este...@freescale.com wrote: PERST_GPIO and POWER_GPIO are currently swapped. Fix the GPIO assignments as per the board schematics. Signed-off-by: Fabio Estevam

Re: [U-Boot] [PATCH 0/3] usb: gadget: fastboot miscellaneous patches

2014-10-06 Thread Lukasz Majewski
Hi Marek, On Wednesday, October 01, 2014 at 10:44:46 PM, Steve Rae wrote: On 14-10-01 05:13 AM, Marek Vasut wrote: On Wednesday, October 01, 2014 at 04:03:21 AM, Eric Nelson wrote: Hi Marek, On 09/30/2014 04:59 PM, Marek Vasut wrote: On Tuesday, September 30, 2014 at 09:47:07

Re: [U-Boot] [PATCH for-next 2/3] sunxi: kconfig: Add top-level TARGET_SUNXI

2014-10-06 Thread Masahiro Yamada
Hi Ian On Mon, 06 Oct 2014 09:27:19 +0100 Ian Campbell i...@hellion.org.uk wrote: Hi Ian, On Mon, 2014-10-06 at 10:39 +0900, Masahiro Yamada wrote: Hi Ian, On Sat, 4 Oct 2014 09:48:11 +0100 Ian Campbell i...@hellion.org.uk wrote: And make TARGET_SUN[457]I a choice variable under

Re: [U-Boot] [PATCH] cfi_flash: don't hide write/erase errors

2014-10-06 Thread Baruch Siach
Hi Stefan, On Mon, Oct 06, 2014 at 10:20:43AM +0200, Stefan Roese wrote: On 06.10.2014 08:19, Baruch Siach wrote: On Thu, Sep 04, 2014 at 12:23:09PM +0300, Baruch Siach wrote: Partially revert commit 0d01f66d235118 (CFI: cfi_flash write fix for AMD legacy). flash_full_status_check() used

Re: [U-Boot] [PATCH] cfi_flash: don't hide write/erase errors

2014-10-06 Thread Stefan Roese
On 06.10.2014 13:32, Baruch Siach wrote: Could you please summarize again, what the real problem with this compare is. What is the error exactly in your case (which flash chip is used and which command was issued?)? The Micron StrataFlash datasheet says this on Status Register bit 7 (Device

[U-Boot] Please pull u-boot-cfi-flash master

2014-10-06 Thread Stefan Roese
Hi Tom! Please pull the following fix: The following changes since commit b966db0d7259293e2c9c216c7a5dce30dacacfd9: dw_mmc: cleanups (2014-10-03 17:26:50 +0300) are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git for you to fetch changes up to

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

2014-10-06 Thread Heiko Schocher
Hello Thierry, Am 29.09.2014 10:11, schrieb Thierry Reding: On Sun, Sep 28, 2014 at 04:48:47PM -0600, Simon Glass wrote: Hi Thierry, On 26 August 2014 09:33, Thierry Redingthierry.red...@gmail.com wrote: From: Thierry Redingtred...@nvidia.com This series adds PCIe support for Tegra20,

[U-Boot] [PATCH] arm: goni: add i2c_init_board()

2014-10-06 Thread Robert Baldyga
Add proper initialization of GPIO pins used by software i2c. Signed-off-by: Robert Baldyga r.bald...@samsung.com --- Hi Simon, This patch is intended for your gpio-working branch. It seems that this is only thing which is missing to make your changes working on Goni platform (excepting patches

Re: [U-Boot] [PATCH 42/42] ARM: tegra: colibri_t30: comment style fix

2014-10-06 Thread Thierry Reding
On Fri, Oct 03, 2014 at 10:41:09AM -0700, Tom Warren wrote: -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org swar...@wwwdotorg.org ] Sent: Friday, October 03, 2014 8:56 AM To: Marcel Ziswiler Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren;

Re: [U-Boot] [PATCH V4] ARM: mx6: Add support for Kosagi Novena

2014-10-06 Thread Nikolay Dimitrov
Hi Marek, Sean, Do you have any comments on the PHY signal driving conflict and reset timing issue (see below)? On 09/24/2014 05:46 AM, Nikolay Dimitrov wrote: There's one more issue here - when you get the PHY out of reset, you'll have to both de-assert the RESET line while keeping the

Re: [U-Boot] Please pull u-boot-cfi-flash master

2014-10-06 Thread Tom Rini
On Mon, Oct 06, 2014 at 02:15:04PM +0200, Stefan Roese wrote: Hi Tom! Please pull the following fix: The following changes since commit b966db0d7259293e2c9c216c7a5dce30dacacfd9: dw_mmc: cleanups (2014-10-03 17:26:50 +0300) are available in the git repository at:

[U-Boot] [PATCH] powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR

2014-10-06 Thread Ashish Kumar
* fdt_fixup_mtdparts is called from ft_board_setup * run mtdparts default to create NAND, NOR partition on uboot * Use mtdparts to create partitions dynamically rather than using static partitions in device tree Signed-off-by: Ashish Kumar ashish.ku...@freescale.com ---

Re: [U-Boot] [PATCH] lsxl: convert to generic board and fix typo

2014-10-06 Thread Prafulla Wadaskar
-Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: 06 October 2014 02:40 To: u-boot@lists.denx.de Cc: Tom Rini; Prafulla Wadaskar Subject: Re: [PATCH] lsxl: convert to generic board and fix typo Am Sonntag, 28. September 2014, 00:05:23 schrieb Michael

[U-Boot] Pull request for u-boot-marvell.git

2014-10-06 Thread Prafulla Wadaskar
Hi Albert, Please pull The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692: Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400) are available in the git repository at: git://git.denx.de/u-boot-marvell.git master DrEagle (5):

Re: [U-Boot] [PATCH 0/3] usb: gadget: fastboot miscellaneous patches

2014-10-06 Thread Marek Vasut
On Monday, October 06, 2014 at 11:23:53 AM, Lukasz Majewski wrote: Hi Marek, On Wednesday, October 01, 2014 at 10:44:46 PM, Steve Rae wrote: On 14-10-01 05:13 AM, Marek Vasut wrote: On Wednesday, October 01, 2014 at 04:03:21 AM, Eric Nelson wrote: Hi Marek, On 09/30/2014

Re: [U-Boot] [PATCH V4] ARM: mx6: Add support for Kosagi Novena

2014-10-06 Thread Marek Vasut
On Monday, October 06, 2014 at 02:50:17 PM, Nikolay Dimitrov wrote: Hi Marek, Sean, Do you have any comments on the PHY signal driving conflict and reset timing issue (see below)? I don't, I sense expert knowledge from you. Now we need to wait for the authors. I spent this weekend showing

Re: [U-Boot] [PATCH 4/6] sunxi: When we've both mmc0 and mmc2, detect from which one we're booting

2014-10-06 Thread Hans de Goede
Hi, On 10/06/2014 10:33 AM, Ian Campbell wrote: On Sun, 2014-10-05 at 17:10 +0200, Hans de Goede wrote: On 10/04/2014 10:35 AM, Ian Campbell wrote: On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: sunxi SOCs can boot from both mmc0 and mmc2, detect from which one we're booting, and

Re: [U-Boot] [PATCH 5/6] sunxi: Use PG3 - PG8 as io-pins for mmc1

2014-10-06 Thread Hans de Goede
Hi, On 10/04/2014 10:37 AM, Ian Campbell wrote: On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: None of the known sunxi devices actually use mmc1 routed through PH, where as some devices do actually use mmc1 routed through PG, so change the routing of mmc1 to PG. If in the future we

Re: [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments

2014-10-06 Thread Stefano Babic
On 30/09/2014 19:05, Fabio Estevam wrote: PERST_GPIO and POWER_GPIO are currently swapped. Fix the GPIO assignments as per the board schematics. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH] nitrogen6x: Update DDR timings for 2G memory arrangement

2014-10-06 Thread Stefano Babic
On 02/10/2014 03:33, Eric Nelson wrote: Update DDR calibration settings based on a larger test set. The initial values were gathered on a small number of boards, and have been found to fail on some boards under load. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com ---

Re: [U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env

2014-10-06 Thread Stefano Babic
On 25/09/2014 21:14, Marek Vasut wrote: Remove this tab from env, since it's useless, just use spaces. Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 2/2] arm: m53evk: Zap superfluous tab in env

2014-10-06 Thread Stefano Babic
On 25/09/2014 21:14, Marek Vasut wrote: Remove this tab from env, since it's useless, just use spaces. Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v3] imx6: add Bachmann OT1200 board

2014-10-06 Thread Stefano Babic
Hi Christian, On 02/10/2014 13:33, Christian Gmeiner wrote: This patch adds support for the OT1200 series of devices. Following components are used in u-boot: + ethernet + i2c + emmc + gpio For more details see README. Changes v1 v2 - make use of enable_cspi_clock(..) - fix

Re: [U-Boot] [PATCH V4] ARM: mx6: Add support for Kosagi Novena

2014-10-06 Thread Sean Cross
Hi Marek, Nikolay, I thought I responded, but it might have gotten lost. I'm sorry about that. I've taken a closer look, and responded below. On 24/9/2014 5:40 PM, Marek Vasut wrote: On Wednesday, September 24, 2014 at 04:46:42 AM, Nikolay Dimitrov wrote: Hi Marek, Following are some

Re: [U-Boot] [PATCH 00/32] ARM: i.MX: nitrogen6x clean up

2014-10-06 Thread Stefano Babic
Hi Eric, On 02/10/2014 21:16, Eric Nelson wrote: This collection of patches comprises a set of updates that have been lingering in our Github repository. We're pushing them to main-line in preparation for the addition of a couple of boards that have also been lingering for a while.

[U-Boot] am335x: using GPIO1 pins as input

2014-10-06 Thread Yegor Yefremov
U-Boot 2014.07 I'm trying to use ping 44..47 as input. I've configured PINMUX and invoked request, direction etc. I always get 0 from gpio_get_value() int val; gpio_request(44, dip_s1): gpio_request(45, dip_s2); gpio_request(46, dip_s3); gpio_request(47,

Re: [U-Boot] [PATCH 5/6] sunxi: Use PG3 - PG8 as io-pins for mmc1

2014-10-06 Thread Ian Campbell
On Mon, 2014-10-06 at 16:43 +0200, Hans de Goede wrote: Hi, On 10/04/2014 10:37 AM, Ian Campbell wrote: On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: None of the known sunxi devices actually use mmc1 routed through PH, where as some devices do actually use mmc1 routed through

Re: [U-Boot] [PATCH 07/32] nitrogen6x: Allow U-Boot to be silent on UART2

2014-10-06 Thread Stefano Babic
Hi Eric, On 02/10/2014 21:16, Eric Nelson wrote: Several customers are using UART2 (normally the serial console for U-Boot) as connections to printers or other peripherals that are not tolerant of stray inputs during reset. Provide a simple way to eliminate output on the serial port by

Re: [U-Boot] [PATCH 0/3] usb: gadget: fastboot miscellaneous patches

2014-10-06 Thread Eric Nelson
Hi Marek, On 10/06/2014 05:50 AM, Marek Vasut wrote: On Monday, October 06, 2014 at 11:23:53 AM, Lukasz Majewski wrote: Hi Marek, snip There aren't any pending DFU patches, so I don't plan any PR before our ELCE2014 meeting. Therefore please, if possible, pull 1/3 and 2/3 to u-boot-usb

Re: [U-Boot] [PATCH 07/32] nitrogen6x: Allow U-Boot to be silent on UART2

2014-10-06 Thread Eric Nelson
Thanks Stefano, On 10/06/2014 08:42 AM, Stefano Babic wrote: Hi Eric, On 02/10/2014 21:16, Eric Nelson wrote: Several customers are using UART2 (normally the serial console for U-Boot) as connections to printers or other peripherals that are not tolerant of stray inputs during reset.

Re: [U-Boot] [PATCH 28/32] nitrogen6x: config: disable logo

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Some users (QNX and Windows CE users in particular) have asked to disable the Penguin shown on the display at boot time. This is really pity, but I understand :-). Acked-by: Stefano Babic sba...@denx.de Best regards, Stefano Babic --

[U-Boot] [PULL] u-boot-socfpga/topic/drivers/mmc-20141006

2014-10-06 Thread Marek Vasut
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692: Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git topic/drivers/mmc-20141006 for you to fetch changes

[U-Boot] [PULL] u-boot-usb/master

2014-10-06 Thread Marek Vasut
The following changes since commit b966db0d7259293e2c9c216c7a5dce30dacacfd9: dw_mmc: cleanups (2014-10-03 17:26:50 +0300) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to d1fcbae1173f00917f5a71e4c074a61120605021: usb: tegra:

Re: [U-Boot] [PATCH] usb: tegra: ULPI regression on tegra20

2014-10-06 Thread Marek Vasut
On Saturday, October 04, 2014 at 01:46:10 AM, Marcel Ziswiler wrote: Trying to enumerate USB devices connected via ULPI to T20 failed as follows: USB2: ULPI integrity check failed Git bisecting revealed the following commit being at odds: commit

[U-Boot] [PULL] u-boot-socfpga/topic/drivers/net-20141006

2014-10-06 Thread Marek Vasut
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692: Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git topic/drivers/net-20141006 for you to fetch changes

[U-Boot] [PULL] u-boot-socfpga/topic/drivers/fpga-20141006

2014-10-06 Thread Marek Vasut
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692: Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git topic/drivers/fpga-20141006 for you to fetch changes

[U-Boot] [PULL] u-boot-socfpga/topic/tools/mkimage-20141006

2014-10-06 Thread Marek Vasut
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692: Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git topic/tools/mkimage-20141006 for you to fetch

[U-Boot] [PULL] u-boot-socfpga/topic/arm/cache-20141006

2014-10-06 Thread Marek Vasut
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692: Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git topic/arm/cache-20141006 for you to fetch changes up

[U-Boot] [PULL] u-boot-socfpga/topic/arm/socfpga-20141006

2014-10-06 Thread Marek Vasut
Hi Tom, this depends on the previous five pull requests, as can be seen below. I merged the five branches and based this PR on top of the merge, I hope that's OK. The following changes since commit 77fa164839048609e0379f4f2f276a5d6892a0eb: Merge branches 'topic/drivers/fpga-20141006', 'topic

Re: [U-Boot] [PATCH 29/32] nitrogen6x: config: configure usb_ether

2014-10-06 Thread Stefano Babic
Hi Eric, On 02/10/2014 21:16, Eric Nelson wrote: Provide fixed USB networking mac addresses for host and client to enable static configuration of host network stacks. Include a command 'usbrecover' both to illustrate the use of the USB ethernet gadget and also to allow quick booting of a

Re: [U-Boot] [PATCH 01/32] nitrogen6x: implement board_cfb_skip() to disable text output

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Several customers have asked to leave the display quiet during boot, so allow the user to express this request by the presence of environment variable novideo. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx,

Re: [U-Boot] [PATCH 02/32] nitrogen6x: simplify board_mmc_getcd

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: From: Troy Kisky troy.ki...@boundarydevices.com The same logic applies to both SD card slots, only with different GPIOs and the code should make that easier to see. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- Applied to

Re: [U-Boot] [PATCH 03/32] nitrogen6x: configure SD2 pads for SDIO on USDHC2

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Pads SD2_CLK/CMD/DAT0-3 are connected to an SDIO WiFi device on Nitrogen and unconnected on BD-SL-i.MX6 (sabre lite). Configure them as SDIO pins to prevent them from being in a state that confuses the WiFi part. Signed-off-by: Eric Nelson

Re: [U-Boot] [PATCH 04/32] nitrogen6x: power-down miscellanous peripherals

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Ensure that cameras and USB OTG power are in a stable (reset) state at reset by configuring their pads and toggling GPIOs. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com ---

Re: [U-Boot] [PATCH 05/32] nitrogen6x: configure SGTL5000, CSI camera clock outputs

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: From: Troy Kisky troy.ki...@boundarydevices.com Configure CLKO outputs for SGTL5000, CSI camera. The sys_mclk output for the SGTL500 in particular prevents Windows CE from properly driving audio. Signed-off-by: Troy Kisky

Re: [U-Boot] [PATCH V4] ARM: mx6: Add support for Kosagi Novena

2014-10-06 Thread Marek Vasut
On Monday, October 06, 2014 at 05:35:57 PM, Sean Cross wrote: Hi Marek, Nikolay, I thought I responded, but it might have gotten lost. I'm sorry about that. I've taken a closer look, and responded below. OK, let me first post a V5 of the patch and then base all the changes on that, all

Re: [U-Boot] [PATCH 08/32] nitrogen6x: phy: add 100 us delay after phy reset

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: From: Troy Kisky troy.ki...@boundarydevices.com Testing shows that the Micrel PHY may not be completely out of reset if accessed immediately. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com Signed-off-by: Eric Nelson

Re: [U-Boot] [PATCH 06/32] nitrogen6x: staticize board file

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Declare locally-used data structures and functions as static and pull in header files to prevent compiler warnings of Should it be static? when building with make C=1. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to

[U-Boot] [PATCH V5] ARM: mx6: Add support for Kosagi Novena

2014-10-06 Thread Marek Vasut
Add support for the Kosagi Novena board. Currently supported are: - I2C busses - FEC Ethernet - MMC0, MMC1, Booting from MMC - SATA - USB ports - USB Ethernet Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Sean Cross x...@kosagi.com Cc: Nikolay Dimitrov

Re: [U-Boot] [PATCH 09/32] nitrogen6x: prevent warnings about board_ehci* callbacks

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Include declarations of board_ehci callbacks to prevent compiler warnings and enforce function prototypes. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 11/32] nitrogen6x: display: add qvga panel

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Add support for a 1/4 VGA panel with a 24-bit RGB interface. No auto-detection is enabled, so you must configure the 'panel' environment variable to use this display: U-Boot setenv panel qvga U-Boot saveenv reset Signed-off-by:

Re: [U-Boot] [PATCH 10/32] nitrogen6x: display: add support lvds jeida screen

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: From: Robert Winkler robert.wink...@boundarydevices.com Add support for Boundary Devices 7 and 10.1 1280x800 displays with integrated FocalTech ft5x06 10-point touch controller. Because they share the touch controller with the 1024x600 displays,

Re: [U-Boot] [PATCH 12/32] nitrogen6x: display: add support for LG-9.7 LVDS display

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Add support for LG 9.7 LVDS panel (1024x768) with integrated eGalax touch screen. Note that this panel differs only slightly from the Hannstar XGA panel (margins). No auto-detection is available because it shares the same touch controller as the

Re: [U-Boot] [PATCH 13/32] nitrogen6x: display: add LDB-WXGA-S for SPWG 1280x800 displays

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: This patch adds support for LVDS WXGA displays that use the SPWG encoding standard instead of JEIDA. No auto-detection is enabled and you must explicitly set the 'panel' environment variable: U-Boot setenv panel LDB-WXGA-S U-Boot

Re: [U-Boot] [PATCH 14/32] nitrogen6x: display: add support for fusion 7 display

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Add support for the Touch Revolution Fusion7 display: 800x480 RGB with a custom F0710A resistive touch controller. Auto-detection of this panel is supported so no configuration is required. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com

Re: [U-Boot] [PATCH 16/32] nitrogen6x: display: add Ampire 1024x600 panel

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Add support for an Ampire 1024x600 LVDS panel with integrated Ilitek capacitive touch screen. Auto-detection is enabled, so no explicit configuration is needed. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx,

Re: [U-Boot] [PATCH 15/32] nitrogen6x: display: add svga display (800x600)

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Add support for 800x600 18-bit RGB displays using VESA GTF timings. No auto-detection is supported, so you must configure this panel manually through the 'panel' environment variable: U-Boot setenv panel svga U-Boot saveenv reset

Re: [U-Boot] [PATCH 18/32] nitrogen6x: display use I2C detect for HDMI

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: The HPD pin and RX_SENSE registers have proven to be less reliable than using I2C on the EDID pins for detection of an HDMI monitor. In particular, when the HDMI output is reset through a reboot cycle, the detect_hdmi() routine often bounces, resulting

Re: [U-Boot] [PATCH 17/32] nitrogen6x: display: add wvga-lvds panel

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Add support for WVGA (800x480) panels using VESA GTF timings over LVDS. No auto-detection is supported, so you must configure this panel manually through the 'panel' environment variable: U-Boot setenv panel svga U-Boot saveenv

Re: [U-Boot] [PATCH 20/32] nitrogen6x: config: allow boot to USB stick

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: From: Diego Rondini diego.rond...@kynetics.it This patch enables boot to USB storage devices by expanding on the list of boot devices. Because the USB startup currently takes a long time, it places USB at the end of the list of supported devices.

Re: [U-Boot] [PATCH 22/32] nitrogen6x: config: add initrd_high

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Support RAM disks by setting initrd_high. See commit 7e9603e Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 19/32] nitrogen6x: config: add USB Mass Storage (ums) support

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Add support for the USB mass storage to enable access to on-board storage (especially eMMC and SATA). Details at: http://boundarydevices.com/u-boot-usb-mass-storage-gadget/ Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com ---

Re: [U-Boot] [PATCH 21/32] nitrogen6x: config: use FS_GENERIC load command

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: From: Kevin Mihelich ke...@archlinuxarm.org Remove the individual attempts to load using ext2 and fat, replace with the generic load command supporting available filesystem types. Signed-off-by: Kevin Mihelich ke...@archlinuxarm.org --- Applied to

Re: [U-Boot] [PATCH 25/32] nitrogen6x: config: add CONFIG_CMD_MEMTEST

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Enable the 'mtest' command on Nitrogen6x and SABRE Lite boards. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 24/32] nitrogen6x: config: enable USB keyboard support

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Enable the use of USB keyboards on SABRE Lite and Nitrogen6x boards. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 23/32] nitrogen6x: config: expose SATA, then MMC over USB

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: If no boot script was found, expose internal storage over the USB mass storage gadget to allow easy programming. This is especially useful when SD cards are inaccessible or when loading SATA drives. More details are available in this blog post:

Re: [U-Boot] [PATCH 26/32] nitrogen6x: config: enable i2c edid

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Enable the i2c edid command to query data from an attached HDMI monitor. Usage is typically this: U-Boot i2c dev 1 U-Boot i2c edid 0x50 ... Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to

Re: [U-Boot] [PATCH 27/32] nitrogen6x: config: allow more bootargs parameters

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: From: Troy Kisky troy.ki...@boundarydevices.com Increase the maximum number of arguments allowed by the Hush parser. This prevents errors when users or scripts aren't quoting parameters when setting the bootargs variable et al. Signed-off-by: Troy

Re: [U-Boot] [PATCH 30/32] nitrogen6x: config: add gpio command

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Enable the 'gpio' command to allow reading and toggling of GPIO pins. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH 28/32] nitrogen6x: config: disable logo

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Some users (QNX and Windows CE users in particular) have asked to disable the Penguin shown on the display at boot time. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic

Re: [U-Boot] [PATCH 31/32] nitrogen6x: config: enable Android fastboot

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: Enable 'fastboot' command. This is currently enabled but not yet functional. Including it in the configuration will ease further testing and development as discussed on the mailing list. Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com

Re: [U-Boot] [PATCH 32/32] nitrogen6x: config: enable EXT4 filesystem

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: From: Kevin Mihelich ke...@archlinuxarm.org Support reading/writing ext4 partitions. Signed-off-by: Kevin Mihelich ke...@archlinuxarm.org Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- Applied to u-boot-imx, thanks ! Best regards,

Re: [U-Boot] [PATCH 29/32] nitrogen6x: config: configure usb_ether

2014-10-06 Thread Eric Nelson
Hi Stefano, On 10/06/2014 08:54 AM, Stefano Babic wrote: Hi Eric, On 02/10/2014 21:16, Eric Nelson wrote: Provide fixed USB networking mac addresses for host and client to enable static configuration of host network stacks. Include a command 'usbrecover' both to illustrate the use of the

Re: [U-Boot] [PATCH 0/3] usb: gadget: fastboot miscellaneous patches

2014-10-06 Thread Lukasz Majewski
Hi Marek, On Monday, October 06, 2014 at 11:23:53 AM, Lukasz Majewski wrote: Hi Marek, On Wednesday, October 01, 2014 at 10:44:46 PM, Steve Rae wrote: On 14-10-01 05:13 AM, Marek Vasut wrote: On Wednesday, October 01, 2014 at 04:03:21 AM, Eric Nelson wrote: Hi Marek,

Re: [U-Boot] [PATCH] cfi_flash: don't hide write/erase errors

2014-10-06 Thread Edward L Swarthout
From: Baruch Siach bar...@tkos.co.il Partially revert commit 0d01f66d235118 (CFI: cfi_flash write fix for AMD legacy). flash_full_status_check() used to skip status register parsing when flash_status_check() returns OK. This is wrong since flash_status_check() must return OK for other

Re: [U-Boot] U-Boot Sunxi breaks LCD output on Olimex Lime A10

2014-10-06 Thread Hendrik
Hi, Thanks for letting me know all this. I wasn't aware that there are some troubles using the sunxi-linux branch with the mainline u-boot. Unfortunately there are many sources of information on the sunxi boards and how to get things up and running but there is only limited information about

Re: [U-Boot] U-Boot Sunxi breaks LCD output on Olimex Lime A10

2014-10-06 Thread Hendrik
Hi, I now tried to get the latest version from git://git.denx.de/u-boot-sunxi.git and then replaced the dram.c/h files with the ones from https://github.com/linux-sunxi/u-boot-sunxi. That seems to work. The LCD screen no longer flickers! Regards, Hendrik

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

2014-10-06 Thread Andy Pont
Hello Rene, Subject: [U-Boot] [PATCH V3 2/3] usb: eth: add ASIX AX88179 DRIVER changes in v3: -added all compatible devices from linux driver -fixed issues from review changes in v2: -added usb_ether.h to change list -added 2nd patch to enable driver for

[U-Boot] [PATCH v2 2/5] sunxi: Turn MMC_SUNXI_SLOT_EXTRA into a proper Kconfig option

2014-10-06 Thread Hans de Goede
Note we also drop the SPL check for initializing the 2nd mmc slot, the SPL check is not necessary with Kconfig, because only options explicitly marked as also being for the SPL get set during SPL builds. Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/Kconfig | 8

[U-Boot] [PATCH v2 0/5] sunxi: Enable second sdcard slot found on some boards

2014-10-06 Thread Hans de Goede
Hi Ian, et al, Here is v2 of my second sdcard slot support patch-set. Changes since v1: -Drop sunxi: Add sunxi_gpio_get_val function, use gpio_direction_input instead -sunxi: Add mmc card-detect functionality: Instead of using magic integer numbers for the card-detect pin, make it a string

[U-Boot] [PATCH v2 3/5] sunxi: When we've both mmc0 and mmc2, detect from which one we're booting

2014-10-06 Thread Hans de Goede
sunxi SOCs can boot from both mmc0 and mmc2, detect from which one we're booting, and make that one mmc dev 0 so that a single u-boot binary can be used for both the onboard eMMC and for external sdcards. When we're booting from mmc2, we make it dev 0 because that is where the SPL will load the

[U-Boot] [PATCH v2 5/5] sunxi: Enable second sdcard slot found on some boards

2014-10-06 Thread Hans de Goede
Enable the second sdcard slot found on some boards. Note that we do not set CONFIG_MMC_SUNXI_SLOT_EXTRA for the SPL, as having it there is not useful, Except for on the Mele-M3 where the second sdcard is an eMMC, from which the device can also boot, and there we want to have both in the SPL, so

[U-Boot] [PATCH v2 1/5] sunxi: Add mmc card-detect functionality

2014-10-06 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/Kconfig| 26 ++ drivers/mmc/sunxi_mmc.c| 21 + include/configs/sunxi-common.h | 1 + 3 files changed, 48 insertions(+) diff --git a/board/sunxi/Kconfig

[U-Boot] [PATCH v2 4/5] sunxi: Use PG3 - PG8 as io-pins for mmc1

2014-10-06 Thread Hans de Goede
None of the known sunxi devices actually use mmc1 routed through PH, where as some devices do actually use mmc1 routed through PG, so change the routing of mmc1 to PG. If in the future we encounter devices with mmc1 routed through PH, we will need to change things to be a bit more flexible.

  1   2   >