Re: [PATCH v3 07/15] dt-bindings: memory: ns3: update GIC LPI address

2020-07-04 Thread Rayagonda Kokatanur
Hi Simon, On Fri, Jun 26, 2020 at 6:42 AM Simon Glass wrote: > > On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur > wrote: > > > > Update NS3 GIC LPI address. > > > > Signed-off-by: Rayagonda Kokatanur > > --- > > include/dt-bindings/memory/bcm-ns3-mc.h | 3 +++ > > 1 file changed, 3 insertio

Re: [PATCHv4 02/16] net: fsl_mdio: Correct the MII management register block address

2020-07-04 Thread Vladimir Oltean
On Thu, Jul 02, 2020 at 12:58:43AM +0800, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The MII management register block offset is different between > gianfar and etsec2 compatible devices, this patch is to fix > this issue by adding driver data for different compatible > string. > > Fixes: 2932

Re: [PATCHv4 06/16] powerpc: mpc8xxx: Don't compile cpu_eth_init() when DM_ETH enabled

2020-07-04 Thread Vladimir Oltean
On Thu, Jul 02, 2020 at 12:58:47AM +0800, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The cpu_eth_init() is only used by the legacy ethernet driver framework. > > Signed-off-by: Hou Zhiqiang > --- Reviewed-by: Vladimir Oltean > V4: > - No change. > > arch/powerpc/cpu/mpc8xxx/cpu.c | 2 ++

Re: [PATCHv4 09/16] dts: powerpc: p1020rdb: Add eTSEC DT nodes

2020-07-04 Thread Vladimir Oltean
On Thu, Jul 02, 2020 at 12:58:50AM +0800, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > P1020RDB implements 3 enhanced three-speed Ethernet controllers, > and the connection is shown below: > eTSEC1: Connected to RGMII switch VSC7385 > eTSEC2: Connected to SGMII PHY VSC8221 > eTSEC3: C

Re: [PATCHv4 10/16] powerpc: p1_p2_rdb: Don't compile board_eth_init() when DM_ETH enabled

2020-07-04 Thread Vladimir Oltean
On Thu, Jul 02, 2020 at 12:58:51AM +0800, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The board_eth_init() is only used by legacy ethernet driver framework, > so do not compile it when DM_ETH config has been selected. > > Signed-off-by: Hou Zhiqiang > --- Reviewed-by: Vladimir Oltean > V4:

Re: [PATCHv4 13/16] powerpc: p1010rdb: Compile legacy ethernet init function when no DM_ETH

2020-07-04 Thread Vladimir Oltean
On Thu, Jul 02, 2020 at 12:58:54AM +0800, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The board_eth_init() is only used by legacy ethernet driver framework, > so do not compile it when DM_ETH config has been selected. > > Signed-off-by: Hou Zhiqiang > --- Reviewed-by: Vladimir Oltean > V4:

Re: [PATCH] rockchip: rk3288: Add OF board setup

2020-07-04 Thread Jagan Teki
On Fri, Jul 3, 2020 at 7:34 PM Jagan Teki wrote: > > On Fri, Jul 3, 2020 at 6:09 PM Robin Murphy wrote: > > > > On 2020-07-03 11:10, Jagan Teki wrote: > > > On Thu, Jul 2, 2020 at 7:26 PM Robin Murphy wrote: > > >> > > >> On 2020-07-02 09:48, Jagan Teki wrote: > > >>> The new rk3288 revision rk3

[PATCH v2 1/2] rockchip: Add SoC detection helper

2020-07-04 Thread Jagan Teki
Rockchip SoC's has a new revision chip for rk3288, rk3308 based SoCs. RK3288 has a new revision chip called RK3288W which is relevantly similar but different hclk_vio clock and working ohci host. Add common rockchip SoC detection helper to support this rk3288w detection. Signed-off-by: Jagan Tek

[PATCH v2 2/2] rockchip: rk3288: Add OF board setup

