Re: ??????: [PATCH v2 0/4] imx: add i.MX95 b0 support

2025-07-29 Thread Francesco Dolcini
On Wed, Jul 30, 2025 at 12:08:05AM +0800, Peng Fan wrote: > On Tue, Jul 29, 2025 at 01:39:02PM +0200, Francesco Dolcini wrote: > >On Tue, Jul 29, 2025 at 02:21:19AM +, Alice Guo (OSS) wrote: > >> A0 has been dropped. > > > >Dropping support for A0 i.MX95 SoC varia

Re: 回复: [PATCH v2 0/4] imx: add i.MX95 b0 support

2025-07-29 Thread Francesco Dolcini
On Tue, Jul 29, 2025 at 02:21:19AM +, Alice Guo (OSS) wrote: > A0 has been dropped. Dropping support for A0 i.MX95 SoC variant in mainline U-Boot is not a decision from NXP. There are multiple boards around with such SoC variant, just dropping support for it with no explanation does not seem

Re: [PATCH] arm: imx: imx9: scmi: Fix booting from USB

2025-07-28 Thread Francesco Dolcini
On Mon, Jul 28, 2025 at 11:25:04AM -0300, Fabio Estevam wrote: > On Mon, Jul 28, 2025 at 7:29 AM Francesco Dolcini > wrote: > > > You worked on a similar topic, for imx8m, some time ago, commit > > d175982c207b ("imx8mn/8mp: Allow booting via USB"). What's

Re: [PATCH] arm: imx: imx9: scmi: Fix booting from USB

2025-07-28 Thread Francesco Dolcini
Hello Fabio, On Thu, Jul 24, 2025 at 08:28:22AM -0300, João Paulo Gonçalves wrote: > > If boot from USB, this means env_loc will be override here. > > > > NXP boards always use RAM env when booting from USB. > In that case, this seems like an ARCH configuration and the ARCH should > imply the nec

Re: [PATCH v1] toradex: tdx-cfg-block: add verdin i.mx8m mini 0216 pid4

2025-07-18 Thread Francesco Dolcini
On Thu, Jul 17, 2025 at 12:02:08PM +0100, Vitor Soares wrote: > From: Vitor Soares > > Add PID4 0216 Verdin iMX8M Mini Quad 2GB WB IT to config block handling. > > Signed-off-by: Vitor Soares Acked-by: Francesco Dolcini

[PATCH v1] board: toradex: Fix variant (wifi/non-wifi) selection

2025-07-14 Thread Francesco Dolcini
From: Francesco Dolcini Do not dereference NULL, when "variant" env variable is not present. Signed-off-by: Francesco Dolcini --- board/toradex/verdin-am62/verdin-am62.c | 2 +- board/toradex/verdin-am62p/verdin-am62p.c | 2 +- board/toradex/verdin-imx8mm/verdin-imx8mm.c | 2

Re: [PATCH v2 2/2] kbuild: Bump the build system to 5.1

2025-07-11 Thread Francesco Dolcini
On Fri, Jul 11, 2025 at 09:17:23AM +0300, Ilias Apalodimas wrote: > On Fri, 11 Jul 2025 at 08:27, Francesco Dolcini wrote: > > On Fri, Jul 11, 2025 at 08:15:25AM +0300, Ilias Apalodimas wrote: > > > I can't reproduce this on my Ubuntu and Debian boxes. > > > Can y

Re: [PATCH v2 2/2] kbuild: Bump the build system to 5.1

2025-07-10 Thread Francesco Dolcini
Hi On Fri, Jul 11, 2025 at 08:15:25AM +0300, Ilias Apalodimas wrote: > I can't reproduce this on my Ubuntu and Debian boxes. > Can you paste your Ubuntu, make & gcc versions? Our CI is also failing builds. We build within OE master, no other changes on our side. TI platforms are affected in a s

Re: [PATCH 1/2] toradex: Switch from ARCH_MISC_INIT to MISC_INIT_R in some cases

2025-07-04 Thread Francesco Dolcini
om Rini Acked-by: Francesco Dolcini

Re: [PATCH] board: ti: rm-cfg: Update rm-cfg to reflect new resource reservation

2025-07-04 Thread Francesco Dolcini
Hello Vishal, On Tue, Feb 20, 2024 at 02:39:44PM -0600, Vishal Mahaveer wrote: > With the latest TIFS firmware, an additional virtual interrupt and > event is reserved for TIFS usage on am62x and am62ax devices. > > Update the rm-cfg to reflect this new reservation. > > Signed-off-by: Vishal Mah

Re: [PATCH v1 5/5] configs: colibri-imx8x: enable RNG support for KASLR

2025-07-01 Thread Francesco Dolcini
-by: Emanuele Ghidoli Acked-by: Francesco Dolcini

Re: [PATCH v1 4/5] configs: apalis-imx8: enable RNG support for KASLR

2025-07-01 Thread Francesco Dolcini
-by: Emanuele Ghidoli Acked-by: Francesco Dolcini

Re: [PATCH v1 3/5] configs: toradex-smarc-imx8mp: enable RNG support for KASLR

2025-07-01 Thread Francesco Dolcini
On Tue, Jul 01, 2025 at 03:44:58PM +0200, Emanuele Ghidoli wrote: > From: Emanuele Ghidoli > > Enable DM_RNG in U-Boot to automatically populate /chosen/kaslr-seed. > > Signed-off-by: Emanuele Ghidoli Acked-by: Francesco Dolcini

Re: [PATCH v1 2/5] configs: verdin-imx8mp: enable RNG support for KASLR

