Re: [PATCH v2] arm: dts: ti: k3-am64-main: Add RTI watchdog nodes

2022-11-02 Thread Nishanth Menon
On 13:15-20221026, Christian Gmeiner wrote: > Add the needed bus mappings for the two main RTI memory ranges and > the required device tree nodes in the main domain. > > Same as kernel commit 6dd8457dc20693e2ba9054c171499b22664fd4e7 > > Signed-off-by: Christian Gmeiner > --- >

Re: [PATCH 1/3] arm: dts: k3-am62x: sync dt with linux kernel

2022-11-02 Thread Nishanth Menon
On 20:23-20221027, Dhruva Gole wrote: > Sync the DT Files with linux kernel (tag v6.0.3) I dont see why we are'nt syncing all k3 dts files? That should be a separate series of it's own. And please use linus's tag like v6.0 instead of a stable tag. Please ensure to send verification logs over

Re: [PATCH v4 5/5] arm: mvebu: Add RD-AC5X board

2022-11-02 Thread Chris Packham
On Thu, Nov 3, 2022 at 9:29 AM Chris Packham wrote: > > On Thu, Nov 3, 2022 at 2:40 AM Stefan Roese wrote: > > > > Hi Chris, > > > > On 22.09.22 05:31, Chris Packham wrote: > > > The RD-AC5X-32G16HVG6HLG-A0 development board main components and > > > features include: > > > * Main 12V/54V power

Re: [PATCH] cmd: mmc: Print life time info

2022-11-02 Thread Jaehoon Chung
Hi, On 11/2/22 23:17, Robert Krikke wrote: > Added life time info: > -EXT_CSD_PRE_EOL_INFO > -EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_A > -EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_B I'm not sure that it really needs to display this information as mmc info. I hope that mmc info command should be displayed

RE: [PATCH v1] power: regulator: Add support for NPCM845

2022-11-02 Thread Jaehoon Chung
Hi, > -Original Message- > From: Jim Liu [mailto:jim.t90...@gmail.com] > Sent: Tuesday, November 1, 2022 11:21 AM > To: jim.t90...@gmail.com; jjl...@nuvoton.com; ys...@nuvoton.com; > kw...@nuvoton.com; > jh80.ch...@samsung.com > Cc: u-boot@lists.denx.de > Subject: [PATCH v1] power:

RE: [PATCH 12/21] Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig

2022-11-02 Thread Jaehoon Chung
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Simon Glass > Sent: Sunday, October 30, 2022 10:44 AM > To: Tom Rini > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH 12/21] Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig > > On Fri, 28 Oct 2022

RE: [PATCH 13/21] Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig

2022-11-02 Thread Jaehoon Chung
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Simon Glass > Sent: Tuesday, November 1, 2022 4:27 AM > To: Tom Rini > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH 13/21] Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig > > On Sun, 30 Oct 2022 at

Re: [PATCH] mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS

2022-11-02 Thread Daniel Schwierzeck
On 10/28/22 14:46, Stefan Roese wrote: It was noticed that while converting CONFIG_SPL_PAD_TO to Kconfig its value for the MIPS MT762x/8x targets got not ported correctly. Its default is not 0x1 instead of 0x0. This patch fixes this issue. Fixes: ca8a329a1b7f ("Convert CONFIG_SPL_PAD_TO

Re: [PATCH v4 5/5] arm: mvebu: Add RD-AC5X board

2022-11-02 Thread Chris Packham
On Thu, Nov 3, 2022 at 2:40 AM Stefan Roese wrote: > > Hi Chris, > > On 22.09.22 05:31, Chris Packham wrote: > > The RD-AC5X-32G16HVG6HLG-A0 development board main components and > > features include: > > * Main 12V/54V power supply > > * 270 Gbps throughput packet processor on the main board > >

Re: [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO

2022-11-02 Thread Fabio Estevam
On Wed, Nov 2, 2022 at 2:24 PM Pali Rohár wrote: > Hello! This log just cleanly shows that UART TX FIFO is either broken or > something drops its content prior all bytes are properly transmitted. > Dropping HW TX FIFO is on most UARTs possible by resetting registers or > reconfiguring buadrate.

Re: [PATCH v2 1/4] test: Add test for source command

2022-11-02 Thread Tom Rini
On Thu, Oct 20, 2022 at 03:24:01PM -0400, Sean Anderson wrote: > This adds a basic test for FIT image handling by the source command. > It's a python test becase we need to run mkimage. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass > --- > > Changes in v2: > - New The series

[PATCH] Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb

2022-11-02 Thread Pali Rohár
File name with pattern u-boot-spl* is used on all places except in kwb image for binary with SPL-only code. Combined binary with both SPL and proper U-Boot in other places has file name pattern u-boot-with-spl*. Make it consistent also for kwb image and rename u-boot-spl.kwb to

Re: [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO

2022-11-02 Thread Pali Rohár
On Wednesday 02 November 2022 11:20:44 Fabio Estevam wrote: > Hi Johannes, > > On 02/11/2022 09:38, SCHNEIDER Johannes wrote: > > > sadly that does not reproduce on imx8mm ... a long print works fine > > with or without the patch :-S > > Yes, it does happen on imx8mm. > > You need to add the

Re: [PATCH v1 2/6] clk: microchip: mpfs: convert parent rate acquistion to get_get_rate()

2022-11-02 Thread Conor Dooley
On Wed, Nov 02, 2022 at 01:20:33PM +, padmarao.beg...@microchip.com wrote: > Hi Conor, > > > On Tue, 2022-10-25 at 08:58 +0100, Conor Dooley wrote: > > Currently the clock driver for PolarFire SoC takes a very naive > > approach > > to the relationship between clocks. It reads the dt to get

[PATCH] cmd: mmc: Print life time info

2022-11-02 Thread Robert Krikke
Added life time info: -EXT_CSD_PRE_EOL_INFO -EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_A -EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_B Signed-off-by: Robert Krikke Reviewed-by: Harm Berntsen --- cmd/mmc.c | 6 ++ include/mmc.h | 3 +++ 2 files changed, 9 insertions(+) diff --git a/cmd/mmc.c b/cmd/mmc.c

Re: [PATCH v1] imx: imx8: apalis: switch to binman

2022-11-02 Thread Fabio Estevam
On Wed, Nov 2, 2022 at 12:59 PM Oliver Graute wrote: Please add a commit log. > Signed-off-by: Oliver Graute > + { > + > + itb { > + filename = "u-boot.itb"; > + > + fit { > + description = "Configuration to load ATF before > U-Boot"; >

Re: [PATCH 0/8] imx8: switch missing boards to binman

2022-11-02 Thread Fabio Estevam
On Wed, Nov 2, 2022 at 12:57 PM Oliver Graute wrote: > > This patchsets switches the remaining imx8 boards to binman. > > Oliver Graute (8): > imx: imx8qm-rom7720: switch to binman > imx: imx8qm: cgtqmx8: switch to binman > imx: imx8qxp: imx8qxp_mek switch to binman > imx: imx8qm:

[PATCH v1] imx: imx8: apalis: switch to binman

2022-11-02 Thread Oliver Graute
Signed-off-by: Oliver Graute --- arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi | 104 + arch/arm/mach-imx/imx8/Kconfig | 1 + configs/apalis-imx8_defconfig | 1 + 3 files changed, 106 insertions(+) diff --git

[PATCH v1] imx: imx8x: colibri: switch to binman

2022-11-02 Thread Oliver Graute
Signed-off-by: Oliver Graute --- arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi | 104 +++ arch/arm/mach-imx/imx8/Kconfig | 1 + configs/colibri-imx8x_defconfig | 1 + 3 files changed, 106 insertions(+) diff --git

[PATCH v1] imx: imx8qxp: deneb switch to binman

2022-11-02 Thread Oliver Graute
Signed-off-by: Oliver Graute Reviewed-by: Peng Fan --- arch/arm/mach-imx/imx8/Kconfig | 1 + configs/deneb_defconfig| 2 ++ 2 files changed, 3 insertions(+) diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig index 63d99ea23e..018b87b85b 100644 ---

[PATCH v1] imx: imx8qxp: giedi switch to binman

2022-11-02 Thread Oliver Graute
Signed-off-by: Oliver Graute --- arch/arm/dts/imx8qxp-capricorn-u-boot.dtsi | 127 + arch/arm/mach-imx/imx8/Kconfig | 1 + board/siemens/capricorn/imximage.cfg | 2 +- configs/giedi_defconfig| 2 + 4 files changed, 131

[PATCH v2] imx: imx8qm: imx8qm_mek switch to binman

2022-11-02 Thread Oliver Graute
Signed-off-by: Oliver Graute --- arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi | 2 ++ arch/arm/mach-imx/imx8/Kconfig | 1 + board/freescale/imx8qm_mek/README | 2 +- configs/imx8qm_2ek_defconfig| 2 ++ 4 files changed, 6 insertions(+), 1 deletion(-) diff --git

[PATCH v1] imx: imx8qxp: imx8qxp_mek switch to binman

2022-11-02 Thread Oliver Graute
Switch to use binman pack images Signed-off-by: Oliver Graute Reviewed-by: Peng Fan --- arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi | 127 +++ arch/arm/mach-imx/imx8/Kconfig | 1 + board/freescale/imx8qxp_mek/imximage.cfg | 3 +- configs/imx8qxp_mek_defconfig

[PATCH v6] imx: imx8qm: cgtqmx8: switch to binman

2022-11-02 Thread Oliver Graute
Switch to use binman to pack images Signed-off-by: Oliver Graute Reviewed-by: Fabio Estevam Reviewed-by: Simon Glass Reviewed-by: Peng Fan --- Changes for v6 - added CONFIG_SPL_BINMAN_UBOOT_SYMBOLS is not set Changes for v5 - added CONFIG_FIT_EXTERNAL_OFFSET Changes for v4 - rebased on

[PATCH 0/8] imx8: switch missing boards to binman

2022-11-02 Thread Oliver Graute
This patchsets switches the remaining imx8 boards to binman. Oliver Graute (8): imx: imx8qm-rom7720: switch to binman imx: imx8qm: cgtqmx8: switch to binman imx: imx8qxp: imx8qxp_mek switch to binman imx: imx8qm: imx8qm_mek switch to binman imx: imx8qxp: giedi switch to binman imx:

[PATCH v5] imx: imx8qm-rom7720: switch to binman

2022-11-02 Thread Oliver Graute
Switch to use binman to pack images Signed-off-by: Oliver Graute --- Changes for v5: - renamed ftd to @fdt-SEQ Changes for v4 - remove hardcoded dtb filename - added CONFIG_FIT_EXTERNAL_OFFSET Changes for v3 - just rebased to master Changes for v2 - just rebased to master

Re: Pull request: u-boot-spi/master

2022-11-02 Thread Tom Rini
On Wed, Nov 02, 2022 at 11:38:15AM +0530, Jagan Teki wrote: > Hi Tom, > > Please pull this PR. > > Summary: > - NPCM PSPI controller (Jim) > > CI: > https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/13951 > > thanks, > Jagan. > > The following changes since commit

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Tom Rini
On Wed, Nov 02, 2022 at 08:12:23PM +0530, Sughosh Ganu wrote: > hi Tom, > > On Wed, 2 Nov 2022 at 18:52, Tom Rini wrote: > > > > On Wed, Nov 02, 2022 at 05:23:48PM +0800, Kever Yang wrote: > > > > > > On 2022/11/2 14:21, Sughosh Ganu wrote: > > > > hi Tom, > > > > > > > > On Wed, 14 Sept 2022 at

Re: [PATCH v6] imx: imx8qm: cgtqmx8: switch to binman

2022-11-02 Thread Fabio Estevam
On Wed, Nov 2, 2022 at 11:42 AM Oliver Graute wrote: > I have these boards in mind for missing binman support: > > imx8qm-rom7720, cgtqmx8, imx8qxp, imx8qm_mek, giedi, deneb, > colibri_imx8x, apalis_imx8 > > After checking arch/arm/mach-imx/imx8/Kconfig and > arch/arm/mach-imx/imx8m/Kconfig I

Re: [PATCH v6] imx: imx8qm: cgtqmx8: switch to binman

2022-11-02 Thread Oliver Graute
On 02/11/22, Fabio Estevam wrote: > Hi Oliver, > > On Wed, Nov 2, 2022 at 6:12 AM Oliver Graute > wrote: > > > #include "fsl-imx8qm.dtsi" > > +#include "imx8qm-u-boot.dtsi" > > This file does not exist in U-Boot mainline. > > I know you added it as part of another patch, but please send a

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Sughosh Ganu
hi Tom, On Wed, 2 Nov 2022 at 18:52, Tom Rini wrote: > > On Wed, Nov 02, 2022 at 05:23:48PM +0800, Kever Yang wrote: > > > > On 2022/11/2 14:21, Sughosh Ganu wrote: > > > hi Tom, > > > > > > On Wed, 14 Sept 2022 at 15:40, Sughosh Ganu > > > wrote: > > > > > > > > Add capsule update support for

Re: [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO

2022-11-02 Thread Fabio Estevam
Hi Johannes, On 02/11/2022 09:38, SCHNEIDER Johannes wrote: sadly that does not reproduce on imx8mm ... a long print works fine with or without the patch :-S Yes, it does happen on imx8mm. You need to add the print() inside board_init(). Here is a reproducer on imx8mm evk: diff --git

[PATCH 2/2] ARM: dts: stm32: Drop MMCI interrupt-names

2022-11-02 Thread Yann Gautier
From: Marek Vasut The pl18x MMCI driver does not use the interrupt-names property, the binding document has been updated to recommend this property be unused, remove it. Backport of Marek's Linux patch: https://lore.kernel.org/linux-arm-kernel/20221013221242.218808-3-ma...@denx.de/ Reviewed-by:

[PATCH 1/2] ARM: dts: stm32: add sdmmc cd-gpios for STM32MP135F-DK

2022-11-02 Thread Yann Gautier
On STM32MP135F-DK, the SD card detect GPIO is GPIOH4. Backport of the Linux patch: https://lore.kernel.org/linux-arm-kernel/20220921160334.3227138-1-yann.gaut...@foss.st.com/ Signed-off-by: Yann Gautier Signed-off-by: Alexandre Torgue --- arch/arm/dts/stm32mp135f-dk.dts | 2 +- 1 file

Re: [PATCH v4 5/5] arm: mvebu: Add RD-AC5X board

2022-11-02 Thread Stefan Roese
(stripped-down the Cc list a bit) On 02.11.22 14:49, Peter Robinson wrote: On Wed, Nov 2, 2022 at 1:40 PM Stefan Roese wrote: Hi Chris, On 22.09.22 05:31, Chris Packham wrote: The RD-AC5X-32G16HVG6HLG-A0 development board main components and features include: * Main 12V/54V power supply *

Re: [PATCH v4 5/5] arm: mvebu: Add RD-AC5X board

2022-11-02 Thread Peter Robinson
On Wed, Nov 2, 2022 at 1:40 PM Stefan Roese wrote: > > Hi Chris, > > On 22.09.22 05:31, Chris Packham wrote: > > The RD-AC5X-32G16HVG6HLG-A0 development board main components and > > features include: > > * Main 12V/54V power supply > > * 270 Gbps throughput packet processor on the main board > >

Re: [PATCH v4 5/5] arm: mvebu: Add RD-AC5X board

2022-11-02 Thread Stefan Roese
Hi Chris, On 22.09.22 05:31, Chris Packham wrote: The RD-AC5X-32G16HVG6HLG-A0 development board main components and features include: * Main 12V/54V power supply * 270 Gbps throughput packet processor on the main board * DDR4: * SR1: 2GB DDR4 2400MT/S(1GB x 2 pcs ) with ECC(1GB x 1 pcs) *

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Tom Rini
On Wed, Nov 02, 2022 at 05:23:48PM +0800, Kever Yang wrote: > > On 2022/11/2 14:21, Sughosh Ganu wrote: > > hi Tom, > > > > On Wed, 14 Sept 2022 at 15:40, Sughosh Ganu wrote: > > > > > > Add capsule update support for the RockPi4B and RockPi4C > > > boards. Support is being added for updating

Re: [PATCH v1 6/6] riscv: dts: fix the mpfs's reference clock frequency

2022-11-02 Thread Padmarao.Begari
> On Tue, 2022-10-25 at 08:58 +0100, Conor Dooley wrote: > The initial devicetree for PolarFire SoC incorrectly created a fixed > frequency clock in the devicetree to represent the msspll, but the > msspll is not a fixed frequency clock. The actual reference clock on > a > board is either 125 or

Re: [PATCH v1 5/6] clk: microchip: mpfs: fix criticality of peripheral clocks

2022-11-02 Thread Padmarao.Begari
> On Tue, 2022-10-25 at 08:58 +0100, Conor Dooley wrote: > Sync the critical clocks in the U-Boot driver with those marked as > critical in Linux. The Linux driver has an explanation of why each > clock > is considered to be critical, so import that too. > > Fixes: 2f27c9219e ("clk: Add Microchip

Re: [PATCH v1 4/6] clk: microchip: mpfs: fix periph clk parentage

2022-11-02 Thread Padmarao.Begari
> On Tue, 2022-10-25 at 08:58 +0100, Conor Dooley wrote: > Not all "periph" clocks are children of the AHB clock, some have the > AXI > clock as their parent & the mtimer clock is derived from the external > reference clock directly. Stop assuming the AHB clock to be the > parent > of all "periph"

Re: [PATCH v1 3/6] clk: microchip: mpfs: fix reference clock handling

2022-11-02 Thread Padmarao.Begari
> On Tue, 2022-10-25 at 08:58 +0100, Conor Dooley wrote: > The original devicetrees for PolarFire SoC messed up & defined the > msspll's output as a fixed-frequency, 600 MHz clock & used that as > the > input for the clock controller node. The msspll is not a fixed > frequency clock and later

Re: [PATCH v1 2/6] clk: microchip: mpfs: convert parent rate acquistion to get_get_rate()

2022-11-02 Thread Padmarao.Begari
Hi Conor, > On Tue, 2022-10-25 at 08:58 +0100, Conor Dooley wrote: > Currently the clock driver for PolarFire SoC takes a very naive > approach > to the relationship between clocks. It reads the dt to get an input > clock, assumes that that is fixed frequency, reads the "clock- s/that that/that

Re: [PATCH v1 1/6] dt-bindings: clk: add missing clk ids for microchip mpfs

2022-11-02 Thread Padmarao.Begari
> On Tue, 2022-10-25 at 08:58 +0100, Conor Dooley wrote: > When this binding header was initally upstreamed, the PLL clocking > the > microprocessor subsystem (MSS) and the RTC reference clocks were > omitted. Add them now, matching the IDs used in Linux. > > Signed-off-by: Conor Dooley > --- >

Re: [PATCH v6] imx: imx8qm: cgtqmx8: switch to binman

2022-11-02 Thread Fabio Estevam
Hi Oliver, On Wed, Nov 2, 2022 at 6:12 AM Oliver Graute wrote: > #include "fsl-imx8qm.dtsi" > +#include "imx8qm-u-boot.dtsi" This file does not exist in U-Boot mainline. I know you added it as part of another patch, but please send a patch series so that all dependencies are available. What

Re: [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO

2022-11-02 Thread SCHNEIDER Johannes
Hi Fabio, >On 25/10/2022 18:37, Tim Harvey wrote: > >> Fabio and Pali, >> >> Seems reasonable but this does not resolve the problem. Whatever I >> print in board_init gets cutoff by the print from dm_announce. >>You are right. >> >I managed to reproduce it: > >--- a/board/warp7/warp7.c >+++

Re: Wolfgang Denk

2022-11-02 Thread Minkyu Kang
2022년 10월 27일 (목) 08:32, Jaehoon Chung 님이 작성: > > > -Original Message- > > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefano > Babic > > Sent: Saturday, October 22, 2022 12:12 AM > > To: U-Boot@lists.denx.de > > Subject: Wolfgang Denk > > > > Dear U-Boot community, >

Re: [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO

2022-11-02 Thread Fabio Estevam
Hi Johannes, On Wed, Nov 2, 2022 at 2:16 AM SCHNEIDER Johannes wrote: > sadly the previously mentioned printf with a long string (longer than > 32bytes) does not trigger the issue on the debug-serial... > (running on an imx8mm -> uart3 out of 4, and with uboot/v2202.07) > > but what puzzles me

[PATCH v2 5/5] mtd: spinand: macronix: Add continuous read mode flag for devices

2022-11-02 Thread Leo Yu
Add continuous read mode flag to the devices support continuous read mode in ID table. Signed-off-by: Leo Yu --- drivers/mtd/nand/spi/macronix.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/mtd/nand/spi/macronix.c b/drivers/mtd/nand/spi/macronix.c index

[PATCH v2 4/5] mtd: spinand: Add continuous read operation

2022-11-02 Thread Leo Yu
The flow of continuous read operation is: firstly, starting with the page read command and the 1st page data will be read into the cache after the read latency tRD. Secondly, issuing the Read From Cache commands (03h/0Bh/3Bh/6Bh/BBh/EBh) to read out the data from cache continuously. After all the

[PATCH v2 3/5] cmd: mtd: Add total length of read operation

2022-11-02 Thread Leo Yu
This patch bypasses the limitation of length for read operations in MTD test module. Thus, the total length of a read operation can be passed down to the continuous read operation in SPI NAND layer. Signed-off-by: Leo Yu --- cmd/mtd.c | 2 ++ include/linux/mtd/mtd.h | 2 ++ 2

[PATCH v2 2/5] mtd: spinand: Add continuous read mode initialization

2022-11-02 Thread Leo Yu
Add continuous read mode status and initialize the default status to false. Signed-off-by: Leo Yu --- drivers/mtd/nand/spi/core.c | 8 include/linux/mtd/spinand.h | 3 +++ 2 files changed, 11 insertions(+) diff --git a/drivers/mtd/nand/spi/core.c b/drivers/mtd/nand/spi/core.c index

[PATCH v2 1/5] mtd: spinand: Add continuous read mode configuration

2022-11-02 Thread Leo Yu
This patch sets the "CONT" bit in the configuration register and adds a flag for identifying continuous read mode capability. Signed-off-by: Leo Yu --- drivers/mtd/nand/spi/core.c | 12 include/linux/mtd/spinand.h | 2 ++ 2 files changed, 14 insertions(+) diff --git

[PATCH v2 0/5] Add continuous read mode support

2022-11-02 Thread Leo Yu
v2: Fix missing definition of totallen in mtd_oob_ops structure in include/linux/mtd/mtd.h. This patch series add continuous read mode support for SPI NAND devices. Leo Yu (5): mtd: spinand: Add continuous read mode configuration mtd: spinand: Add continuous read mode initialization cmd:

Re: [PATCH v1 6/6] riscv: dts: fix the mpfs's reference clock frequency

2022-11-02 Thread Leo Liang
On Tue, Oct 25, 2022 at 08:58:49AM +0100, Conor Dooley wrote: > The initial devicetree for PolarFire SoC incorrectly created a fixed > frequency clock in the devicetree to represent the msspll, but the > msspll is not a fixed frequency clock. The actual reference clock on a > board is either 125

Re: [PATCH v1 5/6] clk: microchip: mpfs: fix criticality of peripheral clocks

2022-11-02 Thread Leo Liang
On Tue, Oct 25, 2022 at 08:58:48AM +0100, Conor Dooley wrote: > Sync the critical clocks in the U-Boot driver with those marked as > critical in Linux. The Linux driver has an explanation of why each clock > is considered to be critical, so import that too. > > Fixes: 2f27c9219e ("clk: Add

Re: [PATCH v1 4/6] clk: microchip: mpfs: fix periph clk parentage

2022-11-02 Thread Leo Liang
On Tue, Oct 25, 2022 at 08:58:47AM +0100, Conor Dooley wrote: > Not all "periph" clocks are children of the AHB clock, some have the AXI > clock as their parent & the mtimer clock is derived from the external > reference clock directly. Stop assuming the AHB clock to be the parent > of all

Re: [PATCH v1 3/6] clk: microchip: mpfs: fix reference clock handling

2022-11-02 Thread Leo Liang
On Tue, Oct 25, 2022 at 08:58:46AM +0100, Conor Dooley wrote: > The original devicetrees for PolarFire SoC messed up & defined the > msspll's output as a fixed-frequency, 600 MHz clock & used that as the > input for the clock controller node. The msspll is not a fixed > frequency clock and later

Re: [PATCH v1 2/6] clk: microchip: mpfs: convert parent rate acquistion to get_get_rate()

2022-11-02 Thread Leo Liang
On Tue, Oct 25, 2022 at 08:58:45AM +0100, Conor Dooley wrote: > Currently the clock driver for PolarFire SoC takes a very naive approach > to the relationship between clocks. It reads the dt to get an input > clock, assumes that that is fixed frequency, reads the "clock-frequency" > property &

Re: [PATCH v1 1/6] dt-bindings: clk: add missing clk ids for microchip mpfs

2022-11-02 Thread Leo Liang
On Tue, Oct 25, 2022 at 08:58:44AM +0100, Conor Dooley wrote: > When this binding header was initally upstreamed, the PLL clocking the > microprocessor subsystem (MSS) and the RTC reference clocks were > omitted. Add them now, matching the IDs used in Linux. > > Signed-off-by: Conor Dooley > ---

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Kever Yang
On 2022/11/2 14:21, Sughosh Ganu wrote: hi Tom, On Wed, 14 Sept 2022 at 15:40, Sughosh Ganu wrote: Add capsule update support for the RockPi4B and RockPi4C boards. Support is being added for updating the idbloader.img and u-boot.itb firmware images on configurations with the firmware

[PATCH v6] imx: imx8qm: cgtqmx8: switch to binman

2022-11-02 Thread Oliver Graute
Switch to use binman to pack images Signed-off-by: Oliver Graute Reviewed-by: Fabio Estevam Reviewed-by: Simon Glass Reviewed-by: Peng Fan --- Changes for v6 - added CONFIG_SPL_BINMAN_UBOOT_SYMBOLS is not set Changes for v5 - added CONFIG_FIT_EXTERNAL_OFFSET Changes for v4 - rebased on

Re: [PATCH v5] imx: imx8qm: cgtqmx8: switch to binman

2022-11-02 Thread Oliver Graute
On 01/11/22, Fabio Estevam wrote: > Hi Oliver, > > On Tue, Oct 25, 2022 at 12:31 PM Oliver Graute > wrote: > > > Now Running into this issue: > > > > MKIMAGE u-boot.img > > MKIMAGE u-boot-dtb.img > > LD u-boot.elf > > make[1]: Für das Ziel „SPL“ ist nichts zu tun. > > BINMAN all

Re: [PATCH] gpio: renesas: Simplify .request/.rfree callbacks

2022-11-02 Thread Stefan Roese
Hi Pali, added Marek to Cc On 01.11.22 23:57, Pali Rohár wrote: On Sunday 09 October 2022 14:34:55 Pali Rohár wrote: On Friday 02 September 2022 21:56:07 Pali Rohár wrote: On Wednesday 03 August 2022 08:48:39 Stefan Roese wrote: On 02.08.22 12:06, Pali Rohár wrote: Remove identify wrapper

Re: [PATCH RFC] Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb

2022-11-02 Thread Stefan Roese
Hi Pali, On 01.11.22 23:39, Pali Rohár wrote: On Wednesday 07 September 2022 11:24:58 Pali Rohár wrote: On Wednesday 17 August 2022 23:00:43 Pali Rohár wrote: On Wednesday 17 August 2022 12:05:20 Stefan Roese wrote: On 17.08.22 11:59, Pali Rohár wrote: File name with pattern u-boot-spl* is

Please pull u-boot-watchdog/master

2022-11-02 Thread Stefan Roese
Hi Tom, please pull the following watchdog related fixes / enhancements from Rasmus: - cyclic: get rid of (the need for) cyclic_init() (Rasmus) Here the Azure

Re: [PATCH 0/5] cyclic: get rid of (the need for) cyclic_init()

2022-11-02 Thread Stefan Roese
On 28.10.22 13:50, Rasmus Villemoes wrote: I have only compile-tested each of these for sandbox_defconfig and imx8mq_cm_defconfig. I couldn't even figure out how to run the cyclic test inside sandbox by itself, and I don't have any hardware here at home. So perhaps just consider these a POC of

Re: [PATCH 5/5] cyclic: get rid of cyclic_init()

2022-11-02 Thread Stefan Roese
On 29.10.22 00:38, Rasmus Villemoes wrote: On 28/10/2022 16.10, Stefan Roese wrote: On 28.10.22 13:50, Rasmus Villemoes wrote: As for cyclic_uninit(), it was never really the opposite of cyclic_init() since it didn't free the struct cyclic_drv nor set gd->cyclic to NULL. Rename it to

Re: [PATCH] ARM: stm32: Add version variable to DHSOM

2022-11-02 Thread Patrice CHOTARD
On 11/1/22 23:35, Marek Vasut wrote: > Enable insertion of version variable into U-Boot environment on DHSOM, > to make it possible to check U-Boot version e.g. in U-Boot scripts. > > Signed-off-by: Marek Vasut > --- > Cc: Patrice Chotard > Cc: Patrick Delaunay > --- >

RE: [RFC PATCH v5 00/24] Modernize U-Boot shell

2022-11-02 Thread Holger Brunck
Hi Francis, > I was able to have the CI passes but I had to not use > CONFIG_HUSH_2021_PARSER for two boards: > 1. u-boot.img file size for the rcar3_ulcb, when built with > CONFIG_HUSH_PARSER_2021, exceeds the 1MB file limit of 890 bytes. > It should be possible to reduce the image size by not

Re: [PATCH v3 0/3] rockpi4: Add capsule update support

2022-11-02 Thread Sughosh Ganu
hi Tom, On Wed, 14 Sept 2022 at 15:40, Sughosh Ganu wrote: > > > Add capsule update support for the RockPi4B and RockPi4C > boards. Support is being added for updating the idbloader.img and > u-boot.itb firmware images on configurations with the firmware images > stored on GPT partitioned uSD

Pull request: u-boot-spi/master

2022-11-02 Thread Jagan Teki
Hi Tom, Please pull this PR. Summary: - NPCM PSPI controller (Jim) CI: https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/13951 thanks, Jagan. The following changes since commit 8bc87a4c55a1723728374a5643f13bced37dad6b: Merge branch '2022-10-26-assorted-fixes-and-updates'