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 boa

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 c

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: [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

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 tags/u-boot-imx-20230

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 t

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 redundant

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

2023-07-19 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 3/3] ARM: imx: Add support for detecting primary/secondary bmode on MX8M

2023-10-15 Thread Stefano Babic
rrupted. Signed-off-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

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 a/drivers/net/dwc_eth_qos.c

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: https://gitla

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

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] 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-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

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: https://gitlab.denx

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-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: [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 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 - US

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: https://gitlab.denx.de/u-boot/custo

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

2022-09-19 Thread Stefano Babic
: 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

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] 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

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: https:/

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 a

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

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

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: https://gitlab.denx

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: https://gitlab.denx.de/u-boot/custodian

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: https://gitlab.denx.de/u-b

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 bee

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

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: https://gitlab.de

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 th

Re: [PATCH] board: novtech: meerkat96: Add environment variables

2021-04-09 Thread Stefano Babic
Hi Carl, do you used git send-email for this ? It looks like the patch was changed by your mailer, I cannot applied it with git am ("malformed patch"). Can you check and resend, maybe with git send-email ? Best regards, SAtefano Babic On 04.04.21 21:47, Carl Gelfand wrote: Add environment v

Pull request: u-boot-imx u-boot-imx-20210409

2021-04-09 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit e9c99db7787e3b5c2ef05701177c43ed1c023c27: Merge branch '2021-04-07-CI-improvements' (2021-04-07 15:54:07 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git

Re: [PATCH 06/11] imx: ventana: convert U-Boot to OF_CONTROL using FIT image

2021-04-09 Thread Stefano Babic
Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic Stefano, Something broke apparently between the branch I had my patches on top of and u-boot-imx/master that these got merged in. My board is hanging at dram_init_banksize - did something change recently that you are aware of that

Re: [PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-05-02 Thread Stefano Babic
, Marek Vasut wrote: In case binman is enabled, the u-boot.itb is generated using this tool and there is no direct u-boot.itb target, but instead the binman tool must be invoked. Add support for this case. Signed-off-by: Marek Vasut Cc: Peng Fan Cc: Stefano Babic This bugfix is still missing

Re: [PATCH] arm: mach-imx: Fix speculative instruction prefetch issue

2021-05-02 Thread Stefano Babic
Hi Ye, this patch is quite old and it looks like it was forgotten - I apply it and runs CI, but it breaks most arm board. So I have to drop it. Best regards, Stefano Babic On 21.02.21 03:27, Ye Li wrote: Default ARM32 MMU setting in u-boot sets XN bit to entire 4GB space no matter which

Re: [PATCH 3/3] imx: ventana: enable dm support for PCI and FEC ethernet

2021-05-02 Thread Stefano Babic
Hi Tim, I applied the first two patches of series, but this one has several conflicts in the configs file. Could you check and rebase it ? Thanks ! Best regards, Stefano On 16.04.21 23:53, Tim Harvey wrote: Enable driver model support for FEC ethernet which allows us to remove the iomux and

[PATCH v3 1/4] arm64: dts: imx8mm: Add common -u-boot.dtsi

2021-05-02 Thread stefano . babic
eresa Remmet > Cc: Igor Opaniuk > Signed-off-by: Jagan Teki Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 M

[PATCH 7/7] include: configs: ge: avoid shell on boot failure

2021-05-02 Thread stefano . babic
> From: Ian Ray > Prevent shell access on boot failure by entering an infinite > loop. > Signed-off-by: Ian Ray > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===

[PATCH v3 2/4] arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini SoM

2021-05-02 Thread stefano . babic
igned-off-by: Matteo Lisi > Signed-off-by: Jagan Teki Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office:

[PATCH 1/7] board: ge: bx50v3: fix crystal bit

2021-05-02 Thread stefano . babic
master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142

[PATCH 2/3] pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI

2021-05-02 Thread stefano . babic
> Add a board_pci_fixup_dev weak function to allow PCI device fixups > during enumeration. > Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Enginee

[PATCH] ARM:imx:imx8mq-cm: Add support for Ronetix iMX8MQ-CM

2021-05-02 Thread stefano . babic
be (eth0) using random MAC address - > 42:0d:e7:78:da:53 > eth0: ethernet@30be > Hit any key to stop autoboot: 0 > u-boot=> > Signed-off-by: Ilko Iliev Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===

[PATCH 3/7] configs: ge: bx50v3: adjust watchdog period

2021-05-02 Thread stefano . babic
> From: Ian Ray > Increase watchdog period, in order to accomodate recent kernel size > and configuration changes. > Signed-off-by: Ian Ray > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards

[PATCH 2/2] arm: dts: imx6qdl-gw552x.dtsi: fix VBUS supply

2021-05-02 Thread stefano . babic
> Remove the invalid 'regulator-always-on' property to resolve: > starting USB... > Bus usb@2184000: Error enabling VBUS supply (ret=-13) > probe failed, error -13 > Bus usb@2184200: USB EHCI 1.00 > Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks !

[PATCH v2 1/2] net: fec: Don't use disabled phys

2021-05-02 Thread stefano . babic
> If a phy is disabled, don't use it. This matches Linux's behavior. > Signed-off-by: Sean Anderson > Reviewed-by: Ramon Fried Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX S

[PATCH v2 2/2] net: fec: Only unregister MII bus if we registered it

2021-05-02 Thread stefano . babic
nd FEC driver to use eth phy > interfaces") > Signed-off-by: Sean Anderson > Reviewed-by: Ramon Fried Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Ma

[PATCH v3 4/4] board: imx8mm: Add Engicam i.Core MX8M Mini C.TOUCH 2.0

2021-05-02 Thread stefano . babic
by: Jagan Teki Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germa

[PATCH 4/7] configs: ge: use non-persistent environment

2021-05-02 Thread stefano . babic
> From: Ian Ray > Disable the unused persistent environment. > Signed-off-by: Ian Ray > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engi

[PATCH] imx: mkimage_fit_atf: fix file size reporting

2021-05-02 Thread stefano . babic
Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell,

[PATCH 6/7] include: configs: ge: simplify default boot command

2021-05-02 Thread stefano . babic
d to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53

[PATCH 5/7] include: configs: ge: bx50v3: drop USB boot

2021-05-02 Thread stefano . babic
> From: Ian Ray > Remove unsupported USB boot. > Signed-off-by: Ian Ray > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engi

[PATCH] imx: imx8: Update README with somewhat correct firmware versions

2021-05-02 Thread stefano . babic
> Build: SCFW 65afe5f6, SECO-FW 65afe5f6, ATF a-20190 > mu_hal_receivemsg timeout > sc_misc_get_boot_dev: res:16 > Boot: SD0 > DRAM: mu_hal_sendmsg timeout > sc_rm_is_memreg_owned: mr:0 res:21 > ... > Signed-off-by: Priit Laes App

[PATCH v8 1/2] arm: dts: add imx8mm-cl-iot-gate dts file

2021-05-02 Thread stefano . babic
master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de =

[PATCH v3 3/4] board: imx8mm: Add Engicam i.Core MX8M Mini EDIMM2.2 Starter Kit

2021-05-02 Thread stefano . babic
t; commit <051c08eea682> ("arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini > EDIMM2.2 Starter Kit") > Add support for it. > Signed-off-by: Jagan Teki Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

[PATCH] pci: imx: disable imx6sdl LTSSM upon driver remove

2021-05-02 Thread stefano . babic
IMX6D, IXM6S, and IMX6DL. Fix the case for > IMX6S and IMX6DL getting missed. > This fixes IMX6S and IMX6DL with PCI enabled in U-Boot booting for > Linux v4.11+. > Signed-off-by: Tim Harvey > Reviewed-by: Fabio Estevam Applied to u-boot-imx, maste

[PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-05-02 Thread stefano . babic
> In case binman is enabled, the u-boot.itb is generated using this tool > and there is no direct u-boot.itb target, but instead the binman tool > must be invoked. Add support for this case. > Signed-off-by: Marek Vasut > Cc: Peng Fan > Cc: Stefano Babic Applied to u-boot-i

[PATCH v3] imx: Add support for Ronetix's iMX7-CM board

2021-05-02 Thread stefano . babic
rr: serial > Net: > Warning: ethernet@30be (eth0) using random MAC address - fe:be:37:01:5a:3f > eth0: ethernet@30be > Hit any key to stop autoboot: 0 > Signed-off-by: Ilko Iliev Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH v8 2/2] arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)

2021-05-02 Thread stefano . babic
Uri Mashiach > Signed-off-by: Valentin Raevsky > Signed-off-by: Ying-Chun Liu (PaulLiu) > Cc: Peter Robinson Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, M

[PATCH 1/2] imx: ventana: add delay before reading EEPROM

2021-05-02 Thread stefano . babic
> fixes: d863d054397a ("imx: ventana: convert U-Boot to OF_CONTROL using FIT > image") > Signed-off-by: Tim Harvey Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Softwa

[PATCH 1/3] pci: Update the highest subordinate bus number for bridge setup

2021-05-02 Thread stefano . babic
is under the bus. > Fixes: 42f3663a3f67 ("pci: Update to use new sequence numbers") > Signed-off-by: Masami Hiramatsu Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineeri

[PATCH 2/7] board: ge: bx50v3: add phy reset GPIO

2021-05-02 Thread stefano . babic
t setup the reserved registers correctly after > resetting the PHY and thus must not reset it. > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engin

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

2023-08-03 Thread Stefano Babic
<0x1F>; }; }; See [2] for an example 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

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-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: [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 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 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] imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LEN

