[U-Boot] [PATCH v2 1/2] pci: layerscape: move PCIE related CONFIG to PCI Kconfig

2019-11-30 Thread Pankaj Bansal
move the PCIE related config from arch Kconfig to PCI Kconfig. As the PCI_LAYERSCAPE driver is being used in platform other than fsl-layerscale platforms like ls102xa. Signed-off-by: Pankaj Bansal --- Notes: V2: - new patch to fix the issues with patch [2/2] arch/arm/cpu/armv7/ls102xa/

[U-Boot] [PATCH v2 2/2] pci: layerscape: Manage PCIe EP compatible string via Kconfig

2019-11-30 Thread Pankaj Bansal
The ep node device tree name is governed by these bindings: https://github.com/torvalds/linux/blob/master/Documentation/ devicetree/bindings/pci/layerscape-pci.txt#L24 As per above the ep compatible node contains platform name. Therefore, define the ep node compatible as CONFIG to find the pcie ep

[U-Boot] [PATCH 1/3] ARM: rmobile: Convert H2 Lager to DM_SPI{, _FLASH}

2019-11-30 Thread Marek Vasut
Enable DM_SPI and DM_SPI_FLASH in U-Boot on H2 Lager. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- configs/lager_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/lager_defconfig b/configs/lager_defconfig index 1be6df22e9..6dff5234c6 100644 --- a/

[U-Boot] [PATCH 2/3] ARM: rmobile: Convert M2W Koelsch to DM_SPI{, _FLASH}

2019-11-30 Thread Marek Vasut
Enable DM_SPI and DM_SPI_FLASH in U-Boot on M2W Koelsch. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- configs/koelsch_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/koelsch_defconfig b/configs/koelsch_defconfig index 34ef807adf..75ee093655 1006

[U-Boot] [PATCH 3/3] ARM: rmobile: Convert M2N Gose to DM_SPI{, _FLASH}

2019-11-30 Thread Marek Vasut
Enable DM_SPI and DM_SPI_FLASH in U-Boot on M2N Gose. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- configs/gose_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/gose_defconfig b/configs/gose_defconfig index 5983e4088e..6a3a1d2dd7 100644 --- a/con

[U-Boot] [PULL] u-boot-mips

2019-11-30 Thread Daniel Schwierzeck
Hi Tom, please pull the removal of the MIPS Micronas VCT boards for 2020.01. Gitlab: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/1454 Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/618647984 The following changes since commit 4b19b89ca4a866b7baa642533e6dbd67

Re: [U-Boot] [PATCH] net: eth-uclass: ignore unavailable devices

2019-11-30 Thread Alexandru Marginean
Hi Michael, On 10/22/2019 1:03 AM, Michael Walle wrote: device_probe() may fail in which case the seq_id will be -1. Don't display these devices during startup. While this is only a cosmetic change, the return value of eth_initialize() will also change to the actual number of available devices.

Re: [U-Boot] [PATCH v2 1/6] net: introduce DSA class for Ethernet switches

2019-11-30 Thread Alexandru Marginean
Hi Joe, On 11/30/2019 1:56 AM, Joe Hershberger wrote: Hi Alex, On Mon, Nov 25, 2019 at 9:54 AM Alex Marginean wrote: DSA stands for Distributed Switch Architecture and it covers switches that are connected to the CPU through an Ethernet link and generally use frame tags to pass information a