Re: [U-Boot] [RFC PATCH 6/7] Add support for loading environment from uEnv.txt in config_distro_bootcmd.

2014-10-06 Thread Vagrant Cascadian
On 2014-10-06, Stephen Warren wrote: > On 10/03/2014 03:08 PM, Vagrant Cascadian wrote: > >> diff --git a/include/config_distro_bootcmd.h >> b/include/config_distro_bootcmd.h > >> "for prefix in ${boot_prefixes}; do " \ >> "run scan_dev

Re: [U-Boot] [RFC PATCH 1/7] Allow checking in multiple partitions for scan_dev_for_boot.

2014-10-06 Thread Vagrant Cascadian
Thanks for the review! On 2014-10-06, Stephen Warren wrote: > On 10/03/2014 03:08 PM, Vagrant Cascadian wrote: > > Some standalone description of this change, and justification for it, > should really be present in the commit message. Patch 0/7 doesn't get > applied anywhere. Of course; that was

[U-Boot] [PATCH] dm: add of_match_ptr() macro

2014-10-06 Thread Masahiro Yamada
The driver model supports two ways for passing device parameters; Device Tree and platform_data (board file). Each driver should generally support both of them because some popular IPs are used on various platforms. Assume the following scenario: - The driver Foo is used on SoC Bar and SoC Baz

[U-Boot] [PATCH] dm: fix include guard

2014-10-06 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- include/dm/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dm/util.h b/include/dm/util.h index 8be64a9..6ac3a38 100644 --- a/include/dm/util.h +++ b/include/dm/util.h @@ -5,6 +5,7 @@ */ #ifndef __DM_UTIL_H +#define __DM_UTIL_H void dm

[U-Boot] [PATCH] dm: include from platdata.h and uclass.h

2014-10-06 Thread Masahiro Yamada
The header files include/dm/platdata.h and include/dm/uclass.h use ll_entry_declare(); therefore they depend on include/linker_lists.h. Signed-off-by: Masahiro Yamada --- include/dm/platdata.h | 2 ++ include/dm/uclass.h | 1 + 2 files changed, 3 insertions(+) diff --git a/include/dm/platdat

[U-Boot] [PATCH] linker_lists: include

2014-10-06 Thread Masahiro Yamada
The header file include/linker_lists.h uses __aligned(); therefore it depends on include/linux/compiler.h Signed-off-by: Masahiro Yamada --- include/linker_lists.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linker_lists.h b/include/linker_lists.h index 507d61b..046ac90 100644

Re: [U-Boot] [RFC PATCH 6/7] Add support for loading environment from uEnv.txt in config_distro_bootcmd.

2014-10-06 Thread Stephen Warren
On 10/03/2014 03:08 PM, Vagrant Cascadian wrote: > diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h > "for prefix in ${boot_prefixes}; do " \ > "run scan_dev_for_extlinux; " \ >

Re: [U-Boot] [RFC PATCH 1/7] Allow checking in multiple partitions for scan_dev_for_boot.

2014-10-06 Thread Stephen Warren
On 10/03/2014 03:08 PM, Vagrant Cascadian wrote: Some standalone description of this change, and justification for it, should really be present in the commit message. Patch 0/7 doesn't get applied anywhere. > diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h > -

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

2014-10-06 Thread Tom Rini
On Mon, Oct 06, 2014 at 09:08:59PM +0200, Marek Vasut wrote: > Updated PR, added a Fastboot fix and the musb-new 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] [ANN] U-Boot v2014.10-rc3 released

2014-10-06 Thread Tom Rini
Hey all, I've pushed v2014.10-rc4 out to the repository and tarballs should exist soon. I've lagged a bit behind in tagging this, but I think we'll be alright in the end. I've made http://patchwork.ozlabs.org/bundle/trini/for-v2014.10-release/ for what I intend to get in to the release. If some

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

2014-10-06 Thread Tom Rini
owing changes since commit 77fa164839048609e0379f4f2f276a5d6892a0eb: > > Merge branches 'topic/drivers/fpga-20141006', 'topic/drivers/mmc-20141006', > 'topic/drivers/net-20141006', 'topic/tools/mkimage-20141006' and > 'topic/arm/cache-20141006' into HEA

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