2020-12-22 Thread Stefano Babic
On 22.12.20 11:59, Fabio Estevam wrote: > Hi Tom and Stefano, > > On Tue, Dec 22, 2020 at 3:01 AM Peng Fan wrote: >> >>> Subject: [PATCH] imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LEN >>> >>> When booting imx8mp-evk the following allocation error message is seen: >>> >>> U-Boot 2021.01-rc3-00200-g

Re: [PATCHv2 3/5] image: support board_fit_config_name_match

2020-12-28 Thread Stefano Babic
ildman locally, too. But it is not deterministic, sometimes it succeed. snapper9g20 and snapper9260 seem to trigger more frequently the issues (but they are not the ones). So I applied the patches related to the board, but I left this out. Best regards, Stefano Babic > Signed-off-by: Sebastian Reiche

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20201227

2020-12-28 Thread Stefano Babic
Hi Tom, some fixes for i.MX: The following changes since commit fbc326244ce6fb3bd42353f343a511b512b8e710: Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-12-22 08:18:21 -0500) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git t

Re: [PATCHv2 3/5] image: support board_fit_config_name_match

2021-01-04 Thread Stefano Babic
Hi Sebastian, On 04.01.21 20:27, Sebastian Reichel wrote: Hi, On Mon, Dec 28, 2020 at 12:39:57PM +0100, Stefano Babic wrote: On 15.12.20 00:41, Sebastian Reichel wrote: Support reusing board_fit_config_name_match() to automatically select a sensible default configuration for booting