2025-07-01 Thread Francesco Dolcini
On Tue, Jul 01, 2025 at 03:44:57PM +0200, Emanuele Ghidoli wrote: > From: Emanuele Ghidoli > > Enable DM_RNG in U-Boot to automatically populate /chosen/kaslr-seed. > > Signed-off-by: Emanuele Ghidoli Acked-by: Francesco Dolcini

Re: [PATCH v1 1/5] configs: verdin-imx8mm: enable RNG support for KASLR

2025-07-01 Thread Francesco Dolcini
On Tue, Jul 01, 2025 at 03:44:56PM +0200, Emanuele Ghidoli wrote: > From: Emanuele Ghidoli > > Enable DM_RNG in U-Boot to automatically populate /chosen/kaslr-seed > and enable CAAM to provide entropy. > > Signed-off-by: Emanuele Ghidoli Acked-by: Francesco Dolcini

Re: [PATCH 4/4] board: toradex: verdin-am62p: Add fixup for critical trip points

2025-06-24 Thread Francesco Dolcini
: João Paulo Gonçalves Acked-by: Francesco Dolcini

Re: [PATCH 0/8] (no cover subject)

2025-06-20 Thread Francesco Dolcini
Hello Fabio, Alice On Thu, Jun 19, 2025 at 10:01:52PM -0300, Fabio Estevam wrote: > On Wed, Jun 18, 2025 at 4:30 AM Alice Guo (OSS) wrote: > > > > imx: update the building bootloader image related part for > > i.MX8QXP, i.MX8QM and i.MX95 B0. > > This way it is written above it looks like a clea

Re: [PATCH v1 3/8] imx: imx8qxp: update packing i.MX8QXP MEK flash.bin

2025-06-18 Thread Francesco Dolcini
Hello Alice, On Wed, Jun 18, 2025 at 03:30:16PM +0800, Alice Guo (OSS) wrote: > From: Alice Guo > > Using this patch, a bootable flash.bin can be generated. It contains > seco container image, scfw image, u-boot-spl.bin, atf and u-boot.bin. > > Signed-off-by: Alice Guo Do also colibri-imx8x n

Re: [PATCH v1 4/8] imx: imx8qm: update packing i.MX8QM MEK flash.bin

2025-06-18 Thread Francesco Dolcini
On Wed, Jun 18, 2025 at 03:30:17PM +0800, Alice Guo (OSS) wrote: > From: Alice Guo > > Using this patch, a bootable flash.bin can be generated. It contains > seco container image, scfw image, u-boot-spl.bin, atf and u-boot.bin. > > Signed-off-by: Alice Guo Do also apalis-imx8 needs updates? Or

Re: [PATCH] toradex-smarc-imx8mp: add SPL_STACK size and SPL_HAVE_INIT_STACK

2025-06-12 Thread Francesco Dolcini
("board: toradex: add Toradex SMARC iMX8MP") > Signed-off-by: Hiago De Franco Acked-by: Francesco Dolcini

Re: [PATCH v2 1/3] verdin-am62p: include linux/sizes.h

2025-06-08 Thread Francesco Dolcini
ding u-boot next branch, with both verdin-am62p_a53_defconfig and verdin-am62p_r5_defconfig and I did not have any build error, using arm/arm64 cross gcc from debian stable on x86-64. In any case, given the change in verdin-am62p.h is correct to me, Acked-by: Francesco Dolcini Francesco

Re: [PATCH 1/3] verdin-am62p: include linux/sizes.h

2025-06-07 Thread Francesco Dolcini
On Sat, Jun 07, 2025 at 02:03:01PM +0200, Heinrich Schuchardt wrote: > Avoid build failures > > In file included from include/config.h:3, > from board/toradex/verdin-am62p/verdin-am62p.c:9: > board/toradex/verdin-am62p/verdin-am62p.c: In function 'dram_init': > include/configs/ver

Re: [PATCH 3/4] arm: dts: k3-am625-verdin-r5*: Remove clocks from main_timer0

2025-05-15 Thread Francesco Dolcini
as wrong. > > Fix it by removing the clock dependency for it, also while at it, move > it from u-boot.dtsi to R5 as that is the only entity that should require > it as DM isn't up. > > Fixes: 5d1aac358f3c ("arm: dts: k3-*-r5: Remove clocks from mcu_timer0") > Signed-off-by: Manorit Chawdhry Acked-by: Francesco Dolcini

Re: [PATCH 1/3] arm: dts: k3-*-r5: Remove clocks from mcu_timer0

2025-05-15 Thread Francesco Dolcini
Hello Manorit, On Thu, Nov 21, 2024 at 05:32:51PM +0530, Manorit Chawdhry wrote: > Updated PLL driver sequencing requires us to use udelay in the PLL > driver as there is no poll bit to get the status of operations. > tick-timer(mcu_timer0/main_timer0) setting up the clocks for itself is > somethi

Re: [PATCH v1] configs: verdin-am62: Drop unused or redundant config options

2025-05-06 Thread Francesco Dolcini
rations are not used at all, > as U-Boot proper is not executed on that core. > > Cleaning them up helps reduce build size and simplifies maintenance. > > Signed-off-by: Emanuele Ghidoli Reviewed-by: Francesco Dolcini

Re: [PATCH v1] toradex: tdx-cfg-block: fix verdin imx95 sku 0089 pid4

2025-04-24 Thread Francesco Dolcini
quot;) > Signed-off-by: Emanuele Ghidoli Reviewed-by: Francesco Dolcini

