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
On 26.10.23 10:29, Rasmus Villemoes wrote: On 26/10/2023 09.32, Marcel Ziswiler wrote: From: Marcel Ziswiler This fixes a regression in the eMMC fast boot mode case where the buffer was missing 464 bytes. The code figures out how many bytes must at least be fetched to honor the current read,

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

2023-10-24 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit e65b5d35c9116485366bb08138043d51220551da: Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh (2023-10-17 09:15:56 -0400) are available in the Git repository at:

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
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 3c3f1626919cd93cbe6c56e3849937de5be18dbb: Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm (2023-10-14 10:50:20 -0400) are available in the Git repository at:

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

2023-10-16 Thread Stefano Babic
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/net/dwc_eth_qos_imx.c | 3 +++ 2 files changed, 7 insertions(+) diff --git

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
Hi Tom, some fixes for the release, please pull from u-boot-imx, thanks ! The following changes since commit 4cb31a9f3560b293670de95e76c1f3cf2f9e1ca8: Merge branch '2023-09-22-assorted-bugfixes' (2023-09-22 18:25:37 -0400) are available in the Git repository at:

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

2023-09-05 Thread Stefano Babic
Hi Tom, some fixes for the release, please pull from u-boot-imx, thanks ! The following changes since commit 8999257f219d1e371c2fd66f255b8782897944d9: Merge tag 'doc-2023-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-09-02 09:08:54 -0400) are available in the Git

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
Hi Ayrton, On 19.07.23 11:38, Ayrton Leyssens wrote: From 99512830410551132e8f7577615b3af4f5f1c137 Mon Sep 17 00:00:00 2001 From: Ayrton Leyssens Date: Wed, 19 Jul 2023 11:27:19 +0200 Subject: [PATCH Add support for SPL mmc load redundant U-Boot This patch adds support for loading a

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

2023-07-13 Thread Stefano Babic
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:59 PM Tim Harvey wrote: I believe the fix we need is the following which moves phy setup before

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

2023-07-13 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 146a82c017d51eb2c3b8be33854f200f1e52a1cb: Merge branch 'next' (2023-07-10 14:29:14 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git

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

2023-07-13 Thread Stefano Babic
Hi Tim, On 11.07.23 21:42, sba...@denx.de wrote: Add support for enabling and disabling vbus-supply regulator found on several imx8mp boards in the usb3_phy0 and usb3_phy1 nodes. Signed-off-by: Tim Harvey Reviewed-by: Adam Ford Applied to u-boot-imx, master, thanks ! I had applied V4, but

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
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 controller. It has a reset line controlled via GPIO1_IO9. In this configuration, the PHY located on the

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

2023-07-12 Thread Stefano Babic
Hi Tim, On 22.06.23 19:30, Tim Harvey wrote: Add a Kconfig for OPTEE_LOAD_ADDRESS which adds tee.bin to the imx8m{m,n,p} FIT image. Prior to using binman for image creation the presense of tee.bin in the directory would cause mkimage_fit_atf.sh to add the tee.bin node to the FIT image. Once

[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
Hi Tom, please pull from u-boot-imx, thanks ! This PR conbtains : - Fixes - Improvement support for i.MX93 The following changes since commit 6e1852ca2c418e2536ead4b51c4d84a59926b3f1: Merge tag 'efi-2023-07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi

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
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 50f64026f7a4c2d0a101c93916e01782e4fbbe7f: Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi (2023-05-01 13:29:52 -0400) are available in the Git repository at:

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
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 on the BoundaryDevices i.MX8MQ SoM. Some parts have

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

2023-04-04 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, next ! The following changes since commit a25dcda452bf6a6de72764a8d990d72e5def643d: Revert "disk: Use a helper function to reduce duplication" (2023-04-03 10:43:37 -0400) are available in the Git repository at:

Pull request: please pull u-boot-imx/

2023-04-03 Thread Stefano Babic
Hi Tom, a fix for current release, please pull from u-boot-imx, thanks ! The following changes since commit 565681e596381b5b6db59cf06931e698f2d829e5: imx6sx-udoo-neo-basic: Introduce the u-boot.dtsi (2023-03-28 10:58:16 -0400) are available in the Git repository at:

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

2023-03-31 Thread Stefano Babic
Hi Tom, this is a big bunch for /next. For current release, I have still a couple of fixes that I am picking up. The following changes since commit 654483d251275d61eb5f93c18e320ad7d6bfcc5d: Merge tag 'u-boot-at91-2023.07-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next

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 branch

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

2023-02-03 Thread Stefano Babic
Hi Tom, there are a few missing patches in last PR - please pull from u-boot-imx, thanks ! The following changes since commit 9918b25d21db243352fc482671cafa10260b7887: Merge commit 'refs/pipelines/15015' of https://source.denx.de/u-boot/custodians/u-boot-tegra (2023-02-02 12:44:12 -0500)

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
Hi Fabio, On 25.10.22 16:32, Fabio Estevam wrote: From: Fabio Estevam Since all imx8m boards have been converted to use binman, select binman via SoC level rather than making the selection for each board. Everything correct, but patch is now obsolete and should be reworked / rebased. I

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
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 CONFIG_ should be managed only by Kbuild and are not allowed. My pipeline failed, see

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

2023-02-01 Thread Stefano Babic
then. I will put them for next PR. Thanks, Stefano http://patchwork.ozlabs.org/project/uboot/list/?series=328175 On Wed, Feb 1, 2023 at 9:40 AM Stefano Babic wrote: Hi Tom, this is the main PR for i.MX for 2023.04. Still open for me is the series related to i.MX9 sent recently by Peng. Please

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

2023-02-01 Thread Stefano Babic
Hi Tom, this is the main PR for i.MX for 2023.04. Still open for me is the series related to i.MX9 sent recently by Peng. Please pull from u-boot-imx, thanks ! The following changes since commit f147aa80f52989c7455022ca1ab959e8545feccc: Merge branch '2023-01-27-apple-soc-updates'

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
On 31.01.23 12:02, Fabio Estevam wrote: Hi Peng, On Mon, Nov 7, 2022 at 4:13 AM Peng Fan (OSS) wrote: From: Peng Fan To i.MX6/7 which has 2GB memory, the upper 4KB cut off, will cause the top 1MB not mapped as normal memory, because ARMV7-A use section mapping. So implement i.MX6/7

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 read access on

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

2023-01-30 Thread Stefano Babic
shberger Cc: Lukasz Majewski Cc: Marcel Ziswiler Cc: Marek Vasut Cc: Michael Trimarchi Cc: Peng Fan Cc: Ramon Fried Cc: Sean Anderson Cc: Stefano Babic Cc: Tim Harvey Cc: Tommaso Merciai Cc: u-boot@lists.denx.de --- drivers/clk/imx/clk-imx8mp.c | 13 + 1 file changed, 13 inser

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
Hi Fabio, Oliver, On 04.11.22 17:31, Fabio Estevam wrote: Hi Oliver, On Fri, Nov 4, 2022 at 12:19 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

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 with the

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

2022-11-08 Thread Stefano Babic
Hi Tom, On 08.11.22 15:36, Fabio Estevam wrote: Hi Tom, On Tue, Nov 8, 2022 at 11:34 AM Tom Rini wrote: Yes, it's CONFIG_SYS_TEXT_BASE -> CONFIG_TEXT BASE and I found that just by doing 'make msc_sm2s_imx8mp_config oldconfig' :) Excellent, thanks for the help! Many thanks, we were

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
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 device trees with the upstream Linux kernel (v6.1-rc3). I split it into two parts. This is part 1. It also fixes a few issues

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
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 3724ddf157aab3bd009c1da234b9a1af1621b544: Merge branch '2022-10-18-TI-platform-updates' (2022-10-18 18:13:39 -0400) are available in the Git repository at:

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 on

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 in the

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

2022-10-22 Thread Stefano Babic
Hi everybody, On 22.10.22 15:44, Michael Nazzareno Trimarchi wrote: Hi On Sat, Oct 22, 2022 at 3:35 PM Fabio Estevam wrote: On Sat, Oct 22, 2022 at 10:31 AM Michael Nazzareno Trimarchi wrote: On my side the Continuous Integration using gitlab-ci, verify board combinations and test the

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
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: Hi Adam, On Sun, Jul 31, 2022 at 8:46 PM Adam Ford wrote: Every imx8mn board has a

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

2022-10-21 Thread Stefano Babic
() in every board, enable CONFIG_ARCH_MISC_INIT and call arch_misc_init() from spl_board_init(). This removes the duplication. No functional change. Signed-off-by: Marek Vasut --- Cc: Fabio Estevam Cc: Frieder Schrempf Cc: Marcel Ziswiler Cc: Max Krummenacher Cc: Peng Fan Cc: Stefano Babic

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/merged. Some

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

2022-10-20 Thread Stefano Babic
Hi Oleksandr, Ricardo, On 05.08.22 20:19, Oleksandr Suvorov wrote: From: Ricardo Salveti Add a base implementation of mx7ulp SPL config header and soc, and changes in makefiles in order to allow building SPL on mx7ulp based devices. Signed-off-by: Ricardo Salveti Co-developed-by: Oleksandr

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

2022-10-20 Thread Stefano Babic
On 04.10.22 13:07, Martyn Welch wrote: Add support for the MSC SM2S-IMX8PLUS SMARC Module. Tested in conjunction with the MSC SM2-MB-EP1 Mini-ITX Carrier Board. I see at least some issues: - MAINTAINERS file is missing - a lot of symbols are set in include/configs/msc_sm2s_imx8mp.h instead

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 as

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
On 18.09.22 17:48, Fabio Estevam wrote: On Sun, Sep 18, 2022 at 12:09 PM Michael Trimarchi wrote: Introduce BSH SystemMaster (SMM) M2 board family, which consists of: imx6ulz SMM M2 and imx6ulz SMM M2 PRO boards. Add support for imx6ulz BSH SMM M2 board: - 128 MiB DDR3 RAM - 256MiB Nand -

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

2022-09-18 Thread Stefano Babic
support for imx6ulz BSH SMM M2 board: - 128 MiB DDR3 RAM - 256MiB Nand - USBOTG1 peripheral - fastboot. Signed-off-by: Michael Trimarchi Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software

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 of

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

2022-08-03 Thread Stefano Babic
On 03.08.22 14:58, Marcel Ziswiler wrote: Hi Frieder On Mon, 2022-08-01 at 10:08 +0200, Frieder Schrempf wrote: Hi Marcel, Am 21.07.22 um 15:27 schrieb Marcel Ziswiler: From: Marcel Ziswiler Synchronise device trees with linux v5.19-rc5. Signed-off-by: Marcel Ziswiler Thanks for the

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

2022-08-01 Thread Stefano Babic
Hi Frieder, On 01.08.22 10:08, Frieder Schrempf wrote: Hi Marcel, Am 21.07.22 um 15:27 schrieb Marcel Ziswiler: From: Marcel Ziswiler Synchronise device trees with linux v5.19-rc5. Signed-off-by: Marcel Ziswiler Thanks for the sync patches! Unfortunately this will break the Kontron

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
Hi Francesco, On 28.07.22 09:53, Francesco Dolcini wrote: Hello Tom, and all On Thu, Jul 28, 2022 at 06:23:05AM +, Josua Mayer wrote: This approach does work in Linux, but the maintainers there have rejected it for producing unnecessary errors in the boot log. For U-Boot imo this approach

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

2022-07-27 Thread Stefano Babic
On 17.07.22 17:56, Michael Trimarchi wrote: Introduce BSH SystemMaster (SMM) M2 board family, which consists of: imx6ulz SMM M2 and imx6ulz SMM M2 PRO boards. Add support for imx6ulz BSH SMM M2 board: - 128 MiB DDR3 RAM - 256MiB Nand - USBOTG1 peripheral - fastboot.

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

2022-07-26 Thread Stefano Babic
was 53 patches. The rest will be merged with follow up PR, of course. Best regards, Stefano Ok, my patch can wait and thank you for the link Michael Michael On Tue, Jul 26, 2022 at 4:13 PM Stefano Babic wrote: Hi Tom, my first PR for 2022.10. he following changes since commit

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

2022-07-26 Thread Stefano Babic
Hi Tom, my first PR for 2022.10. he following changes since commit 538f6643b07586301a115d7aae304f916ba71004: Merge commit '90ba25b7cb78bd85c6af0b6429226c6616dedefa' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-07-24 07:46:55 -0400) are available in the Git

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

2022-07-26 Thread Stefano Babic
>= width of type [-Werror=shift-count-overflow] + 151 | addr = (addr << 32) | sec_in32(>sg_tbl[i].addr_lo); + | ^~ +cc1: all warnings being treated as errors And well, compiler is right... Best regards, Stefano Babic Regards Gaurav

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
Hi Jesse, I get errors as soon as I merge the series: https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/471284 In fact, you add new CONFIG_ but not via Kbuild: CONFIG_SPL_STACK CONFIG_SYS_FSL_ERRATUM_ESDHC135 Check this job, too:

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
ache http://patchwork.ozlabs.org/project/uboot/patch/20220616101009.809953-1-gaurav.j...@nxp.com/ Yes, and I have supposed to have merged this, too. I will pick up again both and let CI runs. Stefano Regards Gaurav Jain -Original Message----- From: Stefano Babic Sent: Wednesday, June 29, 2022

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

2022-06-29 Thread Stefano Babic
I as in V2. Or is there anothe rpatch I had to pick up ? Best regards, Stefano Regards Gaurav Jain -Original Message----- From: Stefano Babic Sent: Wednesday, June 15, 2022 6:20 PM To: Gaurav Jain ; Fabio Estevam Cc: U-Boot-Denx ; Peng Fan ; dl- uboot-imx ; Horia Geanta ; Varun Sethi ; Ye L

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

2022-06-28 Thread Stefano Babic
Hi Tom, last i.MX's fixes for the release. The following changes since commit bfa9306e140c136e43d0efc9574991db46ad8c9e: Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi (2022-06-26 21:06:08 -0400) are available in the Git repository at:

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

2022-06-16 Thread Stefano Babic
appear at address 4 - making it a total of 3 phy nodes in the DTB. To avoid confusing Linux with probe errors, fixup the dtb to only enable the phy node that is detected at runtime. Signed-off-by: Josua Mayer Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic

Pull request: u-boot-imx NEXT

2022-06-16 Thread Stefano Babic
Hi Tom, on -next there is a cleanup for next release. Please pull into your -next branch: CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/12312 The following changes since commit a87a6fcd20c0e29fe55bfbb6917c4aa1f1bbce74: Merge branch

  1   2   3   4   5   6   7   8   9   10   >