2020-07-04 Thread Jagan Teki
The new rk3288 revision rk3288w has some changes with respect to legacy rk3288 like hclk_vio in cru and usb host0 ohci. Linux clock driver already handle this via rockchip,rk3288w-cru compatible. USB ohci host can enable via dts for rk3288w based boards. So, add fdt board setup code to update cr

Pull request for UEFI sub-system for efi-2020-10-rc1

2020-07-04 Thread Heinrich Schuchardt
The following changes since commit bcfe764ee925d0820e82c69ccf75b71d142644c7: Merge tag 'efi-2020-07-rc6-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-06-30 17:15:39 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/e

[PATCH 1/1] arm-freescale-mx6sx: Fix imx6sx UART5 wrong iomux register configuration

2020-07-04 Thread Antonio Tessarolo
This patch fixes a wrong IOMUX configuration for UART5_TX of NXP’s IMX6SX --- arch/arm/include/asm/arch-mx6/mx6sx_pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-mx6/mx6sx_pins.h b/arch/arm/include/asm/arch-mx6/mx6sx_pins.h index a18e08f65c..f5

Re: [maemo-leste] [PATCH] mmc: omap_hsmmc: Set 3.3V for IO voltage on all places

2020-07-04 Thread Pavel Machek
On Fri 2020-07-03 22:58:23, Pali Rohár wrote: > In commit commit d2c05f50e12f ("mmc: omap_hsmmc: Set 3.3V for IO voltage") > was changed 3.0V IO voltage to 3.3V but it was not done on all places in > omap_hsmmc driver. That commit broke eMMC support on Nokia N900. > > This patch fixes that problem

Re: [PATCH 1/1] arm-freescale-mx6sx: Fix imx6sx UART5 wrong iomux register configuration

2020-07-04 Thread Fabio Estevam
Hi Antonio, Thanks for your patch. On Sat, Jul 4, 2020 at 8:43 AM Antonio Tessarolo wrote: > > This patch fixes a wrong IOMUX configuration for UART5_TX of NXP’s IMX6SX > > --- You missed your Signed-off-by tag. > arch/arm/include/asm/arch-mx6/mx6sx_pins.h | 2 +- > 1 file changed, 1 insertio

[PATCH] x86: remove unused setup_pcat_compatibility() stub

2020-07-04 Thread Masahiro Yamada
'git grep' did not find any user of this stub. Signed-off-by: Masahiro Yamada --- arch/x86/include/asm/u-boot-x86.h | 2 -- arch/x86/lib/zimage.c | 10 -- 2 files changed, 12 deletions(-) diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h i

Re: [PATCH v3 07/15] dt-bindings: memory: ns3: update GIC LPI address

2020-07-04 Thread Rayagonda Kokatanur
Hi Simon, On Sat, Jul 4, 2020 at 1:20 PM Rayagonda Kokatanur wrote: > > Hi Simon, > > On Fri, Jun 26, 2020 at 6:42 AM Simon Glass wrote: > > > > On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur > > wrote: > > > > > > Update NS3 GIC LPI address. > > > > > > Signed-off-by: Rayagonda Kokatanur >

Re: Chainloading U-Boot from Fastboot on Tegra30

2020-07-04 Thread Simon Glass
Hi Peter, On Fri, 3 Jul 2020 at 06:33, Peter Geis wrote: > > Good Morning, > > I am attempting to expand on the work for chainloading U-Boot on the > nyan-big in order to chainload U-Boot on the Ouya Tegra30 device from > fastboot. > I have so far been unsuccessful at getting any output from U-B

efi_loader: secure mode transitions, VendorKeys

2020-07-04 Thread Heinrich Schuchardt
Hello Takahiro, in the current code you have left a comment:     /* * TODO: * Since there is currently no "platform-specific" installation * method of Platform Key, we can't say if VendorKeys is 0 or 1 * precisely. */ We do not supply vendor keys.