Re: [REGRESSION] [PATCH 1/1] mtd: mtdpart: Support MTD_SIZE_REMAINING with unallocated memory area

2025-04-22 Thread Francesco Dolcini
On Tue, Apr 22, 2025 at 03:05:58PM +0200, Alexander Stein wrote: > Am Dienstag, 22. April 2025, 12:37:32 CEST schrieb Francesco Dolcini: > > On Thu, Feb 20, 2025 at 03:58:07PM +0100, Alexander Stein wrote: > > > If there is an unallocated memory area before the last, filling part

[REGRESSION] [PATCH 1/1] mtd: mtdpart: Support MTD_SIZE_REMAINING with unallocated memory area

2025-04-22 Thread Francesco Dolcini
Hello Tom, Alexander On Thu, Feb 20, 2025 at 03:58:07PM +0100, Alexander Stein wrote: > If there is an unallocated memory area before the last, filling parting > the size calculation for MTD_SIZE_REMAINING does not take this hole > into account. > Fix this by calculating the remaining size just ba

Re: [REGRESSION] Re: [PATCH v2 16/24] clk: imx: Convert clock-osc-* back to osc_*

2025-04-16 Thread Francesco Dolcini
On Tue, Apr 15, 2025 at 02:13:30PM -0300, Fabio Estevam wrote: > On Tue, Apr 15, 2025 at 1:55 PM Marek Vasut wrote: > > Do you have af9cdd1ccd2d ("Revert "arm64: dts: imx8mn: Include 32kHz > > oscillator clock in SPL DTs"") in place ? If so, try and revert it, does > > it help ? > > It seems I ha

[REGRESSION] Re: [PATCH v2 16/24] clk: imx: Convert clock-osc-* back to osc_*

2025-04-15 Thread Francesco Dolcini
Hello Marex, Fabio, all On Sun, Mar 23, 2025 at 04:58:45PM +0100, Marek Vasut wrote: > Convert clock-osc-24m back to osc_24m and clock-osc-32k back to osc_32k. > These are the clock which match clock tables in Linux. This is now > possible because the clock drivers now resolve clock names based on

Re: [REGRESSION] Re: [PATCH v2 16/24] clk: imx: Convert clock-osc-* back to osc_*

2025-04-15 Thread Francesco Dolcini
On Tue, Apr 15, 2025 at 09:43:12AM -0500, Adam Ford wrote: > On Tue, Apr 15, 2025 at 9:28 AM Francesco Dolcini > wrote: > > > > Hello Marex, Fabio, all > > > > On Sun, Mar 23, 2025 at 04:58:45PM +0100, Marek Vasut wrote: > > > Convert clock-osc-24m ba

Re: [PATCH v6 05/12] power-domain: Add refcounting

2025-04-15 Thread Francesco Dolcini
On Tue, Apr 15, 2025 at 03:29:09PM +0530, Neha Malcom Francis wrote: > On 15/04/25 15:20, Miquel Raynal wrote: > >>> Francesco, are you also testing on K3 platforms? > >>> > >> > >> Yes he would be, since the firmware print is K3 firmware. > >> > >>> Can one of you boot with the patch below applied

Re: [PATCH v6 05/12] power-domain: Add refcounting

2025-04-14 Thread Francesco Dolcini
Hello Tom, Neha On Tue, Apr 15, 2025 at 10:50:42AM +0530, Neha Malcom Francis wrote: > > > On 15/04/25 02:30, Francesco Dolcini wrote: > > On Mon, Apr 14, 2025 at 02:06:35PM -0600, Tom Rini wrote: > >> On Mon, Apr 14, 2025 at 01:07:27PM -0500, Nishanth Menon wrote:

Re: [PATCH v6 05/12] power-domain: Add refcounting

2025-04-14 Thread Francesco Dolcini
On Mon, Apr 14, 2025 at 02:06:35PM -0600, Tom Rini wrote: > On Mon, Apr 14, 2025 at 01:07:27PM -0500, Nishanth Menon wrote: > > On 23:06-20250414, Francis, Neha wrote: > > > On 4/3/2025 1:09 PM, Miquel Raynal wrote: > > > > It is very surprising that such an uclass, specifically designed to > > > >

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-04-14 Thread Francesco Dolcini
On Sun, Apr 13, 2025 at 11:14:07AM +0200, Marek Vasut wrote: > On 4/11/25 4:21 PM, Francesco Dolcini wrote: > > On Tue, Apr 08, 2025 at 04:51:22PM +0200, Marek Vasut wrote: > > > On 4/8/25 11:06 AM, Francesco Dolcini wrote: > > > > On Mon, Mar 24, 2025 at 03:36

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-04-11 Thread Francesco Dolcini
On Tue, Apr 08, 2025 at 04:51:22PM +0200, Marek Vasut wrote: > On 4/8/25 11:06 AM, Francesco Dolcini wrote: > > On Mon, Mar 24, 2025 at 03:36:52PM +0100, Marek Vasut wrote: > > > On 3/24/25 3:16 PM, Francesco Dolcini wrote: > > > > On Mon, Mar 24, 2025 at 02:53

Re: [PATCH v1 0/3] Add support for Toradex SMARC i.MX8MP

