Re: [PATCH 04/11] board: rockchip: Add a common ROCK Pi 4 target

2024-02-18 Thread Christopher Obbard
Hi Jonas, On Sat, 2024-02-17 at 18:35 +, Jonas Karlman wrote: > Move ROCK Pi 4 specific board code from the shared evb_rk3399 target > into its own board target and update related defconfigs to use the new > TARGET_ROCKPI4_RK3399 option. > > Also move the call to gpt_capsule_update_setup() fr

[PATCH] remove Broadcom Northstar 2 Target entry

2024-02-18 Thread Peter Robinson
The Broadcom Northstar 2 support was removed when the bcm958712k board was removed but the target entry was missed so clean that up as well. Fixes: d59bc09d829 ("arm: Remove bcm958712k board") Signed-off-by: Peter Robinson --- arch/arm/Kconfig | 9 - 1 file changed, 9 deletions(-) diff

Re: [PATCH 04/11] board: rockchip: Add a common ROCK Pi 4 target

2024-02-18 Thread Peter Robinson
On Sat, 17 Feb 2024 at 18:40, Jonas Karlman wrote: > > Move ROCK Pi 4 specific board code from the shared evb_rk3399 target > into its own board target and update related defconfigs to use the new > TARGET_ROCKPI4_RK3399 option. > > Also move the call to gpt_capsule_update_setup() from the weak fu

Re: [PATCH] remove Broadcom Northstar 2 Target entry

2024-02-18 Thread Heinrich Schuchardt
On 2/18/24 12:16 PM, Peter Robinson wrote: The Broadcom Northstar 2 support was removed when the bcm958712k board was removed but the target entry was missed so clean that up as well. Fixes: d59bc09d829 ("arm: Remove bcm958712k board") Signed-off-by: Peter Robinson Reviewed-by: Heinrich Schuc

[PATCH v3 2/3] imx: imxrt1050-evk: Add support for SPI flash booting

2024-02-18 Thread Jesse Taube
Add support for booting the imxrt1050-evk from spi. Add imximage config and the ability for SPL to boot from NOR. Signed-off-by: Jesse Taube --- V1 -> V2: - Add defconfig to MAINTAINERS - Change Copyright of imximage-nor.cfg to myself - Fix spelling and grammar - Use imperative mood V2 -> V3:

[PATCH v3 1/3] arm: dts: imxrt: Add binman support

2024-02-18 Thread Jesse Taube
Enable binman in Kconfig and in device tree. Signed-off-by: Jesse Taube --- V2 -> V3: - New commit --- arch/arm/dts/imxrt1020-evk-u-boot.dtsi | 4 arch/arm/dts/imxrt1050-evk-u-boot.dtsi | 4 arch/arm/dts/imxrt1170-evk-u-boot.dtsi | 4 arch/arm/mach-imx/imxrt/Kconfig| 1 +

[PATCH v3 3/3] imx: imxrt1050-evk: Add documentation for SPI boot

2024-02-18 Thread Jesse Taube
Add documentation for SPI boot. Signed-off-by: Jesse Taube --- V1 -> V2: - Change s/Adds/Add - Change imxrt1050-evk_spi to fspi - Fix spelling and grammar - Mention the SPI NOR flash part number V2 -> V3: - No changes --- doc/board/nxp/imxrt1050-evk.rst | 30 ++

Re: [PATCH v2 0/2] rockchip: Update stack and bss addresses on RK3328 and RK3399

2024-02-18 Thread Jonas Karlman
Hi all, Please ignore this series for now. The simple malloc heap created on the SPL init stack is still in use after SPL relocation, so memory layout needs to rearranged once more. Also the RK35xx boards is affected by a simple malloc heap and stack overlap issue. I will re-send a different ve

Re: [PATCH] mmc: rockchip_sdhci: Use bounce buffer in SPL to fix read performance

2024-02-18 Thread Jonas Karlman
Hi all, Please ignore this patch for now. Reading more than 4 blocks with a single CMD18 command in PIO mode seem to work much better after the HS200 mode series [1] together with a fix so that the stack and simple malloc heap does not overlap. I will send a different patch in next few days. Re

[PATCH 0/2] Drop reiserfs support

2024-02-18 Thread Peter Robinson
The reiserfs filesystem was only enabled by the ethernut5 which appears to use jffs on nand for all default usecases (Nut/OS, Yocto) and doesn't have USB Storage support enabled, but does have MMC. It's also scheduled for removal in upstream Linux. Looking at the logs for ethernut5 it doesn't actu

[PATCH 2/2] fs: drop reiserfs

2024-02-18 Thread Peter Robinson
It was only included by a single board which doesn't appear to have ever used it for any default use cases so drop the filesystem now that isn't used by any in-tree configurations. Signed-off-by: Peter Robinson --- cmd/Kconfig| 9 - cmd/reiser.c | 171

[PATCH 1/2] configs: ethernut5: Drop reiserfs

2024-02-18 Thread Peter Robinson
This is the only board that enables it, and looking generally I don't believe it's used. All use cases I could fine for the board rub by default off jffs on the nand and it doesn't enable USB storage. Signed-off-by: Peter Robinson Cc: egnite GmbH --- configs/ethernut5_defconfig | 1 - 1 file ch

Re: [PATCH v3 1/3] arm: dts: imxrt: Add binman support

2024-02-18 Thread Fabio Estevam
Hi Jesse, On Sun, Feb 18, 2024 at 6:20 PM Jesse Taube wrote: > > Enable binman in Kconfig and in device tree. Please explain the rationale for doing this.

Re: [PATCH v3 1/3] arm: dts: imxrt: Add binman support

2024-02-18 Thread Fabio Estevam
On Sun, Feb 18, 2024 at 10:39 PM Fabio Estevam wrote: > > Hi Jesse, > > On Sun, Feb 18, 2024 at 6:20 PM Jesse Taube wrote: > > > > Enable binman in Kconfig and in device tree. > > Please explain the rationale for doing this. Also, it seems that this patch alone does not do anything useful. Shou

Re: [PATCH v8 12/16] arm: dts: Introduce j784s4 u-boot dts files

2024-02-18 Thread Neha Malcom Francis
Hi Nishanth On 16/02/24 21:28, Nishanth Menon wrote: On 14:33-20240215, Neha Malcom Francis wrote: [...] if the templates are abstract enough, the additional code will be so minimal that we wont need a board-binman.dtsi - just u-boot.dtsi and r5.dtsi can include the relevant templates. Hope t