2014-10-06 Thread Marek Vasut
On Monday, October 06, 2014 at 10:01:47 PM, Eric Nelson wrote: > On 10/06/2014 12:07 PM, Marek Vasut wrote: > > On Monday, October 06, 2014 at 05:49:11 PM, Eric Nelson wrote: > >> Hi Marek, > >> > >> On 10/06/2014 05:50 AM, Marek Vasut wrote: > >>> On Monday, October 06, 2014 at 11:23:53 AM, Lukas

Re: [U-Boot] [PATCH 1/2] powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f()

2014-10-06 Thread York Sun
On 10/03/2014 02:45 AM, Valentin Longchamp wrote: > The argument boot_flags of board_init_f() is not used at all in the > powerpc specific board.c init sequence. Now with the generic init > sequence, this boot_flags arg is used by board_init_f(). > > This patch sets the r3 register that is used to

Re: [U-Boot] [PATCH 4/7] kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig

2014-10-06 Thread Simon Glass
On 26 September 2014 04:23, Masahiro Yamada wrote: > The private libgcc is supported only on ARM, MIPS, PowerPC, SH, x86. > Those architectures should "select" HAVE_PRIVATE_LIBGCC and > CONFIG_USE_PRIVATE_LIBGCC should depend on it. > > Currently, this option is enabled on Tegra boards and x86 arc

Re: [U-Boot] [PATCH 3/7] kbuild: drop CONFIG_USE_PRIVATE_LIBGCC= syntax

2014-10-06 Thread Simon Glass
On 26 September 2014 04:23, Masahiro Yamada wrote: > Now CONFIG_USE_PRIVATE_LIBGCC is only used as a boolean macro. > Remove CONFIG_USE_PRIVATE_LIBGCC= syntax. > > Signed-off-by: Masahiro Yamada Acked-by: Simon Glass Tested on link (Chromebook Pixel) Tested-by: Simon Glass __

Re: [U-Boot] [PATCH 2/7] x86: set CONFIG_USE_PRIVATE_LIBGCC to y

2014-10-06 Thread Simon Glass
On 26 September 2014 04:23, Masahiro Yamada wrote: > The motivation of this commit is to change CONFIG_USE_PRIVATE_LIBGCC > to a boolean macro so we can move it to Kconfig. > > In the current implementation, there are two forms of syntax > for this macro: > > - CONFIG_USE_PRIVATE_LIBGCC=y > -

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

2014-10-06 Thread Eric Nelson
On 10/06/2014 12:07 PM, Marek Vasut wrote: > On Monday, October 06, 2014 at 05:49:11 PM, Eric Nelson wrote: >> 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, There aren't any pend

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

2014-10-06 Thread Marek Vasut
Updated PR, added a Fastboot fix and the musb-new 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://git.denx.de/u-boot-usb.git master for you to fetch changes up to e2

Re: [U-Boot] [PATCH] common/board_r: Fix booting issue on T4240QDS

2014-10-06 Thread York Sun
On 10/03/2014 07:21 PM, Simon Glass wrote: > On 2 October 2014 16:20, York Sun wrote: >> Commit 294b91a5817147d4b7f47be2ac69bac2a1f26491 moved initr_malloc >> earlier than initr_unlock_ram_in_cache. This causes issue on T4240. >> It may be related to locked L1 d-cache and unlocked L2 cache. D- >>

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

2014-10-06 Thread Marek Vasut
On Monday, October 06, 2014 at 05:49:11 PM, Eric Nelson wrote: > 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, > >> > >> > >> > >> There aren't any pending DFU patches, so I don't plan any PR before

[U-Boot] [PATCH 1/7] dm: at91: Correct text base for snapper9260

2014-10-06 Thread Simon Glass
The value should be 0x23f0. Fix it. Signed-off-by: Simon Glass --- include/configs/snapper9260.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index 1ebee71..adb09c2 100644 --- a/include/configs/snapper9260.

[U-Boot] [PATCH 3/7] dm: at91: Add driver model support for atmel GPIO driver

2014-10-06 Thread Simon Glass
Modify this driver to support driver model, with platform data required to determine the GPIOs that it controls. Signed-off-by: Simon Glass --- arch/arm/include/asm/arch-at91/gpio.h | 6 + drivers/gpio/at91_gpio.c | 221 +++--- 2 files changed, 183 ins

[U-Boot] [PATCH 5/7] dm: at91: Refactor serial driver slightly for driver model

