[PATCH] board: freescale: Update MAINTAINERS List

2022-05-21 Thread Wasim Khan
From: Wasim Khan Update MAINTAINERS List for LS2088ARDB and LS2088AQDS platforms Signed-off-by: Wasim Khan --- board/freescale/ls2080aqds/MAINTAINERS | 1 + board/freescale/ls2080ardb/MAINTAINERS | 2 ++ 2 files changed, 3 insertions(+) diff --git a/board/freescale/ls2080aqds/MAINTAINERS

Re: [PATCH] arm: socfpga: Add the terasic de10-standard board

2022-05-21 Thread Marek Vasut
On 5/21/22 19:32, Humberto Naves wrote: Used the de10-nano files as templates for the de10-standard board. Changed the iocsr_config.h and pinmux_config.h based on the handoff files generated by quartus. Finally, the pll_config.h was copied from the altera cyclone5-socdk board. Doesn't the PLL

[PATCH] arm: socfpga: Add the terasic de10-standard board

2022-05-21 Thread Humberto Naves
Used the de10-nano files as templates for the de10-standard board. Changed the iocsr_config.h and pinmux_config.h based on the handoff files generated by quartus. Finally, the pll_config.h was copied from the altera cyclone5-socdk board. Signed-off-by: Humberto Naves Cc: Marek Vasut ---

Re: [RFC PATCH v2 6/8] rockchip: Enable binman for ARM64

2022-05-21 Thread Andrew Abbott
On Thu May 19, 2022 at 9:37 PM AEST, Alper Nebi Yasak wrote: > On 16/05/2022 14:07, Andrew Abbott wrote: > > Binman is now being used to build the final flashable images for > > Rockchip devices, thus enabling it for all Rockchip targets here. But > > it is not yet being used to generate the FIT

Re: [RFC PATCH v2 2/8] rockchip: Add binman definitions for final images

2022-05-21 Thread Andrew Abbott
On Thu May 19, 2022 at 9:36 PM AEST, Alper Nebi Yasak wrote: > > For RK3399 targets: > > > > - u-boot.rom > > - SPI image specific to the bob Chromebook target (see > > c4cea2bbf995764f325a907061c22ecd6768cf7b). > > I'm not sure we need anything special for the rk3399 chromebooks. I >

Re: [RFC PATCH v2 1/8] binman: mkimage: Support ':'-separated inputs

2022-05-21 Thread Andrew Abbott
On Thu May 19, 2022 at 9:36 PM AEST, Alper Nebi Yasak wrote: > Also see another attempt for this [1] and the comments to that for a > more complete picture, though I'll try writing all the points here anyway. > > [1] binman: support mkimage separate files >

Re: [RFC PATCH v2 0/8] Build Rockchip final images using binman

2022-05-21 Thread Andrew Abbott
On Thu May 19, 2022 at 9:35 PM AEST, Alper Nebi Yasak wrote: > > - I noticed that ATF generation for ARM64 Rockchip is done via a Python > > script > > instead of binman. I don't currently know how to change that over to > > binman, > > but is that something worth pursuing as part of this?

Re: [PULL] u-boot-usb/master

2022-05-21 Thread Tom Rini
On Sat, May 21, 2022 at 02:29:33AM +0200, Marek Vasut wrote: > The following changes since commit f83bd23e2a0e9861969c9d43395299a14f25ddda: > > Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-05-18 > 08:41:13 -0400) > > are available in the Git repository at: > >

[PATCH v2] ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2

2022-05-21 Thread Marek Vasut
Add support for DH electronics i.MX8M Plus DHCOM SoM on PDK2 carrier board. Currently supported are serial console, EQoS and FEC ethernets, eMMC, SD, SPI NOR and USB 3.0 host. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic -- V2: - Drop CONFIG_SYS_I2C_SPEED and

Re: [RESEND PATCH] gpio: rgpio2p: Enhance reading of GPIO pin value

2022-05-21 Thread Stefano Babic
On 21.05.22 02:17, Christoph Fritz wrote: *ping* On Sat, 2022-04-23 at 22:37 +0200, Christoph Fritz wrote: Hello Stefano,  could you please pick up this patch? bye  -- Christoph On Tue, 2022-04-05 at 12:29 +0200, Christoph Fritz wrote: Add support for reading GPIO pin value when function

Re: [PATCH V4 1/8] spl: guard u_boot_any with X86

2022-05-21 Thread Tom Rini
On Sat, May 21, 2022 at 08:33:56AM +, Peng Fan wrote: > > Subject: Re: [PATCH V4 1/8] spl: guard u_boot_any with X86 > > > > On Fri, May 20, 2022 at 10:10:40PM +0800, Peng Fan (OSS) wrote: > > > > > From: Peng Fan > > > > > > set the symbol as weak not work if LTO is enabled. Since

[PATCH v1] board: apalis_t30/tk1/colibri_t20/t30: integrate mac address via dt

2022-05-21 Thread Marcel Ziswiler
From: Marcel Ziswiler Use device tree to set MAC address of the Ethernet chip. Signed-off-by: Marcel Ziswiler --- board/toradex/apalis-tk1/apalis-tk1.c | 19 +++ board/toradex/apalis_t30/apalis_t30.c | 20 board/toradex/colibri_t20/colibri_t20.c | 19

Re: [PATCH v2 0/3] Support Devkit800 device tree

2022-05-21 Thread Anthoine Bourgeois
Gentle ping. Any comments? Thank you, Anthoine On Mon, May 16, 2022 at 11:04:26PM +0200, Anthoine Bourgeois wrote: This serie clean-up the devkit8000 configuration to support device tree and fixes CONFIG_DM_* warnings. v2: Override i2c1 frequency in omap3-u-boot.dtsi. Anthoine Bourgeois (3):

RE: [PATCH V4 1/8] spl: guard u_boot_any with X86

2022-05-21 Thread Peng Fan
> Subject: Re: [PATCH V4 1/8] spl: guard u_boot_any with X86 > > On Fri, May 20, 2022 at 10:10:40PM +0800, Peng Fan (OSS) wrote: > > > From: Peng Fan > > > > set the symbol as weak not work if LTO is enabled. Since u_boot_any is > > only used on X86 for now, so guard it with X86, otherwise

Re: [PATCH v2 1/3] clk: Add directory for STM32 clock drivers

2022-05-21 Thread Grzegorz Szymaszek
On Thu, May 19, 2022 at 05:56:45PM +0200, Patrick Delaunay wrote: > Add a directory in drivers/clk to regroup the clock drivers for all > STM32 Soc with CONFIG_ARCH_STM32 (MCUs with cortex M) or > CONFIG_ARCH_STM32MP (MPUs with cortex A). Some nits: - s/Soc/SoCs/ - s/cortex /Cortex-/ Even if you