Re: [RFC] new board VoCore2

2019-12-15 Thread Stefan Roese
Hi Mauro, On 15.12.19 11:20, Mauro Condarelli wrote: I am trying to extend support to a new board "VoCore2" whose specs can be found here: https://vocore.io/v2.html Nice. Thanks for working on this. Port is concerning the "ultimate" board which has all connectors in place for SD, USB and

[PATCH v3 3/3] configs: ls1012afwry: Enable usb network cards support

2019-12-15 Thread Yinbo Zhu
Enable RTL8152, AX88179 and AX8817X USB network cards support for ls1012afwry Signed-off-by: Yinbo Zhu --- Change in v3: Update the commit information configs/ls1012afrwy_tfa_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/ls1012afrwy_tfa_defconfig

[PATCH v3 1/3] configs: ls1046afwry: Enable usb network cards support

2019-12-15 Thread Yinbo Zhu
Enable RTL8152, AX88179 and AX8817X USB network cards support for ls1046afrwy Signed-off-by: Yinbo Zhu --- Change in v3: Update the commit information configs/ls1046afrwy_tfa_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/ls1046afrwy_tfa_defconfig

[PATCH v3 2/3] configs: ls1088ardb: Enable usb network cards support

2019-12-15 Thread Yinbo Zhu
Enable RTL8152, AX88179 and AX8817X USB network cards support for ls1088ardb Signed-off-by: Yinbo Zhu --- Change in v3: Update the commit information configs/ls1088ardb_tfa_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/ls1088ardb_tfa_defconfig

Re: [PATCH v2 1/4] serial: ns16550: Support run-time configuration

2019-12-15 Thread Bin Meng
Hi Simon, On Wed, Dec 11, 2019 at 3:35 AM Park, Aiden wrote: > > Hi Simon, > > > -Original Message- > > From: U-Boot On Behalf Of Simon Glass > > Sent: Monday, December 9, 2019 8:59 AM > > To: U-Boot Mailing List > > Cc: Stefan Roese ; Angelo Dureghello > > Subject: [PATCH v2 1/4]

Re: [PATCH] cmd/eeprom.c: prepend 0x to hex numbers in output message format

2019-12-15 Thread Heiko Schocher
Hello Rasmus, Am 11.12.2019 um 12:18 schrieb Rasmus Villemoes: From: "Klaus H. Sorensen" If the numbers do not happen to contain any digits from [a-f], it's not clear that they are base 16. Signed-off-by: Klaus H. Sorensen Signed-off-by: Rasmus Villemoes --- cmd/eeprom.c | 2 +- 1 file

[PATCH] efi_selftest: Update .gitignore

2019-12-15 Thread Sughosh Ganu
Add the following file to .gitignore efi_miniapp_file_image_exception.h Signed-off-by: Sughosh Ganu --- lib/efi_selftest/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/efi_selftest/.gitignore b/lib/efi_selftest/.gitignore index 293a17b..9cac367 100644 ---

[PATCH v2 1/3] configs: ls1046afwry: Enable usb network card

2019-12-15 Thread Yinbo Zhu
enable ls1046afwry usb network card r8152_eth AX88179 and AX8817X driver Signed-off-by: Yinbo Zhu --- Change in v2: update the commit information configs/ls1046afrwy_tfa_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/ls1046afrwy_tfa_defconfig

[PATCH v2 3/3] configs: ls1012afwry: Enable usb network card

2019-12-15 Thread Yinbo Zhu
enable ls1012afwry usb network card r8152_eth AX88179 and AX8817X driver Signed-off-by: Yinbo Zhu --- Change in v2: update the commit information configs/ls1012afrwy_tfa_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/ls1012afrwy_tfa_defconfig

[PATCH v2 2/3] configs: ls1088ardb: Enable usb network card

2019-12-15 Thread Yinbo Zhu
enable ls1088ardb usb network card r8152_eth AX88179 and AX8817X driver Signed-off-by: Yinbo Zhu --- Change in v2: update the commit information configs/ls1088ardb_tfa_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/ls1088ardb_tfa_defconfig

RE: [PATCH v1 3/3] enable ls1046afwry usb network card

2019-12-15 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Yinbo Zhu >Sent: Friday, December 13, 2019 11:54 AM >To: Sudhanshu Gupta ; Harninder Rai >; Rajesh Bhagat ; open >list >Cc: Peter Chen ; Xiaobo Xie ; >Jiafei Pan ; Ran Wang ; Yinbo >Zhu ; Jun Li >Subject: [PATCH v1 3/3] enable