Re: [ANN] U-Boot v2021.01-rc5 released

2021-01-05 Thread Stefano Babic
Hi Tom, On 05.01.21 13:54, Tom Rini wrote: > Hey all, > > A day late, but here we are. I've taken a few small fixes in, and we've > had a few small PRs. But I think things are looking good for release > next week. > > In terms of a changelog, > git log --merges v2021.01-rc4..v2021.01-rc5 > co

Re: [PATCHv2 3/5] image: support board_fit_config_name_match

2021-01-05 Thread Stefano Babic
Hi Sebastian, On 05.01.21 18:27, Sebastian Reichel wrote: Hi Stefano, On Mon, Jan 04, 2021 at 08:41:33PM +0100, Stefano Babic wrote: I'm about to send PATCHv3 dropping the OF_LIBFDT_OVERLAY related cleanup. Thanks ! So I applied the patches related to the board, but I left this out.

Re: [PATCH] board: phytec: imx8mp: Add PHYTEC phyCORE-i.MX8MP support

2021-01-07 Thread Stefano Babic
Hi Theresa, On 16.12.20 10:51, Teresa Remmet wrote: > Add initial support PHYTEC phyCORE-i.MX8MP SOM. > > Supported features: > - 2GB LPDDR4 RAM > - eMMC > - external SD > - debug UART2 > - watchdog > > Signed-off-by: Teresa Remmet > --- > arch/arm/dts/Makefile

Habv4 on imx8m

2021-01-12 Thread Stefano Babic
Hi Peng, Fabio, I accidental saw this code: arch/arm/mach-imx/imx8m/soc.c:#if defined(CONFIG_IMX_HAB) but then arch/arm/mach-imx/Kconfig : config IMX_HAB bool "Support i.MX HAB features" depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 this does not match. As I understand from ma

Re: Habv4 on imx8m