2025-04-08 Thread Francesco Dolcini
oares (3): > arm: dts: imx8mp: sync with Linux v6.15-rc1 > toradex: tdx-cfg-block: add 0096 Toradex SMARC iMX95 > board: toradex: add Toradex SMARC iMX8MP Reviewed-by: Francesco Dolcini

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-04-08 Thread Francesco Dolcini
On Mon, Mar 24, 2025 at 03:36:52PM +0100, Marek Vasut wrote: > On 3/24/25 3:16 PM, Francesco Dolcini wrote: > > On Mon, Mar 24, 2025 at 02:53:23PM +0100, Marek Vasut wrote: > > > On 3/24/25 1:30 PM, Francesco Dolcini wrote: > > > > On Mon, Mar 24, 2025 at 09:26:0

Re: [PATCH] toradex: apalis-imx6: Fix build failure when CONFIG_VIDEO_IPUV3 is enabled

2025-04-05 Thread Francesco Dolcini
lis imx6") > Signed-off-by: Rafael Beims Reviewed-by: Francesco Dolcini Francesco

Re: [PATCH] toradex: apalis-imx6: Fix build failure when CONFIG_VIDEO_IPUV3 is enabled

2025-03-30 Thread Francesco Dolcini
On Fri, Mar 28, 2025 at 10:05:57AM -0600, Tom Rini wrote: > On Fri, Mar 28, 2025 at 11:20:40AM +0100, raf...@beims.me wrote: > > > From: Rafael Beims > > > > If CONFIG_VIDEO_IPUV3 is enabled without also having CONFIG_IMX_HDMI > > enabled, the build fails for the Apalis iMX6 board. > > > > Fixe

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Francesco Dolcini
On Mon, Mar 24, 2025 at 02:53:23PM +0100, Marek Vasut wrote: > On 3/24/25 1:30 PM, Francesco Dolcini wrote: > > On Mon, Mar 24, 2025 at 09:26:03AM +0100, Mattijs Korpershoek wrote: > > > Hi Francesco, > > > > > > On lun., mars 24, 2025 at 09

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Francesco Dolcini
On Mon, Mar 24, 2025 at 09:26:03AM +0100, Mattijs Korpershoek wrote: > Hi Francesco, > > On lun., mars 24, 2025 at 09:03, Francesco Dolcini > wrote: > > > Hello Mattijs, Marek > > > > On Thu, Mar 20, 2025 at 10:47:02AM +0100, Mattijs Korpershoek wrote: >

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Francesco Dolcini
Hello Mattijs, Marek On Thu, Mar 20, 2025 at 10:47:02AM +0100, Mattijs Korpershoek wrote: > On mer., mars 19, 2025 at 23:07, Marek Vasut wrote: > > > The UUU tool excepts the interrupt-in endpoint to be ep1in, otherwise > > it crashes. This is a result of the previous hard-coded EP setup in > >

Re: [PATCH v1] common/memsize.c: Fix get_ram_size() original data restore

2025-03-14 Thread Francesco Dolcini
Hello Tom, On Fri, Mar 14, 2025 at 11:06:49AM +0100, Stefan Eichenberger wrote: > From: Stefan Eichenberger > > The get_ram_size() function fails to restore the original RAM data when > the data cache is enabled. This issue was observed on an AM625 R5 SPL > with 512MB of RAM and is a regression

Re: [PATCH v1] board: verdin-am62: fix missing memory fixup call

2025-03-03 Thread Francesco Dolcini
on > location and Fixup DDR size when ECC is enabled") > Signed-off-by: Stefan Eichenberger Acked-by: Francesco Dolcini Tom: this is needed in master, this fixes a regression, preventing Linux to boot, in v2025.04. Thanks Francesco

Re: [PATCH v1 0/2] Support Apalis/Colibri imx6 v1.2

2025-02-28 Thread Francesco Dolcini
versions starting from v1.2 (TLA2024 + AD7879) > > This behaviour is then used by the PREBOOT logic: > preboot=test -n ${fdtfile} || setenv fdtfile > imx6q-apalis${variant}-${fdt_board}.dtb > For the series, Reviewed-by: Francesco Dolcini

Re: [PATCH v1] board: verdin-am62: add dram_init_banksize

2025-02-19 Thread Francesco Dolcini
Hello Tom, On Tue, Feb 18, 2025 at 08:04:49PM -0600, Tom Rini wrote: > On Mon, 10 Feb 2025 08:27:47 +0100, Stefan Eichenberger wrote: > > > Add the dram_init_banksize function to the board file to properly set > > DRAM memory sizes during boot. > > > > The commit bc07851897bd ("board: ti: Pull r

[PATCH v1] gpio: pca953x: support pcal6408 and pcal6416

2025-02-11 Thread Francesco Dolcini
From: Emanuele Ghidoli Add support to NXP GPIO expanders pcal6408, documented at [1], and pcal6416, documented at [2]. [1] https://www.nxp.com/docs/en/data-sheet/PCAL6408A.pdf [2] https://www.nxp.com/docs/en/data-sheet/PCAL6416A.pdf Signed-off-by: Emanuele Ghidoli Signed-off-by: Francesco

Re: [PATCH v1] board: verdin-am62: add dram_init_banksize

2025-02-10 Thread Francesco Dolcini
location and Fixup DDR size when ECC is enabled") > Signed-off-by: Stefan Eichenberger Acked-by: Francesco Dolcini

Re: [PATCH v1] toradex: tdx-cfg-block: fix switch to user partition

2025-01-24 Thread Francesco Dolcini
ixes: a2777ecb9d11 ("toradex: config block handling") > Signed-off-by: Stefan Eichenberger Reviewed-by: Francesco Dolcini Francesco

Re: [PATCH] imx: Fix usable memory ranges for imx8m SOCs

2024-12-19 Thread Francesco Dolcini
On Wed, Dec 18, 2024 at 11:00:06AM +0200, Ilias Apalodimas wrote: > commit e27bddff4b97 ("imx8m: Restrict usable memory to space below 4G > boundary") > tried to adjust the usable memory limits on a 4GB boundary. > > ram_top is described as 'top address of RAM used by U-Boot' and we want > to pre

Re: [PATCH] buildman: Add a way to build a particular target

2024-12-19 Thread Francesco Dolcini
On Tue, Dec 17, 2024 at 05:54:11PM -0600, Tom Rini wrote: > IIRC Toradex does weekly builds of top of tree, via OpenEmbedded / Yocto > so there's not some bitrot here to be fixed, just smoothing out > integration. Correct, we do weekly builds from OE integrating the u-boot master tip and run those

Re: [REGRESSION] Out of memory error: unable to boot on imx8mp/imx8mm

2024-12-17 Thread Francesco Dolcini
+Fabio, Marex, Peng, Frieder On Tue, Dec 17, 2024 at 08:18:50AM -0300, João Paulo Gonçalves wrote: > > > > Okay. Please try changing the value of ram_top to 0x1__ > > instead of 0x_. That should work. > > > > Changing ram_top to 0x1__ worked: > > U-Boot SPL 2025.01-rc4-0

Re: [REGRESSION] Out of memory error: unable to boot on imx8mp/imx8mm

2024-12-16 Thread Francesco Dolcini
On Mon, Dec 16, 2024 at 09:35:58PM +0200, Ilias Apalodimas wrote: > On Mon, 16 Dec 2024 at 21:32, Sughosh Ganu wrote: > > > > On Tue, 17 Dec 2024 at 00:59, Francesco Dolcini > > wrote: > > > > > > On Tue, Dec 17, 2024 at 12:37:38AM +0530, Sughosh Ganu wrot

Re: [REGRESSION] Out of memory error: unable to boot on imx8mp/imx8mm

2024-12-16 Thread Francesco Dolcini
On Tue, Dec 17, 2024 at 12:37:38AM +0530, Sughosh Ganu wrote: > On Tue, 17 Dec 2024 at 00:33, Francesco Dolcini wrote: > > > > Hello, > > > > On Mon, Dec 16, 2024 at 11:28:42AM -0300, João Paulo Gonçalves wrote: > > > Hi Sughosh, > > > > > > &

Re: [REGRESSION] Out of memory error: unable to boot on imx8mp/imx8mm

2024-12-16 Thread Francesco Dolcini
Hello, On Mon, Dec 16, 2024 at 11:28:42AM -0300, João Paulo Gonçalves wrote: > Hi Sughosh, > > > Can you show the output of bdinfo. And also print the value of ram_top > > while booting the board. > > > > Below are ram_top and bdinfo: We briefly discussed this off list, what is likely happen is

Re: [PATCH v1 0/5] add support for Apalis iMX8 1300MHz version

2024-12-11 Thread Francesco Dolcini
-) For the whole series, Reviewed-by: Francesco Dolcini

Re: [PATCH v2] verdin-am62: fix FASTBOOT_BUF_ADDR and FASTBOOT_BUF_SIZE

2024-12-05 Thread Francesco Dolcini
> These changes make fastboot downloads work with 512MB and 1GB devices. > > Fixes: defe30a78b76 ("verdin-am62: add DFU, USB and UUU fastboot support") > Signed-off-by: Hiago De Franco Acked-by: Francesco Dolcini

Re: [PATCH v3] toradex: tdx-cfg-block: rework modules pid4 handling

2024-11-26 Thread Francesco Dolcini
te a gap in the array. > > To address this, embed pid4 within the toradex_som structure and > implement a function to retrieve the index corresponding to pid4. > > Signed-off-by: Vitor Soares Acked-by: Francesco Dolcini Francesco

Re: [PATCH v2] toradex: tdx-cfg-block: rework modules pid4 handling

2024-11-25 Thread Francesco Dolcini
ich C variant U-Boot wants, but I would avoid it. I do not personally mind it, would appreciate a comment from Fabio or some other maintainer on this. Assuming this is fine, Acked-by: Francesco Dolcini Francesco

Re: [PATCH v2 01/20] wdt: imx8qxp: add option to control external PMIC wdt via IMX8 SCU

2024-11-18 Thread Francesco Dolcini
On Mon, Nov 18, 2024 at 07:26:55AM +0100, Heiko Schocher wrote: > Driver for a PMIC watchdog timer controlled via Siemens SCU firmware > extensions. Only useful on some Siemens i.MX8-based platforms as > special SCFW is needed which provides the needed SCU API. > > Signed-off-by: Andrej Valek > S

Re: [PATCH v1] imx: Fix critical thermal threshold

2024-11-14 Thread Francesco Dolcini
Hello Peng, On Wed, Nov 13, 2024 at 09:10:46AM +, Peng Fan wrote: > > Subject: Re: [PATCH v1] imx: Fix critical thermal threshold > > On Wed, Nov 13, 2024 at 05:27:23AM +, Peng Fan wrote: > > > > Subject: [PATCH v1] imx: Fix critical thermal threshold > &g

Re: [PATCH v1] imx: Fix critical thermal threshold

2024-11-13 Thread Francesco Dolcini
Hello Peng, On Wed, Nov 13, 2024 at 05:27:23AM +, Peng Fan wrote: > > Subject: [PATCH v1] imx: Fix critical thermal threshold > > > > From: Francesco Dolcini > > > > Fix the critical thermal threshold for i.MX processors, this was changed > > w

