Re: [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release

2017-11-18 Thread Marek Vasut
On 11/18/2017 03:14 PM, Tom Rini wrote: > On Sat, Nov 18, 2017 at 11:19:13AM +0100, Marek Vasut wrote: >> On 11/17/2017 09:59 PM, Tom Rini wrote: >>> On Fri, Nov 17, 2017 at 08:19:07PM +0100, Marek Vasut wrote: On 11/14/2017 07:32 PM, Otavio Salvador wrote: > This upgrades the U-Boot from

Re: [U-Boot] mtd: cfi: Add support for status register polling

2017-11-18 Thread York Sun
On 11/18/2017 02:24 AM, Marek Vasut wrote: > On 11/17/2017 10:48 PM, York Sun wrote: >> On 11/17/2017 12:59 PM, York Sun wrote: >>> On 11/17/2017 11:04 AM, Marek Vasut wrote: On 11/17/2017 08:02 PM, Marek Vasut wrote: > On 11/17/2017 05:43 PM, York Sun wrote: >> On 09/12/2017 10:09

[U-Boot] [PATCH] mtd: cfi: Fix checking status register feature

2017-11-18 Thread York Sun
Commit 72443c7f7d21 ("mtd: cfi: Add support for status register polling") added a feature check to determine if status register is available for certain flash chips. The "lower software bits" register used to determine this feature is not backward compati- ble. Older flash chips without this

Re: [U-Boot] mmc1 not working on Samsung snow chromebook

2017-11-18 Thread Guillaume Gardet
Le 17/11/2017 à 17:06, Jaehoon Chung a écrit : On 2017년 11월 17일 18:38, Guillaume Gardet wrote: Le 17/11/2017 à 10:36, Lukasz Majewski a écrit : On Thu, 16 Nov 2017 13:29:56 +0100 Guillaume Gardet wrote: I found a workaround. If I disable MMC_MODE_HS_52MHz, then

Re: [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release

2017-11-18 Thread Tom Rini
On Sat, Nov 18, 2017 at 11:19:13AM +0100, Marek Vasut wrote: > On 11/17/2017 09:59 PM, Tom Rini wrote: > > On Fri, Nov 17, 2017 at 08:19:07PM +0100, Marek Vasut wrote: > >> On 11/14/2017 07:32 PM, Otavio Salvador wrote: > >>> This upgrades the U-Boot from 2017.09 to 2017.11 release. > >>> > >>>

[U-Boot] [PATCH 1/1] vsprintf.c: add EFI device path printing

2017-11-18 Thread Heinrich Schuchardt
For debugging efi_loader we need the capability to print EFI device paths. With this patch we can write: debug("device path: %pD", dp); A possible output would be device path: /MemoryMapped(0x0,0x3ff93a82,0x3ff93a82) Suggested-by: Rob Clark Signed-off-by: Heinrich

Re: [U-Boot] mtd: cfi: Add support for status register polling

2017-11-18 Thread Marek Vasut
On 11/17/2017 10:48 PM, York Sun wrote: > On 11/17/2017 12:59 PM, York Sun wrote: >> On 11/17/2017 11:04 AM, Marek Vasut wrote: >>> On 11/17/2017 08:02 PM, Marek Vasut wrote: On 11/17/2017 05:43 PM, York Sun wrote: > On 09/12/2017 10:09 AM, Marek Vasut wrote: >> The status register is

Re: [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release

2017-11-18 Thread Marek Vasut
On 11/17/2017 09:59 PM, Tom Rini wrote: > On Fri, Nov 17, 2017 at 08:19:07PM +0100, Marek Vasut wrote: >> On 11/14/2017 07:32 PM, Otavio Salvador wrote: >>> This upgrades the U-Boot from 2017.09 to 2017.11 release. >>> >>> Signed-off-by: Otavio Salvador >>> --- >>> >>>

Re: [U-Boot] [PATCH] usb: r8a66597: Add support for RZ/A series

2017-11-18 Thread Marek Vasut
On 11/17/2017 08:56 PM, Chris Brandt wrote: > Thanks for the review. > > On Friday, November 17, 2017, Marek Vasut wrote: >>> +#ifndef RZA_USB >> >> This should be turned into Kconfig entry, some CONFIG_... > > So you want RZA_USB in Kconfig, but is it OK if it is automatically > selected when