2021-01-12 Thread Stefano Babic
On 12.01.21 16:21, Fabio Estevam wrote: > Hi Stefano, > > On Tue, Jan 12, 2021 at 12:03 PM Stefano Babic wrote: >> >> Hi Peng, Fabio, >> >> I accidental saw this code: >> >> arch/arm/mach-imx/imx8m/soc.c:#if defined(CONFIG_IMX_HAB) >> >> b

Re: [NXP-IMX] please pull nxp-imx-2021-1-16

2021-01-16 Thread Stefano Babic
Hi Peng, On 16.01.21 08:18, Peng Fan wrote: Hi Stefano, Please pull nxp-imx-2021-1-16 --- nandbcb update/fix sync i.MX8M dts from Linux kernel add i.MX8MN LPDDR4 evk board eth support for i.MX8MP evk ddr fix for i.MX8M ---

Re: [NXP-IMX] please pull nxp-imx-2021-1-16

2021-01-19 Thread Stefano Babic
On 19.01.21 10:59, Peng Fan wrote: > Hi Stefano, > >> Subject: RE: [NXP-IMX] please pull nxp-imx-2021-1-16 >> >>> Subject: Re: [NXP-IMX] please pull nxp-imx-2021-1-16 >>> >>> Hi Peng, >>> >>> On 16.01.21 08:18, Peng Fan wrote: Hi Stefano, Please pull nxp-imx-2021-1-16 -

Re: Contributor meeting notes 19-Jan-21

2021-01-21 Thread Stefano Babic
Hi Simon, Tom, On 20.01.21 16:05, Marek Vasut wrote: > On 1/20/21 12:44 AM, Simon Glass wrote: >> Hi Marek, > > Hi, > > [...] > >>> On 1/19/21 7:54 PM, Simon Glass wrote: Hi, >>> >>> Hi, >>> Thank you for attending! Full notes at [1] Tuesday 19 January 2021 >>

Re: [RFC PATCH] tools: env: Add an option to have an empty default environment

2020-08-18 Thread Stefano Babic
Hi Chris, On 13.08.20 03:37, Chris Packham wrote: > When building envtools via tools-only_defconfig the builtin defaults > are based on options in the defconfig. For example: > > bootcmd=bootp; setenv bootargs root=/dev/nfs > nfsroot=${serverip}:${rootpath} > ip=${ipaddr}:${serverip}:${gatewa

Re: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable

2020-08-18 Thread Stefano Babic
On 13.08.20 03:16, Tom Rini wrote: > On Thu, Aug 13, 2020 at 12:52:22AM +, Peng Fan wrote: >> Hi Tom, >> >>> Subject: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable >>> >> [] >> >>> + >>> config MX6UL_LITESOM >>> bool >>> select DM >>> select DM_THERMAL >>> - select

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200825

2020-08-25 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 789bfb52668ee609b2043de645e2f94bbd24fd1f: Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-08-15 09:01:01 -0400) are available in the Git repository at: https://gitla

Re: [PATCH] mx6qsabrelite: increase offset for environment on SPI

2020-09-14 Thread Stefano Babic
> -CONFIG_ENV_OFFSET=0x6 > +CONFIG_ENV_OFFSET=0xC > CONFIG_MX6Q=y > CONFIG_TARGET_NITROGEN6X=y > CONFIG_DM_GPIO=y > Reviewed-by: Stefano Babic Best regards, Stefano Babic -- = DENX Software Engine

Re: verified boot (vboot) with secure U-Boot env for SWUpdate

2021-03-19 Thread Stefano Babic
Hi Tim, On 19.03.21 16:50, Tim Harvey wrote: Greetings, I'm looking at using SWUpdate to facilitate an A/B ping-pong method of firmware updates where a state is stored in U-Boot env by the SWUpdate postinst script. You do not need a postinstall script, yoiu just add the environment to the "b

Re: verified boot (vboot) with secure U-Boot env for SWUpdate

2021-03-20 Thread Stefano Babic
Hi Tim, On 19.03.21 19:40, Tim Harvey wrote: On Fri, Mar 19, 2021 at 10:17 AM Stefano Babic wrote: Hi Tim, On 19.03.21 16:50, Tim Harvey wrote: Greetings, I'm looking at using SWUpdate to facilitate an A/B ping-pong method of firmware updates where a state is stored in U-Boot env b

Re: [PATCH] imx8mn_ddr4_evk: Allow booting the kernel by default

2021-03-20 Thread Stefano Babic
Hi Fabio, On 20.03.21 15:05, Fabio Estevam wrote: Hi Stefano and Tom, On Thu, Mar 4, 2021 at 9:59 AM Andrey Zhizhikin wrote: Hello Fabio, On Thu, Mar 4, 2021 at 12:07 PM Fabio Estevam wrote: Currently it is not possible to boot Linux from the SD card by default. Make the necessary adjus

Re: [PATCH 22/26] imx8m: ddr: Disable CA VREF Training for LPDDR4

2021-03-25 Thread Stefano Babic
Hi Tim, On 24.03.21 22:25, Tim Harvey wrote: On Fri, Mar 19, 2021 at 12:31 AM Peng Fan (OSS) wrote: From: Ye Li Users reported LPDDR4 MR12 value is set to 0 during PHY training, not the value from FSP timing structure, which cause compliance test failed. The root cause is the CATrainOpt[0]

Re: Locking down U-Boot env with ENV_WRITEABLE_LIST

2021-03-26 Thread Stefano Babic
Hi Tim, On 26.03.21 19:34, Marek Vasut wrote: On 3/26/21 7:15 PM, Tim Harvey wrote: Greetings, Hi, I'm trying to understand best how to lock down a U-Boot environment using ENV_WRITEABLE_LIST=y. My understanding is that I should define all vars that I wish to be able to be loaded from a FL

Re: [PATCH] imx8mn_ddr4_evk: Allow booting the kernel by default

2021-04-05 Thread Stefano Babic
Hi Fabio, Tom, On 05.04.21 13:54, Fabio Estevam wrote: Hi Stefano, On Sat, Mar 20, 2021 at 3:18 PM Stefano Babic wrote: Please consider applying this one for 2021.04 as it allows imx8mn-evk booting Linux by default. Thanks for fixing it. I pick it up for release. It seems this one is

Re: [NXP-IMX] please pull nxp-imx-2021-4-6

2021-04-06 Thread Stefano Babic
Hi Peng, On 06.04.21 11:34, Peng Fan (OSS) wrote: Hi Stefano, Please pull nxp-imx-2021-4-6. This PR is based on Tom's master branch. If you need me rebase on imx/master, I could redo this PR. This is quite a large PR, since lots stuff in downstream tree. I ran local buildman test for all boa

Re: [PATCH v2 1/5] arm64: dts: imx8mm: Add common -u-boot.dtsi

2021-04-08 Thread Stefano Babic
On 08.04.21 04:12, Peng Fan (OSS) wrote: On 2021/3/16 1:45, Jagan Teki wrote: /soc@0 aips1 aips2 aips3 clk iomuxc osc_24m are common node enablements across imx8mm platform for dm-spi, dm-pre-reloc stages. Move them into common dtsi, imx8mm-u-boot.dtsi This may conflict with https://patchw

Re: [PATCH 4/5] ARM: board: warp: convert to DM_USB

2021-04-08 Thread Stefano Babic
e: Convert Warp to use DM USB. Signed-off-by: Peter Robinson Cc: Otavio Salvador Cc: Fabio Estevam Cc: Stefano Babic --- configs/warp_defconfig | 1 + include/configs/warp.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/warp_defconfig b/configs/warp_defconfi

Re: [PATCH v6] imx: support for conga-QMX8 board

2021-04-08 Thread Stefano Babic
06 Out: serial@5a06 Err: serial@5a06 switch to partitions #0, OK mmc2 is current device Net: Error: ethernet@5b04 address not set. No ethernet found. Hit any key to stop autoboot: 0 Signed-off-by: Oliver Graute Cc: Stefano Babic Cc: Fabio Estevam Cc: Peng Fan Cc: Simon Glass

Re: [PATCH 31/37] crypto: caam: Add fsl caam driver

2021-04-08 Thread Stefano Babic
/crypto/fsl for CAAM. Which is the reason for it and why it is not merged with the existing driver ? Best regards, Stefano Babic Signed-off-by: Aymen Sghaier Signed-off-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/include/asm/arch-mx7/crm_regs.h | 8 + cmd/Kconfig

Re: [PATCH] ARM: imx: imx8mn-ddr4-evk: Add ethernet support

2021-04-08 Thread Stefano Babic
Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic

  1   2   3   4   5   6   7   8   9   10   >