Re: [PATCH 5/5] clk: scmi: register scmi clocks with CCF

2022-02-20 Thread Etienne Carriere
Hello Patrick, Thanks for the review of this series. Br, etienne On Fri, 11 Feb 2022 at 15:03, Patrick DELAUNAY wrote: > > Hi, > > On 2/11/22 13:07, Etienne Carriere wrote: > > Implements SCMI APIs to retrieve the number exposed SCMI clocks using > > SCMI_PROTOCOL_ATTRIBUTES messages and the na

Re: [PATCH 2/5] sandbox: scmi: test against a single scmi agent

2022-02-20 Thread Etienne Carriere
Hello Patrick, On Fri, 11 Feb 2022 at 14:46, Patrick DELAUNAY wrote: > > Hi Etienne, > > On 2/11/22 13:07, Etienne Carriere wrote: > > As per DT bindings since Linux kernel v5.14, the device tree can define > > only 1 SCMI agent node that is named scmi [1]. As a consequence, change > > implementa

[PATCH v2] spi: Add spi_get_bus_and_cs() new use_dt param

2022-02-20 Thread Patrice Chotard
Add spi_get_bus_and_cs() new "use_dt" param which allows to select SPI speed and mode from DT or from default value passed in parameters. Introduce spi_flash_probe_bus_cs_default() which is identical to spi_flash_probe_bus_cs() except it calls spi_get_bus_and_cs() with use_dt param set to false.

Re: [RFC PATCH v2 7/8] FWU: synquacer: Initialize broken metadata

2022-02-20 Thread Masami Hiramatsu
Hi, I decided to add tools/mkfwumdata tool to make a raw image of fwu_mdata for initialization. So this patch will be dropped from next version. Thank you, 2022年2月18日(金) 0:12 Masami Hiramatsu : > > Since the FWU metadata is not initialized at the installation, > if it is broken, it should be ini

[PATCH] arm: socfpga: vining: Fix mtdparts for 2x256 MiB SF variant

2022-02-20 Thread Marek Vasut
The 2x256 MiB SF variant of this system has 192 MiB rootfs MTD partition containing UBI on SF0, use the correct size in U-Boot environment, else U-Boot cannot mount UBI and boot on this variant. Signed-off-by: Marek Vasut Cc: Siew Chin Lim Cc: Simon Goldschmidt Cc: Tien Fong Chee Cc: Tom Rini

Re: [PATCH] drivers: serial: Make sure we really return a serial device

2022-02-20 Thread Simon Glass
Hi Mark, On Sun, 20 Feb 2022 at 08:13, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Sat, 19 Feb 2022 15:21:19 -0700 > > > > Hi Mark, > > > > On Sat, 19 Feb 2022 at 13:37, Mark Kettenis wrote: > > > > > > > From: Simon Glass > > > > Date: Fri, 18 Feb 2022 17:21:13 -0700 > > > > > > Hi

Re: [PATCH v2 4/5] binman: Convert FIT entry type to a subclass of Section entry type

2022-02-20 Thread Simon Glass
Hi again, On Sat, 19 Feb 2022 at 08:53, Simon Glass wrote: > > Hi Alper, > > On Fri, 18 Feb 2022 at 10:34, Alper Nebi Yasak > wrote: > > > > On 18/02/2022 19:50, Jan Kiszka wrote: > > > On 15.02.22 18:06, Jan Kiszka wrote: > > >> On 15.02.22 17:50, Jan Kiszka wrote: > > >>> On 15.02.22 13:27, A

Re: [PATCH 1/2] net: ravb: Add tx/rx delay flag checks and support for rgmii-rxid

2022-02-20 Thread Adam Ford
On Sun, Feb 20, 2022 at 5:58 PM Marek Vasut wrote: > > On 2/20/22 22:45, Adam Ford wrote: > > Hi, > > [...] > > > @@ -376,6 +377,8 @@ static int ravb_dmac_init(struct udevice *dev) > > struct ravb_priv *eth = dev_get_priv(dev); > > struct eth_pdata *pdata = dev_get_plat(dev); > >

Re: [PATCH v11 2/9] tools: mkeficapsule: add firmware image signing

2022-02-20 Thread AKASHI Takahiro
Hi Simon, On Sat, Feb 19, 2022 at 04:11:08PM -0700, Simon Glass wrote: > Hi, > > On Sun, 13 Feb 2022 at 17:54, AKASHI Takahiro > wrote: > > > > Heinrich, > > > > On Fri, Feb 11, 2022 at 08:16:34PM +0100, Heinrich Schuchardt wrote: > > > On 2/9/22 11:10, AKASHI Takahiro wrote: > > > > With this e

Re: [PATCH 1/2] net: ravb: Add tx/rx delay flag checks and support for rgmii-rxid

2022-02-20 Thread Marek Vasut
On 2/20/22 22:45, Adam Ford wrote: Hi, [...] @@ -376,6 +377,8 @@ static int ravb_dmac_init(struct udevice *dev) struct ravb_priv *eth = dev_get_priv(dev); struct eth_pdata *pdata = dev_get_plat(dev); int ret = 0; + int mode = 0; + unsigned int delay; /

