Re: [U-Boot] [BUG] 0001-mmc-fix-the-wrong-disabling-clock.patch

2018-01-25 Thread Jaehoon Chung
Hi, On 01/26/2018 04:37 AM, Heinrich Schuchardt wrote: > With git master HEAD the Odroid C2 hangs after the command line countdown. > > Bisecting teaches that this is the patch causing the problem: > > 9546eb92cb648a8bba0aa9d5930ac751e6e5b9a4 > mmc: fix the wrong disabling clock When you search

Re: [U-Boot] [PATCH] efi_laoder: Call Exit() on return from payload in StartImage()

2018-01-25 Thread Heinrich Schuchardt
On 01/26/2018 12:53 AM, Alexander Graf wrote: There is a typo in the subject "efi_laoder". When a UEFI payload just returns instead of calling the Exit() callback, we handle that in efi_do_enter() and call Exit on its behalf, so that the loaded_image->exit_status value is correct. We were miss

[U-Boot] [PATCH 1/1] vsprintf.c: correct printing of a NULL device path

2018-01-25 Thread Heinrich Schuchardt
When printing '%pD' with a value of NULL we want to output ''. But this requires copying to buf. Leave this to string16. A unit test is supplied which relies on EFI support in the sandbox. The development for EFI support in the sandbox is currently in branch u-boot-dm/efi-working. The branch lack

Re: [U-Boot] [PATCH 1/9] drivers: net: pfe_eth: LS1012A PFE driver introduction

2018-01-25 Thread Calvin Johnson
Hi Joe, > -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@ni.com] > Sent: Wednesday, December 06, 2017 1:44 AM > To: Calvin Johnson > Cc: u-boot ; Joe Hershberger > ; Anji Jagarlmudi > Subject: Re: [U-Boot] [PATCH 1/9] drivers: net: pfe_eth: LS1012A PFE driver > introd

[U-Boot] [PATCH 1/1] efi_loader: do not install NULL as device path

2018-01-25 Thread Heinrich Schuchardt
In an image is loaded from memory we do not have a device path. Do not install NULL as device path in this case. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_boottime.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/lib/efi_loader/efi_boott

Re: [U-Boot] [PATCH v8 2/2] DW SPI: Get clock value from Device Tree

2018-01-25 Thread Jagan Teki
On Thu, Jan 25, 2018 at 10:01 PM, Tom Rini wrote: > On Thu, Jan 25, 2018 at 06:37:20PM +0530, Jagan Teki wrote: >> On Thu, Jan 25, 2018 at 6:15 PM, Alexey Brodkin >> wrote: >> > Hi Jagan, >> > >> > On Fri, 2018-01-19 at 14:17 +0100, Eugeniy Paltsev wrote: >> >> Hi Jagan, >> >> >> >> Could you ple

Re: [U-Boot] [PATCH v6 0/4] spi: cadence_spi: Adopt Linux DT bindings

2018-01-25 Thread Jagan Teki
On Wed, Jan 24, 2018 at 4:43 AM, Jason Rush wrote: > Adopt the Linux DT bindings. This also fixes an issue > with the indaddrtrig register on the Cadence QSPI > device being programmed with the wrong value for the > socfpga arch. > > Tested on TI K2G platform: > Tested-by: Vignesh R > > Tested on

Re: [U-Boot] [PATCH v3 0/3] cadence-quadspi: Fix issues with non 32bit aligned accesses

2018-01-25 Thread Jagan Teki
On Wed, Jan 24, 2018 at 10:44 AM, Vignesh R wrote: > This series reverts use of bounce_buf.c for non-DMA related alignment > restriction and replaces it with local bounce buffer to handle problems > with non 32 bit aligned writes on TI platforms. > Based on top of Jason's series: > [PATCH v6 0/4]

Re: [U-Boot] [PATCH v10 00/12] mips: bmips: add SPI support

2018-01-25 Thread Jagan Teki
On Tue, Jan 23, 2018 at 9:44 PM, Álvaro Fernández Rojas wrote: > BCM63xx SPI controller is a bit tricky since it doesn't allow keeping CS > active between transfers, so I had to modify the spi_flash driver in order > to allow limiting reads. > > v10: Introduce changes reported by Tom Rini & Daniel

[U-Boot] [PATCH 1/1] efi_loader: consistently use %pD to print device paths

2018-01-25 Thread Heinrich Schuchardt
Now that we have %pD support in vsprintf we should avoid separate logic for printing device paths in other places. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_bootmgr.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/efi_loader/efi_bootmgr.c b/lib/efi_

[U-Boot] Pull request v2: u-boot-spi/master

2018-01-25 Thread Jagan Teki
Hi Tom, Please pull this PR. Changes for v2: - Fixed patches on wait_bit - Collected new patches. thanks! Jagan. The following changes since commit 98691a60abffb44303d7dae6e9e699d0daded930: Merge git://git.denx.de/u-boot-rockchip (2018-01-09 13:28:51 -0500) are available in the git reposito

Re: [U-Boot] [BUG] 0001-mmc-fix-the-wrong-disabling-clock.patch

2018-01-25 Thread Jaehoon Chung
Hi Heinrich, On 01/26/2018 12:28 PM, Jaehoon Chung wrote: > Hi, > > On 01/26/2018 04:37 AM, Heinrich Schuchardt wrote: >> With git master HEAD the Odroid C2 hangs after the command line countdown. >> >> Bisecting teaches that this is the patch causing the problem: >> >> 9546eb92cb648a8bba0aa9d593

[U-Boot] [PATCH] autoboot.c: Init SHA buffer size in passwd_abort

2018-01-25 Thread Martin Etnestad
The call to hash_block in passwd_abort fails with error ENOSPC on some systems. The reason is that the variable which specifies the size of the buffer to contain the computed hash does not get initialized. This patch initializes the variable with the size of the buffer. Signed-off-by: Martin Etne

Re: [U-Boot] [PATCH V3] imx: mx25: Remove SION bit in all pin-mux that are safe

2018-01-25 Thread Michael Trimarchi
Hi Benoit On Thu, Jan 25, 2018 at 10:48:42PM +0100, Benoît Thébaudeau wrote: > Hi Michael, > > On Thu, Jan 25, 2018 at 2:06 PM, Michael Trimarchi > wrote: > > SION bit should be used in the situation that we need > > to read back the value of a pin and should not be set by > > default macro. > >

<    1   2   3