[U-Boot] [PATCH v7 00/11] rockchip: Add gmac Ethernet support

2017-01-11 Thread Romain Perier
>From Romain: This is a resent of Simon's v4 series. I have changed what was suggested by David Wu about the driver name (rename gmac_rk3288 to gmac_rockchip). I have also tested the whole series on a rock2 square board, updated the configuration files for rock2 board. I have fixed a build failure

[U-Boot] [PATCH v7 03/11] net: designware: Split the link init into a separate function

2017-01-11 Thread Romain Perier
From: Simon Glass With rockchip we need to make adjustments after the link speed is set but before enabling received/transmit. In preparation for this, split these two pieces into separate functions. Signed-off-by: Simon Glass Signed-off-by: Romain Perier

[U-Boot] [PATCH v7 07/11] rockchip: evb-rk3339: Enable DHCP

2017-01-11 Thread Romain Perier
From: Simon Glass This is the only RK3399 device without DHCP. Enable it so that we can use a common BOOT_TARGET_DEVICES setting. It is likely useful to be able to use USB networking, at least. Full networking can be enabled when a suitable platform needs it. Signed-off-by:

[U-Boot] [PATCH v7 10/11] rockchip: Enable ETH address randomization for the rock2

2017-01-11 Thread Romain Perier
This commit enables ethernet MAC address randomization on the rock2. It removes the error at startup 'ethernet@ff29 address not set'. Signed-off-by: Romain Perier --- Changes in v7: - Added this commit to the series configs/rock2_defconfig | 1 + 1 file

[U-Boot] [PATCH v7 06/11] rockchip: Enable networking support on rock2 and firefly

2017-01-11 Thread Romain Perier
From: Sjoerd Simons Enable the various configuration option required to get the ethernet interface up and running on Radxa Rock2 and Firefly. Signed-off-by: Sjoerd Simons Signed-off-by: Romain Perier

[U-Boot] [PATCH v7 08/11] Enable DISTRO_DEFAULTS for Rockchip platforms

2017-01-11 Thread Romain Perier
This enables suitable commands needed for booting general purpose Linux distribution. This is required for example if we want to use PXE or DHCP as default boot targets, symbols no longer enabled by config_distro_defaults.h . Signed-off-by: Romain Perier --- Changes

[U-Boot] [PATCH v7 02/11] net: designware: Adjust dw_adjust_link() to return an error

2017-01-11 Thread Romain Perier
From: Simon Glass This function can fail, so return the error if there is one. Signed-off-by: Simon Glass Signed-off-by: Romain Perier Acked-by: Joe Hershberger --- Changes in v7: None Changes in v6:

[U-Boot] [PATCH v7 09/11] rockchip: Add PXE and DHCP to the default boot targets

2017-01-11 Thread Romain Perier
From: Sjoerd Simons Now that at least on the firefly board we have network support, enable PXE and DHCP boot targets by default. Signed-off-by: Sjoerd Simons Acked-by: Simon Glass Acked-by: Joe Hershberger

[U-Boot] [PATCH v7 05/11] net: gmac_rockchip: Add Rockchip GMAC driver

2017-01-11 Thread Romain Perier
From: Sjoerd Simons Add a new driver for the GMAC ethernet interface present in Rockchip RK3288 SOCs. This driver subclasses the generic design-ware driver to add the glue needed specifically for Rockchip. Signed-off-by: Sjoerd Simons

[U-Boot] [PATCH v7 01/11] net: designware: Export various functions/struct to allow subclassing

2017-01-11 Thread Romain Perier
From: Sjoerd Simons To allow other DM drivers to subclass the designware driver various functions and structures need to be exported. Export these. Signed-off-by: Sjoerd Simons Signed-off-by: Romain Perier

Re: [U-Boot] [PATCH] exynos: Enable XHCI on exynos5250 boards

2017-01-11 Thread Jaehoon Chung
On 01/10/2017 10:36 PM, Sjoerd Simons wrote: > Once upon a time u-boot didn't support building with two usb host > controller types, these days it does. Enable XHCI in addition to the > existing EHCI support so user can plug usb devices in all available > ports regardless of the controller type. >

