Re: [PATCH V5 00/44] imx: add i.MX8ULP support

2021-08-09 Thread Stefano Babic
up the new series and tunning the CI. Regards Stefano V4: Fix checkpatch errors Fix some checkpatch warnings, there are still warnings such as pin header and dts exceed 100. Tom, Stefano, please see whether you are happy with this patchset. V3: Fix build error which break 8MN, pas

Re: [PATCH V4 00/44] imx: add i.MX8ULP support

2021-08-06 Thread Stefano Babic
Hi Peng, On 02.08.21 13:01, Peng Fan (OSS) wrote: Subject: Re: [PATCH V4 00/44] imx: add i.MX8ULP support On 02.08.21 11:45, Peng Fan (OSS) wrote: Hi Stefano, Do you have time to re-pick this patchset, since the last one set was dropped. Yes, it is in my TODO list, as soon as I get some

Re: [PATCH 2/8] clock_imx8mm: Add enable_usboh3_clk() for i.MX8M

2021-08-06 Thread Stefano Babic
{ + clock_enable(CCGR_USB_MSCALE_PL301, 0); + } +} + void init_uart_clk(u32 index) { /* This breaks phycore-imx8mp, I cannot build it anymore. Could you take a look ? Best regards, Stefano -- = DENX Software Engineering

Re: [PATCH v2 6/6] board: apalis-tk1: launch toradex easy installer in usb recovery

2021-08-06 Thread Stefano Babic
otcmd", "run setup; env set bootargs ${defargs} ${setupargs} ${vidargs} ${teziargs}; bootm 0x80208000#config@${soc}-${fdt_module}-${fdt_board}.dtb"); These above are very long lines making checkpatch unhgappy. Can we switch to a multiline

Re: [PATCH V4 00/44] imx: add i.MX8ULP support

2021-08-02 Thread Stefano Babic
On 02.08.21 11:45, Peng Fan (OSS) wrote: Hi Stefano, Do you have time to re-pick this patchset, since the last one set was dropped. Yes, it is in my TODO list, as soon as I get some time from my working projects (yours and Kontron's patch are set as high priority to be merged). Regards

Re: U-Boot boards needing CONFIG_DM migration

2021-07-29 Thread Stefano Babic
On 28.07.21 21:21, Tom Rini wrote: On Wed, Jul 28, 2021 at 04:09:48PM -0300, Fabio Estevam wrote: Hi Stefano, On Wed, Jul 28, 2021 at 3:58 PM Stefano Babic wrote: Its status was erroneously set in patchwork - I'll pick it up. Thanks. Peter Robinson's series to convert warp is also

Re: U-Boot boards needing CONFIG_DM migration

2021-07-28 Thread Stefano Babic
.html but it seems it got missed. Its status was erroneously set in patchwork - I'll pick it up. Could you or Stefano please apply it? I plan to support only mx28evk_defconfig and I am fine to remove the other mx28evk defconfig variants. Thanks Stefano

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

2021-07-21 Thread Stefano Babic
On 21.07.21 10:07, Frieder Schrempf wrote: Hi Tom, Stefano, On 20.07.21 19:45, Tom Rini wrote: On Tue, Jul 20, 2021 at 05:17:59PM +0200, Stefano Babic wrote: Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit f929ce50727bf1019323d6c199dfd3a5755c5474: Merge

Pull request: u-boot-imx u-boot-imx-20210720

2021-07-20 Thread Stefano Babic
ode 100644 include/configs/kontron_common.h create mode 100644 include/configs/kontron_mx6ul.h create mode 100644 include/configs/kontron_mx8mm.h create mode 100644 include/dt-bindings/clock/imx8ulp-clock.h Best regards, Stefano -- =

Re: [PATCH v2 4/5] imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)

2021-07-19 Thread Stefano Babic
Hi Frieder, On 19.07.21 13:57, Frieder Schrempf wrote: Hi Stefano, On 17.07.21 14:08, Stefano Babic wrote: Hi Frieder, On 13.07.21 11:14, Frieder Schrempf wrote: From: Frieder Schrempf This adds support for i.MX6UL/ULL-based evaluation kits with SoMs by Kontron Electronics GmbH

Re: [Patch V3 00/44] imx: add i.MX8ULP support

2021-07-19 Thread Stefano Babic
On 19.07.21 09:46, Peng Fan (OSS) wrote: From: Peng Fan V3: Fix build error which break 8MN, pass buildman for i.MX. Select GPIO_EXTRA_HEADER for 8ULP to fix build break which caused by upstream change. Rebased Drop 7ULP, since already been picked up. Stefano, I see you have a PR

Pull request: u-boot-imx u-boot-imx-20210717

2021-07-17 Thread Stefano Babic
(1): arm/mach-imx: Fix macros in mmdc_size.c Marek Vasut (2): spl: mmc: Factor out eMMC boot partition selection code ARM: imx: Pick correct eMMC boot partition from ROM log Stefano Babic (1): spi: mxc_spi: fix warnings if CLK_ENABLED not set Teresa Remmet (9): arm

Re: [PATCH 1/9] net: eqos: Add PHY reset control for i.MX platform

2021-07-17 Thread Stefano Babic
Hi Ye, series was completely lost on my side, I tried to check it today but it is obsolete now and conflicts with Peng's series for MX8ULP. So I drop it, yorry, you should rebase and post it again. Best regards, Stefano Babic On 19.02.21 08:07, Ye Li wrote: Parse the "phy-reset-

Re: [PATCH V2 10/46] arm: imx8ulp: add container support

2021-07-17 Thread Stefano Babic
to repost them. I have checked if I can apply some of the patches here, but it becomes a mess if I do. So please repost them after fixing this. Best regards, Stefano extern unsigned long rom_pointer[]; +ulong spl_romapi_raw_seekable_read(u32 offset, u32 size, void *buf); +ulong

Re: [PATCH v2 4/5] imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)

2021-07-17 Thread Stefano Babic
SoCs. Signed-off-by: Frieder Schrempf Reviewed-by: Stefano Babic --- Fixes in v2: * Add MAINTAINERS file * Rename board directory * Use binman to generate FIT Something weird happens here. kontron_mx6ul is built well, however this breaks the rest of i.MX6UL boards. The point is when

Re: [PATCH V2 00/46] imx: add i.MX8ULP support

2021-07-15 Thread Stefano Babic
, before sending my PR to Tom, and also integrating some other patches that required just some refinements. Regards, Stefano Thanks, Peng. On 2021/6/29 10:31, Peng Fan (OSS) wrote: From: Peng Fan V2:   Rebased and test on new revision silicon with upower included. The i.MX 8ULP crossover

Re: [PATCH 1/4] phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQ

2021-07-13 Thread Stefano Babic
On 13.07.21 13:53, Marek Vasut wrote: On 7/13/21 1:22 PM, Patrick Wildt wrote: Am Tue, Jul 13, 2021 at 12:46:04PM +0200 schrieb Stefano Babic: On 13.07.21 12:39, Marek Vasut wrote: On 7/13/21 7:53 AM, Stefano Babic wrote: Hi Fabio, On 12.07.21 23:31, Fabio Estevam wrote: Hi Patrick

Re: [PATCH 1/4] phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQ

2021-07-13 Thread Stefano Babic
On 13.07.21 12:39, Marek Vasut wrote: On 7/13/21 7:53 AM, Stefano Babic wrote: Hi Fabio, On 12.07.21 23:31, Fabio Estevam wrote: Hi Patrick, On Mon, Jul 12, 2021 at 11:27 AM Patrick Wildt wrote: Am Sun, Feb 21, 2021 at 08:26:21AM -0800 schrieb Ye Li: Add the USB PHY driver for i.MX8MQ

Re: [PATCH 1/4] phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQ

2021-07-12 Thread Stefano Babic
this and he can review / apply the patches without reposting. Regards, Stefano Thanks -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell

Re: [PATCH 1/3] smegw01: Allow booting the Yocto image by default

2021-07-12 Thread Stefano Babic
ect with strict rules about environment (secure boot is required) and with a short list of variable that can be modified (from both U-Boot and user space). A generic distro boot is then unwanted, and just a few set of variables are allowed in this project. An ext

Re: [RESEND PATCH 6/6] imx: imx8mm: Add support for Kontron Electronics SL/BL i.MX8M-Mini boards (N801x)

2021-07-10 Thread Stefano Babic
, the MAINTAINERS file is missing as well as for mx6ul. Could you add it, please ? Thanks ! Stefano Signed-off-by: Frieder Schrempf --- arch/arm/dts/Makefile |2 + arch/arm/dts/imx8mm-kontron-n801x-s-lvds.dts | 116 ++ .../dts/imx8mm-kontron-n801x-s-u-boot.dtsi| 237

[PATCH] spi: mxc_spi: fix warnings if CLK_ENABLED not set

2021-07-10 Thread Stefano Babic
sed variable 'node' [-Werror=unused-variable] 594 | int node = dev_of_offset(bus); Move the variable declaration inside the code where they are used. Signed-off-by: Stefano Babic --- drivers/spi/mxc_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/mxc_sp

Re: [RESEND PATCH 5/6] imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)

2021-07-10 Thread Stefano Babic
ged, 1823 insertions(+), 1 deletion(-) The MAINTAINERS file is missing and this stops CI. Can you add it, please ? Best regards, Stefano create mode 100644 arch/arm/dts/imx6ul-kontron-n631x-s-u-boot.dtsi create mode 100644 arch/arm/dts/imx6ul-kontron-n631x-s.dts create mode 100644 arch/arm/

Re: IMX8M Mini HAB secure boot - working?

2021-07-10 Thread Stefano Babic
the cause. Added him in CC. I have also planned to test this, it is on my TODO list... I'm not entirely clear if my CSF is wrong, or in the wrong place or if there is something missing. Best regards, Stefano -- = DENX Software

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

2021-07-08 Thread Stefano Babic
On 08.07.21 10:02, Peng Fan (OSS) wrote: Hi Stefano, On 2021/4/9 2:24, Stefano Babic wrote: Hi Peng, On 25.03.21 10:30, Peng Fan (OSS) wrote: From: Ye Li Add the fsl CAAM driver and new commands to implement DEK blob operations, like "caam genblob" to generate encrypted blob

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

2021-06-25 Thread Stefano Babic
On 25.06.21 16:10, Stefano Babic wrote: Hi Tom, please pull from u-boot-imx, thanks ! this just contains fixes for warning in last PR + a couple of other fixes (patches I missed last time). It is of course u-boot-imx-20210625 Best regards, Stefano

Pull request: u-boot-imx u-boot-imx-20210616

2021-06-25 Thread Stefano Babic
files changed, 8 insertions(+), 16 deletions(-) Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49

Re: [PATCH 1/3] imx8mm: configs: enable distro default features

2021-06-21 Thread Stefano Babic
On 17.06.21 18:03, ZHIZHIKIN Andrey wrote: Hello Stefano, I believe the following patch is missing from the series that I've submitted earlier. From the entire series named "Correct and extend distro boot support for imx8m" [1], there were 3 patches included, namely: [2] imx8m

Re: [PATCH] o4-imx-nano: Fix dtc warnings

2021-06-21 Thread Stefano Babic
/o4-imx-nano.dtb: Warning (avoid_default_addr_size): /leds/led@0: Relying on default #address-cells value Reported-by: Tom Rini Signed-off-by: Fabio Estevam --- Thanks, applied to -master. Best regards, Stefano arch/arm/dts/o4-imx-nano.dts | 18 ++ 1 file changed, 6

Re: [PATCH 1/3] imx8mm: configs: enable distro default features

2021-06-17 Thread Stefano Babic
Hi Andrey, On 17.06.21 18:03, ZHIZHIKIN Andrey wrote: Hello Stefano, I believe the following patch is missing from the series that I've submitted earlier. From the entire series named "Correct and extend distro boot support for imx8m" [1], there were 3 patches included, namely: [

Re: [RESEND PATCH 6/6] imx: imx8mm: Add support for Kontron Electronics SL/BL i.MX8M-Mini boards (N801x)

2021-06-17 Thread Stefano Babic
Hi Frieder, On 07.06.21 14:36, Frieder Schrempf wrote: From: Frieder Schrempf The Kontron SoM-Line i.MX8MM (N801x) by Kontron Electronics GmbH is a SoM module with an i.MX8M-Mini SoC, 1/2/4 GB LPDDR4 RAM, SPI NOR, eMMC and PMIC. The matching evaluation boards (Board-Line) have 2 Ethernets,

Pull request: u-boot-imx u-boot-imx-20210616

2021-06-16 Thread Stefano Babic
reate mode 100644 include/configs/smegw01.h Best regards, Stefano -- = 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 =

Re: [PATCH 5/6] imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)

2021-06-10 Thread Stefano Babic
Hi Frieder, On 07.06.21 14:05, Frieder Schrempf wrote: From: Frieder Schrempf This adds support for i.MX6UL/ULL-based evaluation kits with SoMs by Kontron Electronics GmbH. Currently there are the following SoM flavors (SoM-Line): * N6310: SOM with i.MX6UL-2, 256MB RAM, 256MB SPI NAND

DENX : layers to be reused

2021-06-09 Thread Stefano Babic
secure-imx, they are pretty new and WIP. meta-secure-imx was tested at the moment on i.MX8M, but a signed u-boot was not yet tested on hardware. Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgan

Re: Multi-Soc binary support for i.MX8M Mini/Nano/Plus/? in single boot firmware binary

2021-06-07 Thread Stefano Babic
s having them tacked onto a FIT image. I'm not sure if the imx8mq has enough in common to be able to do this with either, in fact I'm not even clear with SoC that is (is it what NXP calls i.MX 8M?) Someone from NXP should better explain this ;-) Best regards, Stefano

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

2021-05-27 Thread Stefano Babic
Hi Sean, On 27.05.21 17:27, Sean Anderson wrote: On 5/27/21 10:59 AM, Stefano Babic wrote: > Hi Frieder, > > On 27.05.21 16:47, Frieder Schrempf wrote: >> Hi, >> >> On 06.04.21 11:34, Peng Fan (OSS) wrote: >>> Hi Stefano, >>> >&

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

2021-05-27 Thread Stefano Babic
Hi Frieder, On 27.05.21 16:47, Frieder Schrempf wrote: Hi, 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

Re: [PATCH 0/5] Fix i.MXRT1050 hang on lcdif init and improve DT for mxsfb

2021-05-13 Thread Stefano Babic
Hi Giulio, On 13.05.21 00:12, Giulio Benetti wrote: Hi Stefano, On 5/2/21 1:44 AM, Giulio Benetti wrote: On 4/13/21 1:05 AM, Giulio Benetti wrote: On 4/13/21 1:03 AM, Giulio Benetti wrote: This patchset fixes u-boot hang on i.MXRT1050 while setting lcdif in mxsfb driver. There are 2 gates

Pull request: u-boot-imx u-boot-imx-20210502

2021-05-11 Thread Stefano Babic
include/configs/imx8mm_icore_mx8mm.h create mode 100644 include/configs/imx8mq_cm.h Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194

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

2021-05-02 Thread stefano . babic
up 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 Engineerin

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

[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 6/7] include: configs: ge: simplify default boot command

2021-05-02 Thread stefano . babic
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 Fax:

[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 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 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 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 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 Software En

[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 ! Best rega

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

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

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

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

2021-04-09 Thread Stefano Babic
dia/tda1997x.h mode change 100755 => 100644 tools/logos/engicam.bmp Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, G

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

Re: [PATCH v2] imx: support i.MX8QM DMSSE20 a1 board

2021-04-08 Thread Stefano Babic
+(imx8qm_dmsse20a1) CONFIG_FEC1_ENET_DEV +(imx8qm_dmsse20a1) CONFIG_FEC1_MXC_PHYADDR +(imx8qm_dmsse20a1) CONFIG_FEC2_ENET_DEV +(imx8qm_dmsse20a1) CONFIG_FEC2_MXC_PHYADDR +(imx8qm_dmsse20a1) CONFIG_IMX_SMMU +(imx8qm_dms Can you check this, please ? Best regards, Stefano Babic On 19.02.21 09:40, Oliver

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

2021-04-08 Thread Stefano Babic
+(imx8mn_evk) make[1]: *** [Makefile:1746: board/freescale/imx8mn_evk] Error 2 +(imx8mn_evk) make: *** [Makefile:171: sub-make] Error 2 Can you check this ? Thanks ! Best regards, Stefano On 08.04.21 22:58, sba...@denx.de wrote: Add support for ethernet on the imx8mn-ddr4-evk. Signed-off-by: Marek

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 v6] imx: support for conga-QMX8 board

2021-04-08 Thread Stefano Babic
| #include | ^~ So I have to drop again the patch from u-boot-imx. Could you take a look please ? Thanks ! Best regards, Stefano On 02.03.21 12:43, Oliver Graute wrote: Add i.MX8QM qmx8 congatec board support U-Boot 2021.04-rc1-00070-gcc181a2ad4 (Feb 19 2021 - 13:15:49 +0100) CPU: NXP i.

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

2021-04-08 Thread Stefano Babic
-declaration] +(warp7)94 | ret = usb_eth_initialize(bis); +(warp7) |^~ +(warp7) |sh_eth_initialize Same for warp7_bl33. Can you check, please ? Thanks ! Best regards, Stefano On 02.04.21 20:05, Peter Robinson wrote: Convert Warp to use DM USB

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

2021-04-08 Thread Stefano Babic
, Stefano Thanks, Peng. Cc: Tim Harvey Cc: Adam Ford Cc: Peng Fan Cc: Teresa Remmet Cc: Igor Opaniuk Signed-off-by: Jagan Teki --- Changes for v2: - add venice changes   arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi    | 37 +-   arch/arm/dts/imx8mm-evk-u-boot.dtsi

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

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

Re: Locking down U-Boot env with ENV_WRITEABLE_LIST

2021-03-26 Thread Stefano Babic
at an include file? From running u-boot, => env print From host: make u-boot-initial-env cat u-boot-initial-env Best regards, Stefano What is the best way to set the list of vars that you wish to be allowed to be imported from a FLASH env? Ideally none, and if you really w

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

2021-03-25 Thread Stefano Babic
can report our thought internally to NXP). Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66

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

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

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

2021-03-19 Thread Stefano Babic
rnal structure. Best regards, Stefano -- = 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 =

Re: Habv4 on imx8m

2021-03-04 Thread Stefano Babic
the defconfig. I pick up Fabio's patch, it will be merged into 2021.04 Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone

Pull request: u-boot-imx u-boot-imx-20210003

2021-03-03 Thread Stefano Babic
0644 board/gateworks/venice/lpddr4_timing.h create mode 100644 board/gateworks/venice/spl.c create mode 100644 configs/imx8mm_venice_defconfig create mode 100644 configs/imx8mn_beacon_2g_defconfig create mode 100644 include/configs/imx8mm_venice.h Best regard

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

2021-03-02 Thread Stefano Babic
/congatec/index.rst:document isn't included in any toctree Is this file really needed ? Regards, Stefano Model: Congatec QMX8 Qseven series Board: conga-QMX8 Build: SCFW 494c97f3, SECO-FW d7523fe8, ATF 09c5cc9 Boot: SD2 DRAM: 6 GiB MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 Loading

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

2021-03-02 Thread Stefano Babic
on the imx8mn-ddr4-evk. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic ---   arch/arm/dts/imx8mn-evk.dtsi    |  1 +   board/freescale/imx8mn_evk/imx8mn_evk.c | 41 +++--   configs/imx8mn_ddr4_evk_defconfig   |  8

Re: [PATCH v2 4/4] board: gateworks: imx8mm: Add Gateworks Venice board support

2021-03-02 Thread Stefano Babic
On 01.03.21 23:18, Tim Harvey wrote: On Mon, Mar 1, 2021 at 8:04 AM Stefano Babic wrote: Hi Tim, On 06.02.21 01:11, Tim Harvey wrote: Add initial support for Gateworks Venice product family based on the i.MX 8M Mini SoC Signed-off-by: Tim Harvey --- [snip] diff --git a/arch/arm/mach

Re: [PATCH v2 4/4] board: gateworks: imx8mm: Add Gateworks Venice board support

2021-03-01 Thread Stefano Babic
works Venice iMX8M Mini module" + select IMX8MM + select SUPPORT_SPL + select IMX8M_LPDDR4 + This is your board, ok +config TARGET_IMX8MN_EVK and this is the old board with wrong name. Somethin went wrong Best regard

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

2021-03-01 Thread Stefano Babic
On 01.03.21 16:27, Oliver Graute wrote: On 01/03/21, Stefano Babic wrote: Hi Oliver, I have two open points with the patch, that I want finally merge: On 19.02.21 13:34, Oliver Graute wrote: + case 0: + /* onboard eMMC */ + if (!imx8_power_domain_lookup_name

Re: [PATCH V2] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y

2021-03-01 Thread Stefano Babic
On 01.03.21 14:40, Stefano Babic wrote: On 01.03.21 14:36, Marek Vasut wrote: On 3/1/21 10:27 AM, Stefano Babic wrote: Hi Marek, Hi, [...] diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 1aa26a50ad8..e6b4654cd35 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch

Re: [PATCH V2] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y

2021-03-01 Thread Stefano Babic
On 01.03.21 14:36, Marek Vasut wrote: On 3/1/21 10:27 AM, Stefano Babic wrote: Hi Marek, Hi, [...] diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 1aa26a50ad8..e6b4654cd35 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -202,10 +202,10

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

2021-03-01 Thread Stefano Babic
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 Cc: Ye Li Cc: uboot-imx --- These changes

Re: [PATCH V2] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y

2021-03-01 Thread Stefano Babic
instead of u-boot.uim to generate u-boot-with-spl.imx when OF_SEPARATE is enabled. Tested-by: Fabio Estevam Signed-off-by: Marek Vasut Cc: Christoph Niedermaier Cc: Fabio Estevam Cc: Peng Fan Cc: Simon Glass Cc: Stefano Babic Cc: Ye Li Cc: uboot-imx --- V2: Swap the u-boot.uim <-> u-bo

Re: [PATCH 40/57] arm: Remove sksimx6 board

2021-02-24 Thread Stefano Babic
Hi Tom, On 21.02.21 02:06, Tom Rini wrote: > This board has not been converted to CONFIG_DM_MMC by the deadline. > Remove it. > This board won't be updated to DM. Acked-by: Stefano Babic Best regards, Stefano > Cc: Stefano Babic > Signed-off-by: Tom Rini > --- >

Re: [PATCH v2 2/2] board: imx8mp: add boot.cmd for distro boot on iMX8MP

2021-02-10 Thread Stefano Babic
Hi everybody, On 10.02.21 20:36, Fabio Estevam wrote: On Wed, Feb 10, 2021 at 4:28 PM Dennis Gilmore wrote: Hi Stefano, I really do not think that this patch should have been merged. It is not the preferred way to boot distros and is left in for legacy support only. We probably should make

Re: [PATCH 05/25] arm: imx: Remove MX23 support

2021-02-09 Thread Stefano Babic
On 09.02.21 14:02, Tom Rini wrote: > As there are now no boards for the MX23 family, remove the general > support. > I am fine to drop it. Acked-by: Stefano Babic Best regards, Stefano > Cc: Stefano Babic > Cc: Fabio Estevam > Cc: NXP i.MX U-Boot Team > Si

Re: [PATCH 10/25] arm: Remove mx35pdk board

2021-02-09 Thread Stefano Babic
On 09.02.21 14:03, Tom Rini wrote: > This board has not been converted to CONFIG_DM_MMC by the deadline of > v2019.04, which is almost two years ago. In addition there are other DM > migrations it is also missing. Remove it. This is a very old board, I am fine to remove it. Acked-by

Re: [PATCH 1/4] Respect that some compression algos can be enabled separately for SPL

2021-02-04 Thread Stefano Babic
Hallo Tim, On 04.02.21 18:31, Tim Harvey wrote: On Sat, Jan 30, 2021 at 1:23 PM Stefano Babic wrote: Hi everybody, On 27.01.21 14:19, Stefano Babic wrote: On 27.01.21 08:57, Frieder Schrempf wrote: On 26.01.21 18:53, Tim Harvey wrote: On Sat, Jan 23, 2021 at 4:39 AM Stefano Babic wrote

Re: [PATCH 1/4] Respect that some compression algos can be enabled separately for SPL

2021-01-30 Thread Stefano Babic
Hi everybody, On 27.01.21 14:19, Stefano Babic wrote: On 27.01.21 08:57, Frieder Schrempf wrote: On 26.01.21 18:53, Tim Harvey wrote: On Sat, Jan 23, 2021 at 4:39 AM Stefano Babic wrote: Hi Tim, there is a weird side effect with this patch, breaking m68k architecture. For some reason

<    1   2   3   4   5   6   7   8   9   10   >