[U-Boot] [PATCH] sifive-fu540: config: Add mmc0 as a boot target device

2019-08-17 Thread Alistair Francis
Add the mmc0 device as a BOOT_TARGET_DEVICES. Signed-off-by: Alistair Francis --- include/configs/sifive-fu540.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sifive-fu540.h b/include/configs/sifive-fu540.h index 858b7a7da1..736ceb1f48 100644 ---

[U-Boot] Rockpro64_V2.1 2018-07-02 Boot Freeze

2019-08-17 Thread Kurt Miller
Hello, The Rockpro64_V2.1 2018-07-02 using master code base freezes with only the following output: U-Boot TPL 2019.10-rc2-1-gdf33f86468-dirty (Aug 16 2019 - 22:31:31) Whereas another board dated 2018-06-06 works and outputs the following: U-Boot TPL 2019.10-rc2-1-gdf33f86468-dirty

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

2019-08-17 Thread Tom Rini
On Sat, Aug 17, 2019 at 02:19:58PM +0200, Marek Vasut wrote: > The following changes since commit df33f8646855e65b8e7232c7fd5739e1ae1eb58b: > > configs: Resync with savedefconfig (2019-08-14 08:11:27 -0400) > > are available in the Git repository at: > >

Re: [U-Boot] Pull request: u-boot-riscv/master

2019-08-17 Thread Tom Rini
On Fri, Aug 16, 2019 at 01:19:59PM +0800, ub...@andestech.com wrote: > Hi Tom, > > Please pull some riscv updates: > > - Fix sifive serial y-modem transfer. > - Access CSRs using CSR numbers. > - Update doc sifive-fu540 > - Support big endian hosts and target. > >

Re: [U-Boot] [PATCH] sifive-fu540: config: Add mmc0 as a boot target device

2019-08-17 Thread Bin Meng
On Sat, Aug 17, 2019 at 2:03 AM Alistair Francis wrote: > > Add the mmc0 device as a BOOT_TARGET_DEVICES. > > Signed-off-by: Alistair Francis > --- > include/configs/sifive-fu540.h | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Bin Meng ___

Re: [U-Boot] [PATCH 2/4] rockchip: dts: rk3328-rock64: enable usb3 xhci controller

2019-08-17 Thread Matwey V. Kornilov
Hi Kever, I've just tested the series on my Rock64 and I see the following issue. An USB pen-drive is not discovered by `usb start' when attached to the USB3 (blue) port. Attaching to USB2 port works fine. чт, 15 авг. 2019 г. в 11:14, Kever Yang : > > Rock64 has a USB3.0 port, enable the

Re: [U-Boot] [PATCH v4 1/5] usb_kdb: only process events succesfully received

2019-08-17 Thread Marek Vasut
On 8/17/19 2:18 PM, Marek Vasut wrote: > On 8/6/19 7:07 PM, Michal Suchanek wrote: >> Causes unbound key repeat on error otherwise. >> >> Signed-off-by: Michal Suchanek >> --- >> v2: fix indentation >> v4: fix ! condition to >= 0 >> --- >> common/usb_kbd.c | 7 +++ >> 1 file changed, 3

Re: [U-Boot] [PATCH v4 1/5] usb_kdb: only process events succesfully received

2019-08-17 Thread Marek Vasut
On 8/6/19 7:07 PM, Michal Suchanek wrote: > Causes unbound key repeat on error otherwise. > > Signed-off-by: Michal Suchanek > --- > v2: fix indentation > v4: fix ! condition to >= 0 > --- > common/usb_kbd.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git

[U-Boot] [PULL] u-boot-socfpga/master

2019-08-17 Thread Marek Vasut
The following changes since commit df33f8646855e65b8e7232c7fd5739e1ae1eb58b: configs: Resync with savedefconfig (2019-08-14 08:11:27 -0400) are available in the Git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to

[U-Boot] 答复: 答复: [PATCH v2 1/4] USB: gadget: Add the cadence USB3 gadget driver

2019-08-17 Thread Sherry Sun
Hi Marek > > On 8/16/19 6:45 AM, Sherry Sun wrote: > > Hi Marek > > > >> > >> On 8/14/19 2:16 PM, sherry sun wrote: > >>> From: Sherry Sun > >>> > >>> This driver is ported from NXP i.MX U-Boot version imx_v2019.04 and > >>> some changes have also been made to adapt to U-Boot. > >>> > >>> Add