[PATCH v2] board: stemmy: Detect board variants and patch DTB

2022-02-20 Thread Linus Walleij
This patch scans the cmdline from the Samsung SBL (second stage bootloader) and stores the parameters board_id=N and lcdtype=N in order to augment the DTB for different board and LCD types. We then add a custom ft_board_setup() callback that will inspect the DTB and patch it using the stored LCD t

[PATCH 2/2] arm: rmobile: rzg2_beacon: Enable proper Ethernet PHY

2022-02-20 Thread Adam Ford
The wrong phy was being enabled, because it worked and the proper PHY did not. After the Renesas maintainer made some adjustments to the device tree, Linux was able to use the proper driver, and when that device tree was ported to Linux, the ethernet stopped working due to the lack of rgmii-rxid s

[PATCH 1/2] net: ravb: Add tx/rx delay flag checks and support for rgmii-rxid

2022-02-20 Thread Adam Ford
Some boards like the Beacon RZ/G2 SOM use either flags for tx-internal-delay-ps, rx-internal-delay-ps or rgmii-rxid. In Linux the APSR_RDM flag is set when either rx-internal-delay-ps is set or the mode is rgmii-rxid, and the APSR_TDM is set when tx-internal-delay-ps is found or rgmii-txid is set,

Re: Pull request: u-boot-imx u-boot-imx-20220220

2022-02-20 Thread Tom Rini
ot-marvell (2022-02-17 > 11:03:50 -0500) > > > > are available in the Git repository at: > > > > https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git > tags/u-boot-imx-20220220 > > > > for you to fetch changes up to fea66073171461eebcf35264293616

Re: [PATCH] drivers: serial: Make sure we really return a serial device

2022-02-20 Thread Mark Kettenis
> From: Simon Glass > Date: Sat, 19 Feb 2022 15:21:19 -0700 > > Hi Mark, > > On Sat, 19 Feb 2022 at 13:37, Mark Kettenis wrote: > > > > > From: Simon Glass > > > Date: Fri, 18 Feb 2022 17:21:13 -0700 > > > > Hi Simon, > > > > > Hi Mark, > > > > > > On Mon, 7 Feb 2022 at 14:20, Mark Kettenis

Re: [u-boot PATCH v2] binman: Add support for TEE BL32

2022-02-20 Thread Roger Quadros
On 20/02/2022 00:12, Simon Glass wrote: > On Sat, 19 Feb 2022 at 11:50, Roger Quadros wrote: >> >> Add an entry for OP-TEE Trusted OS 'BL32' payload. >> This is required by platforms using Cortex-A cores with TrustZone >> technology. >> >> Signed-off-by: Roger Quadros >> --- >> Changelog: >> v2

Re: [PATCH] board: stemmy: Detect board variants and patch DTB

2022-02-20 Thread Tom Rini
On Sun, Feb 20, 2022 at 02:09:42AM +0100, Linus Walleij wrote: > This patch scans the cmdline from the Samsung SBL (second stage > bootloader) and stores the parameters board_id=N and lcdtype=N > in order to augment the DTB for different board and LCD types. > > We then add a custom command "stem

Pull request: u-boot-imx u-boot-imx-20220220

2022-02-20 Thread Stefano Babic
-boot/custodians/u-boot-imx.git tags/u-boot-imx-20220220 for you to fetch changes up to fea66073171461eebcf35264293616d6423788e5: ARM: imx: imx8mn-ddr4-evk: Add ethernet support (2022-02-19 23:32:23 +0100) u-boot-imx

[PATCH v2] kontron-sl-mx8mm: change environment address variables

2022-02-20 Thread sbabic
> Currently the space between kernel_addr_r and the fdt_addr_r is only 32MB. > To have enought space to load kernel images bigger than 32MB change the > variables to a feasible value. > The new environment variables layout is based on the scheme from > "include/configs/ti_armv7_common.h". > The CON

[PATCH v2] ARM: imx: imx8mn-ddr4-evk: Add ethernet support

2022-02-20 Thread sbabic
> Add support for ethernet on the imx8mn-ddr4-evk. > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Peng Fan > Cc: Stefano Babic Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software En

[PATCH v2 1/2] colibri-imx6ull: improve env badblock management

2022-02-20 Thread sbabic
> From: Francesco Dolcini > Use the complete 512kb (4 blocks) nand partition reserved for u-boot > environment instead of just the first block, this allows the module to > have a working environment even if 3 blocks are bad. > Signed-off-by: Francesco Dolcini > Signed-off-by: Marcel Ziswiler App

[PATCH] kontron-pitx-imx8m: fix board_mmc_getcd()

2022-02-20 Thread sbabic
> The function wrongly will return the card detection status of the SD card > (USDHC2) for the eMMC (USDHC1). Thus booting from eMMC without an inserted > SD card will fail. > Signed-off-by: Heiko Thiery Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --