Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-11-17 Thread Stefano Babic
Hi Tom, Marcel, On 16.11.23 19:42, Tom Rini wrote: On Thu, Nov 16, 2023 at 10:57:27AM +, Marcel Ziswiler wrote: Hi Tom On Thu, 2023-11-02 at 08:09 +0100, Marcel Ziswiler wrote: Hi Stefano On Thu, 2023-10-26 at 10:36 +0200, Stefano Babic wrote: On 26.10.23 10:29, Rasmus Villemoes wrote

Re: [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

2023-10-26 Thread Stefano Babic
moes And thanks for all your work - I will apply this fix soon. Regards, Stefano -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone

Pull request: please pull u-boot-imx-20231024

2023-10-24 Thread Stefano Babic
++ 17 files changed, 184 insertions(+), 29 deletions(-) Best regards, Stefano -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell

Re: [PATCH 1/3] arm: dts: imx8mm: Sync with Linux 6.3

2023-10-18 Thread Stefano Babic
Hi Fabio, Tim, On 17.10.23 22:28, Stefano Babic wrote: On 17.10.23 21:21, Tim Harvey wrote: On Thu, Jul 13, 2023 at 10:17 PM Stefano Babic wrote: Hi Tim, Fabio, On 14.07.23 02:42, Tim Harvey wrote: On Wed, May 3, 2023 at 9:11 AM Tim Harvey wrote: On Fri, Apr 28, 2023 at 11:19 AM

Re: [PATCH] arm: mxs: Clear CPSR V bit to activate low vectors

2023-10-18 Thread Stefano Babic
. Signed-off-by: Marek Vasut --- Cc: "NXP i.MX U-Boot Team" Cc: Fabio Estevam Cc: Lukasz Majewski Cc: Stefano Babic --- arch/arm/cpu/arm926ejs/mxs/mxs.c | 3 +++ arch/arm/cpu/arm926ejs/mxs/spl_boot.c | 4 2 files changed, 7 insertions(+) diff --git a/arch/arm/cpu/arm

Re: [PATCH 1/3] arm: dts: imx8mm: Sync with Linux 6.3

2023-10-17 Thread Stefano Babic
On 17.10.23 21:21, Tim Harvey wrote: On Thu, Jul 13, 2023 at 10:17 PM Stefano Babic wrote: Hi Tim, Fabio, On 14.07.23 02:42, Tim Harvey wrote: On Wed, May 3, 2023 at 9:11 AM Tim Harvey wrote: On Fri, Apr 28, 2023 at 11:19 AM Fabio Estevam wrote: Hi Tim, On Fri, Apr 28, 2023 at 2

Re: [PATCH 1/4] net: dwc_eth_qos: add i.MX93 support

2023-10-17 Thread Stefano Babic
On 17.10.23 10:50, Sébastien Szymanski wrote: Hi Stefano, On 10/16/23 16:22, Stefano Babic wrote: Hi Sebastian, On 27.07.23 10:33, Sébastien Szymanski wrote: Add support for DWC EQoS MAC on i.MX93. Signed-off-by: Sébastien Szymanski ---   drivers/net/dwc_eth_qos.c | 4   drivers

Pull request: please pull u-boot-imx-20231016

2023-10-16 Thread Stefano Babic
/clk/imx/clk-composite-93.c create mode 100644 drivers/clk/imx/clk-fracn-gppll.c create mode 100644 drivers/clk/imx/clk-gate-93.c create mode 100644 drivers/clk/imx/clk-imx93.c Best regards, Stefano -- = DENX Software Engineering

Re: [PATCH 1/4] net: dwc_eth_qos: add i.MX93 support

2023-10-16 Thread Stefano Babic
+make[1]: *** [Makefile:1765: u-boot] Error 1 +make: *** [Makefile:177: sub-make] Error 2 aarch64: w+ rock-4c-plus-rk3399 But it is just an example, quite all boards are broken. Please check this and repost, thanks ! Best regards, Stefano -- =

Re: [PATCH 3/3] ARM: imx: Add support for detecting primary/secondary bmode on MX8M

2023-10-16 Thread Stefano Babic
-by: Fedor Ross Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic --- arch/arm/mach-imx/Kconfig | 2 +- arch/arm/mach-imx/imx8m/soc.c | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx

Pull request: please pull u-boot-imx-20230905

2023-09-23 Thread Stefano Babic
deletions(-) create mode 100644 arch/arm/dts/imx7d-smegw01-u-boot.dtsi create mode 100644 arch/arm/dts/imx7s-u-boot.dtsi Best regards, Stefano -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB 165235

Pull request: please pull u-boot-imx-20230905

2023-09-05 Thread Stefano Babic
- configs/imx8mp_dhcom_pdk2_defconfig | 1 - configs/imx8mp_dhcom_pdk3_defconfig | 1 - drivers/thermal/imx_tmu.c | 10 +++--- 10 files changed, 17 insertions(+), 16 deletions(-) Best regards, Stefano

Re: [RFC PATCH] env: Export environment config to OS devicetree

2023-08-04 Thread Stefano Babic
Hi Simon, On 04.08.23 05:42, Simon Glass wrote: Hi, On Thu, 3 Aug 2023 at 07:21, Stefano Babic wrote: Hi Frieder, On 03.08.23 14:51, Frieder Schrempf wrote: Hi Stefano, On 03.08.23 10:14, Stefano Babic wrote: Hi Frieder, On 01.08.23 16:46, Frieder Schrempf wrote: From: Frieder

Re: [RFC PATCH] env: Export environment config to OS devicetree

2023-08-03 Thread Stefano Babic
Hi Frieder, On 03.08.23 14:51, Frieder Schrempf wrote: Hi Stefano, On 03.08.23 10:14, Stefano Babic wrote: Hi Frieder, On 01.08.23 16:46, Frieder Schrempf wrote: From: Frieder Schrempf There are plenty of cases where the OS wants to know where the persistent environment is stored in order

Re: [RFC PATCH] env: Export environment config to OS devicetree

2023-08-03 Thread Stefano Babic
e parser implementation for libubootenv. [1] https://github.com/sbabic/libubootenv [2] https://github.com/fschrempf/libubootenv/commit/726a7ac9b1b1020354ee8fe750f4cad3df01f5e7 Cc: Stefano Babic Cc: Michael Walle Signed-off-by: Frieder Schrempf --- boot/Kconfig | 9 boot/i

Re: [PATCH] Add support for SPL MMC load redundant U-Boot

2023-07-20 Thread Stefano Babic
Hi Ayrton, On 19.07.23 15:38, Ayrton Leyssens wrote: Hi Stefano -Original Message- From: Stefano Babic Sent: Wednesday, July 19, 2023 11:57 AM To: Ayrton Leyssens ; u-boot@lists.denx.de Subject: Re: [PATCH] Add support for SPL MMC load redundant U-Boot Hi Ayrton, On 19.07.23 11:38

Re: [PATCH] Add support for SPL MMC load redundant U-Boot

2023-07-19 Thread Stefano Babic
self. For example this is true in case u-boot is packed inside a fitImage. A simple selection is not sufficient, there should be a mechanism like for the environmant to fallback to the other partition if the chosen is not working or at least, integrity check is broken. Best regards, Stefano

Re: [PATCH 1/3] arm: dts: imx8mm: Sync with Linux 6.3

2023-07-13 Thread Stefano Babic
: Tested-by: Fabio Estevam Fabio, with commit bb6ea0fe9290 ("usb: ehci-mx6: move phy setup before register access") now in imx/master: Tested-by: Tim Harvey #imx8mm-venice-gw73xx-0x Stefano, It doesn't look like this got picked up in your latest tree for some reason. Series disappear

Pull request: please pull u-boot-imx-20230713

2023-07-13 Thread Stefano Babic
=> imx_ele/ele_api.c} (50%) rename drivers/misc/{sentinel/s4mu.c => imx_ele/ele_mu.c} (85%) rename drivers/misc/{sentinel => imx_ele}/fuse.c (84%) create mode 100644 include/firmware/imx/sci/svc/timer/api.h Best regards, Stefano -- =

Re: [PATCH v2] phy: phy-imx8mq-usb: add vbus regulator support

2023-07-13 Thread Stefano Babic
, but after talking with Marek and seen V5, I have drop it from u-boot-imx. Regards, Stefano -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell

Re: [RESEND PATCH v2 5/5] imx8mn-var-som: adjust PHY reset gpios according to hardware configuration

2023-07-12 Thread Stefano Babic
On 12.07.23 15:31, Hugo Villeneuve wrote: On Wed, 12 Jul 2023 12:42:26 +0200 Stefano Babic wrote: Hi Hugo, On 11.07.23 17:45, Hugo Villeneuve wrote: From: Hugo Villeneuve For SOM with the EC configuration, the ethernet PHY is located on the SOM itself, and connected to the CPU ethernet

Re: [RESEND PATCH v2 5/5] imx8mn-var-som: adjust PHY reset gpios according to hardware configuration

2023-07-12 Thread Stefano Babic
trees. Signed-off-by: Hugo Villeneuve I rebased and applied yesterday https://patchwork.ozlabs.org/project/uboot/patch/20230525210228.4164480-6-h...@hugovil.com/, both are V2. What is supposed to do now ? Regards, Stefano --- arch/arm/dts/imx8mn-var-som-symphony.dts | 4

Re: [PATCH] arm: dts: imx8m: add OPTEE_LOAD_ADDRESS config and tee.bin

2023-07-12 Thread Stefano Babic
ly Adding a dummy OPTEE_LOAD_ADDRESS to configs/tools-only_defconfig, issue is solved, but I bother why this is needed. Anyway, CI is not successful and build stops nby next check (run binman / pylint). Could you take a look ? Best regards, Stefano Signed-off-by: Tim Harvey --- arch/arm/dt

[PATCH] mkimage: ecdsa: password for signing from environment

2023-05-25 Thread Stefano Babic
Use a variable (MKIMAGE_SIGN_PASSWORD) like already done for RSA to allow the signing process to run in batch. Signed-off-by: Stefano Babic --- lib/ecdsa/ecdsa-libcrypto.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/ecdsa/ecdsa-libcrypto.c b/lib

Pull request: please pull u-boot-imx-20230525

2023-05-25 Thread Stefano Babic
arm/include/asm/arch-imx8 => include/firmware/imx}/sci/svc/rm/api.h (98%) rename {arch/arm/include/asm/arch-imx8 => include/firmware/imx}/sci/svc/seco/api.h (96%) rename {arch/arm/include/asm/arch-imx8 => include/firmware/im

Re: [PATCH 00/42] imx: i.MX9 update

2023-05-21 Thread Stefano Babic
Hi peng, On 05.05.23 11:25, Peng Fan wrote: Hi Stefano, Fabio Do you have time to give a look? Is there a chance to for this patchset landed in 2023.07? Most patches are very small and clean. I have picked them up, I found a small issue due to the different place for sci.h, and I fixed

Pull request: please pull u-boot-imx-20230503

2023-05-03 Thread Stefano Babic
/imx8qm-dmsse20-a1.rst create mode 100644 include/configs/imx8mq_reform2.h create mode 100644 include/configs/imx8qm_dmsse20.h Best regards, Stefano -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB

Re: [PATCH v8] board: mntre: imx8mq: Add MNT Reform 2 board support

2023-05-02 Thread Stefano Babic
On 02.05.23 10:39, Stefano Babic wrote: On 28.04.23 23:39, Vagrant Cascadian wrote: On 2023-04-28, Vagrant Cascadian wrote: On 2023-02-05, Vagrant Cascadian wrote: On 2023-02-06, Patrick Wildt wrote: The MNT Reform 2 is a modular DIY laptop.  In its initial version it is based

Re: [PATCH v8] board: mntre: imx8mq: Add MNT Reform 2 board support

2023-05-02 Thread Stefano Babic
Cascadian Thanks, I apply it and CI is running, if no issues are found it will part of my next PR. Regards, Stefano live well, vagrant --- Changes since v7: - Re-added lost ramdisk_addr_r. Changes since v6: - Cleaned up some CONFIG_* pollution. Changes since v5: - Adjusted to further Binman

Pull request: please pull u-boot-imx/next: u-boot-imx-next-20230404

2023-04-04 Thread Stefano Babic
44 include/configs/imx8mp_data_modul_edm_sbc.h Best regards, Stefano -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-5

Pull request: please pull u-boot-imx/

2023-04-03 Thread Stefano Babic
/configs/imx8mn_bsh_smm_s2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Best regards, Stefano -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, 82194

Pull request: please pull u-boot-imx/next

2023-03-31 Thread Stefano Babic
e/mx53loco/mx53loco_video.c delete mode 100644 configs/gwventana_gw5904_defconfig create mode 100644 configs/imx8mp_dhcom_pdk3_defconfig Thanks, Stefano -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB 165

Re: [PATCH] ARM: dts: imx: Add WDT bindings on DH i.MX6 DHSOM

2023-03-30 Thread Stefano Babic
Niedermaier Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic Cc: u-b...@dh-electronics.com --- arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi b/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi index 190567ab7ba

Re: [RESEND PATCH v2] configs: imx8mn_bsh_smm_s2: remove console from bootargs

2023-02-13 Thread Stefano Babic
On 13.02.23 14:28, Michael Nazzareno Trimarchi wrote: Hi Stefano On Wed, Feb 8, 2023 at 9:15 AM Dario Binacchi wrote: The Linux kernel device tree already specifies the device to be used for boot console output with a stdout-path property under /chosen. Commit 36b661dc919da ("Merge b

Pull request: u-boot-imx u-boot-imx-20230203

2023-02-03 Thread Stefano Babic
--- configs/m53menlo_defconfig | 1 + configs/udoo_neo_defconfig | 12 +-- include/configs/udoo_neo.h | 6 -- 4 files changed, 19 insertions(+), 165 deletions(-) Best regards, Stefano

Re: [PATCH] ARM: dts: imx: Add support for Data Modul i.MX8M Plus eDM SBC

2023-02-03 Thread Stefano Babic
an error in CI because they are still in the header, see: https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/569067 Can you rebase and repost ? Thanks ! Best regards, Stefano Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic --- arch/arm/dts/Makefile

Re: [PATCH] imx8m: Select BINMAN via SoC level

2023-02-03 Thread Stefano Babic
won't appply this, but of course I will apply if you think to rebase and repost it. Best regards, Stefano Signed-off-by: Fabio Estevam --- arch/arm/mach-imx/imx8m/Kconfig | 33 + 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/arch/arm/mach-imx

Re: [PATCH 2/2] configs: imx: imx8mm_beacon: Add config option for QSPI booting

2023-02-01 Thread Stefano Babic
On 01.02.23 14:44, Adam Ford wrote: On Wed, Feb 1, 2023 at 7:06 AM Stefano Babic wrote: Hi Adam, I haven't picked up these two patches in my PR due to a small thing (at least, what I could see). There are a couple of new CONFIG_ in header (CONFIG_SYS_UBOOT_BASE, CFG_ as now is okay), but new

Re: [PATCH 2/2] configs: imx: imx8mm_beacon: Add config option for QSPI booting

2023-02-01 Thread Stefano Babic
/* malloc f used before GD_FLG_FULL_MALLOC_INIT set */ Best regards, Stefano -- = DENX Software Engineering GmbH,Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de =

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

2023-02-01 Thread Stefano Babic
On 01.02.23 11:17, Peter Robinson wrote: Hi Stefano, Any reason the following series updating the Udoo Neo wasn't pulled in? Yes, they disappeared, see: http://patchwork.ozlabs.org/project/uboot/list/?series=328175 I am not in the delegate, and the patches were not on my list

Pull request: u-boot-imx u-boot-imx-20230201

2023-02-01 Thread Stefano Babic
/imx8mn_beacon_fspi_defconfig create mode 100644 doc/board/cloos/imx8mm_phg.rst create mode 100644 doc/board/cloos/index.rst create mode 100644 include/configs/imx8mm_phg.h Best regards, Stefano -- = DENX Software Engineering GmbH

Re: [PATCH v6] board: mntre: imx8mq: Add MNT Reform 2 board support

2023-01-31 Thread Stefano Babic
000..7dcc9a7db7 --- /dev/null +++ b/board/mntre/imx8mq_reform2/lpddr4_timing_ch2.h @@ -0,0 +1,95 @@ +/* + * Copyright Boundary Devices + * + * SPDX-License-Identifier: GPL-2.0+ + */ +#include +#include +#include +#include + +/* MNT Reform2 */ +#define CONFIG_DDR_MB 4096 +#define CON

Re: [PATCH 01/11] imx: implement get_effective_memsize

2023-01-31 Thread Stefano Babic
to prevent crashing of P1/P2 boards with 4GB DDR module in 32-bit mode. Fixes: 777706bc ("common/memsize.c: Fix get_effective_memsize() to check for overflow") Signed-off-by: Pali Rohár Can this patch be discarded then? I just noticed that Stefano applied it to u-boot-

Re: [PATCH] imx: imx6ul: kontron-sl-mx6ul: Disable CONFIG_FSL_QSPI_AHB_FULL_MAP to fix SPI NAND read access

2023-01-31 Thread Stefano Babic
On 31.01.23 11:08, Frieder Schrempf wrote: Hi Stefano, On 14.11.22 13:01, Frieder Schrempf wrote: From: Frieder Schrempf The introduction of CONFIG_FSL_QSPI_AHB_FULL_MAP as default in: def88bce094e ("spi: fsl_qspi: Support to use full AHB space on i.MX") broke the SPI NAND r

Re: [PATCH 1/9] clk: imx8mp: Add EQoS MAC clock

2023-01-30 Thread Stefano Babic
Hi Marek, not related to this patch, but to the whole series. I have applied it to my test (master-next) branch and I ran CI, this series breaks 3 boards. https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/565207 Can you fix it into a V2 ? Best regards, Stefano On 19.01.23

Re: [PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh

2023-01-13 Thread Stefano Babic
On 10.01.23 17:30, Tom Rini wrote: On Tue, Jan 10, 2023 at 10:00:25AM +, Marcel Ziswiler wrote: Any feedback? @Stefano: Any plans to apply anything? @Tom: Or should we be sending you pull-requests directly? Stefano, do you want some help with the iMX queue? I am not in office until

Re: [PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh

2023-01-13 Thread Stefano Babic
Hi Marcel, On 10.01.23 11:00, Marcel Ziswiler wrote: Any feedback? @Stefano: Any plans to apply anything? I am not in my office until 23.1, I won't be able to do any merge / PR before I will be back, sorry. Best regards, Stefano @Tom: Or should we be sending you pull-requests directly

Re: [PATCH] Revert "imx: imx8: apalis: switch to binman"

2022-11-16 Thread Stefano Babic
On 16.11.22 09:25, Marcel Ziswiler wrote: On Tue, 2022-11-15 at 11:49 +0100, Stefano Babic wrote: This reverts commit b8072ae848b73e89a73ba5b535324e4dc2793f37. Thanks Stefano. This way at least no completely defunct flash.bin gets generated. Sorry for that - patch slip in, I was aware

[PATCH] Revert "imx: imx8: apalis: switch to binman"

2022-11-15 Thread Stefano Babic
This reverts commit b8072ae848b73e89a73ba5b535324e4dc2793f37. Signed-off-by: Stefano Babic Reported-by: Marcel Ziswiler --- arch/arm/dts/fsl-imx8qm-apalis-u-boot.dtsi | 2 -- arch/arm/mach-imx/imx8/Kconfig | 1 - configs/apalis-imx8_defconfig | 1 - 3 files changed, 4

Re: [PATCH v2 8/8] imx: imx8: apalis: switch to binman

2022-11-15 Thread Stefano Babic
at all! Mmhhh...I have seen the series was , and yes, I have seen you planned to test it. It is my fault, I have not disable this single patch from the serier when I applied. I will revert it. Stefano Best regards, Stefano Babic

Pull request: u-boot-imx u-boot-imx-20221114

2022-11-14 Thread Stefano Babic
to binman imx: imx8qxp: giedi switch to binman imx: imx8qxp: deneb switch to binman imx: imx8x: colibri: switch to binman imx: imx8: apalis: switch to binman Stefano Babic (1): Convert mx8 u-boot.dtsi to CONFIG_TEXT_BASE Tim Harvey (6): board: gateworks: venic

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

2022-11-09 Thread Stefano Babic
Hi Fabio, On 08.11.22 23:16, Fabio Estevam wrote: Hi Oliver and Stefano, On Tue, Nov 8, 2022 at 1:43 PM Stefano Babic wrote: I have tried to merge the series, but I get build errors, see: https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/519510 Could you take a look ? One

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

2022-11-08 Thread Stefano Babic
: Reviewed-by: Fabio Estevam It would be nice to get some Tested-by from the board maintainers. I have tried to merge the series, but I get build errors, see: https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/519510 Could you take a look ? Thanks, Stefano

Re: [PATCH] msc_sm2s_imx8mp: Convert to CONFIG_TEXT_BASE

2022-11-08 Thread Stefano Babic
Hi Fabio, On 08.11.22 15:42, Fabio Estevam wrote: From: Fabio Estevam The conversion to CONFIG_TEXT_BASE was missed here. Convert it to fix a build error in CI. Signed-off-by: Fabio Estevam --- Stefano, This is against u-boot-imx, master-next branch. If you prefer to squash

Re: u-boot-imx master-next CI failure

2022-11-08 Thread Stefano Babic
ere puzzled ! Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de =

Re: [PATCH v4 0/8] arm: dts: imx: sync device trees with upstream linux kernel part 1

2022-11-07 Thread Stefano Babic
Hi Marcel, On 07.11.22 22:06, Marcel Ziswiler wrote: Hi Stefano On Mon, 2022-11-07 at 20:57 +0100, Stefano Babic wrote: Hi Tim, Marcel, On 07.11.22 20:06, Tim Harvey wrote: On Sat, Nov 5, 2022 at 4:31 AM Marcel Ziswiler wrote: From: Marcel Ziswiler This series synchronises them imx

Re: [PATCH v4 0/8] arm: dts: imx: sync device trees with upstream linux kernel part 1

2022-11-07 Thread Stefano Babic
/reset/imx8ulp-pcc-reset.h -- 2.35.1 Marcel, Thanks for refreshing this. I've tested the various venice boards and did not find any issues. Tested-By: Tim Harvey #imx8m{m,n,p}-venice-* Out of curiosity, what is 'part2' going to be about? Stefano, it would be nice to see these merged in your

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

2022-10-25 Thread Stefano Babic
On 25.10.22 11:28, Stefano Babic wrote: On 25.10.22 10:50, Oliver Graute wrote: On 24/10/22, Stefano Babic wrote: On 24.10.22 13:59, Oliver Graute wrote: On 24/10/22, Stefano Babic wrote: On 24.10.22 13:37, Fabio Estevam wrote: Hi Stefano and Oliver, On Tue, May 3, 2022 at 7:49 AM Oliver

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

2022-10-25 Thread Stefano Babic
On 25.10.22 10:50, Oliver Graute wrote: On 24/10/22, Stefano Babic wrote: On 24.10.22 13:59, Oliver Graute wrote: On 24/10/22, Stefano Babic wrote: On 24.10.22 13:37, Fabio Estevam wrote: Hi Stefano and Oliver, On Tue, May 3, 2022 at 7:49 AM Oliver Graute wrote: Switch to use binman

Pull request: u-boot-imx u-boot-imx-20220919

2022-10-24 Thread Stefano Babic
00644 board/kontron/sl-mx6ul/sl-mx6ul-common.h create mode 100644 board/kontron/sl-mx6ul/sl-mx6ul.env create mode 100644 board/kontron/sl-mx8mm/sl-mx8mm.env create mode 100644 configs/imx8mp-icore-mx8mp-edimm2.2_defconfig create mode

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

2022-10-24 Thread Stefano Babic
On 24.10.22 13:59, Oliver Graute wrote: On 24/10/22, Stefano Babic wrote: On 24.10.22 13:37, Fabio Estevam wrote: Hi Stefano and Oliver, On Tue, May 3, 2022 at 7:49 AM Oliver Graute wrote: Switch to use binman to pack images Signed-off-by: Oliver Graute Reviewed-by: Fabio Estevam

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

2022-10-24 Thread Stefano Babic
On 24.10.22 13:37, Fabio Estevam wrote: Hi Stefano and Oliver, On Tue, May 3, 2022 at 7:49 AM Oliver Graute wrote: Switch to use binman to pack images Signed-off-by: Oliver Graute Reviewed-by: Fabio Estevam Reviewed-by: Simon Glass --- Changes for v3 -added Reviewed-by -rebased

Re: [PATCH 0/7] arm: dts: Create common imx8mn-u-boot

2022-10-24 Thread Stefano Babic
On 21.10.22 14:28, Adam Ford wrote: On Fri, Oct 21, 2022 at 7:27 AM Stefano Babic wrote: Hi Adam, On 21.10.22 14:10, Adam Ford wrote: On Sun, Sep 11, 2022 at 11:36 AM Adam Ford wrote: On Mon, Aug 15, 2022 at 6:43 AM Adam Ford wrote: On Sun, Aug 14, 2022 at 5:57 PM Fabio Estevam wrote

Re: [PATCH 0/6] imx: imx6ul: kontron-sl-mx6ul: Fixes and improvements

2022-10-24 Thread Stefano Babic
On 24.10.22 09:41, Frieder Schrempf wrote: On 24.10.22 09:39, Frieder Schrempf wrote: Hi Stefano, On 23.08.22 16:29, Frieder Schrempf wrote: From: Frieder Schrempf This series fixes some issues with the kontron-sl-mx6ul board configuration. It also syncs devicetrees with changes

Re: [PATCH] imx28-xea: Add missing imx28-lwe.dtsi

2022-10-22 Thread Stefano Babic
, they are simply removed. That is my next step, I have seen that imx28-lwe.dtsi is missing, too. But as patch is not applied, I will kindly ask Marcel to squash Fabio's in his series and repost. Thanks, Stefano Michael

Wolfgang Denk

2022-10-21 Thread Stefano Babic
my friend Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de =

Re: Pending imx patch sets

2022-10-21 Thread Stefano Babic
On 21.10.22 14:22, Marcel Ziswiler wrote: Hi Stefano On Fri, 2022-10-21 at 12:05 +0200, Stefano Babic wrote: Hi Marcel, I have picked up several of yours as first attempt to merge most i.MX, CI is running. What is missing, it will go in the "second attempt": Okay, thanks. On 2

Re: [PATCH 0/7] arm: dts: Create common imx8mn-u-boot

2022-10-21 Thread Stefano Babic
For the series: Reviewed-by: Fabio Estevam Stefano, It's been over a month, and I haven't heard any feedback from you and it doesn't appear this series has been accepted. Without it, Nano boards with DM_SERIAL in SPL won't' boot because of the device tree change which moved the UART's

Re: [PATCH 1/4] ARM: imx8m: Deduplicate CAAM init with arch_misc_init() call

2022-10-21 Thread Stefano Babic
Hi Marek, just for tracking. ARCH_MISC_INIT was missing for imx8mn_ddr4_evk, I added myself to have a clean build and applied. Stefano On 21.09.22 07:31, Peng Fan wrote: On 9/20/2022 3:41 AM, Marek Vasut wrote: Instead of duplicating code implemented by i.MX8M version of arch_misc_init

Re: Pending imx patch sets

2022-10-21 Thread Stefano Babic
Hi Marcel, I have picked up several of yours as first attempt to merge most i.MX, CI is running. What is missing, it will go in the "second attempt": On 21.10.22 11:55, Marcel Ziswiler wrote: Hi Stefano and Fabio As follows a list of patch sets which have not yet been applied/me

Re: [PATCH v4 1/2] mx7ulp: add base SPL support for mx7ulp

2022-10-20 Thread Stefano Babic
in header, it raises an error. See : https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/516648 Best regards, Stefano +#define CONFIG_SYS_MONITOR_LEN 409600 /* 400 KB */ +#endif + +/* Define the payload for FAT/EXT support */ +#if CONFIG_IS_ENABLED(SPL_FS_FAT) || CONFIG_

Re: [PATCH v4 5/5] arm: imx8mp: Initial MSC SM2S iMX8MP support

2022-10-20 Thread Stefano Babic
CONFIG_SYS_SPL_MALLOC_SIZE Unmigrated symbols found in include/configs/imx7ulp_spl.h: CONFIG_SPL_FS_LOAD_PAYLOAD_NAME CONFIG_SPL_STACK CONFIG_SYS_MMCSD_FS_BOOT_PARTITION CONFIG_SYS_SPL_MALLOC_SIZE Best regards, Stefano Signed-off-by: Martyn Welch --- Changes in v2: - Renamed FDT to closer match

Re: imx patches pending

2022-10-19 Thread Stefano Babic
Hi Tim, On 14.10.22 18:38, Tim Harvey wrote: Stefano, With the merge window for v2023.01 closing in about a week (10/24), can you please look at the pending patches for imx? I'm afraid you may have some merge conflicts due to dt updates and we likely need time to respond to any issues you may

Re: [PATCH v2 4/5] verdin-imx8mm: various config additions and improvements

2022-09-22 Thread Stefano Babic
On 22.09.22 17:03, Marcel Ziswiler wrote: Hi Stefano On Mon, 2022-09-19 at 14:39 +0200, Stefano Babic wrote: On 18.09.22 22:41, sba...@denx.de wrote: From: Marcel Ziswiler - integrate bootcount using SNVS_LP general purpose register LPGPR0 - enable link-time optimisation - explicitly set

Pull request: u-boot-imx u-boot-imx-20220919

2022-09-22 Thread Stefano Babic
Hi Tom, Please pull from u-boot-imx, just some fixes for releases, thanks ! The following changes since commit 12ed6d4911ced1df099a365e0a994b54211b60f3: Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2022-09-19 16:49:18 -0400) are available in the Git repository at:

Re: [PATCH] mx8m: csf.sh: Fix the calculation of fit_block_size

2022-09-21 Thread Stefano Babic
Hi Fabio, On 20.09.22 20:46, Fabio Estevam wrote: Hi Stefano and Tom, On Sun, Aug 14, 2022 at 2:25 PM Marek Vasut wrote: On 8/13/22 14:03, Fabio Estevam wrote: From: Fabio Estevam When running the script to sign SPL/U-Boot on a kontron-sl-mx8mm board, the fit_block_size was calculated

Re: [PATCH] ARM: imx: Deduplicate i.MX8M SNVS LPGPR unlock

2022-09-19 Thread Stefano Babic
On 23.08.22 19:26, Fabio Estevam wrote: On 23/08/2022 14:05, Marek Vasut wrote: Pull this LPGPR unlock into common code, since it is used in multiple systems already. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic Cc: Ye Li Cc: uboot-imx Reviewed-by: Fabio

Re: [PATCH v2 4/5] verdin-imx8mm: various config additions and improvements

2022-09-19 Thread Stefano Babic
-by: Marcel Ziswiler Applied to u-boot-imx, master, thanks ! Not yet: Patch 4/5 and 5/5 require a rebase, I avoid to do it myself as I cannot then test if it is ok. These two patches are not in my PR, I can pick them up if you repost them. Best regards, Stefano Babic

Pull request: u-boot-imx u-boot-imx-20220919

2022-09-19 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks! The following changes since commit 1977d72a69f3c8d97bd25a86a6be4da27cde3724: Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-09-18 08:27:23 -0400) are available in the Git repository at:

Re: [PATCH V5] bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2 boards

2022-09-19 Thread Stefano Babic
- USBOTG1 peripheral - fastboot. Signed-off-by: Michael Trimarchi Reviewed-by: Fabio Estevam Ok, thanks - I drop the old one and merge this into u-boot.imx (ok, I had to rebase it, I hope this does not create many issues). I send a PR to Tom now. Regards, Stefano

Re: [PATCH V4] bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2 boards

2022-09-18 Thread Stefano Babic
Hi Michael, On 16.09.22 14:53, Michael Nazzareno Trimarchi wrote: Hi Stefano I have more patches on m2 and I need to know if you are going to request the merge to Tom soon or later. Alternative you can drop this one and keep the new one I am checking which patches should flow

Re: [PATCH 0/2] Fix remained SPL_MMC_SUPPORT options

2022-08-05 Thread Stefano Babic
On 05.08.22 09:42, Oleksandr Suvorov wrote: Please, ignore this patchset - these issues were fixed in another one just applied. Got it, thanks. Regards, Stefano On Thu, Aug 4, 2022 at 9:16 PM Oleksandr Suvorov wrote: SPL_MMC_SUPPORT option is still used in few places in spite

Re: [PATCH v1 08/26] imx6ul/imx6ull: synchronise device trees with linux

2022-08-03 Thread Stefano Babic
to drop the Kontron DT changes from this patch for now. Sorry about that. I did not expect Stefano to apply all of this that quickly. On the other hand we can be very grateful that he reacted that promptly this time around (;-p). :-D Anyway, please let me know if I can be of service to correct any

Re: [PATCH v1 08/26] imx6ul/imx6ull: synchronise device trees with linux

2022-08-01 Thread Stefano Babic
be an option that you will post patches here when you send for inclusion in the kernel ? Marcel's patch are currently just on TOT, and yes, I can revert for Kontron's board if Tom is close to release 2022.10. But we have still some time... Regards, Stefano Thanks Frieder --- arch/arm/dts

Re: [PATCH 00/14] imx: kontron-sl-mx8mm: Improvements and OSM board support

2022-08-01 Thread Stefano Babic
Hi Frieder, On 01.08.22 12:31, Frieder Schrempf wrote: Hi Stefano, Am 25.07.22 um 15:03 schrieb Stefano Babic: Hi Frieder, On 13.07.22 11:52, Frieder Schrempf wrote: From: Frieder Schrempf Series raises a warning and I cannot merge it. Can you fix it and repost ? Thanks ! Thanks

Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-07-29 Thread Stefano Babic
On 29.07.22 12:11, Gaurav Jain wrote: Hello Stefano -Original Message- From: Stefano Babic Sent: Tuesday, July 26, 2022 2:55 PM To: Gaurav Jain ; Stefano Babic ; Fabio Estevam Cc: U-Boot-Denx ; Peng Fan ; dl- uboot-imx ; Horia Geanta ; Varun Sethi ; Ye Li Subject: Re: [EXT] Re

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

2022-07-28 Thread Stefano Babic
d U-Boot's versions. Regards, Stefano Francesco [1] https://lore.kernel.org/all/20210923115759.GD31748@bill-the-cat/ -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenst

Re: [PATCH] bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2 boards

2022-07-27 Thread Stefano Babic
/imx6ulz_smm_m2.h contains CONFIG_SYS_HZ that should go to Kbuild (CI is broken), see: https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/473514 Regards, Stefano Signed-off-by: Michael Trimarchi --- Changes V1->V2: - Adjust board due to the migrate CUSTOM_SYS_INIT_SP_A

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

2022-07-26 Thread Stefano Babic
On 26.07.22 16:37, Michael Nazzareno Trimarchi wrote: Hi On Tue, Jul 26, 2022 at 4:34 PM Tom Rini wrote: On Tue, Jul 26, 2022 at 04:16:17PM +0200, Michael Nazzareno Trimarchi wrote: Hi Stefano Is M2 support out of this pull request? Checking out https://patchwork.ozlabs.org/project/uboot

Pull request: u-boot-imx u-boot-imx-20220726

2022-07-26 Thread Stefano Babic
100644 include/dt-bindings/power/imx93-power.h create mode 100644 include/dt-bindings/sound/tlv320aic31xx.h Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Offi

Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-07-26 Thread Stefano Babic
Hi Gaurav, On 29.06.22 10:35, Gaurav Jain wrote: Hi Stefano this patch is fixing dcache issue in fsl_rsa.c The thread changed name, I mean "crypto/fsl: fsl_hash: Fix crash in flush dcache" Error reported is in drivers/crypto/fsl/fsl_hash.c addr = (addr << 32) | se

Re: [PATCH v6] board: purism: add the Purism Librem5 phone

2022-07-26 Thread Stefano Babic
On 30.06.22 21:29, Angus Ainslie wrote: Hi Stefano, On 2022-06-30 12:09, Stefano Babic wrote: Hi Angus, On 30.06.22 19:30, Angus Ainslie wrote: Hi All, Are there any remaining issues with this patch ? Rather yes, it was supposed that issues with dwc3 was already fixed, maybe another

Re: [PATCH v2 0/8] Add support for the i.MXRT1170

2022-07-25 Thread Stefano Babic
-imx/-/jobs/471287 Best regards, Stefano On 17.06.22 18:42, Jesse Taube wrote: This patchset contains: - i.MXRT1170 clock driver adaption - i.MXRT1170-evk basic support Jesse Taube (8): imx: imxrt1170-evk: Add support for the NXP i.MXRT1170-EVK ARM: dts: imxrt11170-pinfunc: Add pinctrl

Re: [PATCH 00/14] imx: kontron-sl-mx8mm: Improvements and OSM board support

2022-07-25 Thread Stefano Babic
Hi Frieder, On 13.07.22 11:52, Frieder Schrempf wrote: From: Frieder Schrempf Series raises a warning and I cannot merge it. Can you fix it and repost ? Thanks ! https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/471281 Best regards, Stefano This set contains several

Re: [PATCH 00/53] NXP-IMX pending patches

2022-07-25 Thread Stefano Babic
On 20.07.22 15:17, Peng Fan (OSS) wrote: From: Peng Fan This is to resend the pending patches [1,2,3] for Stefano to pick Patchset base: fc97ff2695d6d7fbea7d5fda7b080f405d6ee744 (origin/master, origin/HEAD, imx/master) Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi Rebased

Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-29 Thread Stefano Babic
On 29.06.22 10:35, Gaurav Jain wrote: Hi Stefano this patch is fixing dcache issue in fsl_rsa.c Error reported is in drivers/crypto/fsl/fsl_hash.c addr = (addr << 32) | sec_in32(>sg_tbl[i].addr_lo); reported error is fixed in [v3] crypto/fsl: fsl_hash: Fix crash in flush dc

Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-29 Thread Stefano Babic
Hi Gaurav, On 29.06.22 09:06, Gaurav Jain wrote: Hi Stefano This patch is put into state "changes requested". But it is a different patch in fsl_rsa. There is no change requested with this patch. Something went wrong - I have applied this patch to push to 2022.07, but in CI I ge

Pull request: u-boot-imx u-boot-imx-20220628

2022-06-28 Thread Stefano Babic
-mx8mm_defconfig | 2 + drivers/power/pmic/pca9450.c| 27 include/configs/imx8mm_data_modul_edm_sbc.h | 20 -- 12 files changed, 333 insertions(+), 287 deletions(-) Best regards, Stefano

Re: [PATCH v2 4/5] mx6cuboxi: fixup dtb ethernet phy nodes before booting an OS

2022-06-16 Thread Stefano Babic
On 16.06.22 10:44, Josua Mayer wrote: Hi Stefano, Thank you for applying this patchset. This patch had a functional flaw that I was intending to address in v3. Instead I have now followed up with a separate patch: [PATCH] mx6cuboxi: fix board detection while patching device-tree phy nodes

Pull request: u-boot-imx NEXT

2022-06-16 Thread Stefano Babic
| 1 - include/configs/tbs2910.h | 3 --- include/configs/verdin-imx8mm.h | 4 include/configs/verdin-imx8mp.h | 4 62 files changed, 57 insertions(+), 316 deletions(-) Best regards, Stefano

  1   2   3   4   5   6   7   8   9   10   >