RE: [PATCH v1 1/3] enable ls1046afwry usb network card

2019-12-15 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Yinbo Zhu >Sent: Friday, December 13, 2019 11:54 AM >To: Sudhanshu Gupta ; Harninder Rai >; Rajesh Bhagat ; open >list >Cc: Peter Chen ; Xiaobo Xie ; >Jiafei Pan ; Ran Wang ; Yinbo >Zhu ; Jun Li >Subject: [PATCH v1 1/3] enable

Re: [PATCH v1] T1024RDB: USB: Add a 10808 us delay in usb_scan_port

2019-12-15 Thread Bin Meng
+Marek, On Mon, Dec 16, 2019 at 11:13 AM Yinbo Zhu wrote: > > T1024RDB usb controller doesn't detect usb device at first usb start > Add a delay that is greater than 10808 us can fix that issue, which > delay if is less than 10808 us, issue is probabilistic occurrence > > => usb start > starting

[PATCH v1] T1024RDB: USB: Add a 10808 us delay in usb_scan_port

2019-12-15 Thread Yinbo Zhu
T1024RDB usb controller doesn't detect usb device at first usb start Add a delay that is greater than 10808 us can fix that issue, which delay if is less than 10808 us, issue is probabilistic occurrence => usb start starting USB... USB0: USB EHCI 1.00 USB1: USB EHCI 1.00 scanning bus 0 for

回复: [PATCH v3] arm: add acpi support for the arm

2019-12-15 Thread Steven Hao
This problem seems like lay aside. 发件人: Bin Meng 发送时间: 2019年11月27日 14:04 收件人: Simon Glass 抄送: Heinrich Schuchardt ; Steven Hao ; liu...@phytium.com.cn ; ag...@csgraf.de ; ja...@amarulasolutions.com ; marek.va...@gmail.com ; s...@denx.de ;

[PATCH] ARM: dts: xilinx: Fix I2C and SPI bus warnings

2019-12-15 Thread Florian Klink
Ported over from https://patchwork.kernel.org/patch/10599941/ Signed-off-by: Florian Klink --- arch/arm/dts/zynq-zc702.dts | 12 ++-- arch/arm/dts/zynq-zc770-xm010.dts | 2 +- arch/arm/dts/zynq-zc770-xm013.dts | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH] env: another attempt at fixing SPL build failures

2019-12-15 Thread Rasmus Villemoes
I'm also seeing the build failure that commit 7d4776545b env: solve compilation error in SPL tried to fix, namely that the reference to env_flags_validate from env_htab cannot be satisfied when flags.o is not built in. However, that commit got reverted by d90fc9c3de Revert "env: solve

[PATCH 3/3] net: add driver for NXP SJA1105 DSA L2 switch

2019-12-15 Thread Vladimir Oltean
The SJA1105 driver is largely reused from Linux. Its programming model is that it is blank out of reset, and it waits for a static configuration stream over SPI, which contains all runtime parameters (it has no notion of "default values"). Keeping a binary array for the configuration stream would

[PATCH 2/3] include: import if_vlan.h from Linux

2019-12-15 Thread Vladimir Oltean
This is needed for the VLAN header structure. Signed-off-by: Vladimir Oltean --- include/linux/if_vlan.h | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 include/linux/if_vlan.h diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h new file mode

[PATCH 0/3] DM DSA driver for NXP SJA1105 Ethernet switch

2019-12-15 Thread Vladimir Oltean
This is a driver for the SJA1105 automotive L2 switch. It uses the DSA uclass proposed by Alex Marginean (but not yet merged) here [0]. This is convenient because with this framework, the switch acts as a 4-port Ethernet multiplexer capable of TFTP, but does not do switching, which is not

[PATCH 1/3] lib: import packing API from Linux

2019-12-15 Thread Vladimir Oltean
This is needed to support the sja1105 DSA driver. Signed-off-by: Vladimir Oltean --- include/linux/packing.h | 49 ++ lib/Kconfig | 17 lib/Makefile| 1 + lib/packing.c | 208 4 files changed, 275

Re: [GIT PULL] For socfpga-next

2019-12-15 Thread Marek Vasut
On 12/15/19 4:27 PM, Marek Vasut wrote: > On 12/13/19 10:49 AM, Tan, Ley Foon wrote: >> Hi Marek >> >> Please pull the following update for socfpga-next. >> >> Thanks. >> >> Regards >> Ley Foon >> >> The following changes since commit f412fa8c2b82eba609c0f4494bad0da38606aa77: >> >> configs:

Re: [GIT PULL] For socfpga-next

2019-12-15 Thread Marek Vasut
On 12/13/19 10:49 AM, Tan, Ley Foon wrote: > Hi Marek > > Please pull the following update for socfpga-next. > > Thanks. > > Regards > Ley Foon > > The following changes since commit f412fa8c2b82eba609c0f4494bad0da38606aa77: > > configs: socfpga: fix building Stratix10 and Agilex

Re: [PATCH] clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is enabled

2019-12-15 Thread Giulio Benetti
Hi Lukasz, On 12/15/19 2:50 PM, Lukasz Majewski wrote: Hi Giulio, On 12/13/19 11:09 AM, Lukasz Majewski wrote: On Fri, 13 Dec 2019 00:02:25 +0100 Giulio Benetti wrote: Hi Lukasz, On 12/12/19 11:53 PM, Giulio Benetti wrote: clk_get_by_name() requires clk_get_by_id() that is not

[RFC] new board VoCore2

2019-12-15 Thread Mauro Condarelli
I am trying to extend support to a new board "VoCore2" whose specs can be found here: https://vocore.io/v2.html Port is concerning the "ultimate" board which has all connectors in place for SD, USB and Ethernet. This board comes with a paleolithic (1.3.0) version of u-boot and I'm trying to

Re: [PATCH v3 4/6] drivers: net: add Felix DSA switch driver

2019-12-15 Thread Vladimir Oltean
On Sun, 15 Dec 2019 at 14:53, Vladimir Oltean wrote: > > Hi Alex, > > On Tue, 3 Dec 2019 at 18:18, Alex Marginean > wrote: > > +static int felix_port_enable(struct udevice *dev, int port, > > +struct phy_device *phy) > > +{ > > + struct felix_priv *priv =

Re: [PATCH] clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is enabled

2019-12-15 Thread Lukasz Majewski
Hi Giulio, > On 12/13/19 11:09 AM, Lukasz Majewski wrote: > > On Fri, 13 Dec 2019 00:02:25 +0100 > > Giulio Benetti wrote: > > > >> Hi Lukasz, > >> > >> On 12/12/19 11:53 PM, Giulio Benetti wrote: > >>> clk_get_by_name() requires clk_get_by_id() that is not available > >>> if

Please pull u-boot-x86/next to next branch

2019-12-15 Thread Bin Meng
Hi Tom, This PR includes the following changes for u-boot/next branch. - Various x86 common codes updated for TPL/SPL - I2C designware driver updated for PCI - ICH SPI driver updated to support Apollo Lake - Add Intel FSP2 base support - Intel Apollo Lake platform specific drivers support - Add

Re: [PATCH v3 1/6] net: introduce DSA class for Ethernet switches

2019-12-15 Thread Vladimir Oltean
On Tue, 3 Dec 2019 at 17:32, Alex Marginean wrote: > +/** > + * This function deals with additional devices around the switch as these > should > + * have been bound to drivers by now. > + * TODO: pick up references to other switch devices here, if we're cascaded. > + */ > +static int

Re: [PATCH v3 4/6] drivers: net: add Felix DSA switch driver

2019-12-15 Thread Vladimir Oltean
On Sun, 15 Dec 2019 at 14:53, Vladimir Oltean wrote: > > Hi Alex, > > On Tue, 3 Dec 2019 at 18:18, Alex Marginean > wrote: > > +static int felix_port_enable(struct udevice *dev, int port, > > +struct phy_device *phy) > > +{ > > + struct felix_priv *priv =

Re: [PATCH v3 4/6] drivers: net: add Felix DSA switch driver

2019-12-15 Thread Vladimir Oltean
Hi Alex, On Tue, 3 Dec 2019 at 18:18, Alex Marginean wrote: > +static int felix_port_enable(struct udevice *dev, int port, > +struct phy_device *phy) > +{ > + struct felix_priv *priv = dev_get_priv(dev); > + void *base = priv->regs_base; > + > +

Re: [PATCH v3 1/6] net: introduce DSA class for Ethernet switches

2019-12-15 Thread Vladimir Oltean
Hi Alex, On Tue, 3 Dec 2019 at 17:32, 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 about the source/destination ports to/from CPU. >