[U-Boot] Rework the network stack

2015-03-21 Thread Jörg Krause
Hi all, there is an issue with the current network stack using netconsole. It's impossible to use network commands as TFTP inside netconsole, because they try to run as atomic network commands. The issue was already reported by Stefano Babic in 2010: [U-Boot] NetConsole and network API

Re: [U-Boot] [PATCH] mmc: fix OCR Polling

2015-03-21 Thread Peng Fan
Hi, Andrew On 3/20/2015 3:19 PM, Andrew Gabbasov wrote: Hi Peng, From: Peng.Fan at freescale.com (Peng Fan) Date: Thu, 19 Mar 2015 16:22:46 +0800 Subject: [U-Boot] [PATCH] mmc: fix OCR Polling If in mmc_send_op_cond, OCR_BUSY is set in CMD1's response, then state is transfered to Ready

Re: [U-Boot] arm: mx5: Add support for USB armory board

2015-03-21 Thread Vagrant Cascadian
On 2015-03-19, Andrej Rosano wrote: On Thu, Mar 19, 2015 at 09:55:26AM -0700, Vagrant Cascadian wrote: On 2015-02-24, and...@inversepath.com wrote: Add support for Inverse Path USB armory board, an open source flash-drive sized computer based on Freescale i.MX53 SoC. ... Would you consider

Re: [U-Boot] [PATCH 1/2] power: axp209: VBUS detect

2015-03-21 Thread Hans de Goede
Hi Paul, On 15-03-15 18:29, Paul Kocialkowski wrote: Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- drivers/power/axp209.c | 13 + include/axp209.h | 3 +++ 2 files changed, 16 insertions(+) diff --git a/drivers/power/axp209.c b/drivers/power/axp209.c index

Re: [U-Boot] [PATCH 1/4] sunxi: musb: Return early on VBUS GPIO error instead of on a positive value

2015-03-21 Thread Hans de Goede
Hi, On 15-03-15 18:27, Paul Kocialkowski wrote: This allows printing the error message when VBUS is detected, as it would with AXP VBUS detect. Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- drivers/usb/musb-new/sunxi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [U-Boot] [PATCH 2/4] sunxi: Avoid any assumption between musb gadget and host but fallback to host

2015-03-21 Thread Hans de Goede
Hi, On 15-03-15 18:27, Paul Kocialkowski wrote: musb might be used in gadget mode on sunxi, so we don't want to assume anything related to host mode, especially USB keyboard support. However, in case gadget mode is not explicitly used, fallback to host mode. Signed-off-by: Paul Kocialkowski

[U-Boot] u-boot: OpenRD Ultimate fails to build

2015-03-21 Thread Vagrant Cascadian
It seems that OpenRD Ultimate with u-boot 2015.04-rc3 and newer no longer builds from source, both in Debian and with mainline git. It appears to have overgrown the size limits set for it: OBJCOPY u-boot.srec OBJCOPY u-boot.bin u-boot.bin exceeds file size limit: limit: 393216 bytes

[U-Boot] [PATCH] Compilation under Cygwin

2015-03-21 Thread Marcos Vives Del Sol
Hello. I am attempting to compile U-Boot under Cygwin (up to date, it's not and old version or anything) and noticed that make fails due to GCC not recognising inline modifiers to functions: scripts/kconfig/list.h:81:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’

Re: [U-Boot] [PATCH 2/2] sunxi: Ainol AW1 support

2015-03-21 Thread Hans de Goede
Hi, On 15-03-15 18:29, Paul Kocialkowski wrote: Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- board/sunxi/MAINTAINERS | 5 + configs/Ainol_AW1_defconfig | 16 2 files changed, 21 insertions(+) create mode 100644 configs/Ainol_AW1_defconfig diff --git

[U-Boot] Please pull u-boot-sunxi master

2015-03-21 Thread Hans de Goede
Hi Tom, Please pull u-boot-sunxi/master into master for a small bugfix which makes sure we print the right error message when a non host cable is plugged into the otg and we're configured for host mode. The following changes since commit 21866c34a1b4098a8868c9250daf01baf84c2397:

Re: [U-Boot] [linux-sunxi] [PATCH] sun6i: Add support for the Mixtile LOFT-Q board

2015-03-21 Thread Hans de Goede
Hi, On 12-03-15 04:13, Phil Han wrote: From: Han Pengfei pengp...@sina.com The Mixtile LOFT-Q is an A31 based board with 2G RAM, 8G EMMC, sdio wifi, 1Gbit ethernet, HDMI display, toslink audio plug, 4 USB2.0 port, external USB2SATA connector, sd card plug, 3x60 external fpic expansion

Re: [U-Boot] [PATCH v5 01/14] sun7i: Remove duplicate call to psci_arch_init

2015-03-21 Thread Hans de Goede
Hi, On 11-03-15 16:11, Tom Rini wrote: On Mon, Mar 09, 2015 at 08:00:11AM +0100, Jan Kiszka wrote: This is already invoked a few cycles later in monitor mode by _secure_monitor. Drop it here, it serves no purpose. For clarity, because of the vector tables? Reviewed-by: Tom Rini

[U-Boot] [PATCH V2] Document config_distro_bootcmd environment variables for interactive booting.

2015-03-21 Thread Karsten Merker
Changes since V1: - Explicitly define the target format for storage and network targets - Include a list of all valid bootcmd targets which are currently supported - Make the commit log more verbose Karsten Merker (1): Document config_distro_bootcmd environment variables for interactive

Re: [U-Boot] [PATCH 3/4] sunxi: common VBUS detection logic in usbc

2015-03-21 Thread Hans de Goede
Hi, On 15-03-15 18:27, Paul Kocialkowski wrote: VBUS detection could be needed not only by the musb code (to prevent host mode), but also by e.g. gadget drivers to start only when a cable is connected. In addition, this allows more flexibility in vbus detection, as it could easily be extended

[U-Boot] [PATCH V2] Document config_distro_bootcmd environment variables for interactive booting.

2015-03-21 Thread Karsten Merker
config_distro_bootcmd.h defines a common boot environment for multiple platforms, including several environment variables that are intended for interactive use by an end-user. Document which variables are considered public interfaces that must remain compatible in future u-boot versions.

Re: [U-Boot] [PATCH v4 24/28] armv8/ls2085aqds: NAND boot support

2015-03-21 Thread Scott Wood
On Fri, 2015-03-20 at 14:44 -0700, York Sun wrote: On 03/20/2015 02:33 PM, Scott Wood wrote: On Fri, 2015-03-20 at 14:23 -0700, York Sun wrote: On 03/20/2015 02:15 PM, Scott Wood wrote: On Fri, 2015-03-20 at 12:21 -0700, York Sun wrote: From: Scott Wood scottw...@freescale.com

Re: [U-Boot] Rework the network stack

2015-03-21 Thread Joe Hershberger
Hi Jörg, On Sat, Mar 21, 2015 at 3:33 AM, Jörg Krause joerg.krause@embedded.rocks wrote: Hi all, there is an issue with the current network stack using netconsole. It's impossible to use network commands as TFTP inside netconsole, because they try to run as atomic network commands. The

Re: [U-Boot] [PATCH v6 09/27] net: Remove the bd* parameter from net stack functions

2015-03-21 Thread Joe Hershberger
Hi Simon, On Fri, Mar 20, 2015 at 6:01 PM, Simon Glass s...@chromium.org wrote: Hi Joe, On 11 March 2015 at 17:44, Joe Hershberger joe.hershber...@ni.com wrote: This value is not used by the network stack and is available in the global data, so stop passing it around. For the one legacy