Re: [U-Boot] [PATCH] arm64: zynqmp: Split emmc configuration into emmc0 and emmc1

2018-06-08 Thread Michal Simek
On 5.6.2018 11:48, Siva Durga Prasad Paladugu wrote: > This patch splits the current mini emmc configuration into emmc0 > and emmc1 configurations because emmc is probed at boot time and on > systems which have only one interface mini configuration is failing on > unused interface. This patch also

[U-Boot] [PATCH] arm: zynq: Drop #address-cells and #size-cells from gpio-keys

2018-06-08 Thread Michal Simek
dtc is showing some warnings and this change was also done in the Linux kernel as "Input: gpio-keys - clean up device tree binding example" with this fragment in commit message "Drop #address-cells and #size-cells, which are not required by the gpio-keys binding documentation, as button sub-nodes

Re: [U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support

2018-06-08 Thread Miquel Raynal
Hi Simon, On Thu, 7 Jun 2018 16:25:28 -0800, Simon Glass wrote: > Hi Miquel, > > On 6 June 2018 at 23:38, Miquel Raynal wrote: > > Hello, > > > > Sorry for the delay. > > > > On Sat, 2 Jun 2018 10:15:17 -0600, Simon Glass wrote: > > > >> Hi Tom, > >> > >> On 1 June 2018 at 11:55, Tom Rini

Re: [U-Boot] [U-Boot, v3, 1/4] sunxi: clock: Fix EHCI and OHCI clocks on A64

2018-06-08 Thread Vagrant Cascadian
On 2018-06-07, Vasily Khoruzhick wrote: > EHCI0 is bit 24, EHCI1 - 25, OHCI0 - 28, OHCI1 - 29 > > Fixes commit fef73766d9ad ("sunxi: clock: Fix OHCI clock gating for H3/H5") > > Signed-off-by: Vasily Khoruzhick > --- > arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 6 -- > 1 file changed, 4

[U-Boot] [PATCH] env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE

2018-06-08 Thread Alex Kiernan
If ENV_IS_IN_EXT4 is set you shouldn't be able to select ENV_IS_NOWHERE. Signed-off-by: Alex Kiernan --- env/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/env/Kconfig b/env/Kconfig index f403906b6f..c1d6a9ab57 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -3,6 +3,7 @@ menu

Re: [U-Boot] [U-Boot, 2/2] usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in use

2018-06-08 Thread Vagrant Cascadian
On 2018-06-05, Vasily Khoruzhick wrote: > On A64 OHCI1 clock source is OHCI0 clock, so we need to enable OHCI0 > clock when OHCI1 is in use. > > Fixes commit dd3228170ad7 ("usb: sunxi: Switch to use generic-phy") > > Signed-off-by: Vasily Khoruzhick > --- > drivers/usb/host/ohci-sunxi.c | 7

Re: [U-Boot] [U-Boot, 1/2] sunxi: clock: Fix EHCI and OHCI clocks on A64

2018-06-08 Thread Vagrant Cascadian
On 2018-06-05, Vasily Khoruzhick wrote: > EHCI0 is bit 24, EHCI1 - 25, OHCI0 - 28, OHCI1 - 29 > > Fixed commit fef73766d9ad ("sunxi: clock: Fix OHCI clock gating for H3/H5") > > Signed-off-by: Vasily Khoruzhick > --- > arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 6 -- > 1 file changed, 4

Re: [U-Boot] [PATCH v2] arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILE

2018-06-08 Thread Michal Simek
On 4.6.2018 12:21, Luca Ceresoli wrote: > The value of PMUFW_INIT_FILE is prefixed with "$(srctree)/", thus > forcing it to be a relative path inside the U-Boot source tree. Since > the PMUFW is a binary file generated outside of U-Boot, the PMUFW > binary must be copied inside the U-Boot source

Re: [U-Boot] [PATCH 2/2] test: Fix test_vboot to call openssl without redirection

2018-06-08 Thread Simon Glass
Hi Stephen, On 16 May 2018 at 12:57, Simon Glass wrote: > Hi Stephen, > > On 16 May 2018 at 09:55, Stephen Warren wrote: >> On 05/16/2018 01:10 AM, Simon Glass wrote: >>> >>> The redirection seems to cause this test to fail now. It isn't needed, so >>> drop it. >> >> >> I guess I have no

<    1   2