[PATCH v1] imx: Fix critical thermal threshold

2024-11-12 Thread Francesco Dolcini
From: Francesco Dolcini Fix the critical thermal threshold for i.MX processors, this was changed while moving the code from imx8m/imx9 directories into a shared place. There is no need to keep the critical threshold 5 degrees less than the SoC maximum temperature threshold, what is actually

Re: [PATCH] verdin-imx8m{m|p}: defconfig: update fastboot buffer size/address

2024-10-23 Thread Francesco Dolcini
FASTBOOT_BUF_ADDR to 0x4420, consistent with the value in > previous downstream NXP U-Boot releases. This will make fastboot > applications continue working with upstream U-Boot by using the same > address. > > Signed-off-by: Hiago De Franco Reviewed-by: Francesco Dolcini

Re: [RFC PATCH v1] dts: imx8mp-u-boot.dtsi align flash.bin

2024-10-13 Thread Francesco Dolcini
On Thu, Oct 10, 2024 at 10:28:31AM +0200, Heiko Schocher wrote: > trying to load current flash.bin with uuu tool > leads in not booting U-Boot as missing some bytes. > > Align flash.bin in this case to 0x800 bytes, to > make uuu and ROM api happy. Are you sure that the issue is on this? Can you c

Re: [PATCH v2] cmd: setexpr: fix no matching string in gsub return empty value

2024-10-11 Thread Francesco Dolcini
Il 11 ottobre 2024 18:01:22 CEST, Massimiliano Minella ha scritto: >Hello, > >On Tue, Oct 8, 2024 at 7:20 PM Francesco Dolcini wrote: >> >> +Tom >> >> Hello Massimiliano, >> >> On Tue, Sep 03, 2024 at 01:06:21PM +0200, Michal Simek wrote: >&g

Re: [PATCH v2] cmd: setexpr: fix no matching string in gsub return empty value

2024-10-08 Thread Francesco Dolcini
+Tom Hello Massimiliano, On Tue, Sep 03, 2024 at 01:06:21PM +0200, Michal Simek wrote: > HI, > > čt 8. 2. 2024 v 16:00 odesílatel Massimiliano Minella > napsal: > > > > From: Massimiliano Minella > > > > In gsub, when the destination string is empty, the string 't' is > > provided and the regu

[PATCH v2] fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabled

2024-09-16 Thread Francesco Dolcini
th the necessary function definitions are compiled. Fixes: b071a07743d4 ("drivers: misc: Makefile: Enable fs_loader compilation at SPL Level") Suggested-by: Francesco Dolcini Signed-off-by: Hiago De Franco Signed-off-by: Francesco Dolcini --- v2: fix sandbox_noinst_defconfig

Re: [PATCH] fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabled

2024-09-04 Thread Francesco Dolcini
Hello Tom, On Wed, Sep 04, 2024 at 03:27:21PM -0600, Tom Rini wrote: > On Sat, Aug 31, 2024 at 03:49:11PM +0200, Francesco Dolcini wrote: > > On Fri, Aug 30, 2024 at 02:51:19PM -0600, Tom Rini wrote: > > > On Mon, Aug 26, 2024 at 03:19:33PM -0300, Hiago De Franco wrote: > >

Re: [PATCH] fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabled

2024-08-31 Thread Francesco Dolcini
_LOADER in the Makefile, so > > the fs.c with the necessary function definitions are compiled. > > > > Fixes: b071a07743d4 ("drivers: misc: Makefile: Enable fs_loader compilation > > at SPL Level") > > Suggested-by: Francesco Dolcini > > Signed-off-by:

Re: [PATCH] configs: verdin-imx8m[mp]: set CONFIG_SPL_LOAD_FIT_ADDRESS

2024-08-29 Thread Francesco Dolcini
_ADDRESS to an address 64MB past the > start of the DDR memory leaving plenty of room for the various DDR- > residing artifacts to be moved to their usual load addresses which are > close to the start of the DDR. > > Signed-off-by: Rogerio Guerra Borin > Signed-off-by: Hiago De Franco Acked-by: Francesco Dolcini Francesco

Re: [PATCH v2 1/1] board: tegra: convert boards to text env

2024-08-16 Thread Francesco Dolcini
> create mode 100644 board/lenovo/ideapad-yoga-11/ideapad-yoga-11.env > > > create mode 100644 board/lg/x3-t30/p880.env > > > create mode 100644 board/lg/x3-t30/p895.env > > > create mode 100644 board/microsoft/surface-rt/surface-rt.env > > > create mode 1

Re: [PATCH V8 2/7] doc: ti: k3: Add TIFS Stub documentation

2024-08-08 Thread Francesco Dolcini
documentation applies. > * Also, refactor and add a few new labels to help split the firmware > documentation chunks. This will make it easier to include them one by > one wherever applicable > > Reviewed-by: Nishanth Menon > Signed-off-by: Dhruva Gole Acked-by: Francesco Dolcini # verdin-am62

Re: [PATCH v1 0/4] apalis/colibri imx8: enable additional features

2024-08-07 Thread Francesco Dolcini
On Wed, Aug 07, 2024 at 04:16:16PM +0200, max.oss...@gmail.com wrote: > From: Max Krummenacher > > > Enable and use additional features which have been added to U-Boot > on the Apalis iMX8QM / Colibri iMX8X boards. For the whole series, Acked-by: Francesco Dolcini

Re: [PATCH v1 1/1] board: tegra: convert tegra-based boards to text env

2024-08-05 Thread Francesco Dolcini
On Mon, Aug 05, 2024 at 10:06:04AM +0300, Svyatoslav Ryhel wrote: > пн, 5 серп. 2024 р. о 10:05 Francesco Dolcini пише: > > > > On Mon, Aug 05, 2024 at 10:01:27AM +0300, Svyatoslav Ryhel wrote: > > > пн, 5 серп. 2024 р. о 08:32 Francesco Dolcini пише: > > > >

Re: [PATCH v1 1/1] board: tegra: convert tegra-based boards to text env

2024-08-05 Thread Francesco Dolcini
On Mon, Aug 05, 2024 at 10:01:27AM +0300, Svyatoslav Ryhel wrote: > пн, 5 серп. 2024 р. о 08:32 Francesco Dolcini пише: > > On Thu, Aug 01, 2024 at 08:57:38AM +0300, Svyatoslav Ryhel wrote: > > > Convert boards to use text based env. This is the first stage of > > > co

Re: [PATCH v1 0/1] board: tegra: convert boards to text env

2024-08-04 Thread Francesco Dolcini
Hello Svyatoslav, On Mon, Aug 05, 2024 at 09:03:01AM +0300, Svyatoslav Ryhel wrote: > пн, 5 серп. 2024 р. о 08:33 Francesco Dolcini пише: > > On Thu, Aug 01, 2024 at 08:57:37AM +0300, Svyatoslav Ryhel wrote: > > > Move env stuff into dedicated files in boards (1st stage). &g

Re: [PATCH v1 0/1] board: tegra: convert boards to text env

2024-08-04 Thread Francesco Dolcini
Hello Tom, On Thu, Aug 01, 2024 at 08:57:37AM +0300, Svyatoslav Ryhel wrote: > Move env stuff into dedicated files in boards (1st stage). Is there any plan or expectation to move existing boards to text env file? And what about newly added boards? Francesco

Re: [PATCH v1 1/1] board: tegra: convert tegra-based boards to text env

2024-08-04 Thread Francesco Dolcini
Hello Clamor, On Thu, Aug 01, 2024 at 08:57:38AM +0300, Svyatoslav Ryhel wrote: > Convert boards to use text based env. This is the first stage of > conversion, common inclusions should be converted next. > > Signed-off-by: Svyatoslav Ryhel > --- > board/asus/grouper/grouper.env

Re: [PATCH V7 3/7] doc: board: ti: Update to use the new boot firmware labels

2024-07-29 Thread Francesco Dolcini
On Thu, Jul 25, 2024 at 06:58:23AM -0500, Nishanth Menon wrote: > On 15:05-20240725, Dhruva Gole wrote: > > Use the new boot_firmwares labels that help make documentation more > > specific as to which firmwares are used in which devices > > > > Signed-off-by: Dhruva Gole > > --- > > doc/board/be

Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-17 Thread Francesco Dolcini
On Wed, Jul 17, 2024 at 09:09:13AM -0500, Nishanth Menon wrote: > On 09:40-20240717, Kumar, Udit wrote: > > On 7/17/2024 1:35 AM, Francesco Dolcini wrote: > > > On Mon, Jul 15, 2024 at 11:13:01PM +0530, Udit Kumar wrote: > > > > Increase malloc size to 32 MB to alig

Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-17 Thread Francesco Dolcini
Hello, On Wed, Jul 17, 2024 at 09:40:11AM +0530, Kumar, Udit wrote: > On 7/17/2024 1:35 AM, Francesco Dolcini wrote: > > On Mon, Jul 15, 2024 at 11:13:01PM +0530, Udit Kumar wrote: > > > Increase malloc size to 32 MB to align with other J7 > > > family devices. > >

Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-16 Thread Francesco Dolcini
Hello, On Mon, Jul 15, 2024 at 11:13:01PM +0530, Udit Kumar wrote: > Increase malloc size to 32 MB to align with other J7 > family devices. Is this needed for any specific reason? I am asking to understand if other boards using the same SOC should be updated to prevent $random_issue. Francesco

Re: [PATCH v1] verdin-am62: add DFU, USB and UUU fastboot support

2024-07-05 Thread Francesco Dolcini
re usb0 to peripheral mode and add extra > environment for DFU use. > > Signed-off-by: Vitor Soares Reviewed-by: Francesco Dolcini

Re: [PATCH v3] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model

2024-06-25 Thread Francesco Dolcini
ency just before booting the kernel. > > These are the known variants with 20 MHz oscillator: > - 0055, V1.1A, V1.1B, V1.1C and V1.1D, use a 20MHz oscillator > - 0059, V1.1A and V1.1B, use a 20MHz oscillator > > Signed-off-by: Marek Vasut Reviewed-by: Francesco Dolcini Francesco

Re: [PATCH 2/2] net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol

2024-06-03 Thread Francesco Dolcini
Hello Tom, Il 3 giugno 2024 19:56:07 CEST, Tom Rini ha scritto: >On Sat, Jun 01, 2024 at 11:21:54AM +0200, Francesco Dolcini wrote: >> Hello Marek, >> >> On Fri, May 31, 2024 at 06:47:17PM +0200, Marek Vasut wrote: >> > Switch PHY_ANEG_TIMEOUT to CONFIG_P

Re: [PATCH] spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 build

2024-06-01 Thread Francesco Dolcini
de in defconfig as needed. > > Signed-off-by: Vignesh Raghavendra Reviewed-by: Francesco Dolcini Francesco

Re: [PATCH 2/2] net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol

2024-06-01 Thread Francesco Dolcini
Hello Marek, On Fri, May 31, 2024 at 06:47:17PM +0200, Marek Vasut wrote: > Switch PHY_ANEG_TIMEOUT to CONFIG_PHY_ANEG_TIMEOUT Kconfig symbol. > This removes one more configuration headers option finalizes its > Kconfig symbol conversion. No functional change expected. > > Signed-off-by: Marek Va

Re: [PATCH v1 0/5] board: toradex: Add new Verdin and Aquila SKUs

2024-05-28 Thread Francesco Dolcini
Hello Fabio, On Tue, May 28, 2024 at 09:31:47AM -0300, Fabio Estevam wrote: > Hi Emanuele, > > On Tue, May 28, 2024 at 7:00 AM Emanuele Ghidoli > wrote: > > From: Emanuele Ghidoli > > This series adds support for 0090 PID4 Verdin iMX8M Mini Quad 4GB WB > > ET SKU. It also adds two new SKUs con

Re: [PATCH v2 00/14] Introduce the lwIP network stack

2024-05-27 Thread Francesco Dolcini
Hello Jerome, On Fri, May 24, 2024 at 06:19:54PM +0200, Jerome Forissier wrote: > - Make the support of HTTPS in the wget command easier. Javier T. (CC'd) > has some additional lwIP and Mbed TLS patches to do so. With that it > becomes possible to fetch and launch a distro installer such as Debian

Re: [PATCH v2] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model

2024-05-23 Thread Francesco Dolcini
On Wed, May 22, 2024 at 03:23:51PM +0200, Marek Vasut wrote: > On 5/22/24 8:39 AM, Francesco Dolcini wrote: > > > diff --git a/board/toradex/verdin-imx8mm/verdin-imx8mm.c > > > b/board/toradex/verdin-imx8mm/verdin-imx8mm.c > > > index 55c02653da6..ef632d95f0a 10

[PATCH] board: toradex: change maintainer to Francesco

2024-05-22 Thread Francesco Dolcini
From: Francesco Dolcini Marcel is leaving Toradex and the email will start bouncing in a few weeks, move maintainership to myself. Cc: Marcel Ziswiler Signed-off-by: Francesco Dolcini --- board/toradex/apalis-imx8/MAINTAINERS | 2 +- board/toradex/apalis-tk1/MAINTAINERS | 2

Re: [PATCH v2] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model

2024-05-21 Thread Francesco Dolcini
> These are the known variants with 20 MHz oscillator: > - 0055, V1.1A, V1.1B, V1.1C and V1.1D, use a 20MHz oscillator > - 0059, V1.1A and V1.1B, use a 20MHz oscillator > > Signed-off-by: Marek Vasut > --- > Cc: "NXP i.MX U-Boot Team" > Cc: Fabio Estevam > C

Re: [PATCH] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model

2024-05-21 Thread Francesco Dolcini
On Tue, May 21, 2024 at 01:19:24PM +0200, Francesco Dolcini wrote: > On Tue, May 21, 2024 at 11:39:05AM +0200, Marek Vasut wrote: > > The older i.MX8M Mini Verdin SoMs may came with 20 MHz SPI CAN controller > > oscillator, the newer SoMs always use 40 MHz oscillator. Handle both by

Re: [PATCH] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model

2024-05-21 Thread Francesco Dolcini
st before booting the kernel. > > These are the known variants with 20 MHz oscillator: > - 0055, V1.1A, V1.1B, V1.1C and V1.1D, use a 20MHz oscillator > - 0059, V1.1A and V1.1B, use a 20MHz oscillator > > Signed-off-by: Marek Vasut > --- > Cc: "NXP i.MX U-Boot Team" &

Re: [PATCH] ARM: imx: Increase PHY auto-negotiation timeout to 20s on MX8Menlo

2024-05-21 Thread Francesco Dolcini
On Tue, May 21, 2024 at 11:39:38AM +0200, Marek Vasut wrote: > The ethernet PHY on MX8Menlo board takes a while to come out of > reset, increase the auto-negotiation timeout to prevent it from > timing out in case the ethernet is used right after the board was > reset. Is this specific of MX8Menlo

Re: [PATCH v3 4/4] imx: hab: Use nxp_imx8mcst etype for i.MX8M flash.bin signing

2024-05-17 Thread Francesco Dolcini
Hello Marek, On Fri, May 17, 2024 at 03:25:38AM +0200, Marek Vasut wrote: > On 5/16/24 11:40 PM, Tim Harvey wrote: > > [...] > > > > -The entire script is available in doc/imx/habv4/csf_examples/mx8m/csf.sh > > > -and can be used as follows to modify flash.bin to be signed > > > -(adjust paths a

Re: [PATCH v5 4/6] configs: am62x_evm_*: Enable USB and DFU support

2024-05-07 Thread Francesco Dolcini
Hello Martyn, first thanks for your series, with this we might be able to drop some downstream branch. On Mon, May 06, 2024 at 03:38:44PM +0100, Martyn Welch wrote: > From: Sjoerd Simons > > Provide config fragments to enable USB host as well as USB gadget and DFU > support for a53 and r5. This

Re: [PATCH v2 1/4] binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing

2024-05-06 Thread Francesco Dolcini
Hello Marek, On Fri, May 03, 2024 at 03:05:09AM +0200, Marek Vasut wrote: > Add new binman etype which allows signing both the SPL and fitImage sections > of i.MX8M flash.bin using CST. There are multiple DT properties which govern > the signing process, nxp,loader-address is the only mandatory on

  1   2   3   4   >