Re: [U-Boot] [PATCH] cmd: pxe: Use internal FDT if external one cannot be retrieved

2019-08-31 Thread Anton Leontiev
чт, 29 авг. 2019 г. в 23:35, Stephen Warren : > On 8/29/19 5:20 AM, Anton Leontiev wrote: > > 2019-08-26 at 18:59, Stephen Warren : > > We have a GNU/Linux distribution that use FDTDIR in its extlinux.conf > > to support several boards. But some boards have FDT embedded in U-Boot > > and it is't

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

2019-08-31 Thread Tom Rini
On Thu, Aug 29, 2019 at 02:08:05PM +0200, Marek Vasut wrote: > The following changes since commit 8c56ea5c1e033f16993e5427300399ef848234bb: > > Merge branch 'u-boot-stm32_20190827' of > https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2019-08-27 13:19:47 > -0400) > > are available in the

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

2019-08-31 Thread Marek Vasut
On 8/31/19 3:28 PM, Tom Rini wrote: > On Thu, Aug 29, 2019 at 02:07:11PM +0200, Marek Vasut wrote: > >> The following changes since commit 1e60ccd94318fb86610e1e28512b2aaac5f4b069: >> >> Merge branch '2019-08-20-master-imports' (2019-08-20 21:40:12 -0400) >> >> are available in the Git

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

2019-08-31 Thread Tom Rini
On Thu, Aug 29, 2019 at 02:07:11PM +0200, Marek Vasut wrote: > The following changes since commit 1e60ccd94318fb86610e1e28512b2aaac5f4b069: > > Merge branch '2019-08-20-master-imports' (2019-08-20 21:40:12 -0400) > > are available in the Git repository at: > >

[U-Boot] [PATCH] ARM: omapl138_lcdk: Remove dead code

2019-08-31 Thread Adam Ford
The header it littered with #ifdefs and #defines and that appear to be legacy associations to the older da850-evm and in some cases obsolete with either Kconfig or DM migrations. This patch removes these legacy references. Signed-off-by: Adam Ford diff --git a/include/configs/omapl138_lcdk.h

[U-Boot] [PATCH 3/3] arm: dts: am335x: sync cpsw/mdio/phy with latest linux - drop phy_id

2019-08-31 Thread Grygorii Strashko
Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated phy_id property with phy-handle. Signed-off-by: Grygorii Strashko Cc: Lokesh Vutla Cc: Hannes Schmelzer Cc: Heiko Schocher Cc: Felix Brack Cc: Jean-Jacques Hiblot --- arch/arm/dts/am335x-baltos.dts | 14

[U-Boot] [PATCH 2/3] arm: dts: am437x: sync cpsw/mdio/phy with latest linux - drop phy_id

2019-08-31 Thread Grygorii Strashko
Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated phy_id property with phy-handle. Signed-off-by: Grygorii Strashko Cc: Lokesh Vutla --- arch/arm/dts/am437x-gp-evm.dts | 6 +- arch/arm/dts/am437x-idk-evm.dts | 7 ++- arch/arm/dts/am437x-sk-evm.dts | 12

[U-Boot] [PATCH 1/3] arm: dts: dra7: sync cpsw/mdio/phy with latest linux - drop phy_id

2019-08-31 Thread Grygorii Strashko
Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated phy_id property with phy-handle. Signed-off-by: Grygorii Strashko Cc: Lokesh Vutla --- arch/arm/dts/am57xx-idk-common.dtsi | 14 -- arch/arm/dts/dra7-evm.dts | 14 --

[U-Boot] [PATCH 0/3] arm: dts: ti: sync cpsw/mdio/phy with latest linux 1 - drop phy_id

2019-08-31 Thread Grygorii Strashko
Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated phy_id property with phy-handle. Grygorii Strashko (3): arm: dts: dra7: sync cpsw/mdio/phy with latest linux - drop phy_id arm: dts: am437x: sync cpsw/mdio/phy with latest linux - drop phy_id arm: dts: am335x: sync