2014-10-06 Thread Simon Glass
Before adding driver model support, split out a few of the functions so that they can be used by the driver model code. Signed-off-by: Simon Glass --- drivers/serial/atmel_usart.c | 32 +++- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/drivers/seria

[U-Boot] [PATCH 4/7] dm: at91: Add platform data for GPIO on at91sam9260-based boards

2014-10-06 Thread Simon Glass
These boards all have the same GPIO arrangement, so add some common platform data that can be used by all boards. Remove the configs which are no longer required. Signed-off-by: Simon Glass --- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 14 ++ arch/arm/include/asm/arch-at91

[U-Boot] [PATCH 6/7] dm: at91: Add driver model support for the serial driver

2014-10-06 Thread Simon Glass
Add driver model support while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Simon Glass --- arch/arm/include/asm/arch-at91/at91_serial.h | 15 + drivers/serial/atmel_usart.c

[U-Boot] [PATCH 0/7] dm: Introduce driver model for Atmel at91

2014-10-06 Thread Simon Glass
This series adds driver model support for serial and GPIO for the Atmel AT91 series. The at91sam9260-based Snapper 9260 is converted over as an example. For both drivers the old behaviour is retained, so driver model becomes option, not mandatory. This series is available at u-boot-dm/atmel-worki

[U-Boot] [PATCH 7/7] dm: at91: Convert snapper9260 to use driver model

2014-10-06 Thread Simon Glass
Convert this at91sam9260-based board to use driver model. This should serve as an example for other similar boards. Serial and GPIO are supported so far. Signed-off-by: Simon Glass --- board/bluewater/snapper9260/snapper9260.c | 18 -- include/configs/snapper9260.h |

[U-Boot] [PATCH 2/7] dm: at91: Move snapper9260 to generic baord

2014-10-06 Thread Simon Glass
This works correctly, so switch it over before the deadline. Signed-off-by: Simon Glass --- include/configs/snapper9260.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index adb09c2..fdb6cca 100644 --- a/include/configs/snapper

[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. Signed

[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 --- 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 b/board/sunxi/Kconfig index 622f7b

[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 th

[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 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 --- board/sunxi/Kconfig | 8 board/sunxi/board.c | 2 +

[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

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

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] 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] [PATCH] cfi_flash: don't hide write/erase errors

2014-10-06 Thread Edward L Swarthout
From: Baruch Siach > 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 status bits to be

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 > > > > > wr

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 u

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 > > Support reading/writing ext4 partitions. > > Signed-off-by: Kevin Mihelich > Signed-off-by: Eric Nelson > --- 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 > --- Applied to u-boot-im

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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX

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 > > 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 Kisky > Signed-off-by:

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 > --- Applied to u-boot-imx, thanks

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 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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Soft

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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software

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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software Engi

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 > --- Applied to u-boot-imx, tha

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 > > 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 > --- Applied to u-boot-imx, thanks ! Best regards, S

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 > > 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. > > You can over-rid

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 > s

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, result

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

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 > --- Applied to u-boot-imx, thanks ! Best regards, S

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 > --- Applied to u-boot

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 > a

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 >

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 > > 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, > auto-detection is disabled an

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 > > Signe

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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===

[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 Cc: Stefano Babic Cc: Sean Cross Cc: Nikolay Dimitrov --- arch/arm/Kconfig | 4 + board/k

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 > > Testing shows that the Micrel PHY may not be completely out > of reset if accessed immediately. > > Signed-off-by: Troy Kisky > Signed-off-by: Eric Nelson > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

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 > --- Applied to u-boot-imx, thanks ! Best re

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,

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 > > 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 > Signed-off-by: Eric Nelson > --- Applied t

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 > Signed-off-by: Eric Nelson > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic

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 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 > > 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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ==

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 > --- Applied to u-boot-imx, thanks ! Best regards, St

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

[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-2014100

[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

[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 yo

[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 fet

[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: U

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 2d34151f7501ddaa599897f0d89ad576

[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 fet

[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 fet

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 Best regards, Stefano Babic -- ==

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 rese

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, >> >> >> >> 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

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 > b

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

[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

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. > >

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 commen

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(..

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 > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===

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 > Cc: Stefano Babic > --- 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 > --- Applied to u-boot-imx, thanks !

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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- =

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 futur

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

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 showin

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, > > > >>

[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): ARM:

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 > Mich

  1   2   >