Re: [U-Boot] [GIT PULL] Please pull u-boot-mmc master

2017-01-11 Thread Jaehoon Chung
Dear Tom, I fixed the buildman error, and pushed them by force. - checked the mips, arm and the other things with buildman. - And rebased on latest u-boot/master Sorry for not checking in more detail Could you pull these patches on your master branch? The following changes since commit

Re: [U-Boot] [PATCH 2/8] net: zynq: Add clk framework support to zynq ethernet driver

2017-01-11 Thread Michal Simek
On 11.1.2017 10:55, stefan.herbrechtsme...@weidmueller.com wrote: >> -Ursprüngliche Nachricht- >> Von: Michal Simek [mailto:michal.si...@xilinx.com] >> Gesendet: Mittwoch, 11. Januar 2017 09:22 >> >> On 11.1.2017 08:30, stefan.herbrechtsme...@weidmueller.com wrote: -Ursprüngliche

Re: [U-Boot] [PATCH 2/8] net: zynq: Add clk framework support to zynq ethernet driver

2017-01-11 Thread Stefan.Herbrechtsmeier
> -Ursprüngliche Nachricht- > Von: Michal Simek [mailto:michal.si...@xilinx.com] > Gesendet: Mittwoch, 11. Januar 2017 09:22 > > On 11.1.2017 08:30, stefan.herbrechtsme...@weidmueller.com wrote: > >> -Ursprüngliche Nachricht- > >> Von: Michal Simek [mailto:mon...@monstr.eu] > >>

Re: [U-Boot] [RFC PATCH] arm: bootm: Boot kernel with U-Boot's FDT blob

2017-01-11 Thread Lokesh Vutla
On Wednesday 11 January 2017 12:50 PM, Michal Simek wrote: > On 11.1.2017 06:19, Lokesh Vutla wrote: >> >> >> On Tuesday 10 January 2017 06:28 PM, Michal Simek wrote: >>> U-Boot configured via DTB can use the same DTB for booting the kernel. >>> When OF_CONTROL is used fdtcontroladdr is setup

[U-Boot] [GIT PULL] Xilinx changes

2017-01-11 Thread Michal Simek
Hi Tom, here are changes I have collected. Travis is not reporting any issue. I have also started to use signed tags to be clear what to take. Thanks, Michal The following changes since commit a705ebc81b7f91bbd0ef7c634284208342901149: Prepare v2017.01 (2017-01-09 11:57:05 -0500) are

Re: [U-Boot] [PATCH v8 1/3] armv8: Support loading 32-bit OS in AArch32 execution state

2017-01-11 Thread Ryan Harkin
Hi Alison, I wasn't sure where about in this thread to reply to this patch, so I thought here was as good as any... I know I tested this commit and it works for me. However, my colleague Tixy has spotted a recent warning on the kernel dmesg output that only arrived with an update to u-boot: [

Re: [U-Boot] [PATCH 2/8] net: zynq: Add clk framework support to zynq ethernet driver

2017-01-11 Thread Michal Simek
On 11.1.2017 08:30, stefan.herbrechtsme...@weidmueller.com wrote: >> -Ursprüngliche Nachricht- >> Von: Michal Simek [mailto:mon...@monstr.eu] >> Gesendet: Dienstag, 10. Januar 2017 16:23 >> >> On 10.1.2017 15:46, stefan.herbrechtsme...@weidmueller.com wrote: -Ursprüngliche

Re: [U-Boot] [PATCH] armv8: fix #if around spin-table code in start.S

2017-01-11 Thread Oded Gabbay
On Wed, Jan 11, 2017 at 1:14 AM, Tom Rini wrote: > > On Tue, Dec 27, 2016 at 11:19:43AM +0200, Oded Gabbay wrote: > > > Using CONFIG_IS_ENABLED() doesn't work in SPL. This patch replaces the only > > occurrence of CONFIG_IS_ENABLED() in start.S to a regular #if defined(). > >

<    1   2