[PATCH] imx: remove woodburn board

2020-02-19 Thread Stefano Babic
Board is not longer used, remove it. Signed-off-by: Stefano Babic --- arch/arm/Kconfig | 10 -- board/woodburn/Kconfig| 25 --- board/woodburn/MAINTAINERS| 12 -- board/woodburn/Makefile | 8 - board/woodburn/imximage.cfg | 4 - board

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

2020-02-10 Thread Stefano Babic
ng.c create mode 100644 board/toradex/verdin-imx8mm/spl.c create mode 100644 board/toradex/verdin-imx8mm/verdin-imx8mm.c delete mode 100644 configs/mx6sxsabresd_spl_defconfig create mode 100644 configs/verdin-imx8mm_defconfig create mode 100644 include/configs/verdin-i

Re: [PATCH 3/4] mx6sabresd: Convert ethernet to driver model

2020-02-10 Thread Stefano Babic
on-declaration] w+board/freescale/mx6sabresd/mx6sabresd.c:473:9: warning: implicit declaration of function ‘cpu_eth_init’ [-Wimplicit-function-declaration] Best regards, Stefano > --- > board/freescale/mx6sabresd/mx6sabresd.c | 29 - > configs/mx6sabresd_defconfi

Re: [PATCH 4/4] mx6sabreauto: Convert to DM_ETH

2020-02-10 Thread Stefano Babic
t; --- This causes warnings, too. Please fix them, thanks ! Best regards, Stefano > board/freescale/mx6sabreauto/mx6sabreauto.c | 42 - > configs/mx6sabreauto_defconfig | 8 +++ > include/configs/mx6sabreauto.h | 7 --- > 3 files changed,

Re: [PATCH] mx7ulp: Only enable LDO if it is not already enabled

2020-02-03 Thread Stefano Babic
BIT(31) > + But are they not already defined at the beginning of the file ? They were duplicated later, and you let them duplicated. Best regards, Stefano > +static bool ldo_mode_is_enabled(void) > +{ > + unsigned int reg; > + > + reg = readl(PMC0_BA

Re: [PATCH v1 0/5] board: toradex: add Verdin iMX8MM 2GB WB IT v1.0a

2020-01-24 Thread Stefano Babic
d for now. > > Due to missing i.MX 8M Mini USB support that is. > >> Functionality wise the following is known to be working: >> - eMMC, 8-bit and 4-bit MMC/SD card slots > > Note that while the eMMC is 8-bit the boot ROM only supports booting in > a 4-

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

2020-01-21 Thread Stefano Babic
UZE100 and PFUZE200 ARM: imx: vining2000: Enable SPL SDP by default Stefano Babic (1): Merge branch 'master' of git://git.denx.de/u-boot arch/arm/dts/Makefile | 1 + arch/arm/dts/fsl-imx8-ca35.dtsi | 4 arch/arm

Re: [PATCH RESEND] ARM: imx: mx6ull: Add iMX6ULL VisionSOM SoM and EVK

2020-01-21 Thread Stefano Babic
Patch was already applied to u-boot-imx, -master. I could not find it in patchwork, that's the reason you did not get an e-mail of confirmation. Regards, Stefano > Signed-off-by: Arkadiusz Karas > Signed-off-by: Marek Vasut > Cc: Stefano Babic > --- > NOTE: There are other

Re: [PATCH] arm: dts: i.mx8x: add #cooling-cells properties

2020-01-18 Thread Stefano Babic
next-level-cache = <&A35_L2>; > + #cooling-cells = <2>; > }; > > A35_3: cpu@3 { > @@ -42,6 +45,7 @@ > reg = <0x0 0x3>; > enabl

Re: [PATCH 1/3] mx7ulp_evk: Disable CONFIG_NET

2020-01-15 Thread Stefano Babic
Hi Fabio, On 15/01/20 16:46, Fabio Estevam wrote: > Hi Stefano, > > On Wed, Oct 23, 2019 at 11:08 AM Fabio Estevam wrote: >> >> Currently the following build warning is seen: >> >> = WARNING == >> This board does not

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

2020-01-15 Thread Stefano Babic
mode 100644 include/configs/siemens-env-common.h create mode 100644 include/dt-bindings/clock/imxrt1050-clock.h create mode 100644 include/dt-bindings/memory/imxrt-sdram.h create mode 100644 include/dt-bindings/pinctrl/pins-imxrt1050.h B

Re: [PATCH V2] board: avnet: Add imx8mm sm2s SoM reference board

2020-01-15 Thread Stefano Babic
Hi Michael, your patch is huge On 12/01/20 14:08, Michael Trimarchi wrote: > https://www.avnet.com/wps/portal/integrated/products/embedded-boards/smarc-modules/ > > - Single, Dual or Quad core ARM Cortex-A53 Applications Processor up to 1.8GHz > - ARM Cortex-M4 Real Time Processor at 400MHz

Re: [PATCH 1/3] ARM: imx: vining2000: Clean up uSDHC4 setup

2020-01-15 Thread Stefano Babic
On 15/01/20 11:27, Marek Vasut wrote: > Simplify the uSDHC4 eMMC controller setup. This is the only eMMC > present on the system and only controller that is used, so drop > the extra logic. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Silvio Fricke

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

2020-01-08 Thread Stefano Babic
mode 100644 include/dt-bindings/clock/imx8mp-clock.h create mode 100644 include/power/pca9450.h Regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D

Re: [PATCH] imx: imx8mq: handle ESDHC in mxc_get_clock

2020-01-08 Thread Stefano Babic
On 08/01/20 12:56, Baruch Siach wrote: > Hi Stefano, Peng, > > On Wed, Dec 11 2019, Baruch Siach wrote: >> On Wed, Dec 11 2019, Peng Fan wrote: >>> fsl_esdhc_imx driver will call "mxc_get_clock(MXC_ESDHC_CLK + >>> dev->seq)", however mxc_get_clock wr

Re: [NXP-IMX] please pull nxp-imx-1-8-2020

2020-01-08 Thread Stefano Babic
Hi Peng, Fabio, On 08/01/20 08:26, Peng Fan wrote: > Hi Stefano, > > Please pull NXP i.MX nxp-imx-1-8-2020 based on imx/master > > - > Add i.MX8MP SoC and EVK board > Update README for i.MX8MN EVK and fix

Re: U-Boot: wandboard ethernet problem with newest mainline

2020-01-08 Thread Stefano Babic
t. > Indeed, I am sure I have already worked and merged the series, but I cannot find them, no idea why. I can just apply them now and push on -master :-( Regards, Stefano -- = DENX Software Engineering GmbH, Managing Dir

Re: [PATCH 2/2] ARM: dts: imx6ul-14x14-evk: Pass the "broken-cd" property

2020-01-07 Thread Stefano Babic
rch/arm/dts/imx6ul-14x14-evk.dtsi > @@ -268,6 +268,7 @@ > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_usdhc2>; > no-1-8-v; > + broken-cd; > keep-power-in-suspend; > wakeup-

Re: [PATCH 1/2] mmc: fsl_esdhc_imx: Handle the "broken-cd" property

2020-01-07 Thread Stefano Babic
io); > @@ -1450,6 +1455,9 @@ static int fsl_esdhc_probe(struct udevice *dev) >ESDHC_STROBE_DLL_CTRL_SLV_DLY_TARGET_DEFAULT); > priv->strobe_dll_delay_target = val; > > + if (dev_read_bool(dev, "broke

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

2020-01-07 Thread Stefano Babic
e mode 100644 include/configs/mx7ulp_com.h create mode 100644 include/configs/xea.h create mode 100644 include/dt-bindings/sound/fsl-imx-audmux.h Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wo

Re: [PATCH 1/3] imx8mn: evk: add README

2020-01-06 Thread Stefano Babic
linux- > +$ make imx8mn_ddr4_evk_defconfig > +$ export ATF_LOAD_ADDR=0x96 > +$ make flash.bin > + > +Burn the flash.bin to MicroSD card offset 32KB > +$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32 > + > +Boot > + > +Set Boot switch to SD boot > Regard

Re: [PATCH V2 2/2] pico-imx7d: Convert to DM_ETH

2020-01-06 Thread Stefano Babic
+CONFIG_DM_ETH=y > +CONFIG_DM_MDIO=y > +CONFIG_FEC_MXC=y > +CONFIG_RGMII=y > CONFIG_MII=y > CONFIG_PINCTRL=y > CONFIG_PINCTRL_IMX7=y > diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx

Re: [PATCH V2 1/2] pico-imx7d: Disable USB_ETHER support for bl33 defconfig

2020-01-06 Thread Stefano Babic
,9 +64,6 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 > CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 > CONFIG_CI_UDC=y > CONFIG_USB_GADGET_DOWNLOAD=y > -CONFIG_USB_ETHER=y > -CONFIG_USB_ETH_CDC=y > -CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00" > CONFIG_DM_VIDEO=y > CONFIG_VIDEO_BPP8=y >

Re: [PATCH] pico-imx7d: Convert to DM_ETH

2020-01-05 Thread Stefano Babic
Hi Joris, On 04/01/20 13:03, Joris Offouga wrote: > Hi Stefano, > > Sorry for the delay, > > Le 28/12/2019 à 12:31, Stefano Babic a écrit : >> Hi Joris, >> >> >> >> On 08/12/19 18:02, Joris Offouga wrote: >>> Signed-off-by: Joris Offouga

Re: [PATCH 0/4] arm: mxs: mxs_set_gpmiclk

2020-01-04 Thread Stefano Babic
*** [arch/arm/cpu/arm926ejs/mxs] Error 2 +make[1]: *** [arch/arm/cpu/arm926ejs] Error 2 +make: *** [sub-make] Error 2 I have nothing against to merge this, too, but the issue above must be fixed - thanks ! Best regards, Stefano Babic -- ===

Re: [PATCH 00/20] Add i.MXRT family support

2020-01-04 Thread Stefano Babic
usdhc driver tweaking > - i.MXRT1050-evk initial support > > It uses all DM clocks all around and it loads correctly a basic Linux zImage. > Lukasz has already reviewed most patches, and a V2 is surely WIP. FYI: I archive this first series, and I'll wait for your next V2 - tha

Re: [PATCH 8/8] ARM: dts: imx6qdli-icore: Add fec phy-handle

2020-01-04 Thread Stefano Babic
>>> + #size-cells = <0>; >>> + >>> + eth_phy: ethernet-phy@0 { >>> + compatible = "ethernet-phy-ieee802.3-c22"; >>>

Re: [PATCH v1] colibri_imx7: disable HAB and CAAM support

2020-01-04 Thread Stefano Babic
e in makefiles when building the > final imx image, > including initial padding for 0x400, like here [1]. I left [1] in my queue and I have always asked myself if we really need it. Frankly speaking, I prefer that the case should be clearly documented instead of adding an initial padding. Padd

Re: [PATCH] tools: imx8m_image: Change source path for DDR firmware to build dir

2019-12-30 Thread Stefano Babic
gt; firmware-imx-8.0/, not firmware-imx-7.9/ as the current text shows. > > I agree we should fix this mismatch, but it would be better to do in a > separate patch. > > Adam reported that firmware 8.0 does not work, but 7.9 does. > Agreee, too - I m

Re: [PATCH v2 3/3] mach-imx: bootaux: elf firmware support

2019-12-30 Thread Stefano Babic
On 30/12/19 13:04, Igor Opaniuk wrote: > Hi Stefano, > > On Sat, Dec 28, 2019 at 2:33 PM Stefano Babic wrote: >> >> >> >> On 28/11/19 14:56, Igor Opaniuk wrote: >>> From: Igor Opaniuk >>> >>> Currently imx-specific bootaux comman

Re: [PATCH 1/2] imx: add imx8x capricorn giedi board

2019-12-28 Thread Stefano Babic
Hi Anatolji, I pick up the series, but CONFIG_ENV_OFFSET is not set and it cannot be built. Could you add this define to defconfig and repost it ? - thanks ! Best regards, Stefano On 22/10/19 10:34, Anatolij Gustschin wrote: > Add support for i.MX8X based Capricorn Giedi SoM. > >

Re: [PATCH v2 3/3] mach-imx: bootaux: elf firmware support

2019-12-28 Thread Stefano Babic
w+ imx8mq_evk +WARNING 'signed_hdmi_imx8m.bin' not found, resulting binary is not-functional + dst = (void *)(phdr->p_paddr) ;//- mmap->da + mmap->sa; + ^ w+arch/arm/mach-imx/imx_bootaux.c: In function 'load_elf_image_phdr': w+arch/arm/mach-imx/imx_bootaux

Re: [PATCH] pico-imx7d: Convert to DM_ETH

2019-12-28 Thread Stefano Babic
ertions(+), 57 deletions(-) > I get build errors with pico-imx7d_bl33. https://travis-ci.org/sbabic/u-boot-imx/jobs/630056283 Could you take a look, please ? Best regards, Stefano > diff --git a/board/technexion/pico-imx7d/pico-imx7d.c > b/board/technexion/pico-imx7d/p

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

2019-12-28 Thread Stefano Babic
| 13 include/configs/mx6sxsabresd.h| 4 +- tools/imximage.c | 8 ++- 17 files changed, 280 insertions(+), 210 deletions(-) Stefano -- = DENX Software Engineering GmbH, Managin

Re: [PATCH v2 3/3] mach-imx: bootaux: elf firmware support

2019-12-27 Thread Stefano Babic
, > +phdr->p_memsz - phdr->p_filesz); > + flush_cache((unsigned long)dst & > + ~(CONFIG_SYS_CACHELINE_SIZE - 1), > + ALIGN(phdr->p_filesz, CONFIG_SYS_CACHELINE_SIZE)); > + } FYI: By merging t

Re: [U-Boot][RESEND PATCH 01/10] board: ge: bx50v3: sync devicetrees from Linux

2019-12-27 Thread Stefano Babic
-boot-imx) -next branch, thanks ! Best regards, Stefano Babic On 12/11/19 20:15, Robert Beckett wrote: > Copy device trees from linux, keeping them as separate files for > each board to ease future sync. > > Update board code to use generic bx50v3 dt initially, then select >

Re: [PATCH] tools/imximage: share DCD information via Kconfig

2019-12-27 Thread Stefano Babic
> This information is required by the user to sign the images for secure >> boot so continue making it accessible via mkimage. >> >> Signed-off-by: Jorge Ramirez-Ortiz > > Reviewed-by: Fabio Estevam > > Stefano, > > This is a bug fix for 2020.01. > It

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

2019-12-09 Thread Stefano Babic
/configs/warp7.h | 13 + include/fdt_support.h |1 + 25 files changed, 1456 insertions(+), 1071 deletions(-) Regards, Stefano -- = DENX Software Engineering GmbH, Managing Director

Re: [U-Boot] imx8m: fix rom version check to unbreak some B0 chips

2019-12-09 Thread Stefano Babic
gt; documentation of those bits, but it seems that NXP always uses a >> byte to encode the revision. Thus remove the upper bits to fix the >> regression. >> >> Signed-off-by: Patrick Wildt >> I pick it up for 2020.01, thanks for remind ! Best regards, Stefano Ba

Re: [U-Boot] Maximum size of u-boot.imx for TBS2910 board

2019-12-06 Thread Stefano Babic
w in and why tbs2910 increases the size, but I do not know if this brings some results. Several changes (see improvements about fdt handling, and so on) are new features, and it is quite bad to surround any new change with a lot of #ifdef just to fit. We cannot discuss if it is correct or not that

Re: [PATCH] clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]

2019-12-06 Thread Stefano Babic
we make U-Boot to handle the same clock name as in kernel? > > Let's try. But this patch is bug fix, so need first in. > Agree, I pick it up for 2020.01 Stefano -- = DENX Software Engineering GmbH, Managin

Re: [U-Boot] [PATCH v1 1/2] common: fdt_support: add support for setting usable memory

2019-12-03 Thread Stefano Babic
Hi Igor, On 28/11/19 16:23, Igor Opaniuk wrote: > Hi Stefano, > > On Mon, Oct 14, 2019 at 3:40 PM wrote: >> >>> From: Igor Opaniuk >>> Add support for setting linux,usable-memory property in the memory >>> node of device tree for the kernel [1]. >&

Re: [U-Boot] [PATCH v3 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

2019-12-02 Thread Stefano Babic
Hi Igor, On 03/11/19 17:21, Igor Opaniuk wrote: > Hi Stefano, > > On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk wrote: >> >> From: Igor Opaniuk >> >> Add u-boot,dm-pre-reloc properties for uart pinmux configuration >> nodes, which enables UART

Re: [U-Boot] [NXP-IMX] please pull imx-master-11-21

2019-12-02 Thread Stefano Babic
On 02/12/19 18:28, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Dec 2, 2019 at 2:04 PM Stefano Babic wrote: > >> About mx7ulp (and warp7, >> >> Tom has merged this one: >> >> commit a09fea1d28fe3c69a64bee092f5a764274d26ca2 >> Author: Tom

Re: [U-Boot] [NXP-IMX] please pull imx-master-11-21

2019-12-02 Thread Stefano Babic
On 22/11/19 07:42, Peng Fan wrote: > Hi Stefano, > > Please pull imx-master-11-21, based on imx/master. > CI: https://travis-ci.org/MrVan/u-boot/builds/614830163 > > > i.mx6qp noc settings > i.mx7ulp update and a

Re: [U-Boot] [PATCH] warp7: Fix U-Boot corruption after saving the environment

2019-11-27 Thread Stefano Babic
On 26/11/19 23:38, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Oct 21, 2019 at 11:23 AM Fabio Estevam wrote: >> >> U-Boot binary has grown in such a way that it goes beyond the reserved >> area for the environment variables. >> >> Running "sav

[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191105

2019-11-12 Thread Stefano Babic
_defconfig create mode 100644 drivers/clk/imx/clk-imx8mn.c create mode 100644 drivers/power/domain/imx8-power-domain-legacy.c create mode 100644 include/configs/imx8mn_evk.h create mode 100644 include/dt-bindings/clock/imx8mn-clock.h Best regard

Re: [U-Boot] [PATCH] imx: sys_proto: Fixing function imx6_is_bmode_from_gpr9()

2019-11-07 Thread Stefano Babic
On 07/11/19 11:16, Christoph Niedermaier wrote: > From: Stefano Babic > Sent: Tuesday 5th November 2019 17:26 > > >> On 05/11/19 17:05, Anatolij Gustschin wrote: >>> Hi Stefano, Christoph, >>> >>> On Tue, 5 Nov 2019 16:57:18 +0100 >>> Ste

Re: [U-Boot] [PATCH] imx: sys_proto: Fixing function imx6_is_bmode_from_gpr9()

2019-11-05 Thread Stefano Babic
On 05/11/19 17:05, Anatolij Gustschin wrote: > Hi Stefano, Christoph, > > On Tue, 5 Nov 2019 16:57:18 +0100 > Stefano Babic sba...@denx.de wrote: > ... >>> -static inline u8 imx6_is_bmode_from_gpr9(void) >>> +static inline u32 imx6_is_bmode_from_gpr9(void) >

Re: [U-Boot] [PATCH] imx: sys_proto: Fixing function imx6_is_bmode_from_gpr9()

2019-11-05 Thread Stefano Babic
s_bmode_from_gpr9(void) > +static inline u32 imx6_is_bmode_from_gpr9(void) > { > return readl(&src_base->gpr10) & IMX6_SRC_GPR10_BMODE; > } > This is correct but it rather conflicts with another patch I already applied. Could you rebase and repost ? Thanks ! Best reg

Re: [U-Boot] [PATCH v5 0/2] Add board support for iMX8QXP AI_ML board

2019-11-05 Thread Stefano Babic
Hi, On 05/11/19 16:12, Manivannan Sadhasivam wrote: > Hi, > > On Sun, Nov 03, 2019 at 04:29:49PM +0100, Stefano Babic wrote: >> On 21/10/19 13:00, Manivannan Sadhasivam wrote: >>> Hi, >>> >>> On Thu, Aug 15, 2019 at 01:57:23PM +0530, Manivannan Sa

Re: [U-Boot] [PATCH v2] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-04 Thread Stefano Babic
like it is done in the NXP U-Boot tree. > > Signed-off-by: Fabio Estevam > Reviewed-by: Peng Fan > --- > Changes since v1: > - Fix the build on mx6sxsabresd_defconfig (Stefano) > > arch/arm/mach-imx/mx6/soc.c | 35 +++ > 1 file changed, 3

[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191104

2019-11-04 Thread Stefano Babic
ate mode 100644 include/configs/imx8qm_rom7720.h create mode 100644 include/dt-bindings/usb/pd.h Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchen

Re: [U-Boot] [PATCH v3] board/BuR/brppt2: initial commit

2019-11-03 Thread Stefano Babic
t-imx. Let me know if something does not match. Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-

Re: [U-Boot] [PATCH] imx: update i.MX8MQ device trees

2019-11-03 Thread Stefano Babic
On 01/11/19 17:27, Patrick Wildt wrote: > Hi, > > is this on your list for the next u-boot merge? :) > > It's Acked-by: Peng Fan . > It is, it is in my -next (for next PR, not next release). Regards, Stefano > Thanks! > Patrick > > On Mon, Oct 14, 2019

Re: [U-Boot] [PATCH v3 1/2] ARM: dts: imx6ull-colibri: change hierarchy of DTS files

2019-11-03 Thread Stefano Babic
On 03/11/19 18:02, Igor Opaniuk wrote: > On Sun, Nov 3, 2019 at 5:36 PM Stefano Babic wrote: >> >> On 03/11/19 17:20, Igor Opaniuk wrote: >>> Hi Stefano, >>> >>> On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk >>> wrote: >>>>

Re: [U-Boot] [PATCH v3 1/2] ARM: dts: imx6ull-colibri: change hierarchy of DTS files

2019-11-03 Thread Stefano Babic
On 03/11/19 17:20, Igor Opaniuk wrote: > Hi Stefano, > > On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk wrote: >> >> From: Igor Opaniuk >> >> Introduce imx6ull-colibri-u-boot.dtsi for u-boot specific properties to >> keep original imx6ull-colibri.dts in s

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-03 Thread Stefano Babic
Hi Fabio, On 03/11/19 13:17, Stefano Babic wrote: > On 24/10/19 15:47, Fabio Estevam wrote: >> Hi Stefano, >> >> On Fri, Jul 12, 2019 at 9:33 AM Fabio Estevam wrote: >>> >>> The NoC registers on i.MX6QP needs to be configured, otherwise some >>> us

Re: [U-Boot] [PATCH v5 0/2] Add board support for iMX8QXP AI_ML board

2019-11-03 Thread Stefano Babic
>> [0.00] Machine model: Einfochips i.MX8QXP AI_ML >> [0.00] efi: Getting EFI parameters from FDT: >> [0.00] efi: UEFI not found. >> [0.00] cma: Reserved 32 MiB at 0xfe00 >> [0.00] earlycon: lpuart32 at MMIO 0x

Re: [U-Boot] [PATCH V4 5/6] net: fec_mxc: support i.MX8M with CLK_CCF

2019-11-03 Thread Stefano Babic
CF both defined. > > Reviewed-by: Frieder Schrempf > Signed-off-by: Peng Fan > --- > This seems to break most of i.MX8 boards - does it build o your side ? Regards, Stefano > V4: > Fix build warning > Add R-b > > V3: > Drop unneeded else > correc

Re: [U-Boot] [PATCH 1/1] ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL'

2019-11-03 Thread Stefano Babic
> > Maybe the more correct fix is to allow MX6Q/MX6DL/MX6S to be selected in the > defconfig (add a text > string in the Kconfig). That way MX6S boards won't have unneeded errata > applied. Not sure. This is really that cannot be configured. If a b

Re: [U-Boot] [PATCH] tbs2910: Disable Plan9/RTEMS bootm support

2019-11-03 Thread Stefano Babic
configs/tbs2910_defconfig > @@ -17,6 +17,8 @@ CONFIG_BOARD_EARLY_INIT_F=y > CONFIG_HUSH_PARSER=y > CONFIG_SYS_PROMPT="Matrix U-Boot> " > CONFIG_CMD_BOOTZ=y > +# CONFIG_BOOTM_PLAN9 is not set > +# CONFIG_BOOTM_RTEMS is not set > # CONFIG_CMD_FDT is not set > CONFIG_CMD_MEMTES

Re: [U-Boot] [PATCH v2 3/5] imx: nandbcb: add support for i.MX7

2019-11-03 Thread Stefano Babic
conflicts with the one for i.MX6UL, that I have currently applied (you see it on -next branch). Could you please rebase on it and resend ? Thanks ! Regards, Stefano > arch/arm/include/asm/mach-imx/imx-nandbcb.h | 12 ++ > arch/arm/mach-imx/Kconfig | 2 +- > arch/arm/mach

Re: [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

2019-11-03 Thread Stefano Babic
On 24/10/19 15:47, Fabio Estevam wrote: > Hi Stefano, > > On Fri, Jul 12, 2019 at 9:33 AM Fabio Estevam wrote: >> >> The NoC registers on i.MX6QP needs to be configured, otherwise some >> usecases in the kernel behave incorrectly, such as rotation and resize. >&g

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-18 Thread Stefano Babic
On 18/10/19 11:43, Parthiban Nallathambi wrote: > Hello Stefano, > > On 10/8/19 10:23 AM, Stefano Babic wrote: >> On 08/10/19 10:12, Parthiban Nallathambi wrote: >>> Hi Stefano, >>> >>> On 10/7/19 6:06 PM, Stefano Babic wrote: >>>> Hi Parthib

Re: [U-Boot] [PATCH 3/3] pico-imx7d: polish uart clock id definition

2019-10-17 Thread Stefano Babic
On 16/10/19 16:57, Jun Nie wrote: > Stefano Babic 于2019年10月13日周日 下午9:35写道: >> >> Hi Jun, >> >> I am just trying to check if some patch was silently lost, I found yours: >> >> On 16/07/19 09:42, Jun Nie wrote: >>> Polish uart clock id definitio

Re: [U-Boot] [PATCH 1/3] travis: Split i.MX jobs a bit more

2019-10-15 Thread Stefano Babic
On 15/10/19 13:27, Tom Rini wrote: > - Split "tqc" and "technexion" out into their own jobs and exclude > them from the catch-all jobs > - Clarify the job labels a little more. > > Cc: Stefano Babic > Signed-off-by: Tom Rini > --- > .travis.y

[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191014

2019-10-14 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 7a779ed1755c2d5011bd9598da90291f759ae760: travis: Exclude MIPS from the bcm job (2019-10-13 11:21:56 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/

Re: [U-Boot] [NXP-IMX] please pull imx-master-10-14

2019-10-14 Thread Stefano Babic
Hi Peng, On 14/10/19 11:48, Peng Fan wrote: > Hi Stefano, > > Please pull imx-master-10-14. This pull request was based on imx/master. > I have 40 patches already applied in my -next, anyway without MX8MN. I will first send a PR for these, and then I will pull your - a couple o

Re: [U-Boot] [PATCH 1/4] imx: Place imx_ddr_size() into a separate file

2019-10-13 Thread Stefano Babic
o > endif > > ifeq ($(SOC),$(filter $(SOC),mx5 mx6)) > -obj-y+= cpu.o speed.o > +obj-y+= cpu.o speed.o mmdc_size.o This does not filter MX51, code is not common for it. What do you mind if I pick it up with : ifeq ($(SOC),$(filter $(SOC),mx5 mx6)) obj-y += cpu.o s

Re: [U-Boot] [PATCH 3/3] pico-imx7d: polish uart clock id definition

2019-10-13 Thread Stefano Babic
enum clk_root_index root; > It looks ok but CONFIG_CONS_INDEX *must* be set, else it breaks boards. Patch breaks at least the colibri boards. Best regards, Stefano -- = DENX Software Engineering GmbH, Managing

Re: [U-Boot] Question [U-Boot,v2] nand: fix up badblock skipping

2019-10-13 Thread Stefano Babic
ned-off-by and with a commit message (it is missing, see on patchwork). Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenz

[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191009

2019-10-09 Thread Stefano Babic
rt Hancock (1): ARM: imx: Support larger SPL size on IMX6DQ Saravanan Sekar (1): imx: variscite: Fix regression of SPL and U-boot booting Stefan Roese (3): ARM: imx: Add QSPI boot mode for i.MX6UL/ULL ARM: imx: arch/arm/mach-imx/spl_qspi.cfg Kconfig: Set default BU

Re: [U-Boot] Question [U-Boot,v2] nand: fix up badblock skipping

2019-10-08 Thread Stefano Babic
: https://patchwork.ozlabs.org/patch/1037203/ Then it is ignored. It looks like that V2 was also set to Changes Requested and never verified. I will change the state and apply to u-boot-imx. Regards, Stefano -- = DENX So

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Stefano Babic
he DM_SPL case with SPL_OF_CONTROL. >>>>>>>>>> >>>>>>>>>> This patch will check the register and return either MMC1 or >>>>>>>>>> MMC2. >>>>>>>>>> >>>>>>>

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Stefano Babic
On 08/10/19 12:42, Adam Ford wrote: > On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote: >> >> Hi everybody, >> >> thanks for deep analyses (I just jump at the end): >> >> On 08/10/19 12:03, Peter Robinson wrote: >>>> On Thu, Sep 26, 2019

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Stefano Babic
f whether or not it's MMC1 or MMC2. This is a problem when >> booting from MMC2 if MMC isn't being manually configured like in >> the DM_SPL case with SPL_OF_CONTROL. >> >> This patch will check the register and return either MMC1 or MMC2. >> &

Re: [U-Boot] [u-boot-imx/next] WaRP7 & Pico-Pi i.MX7 NOK

2019-10-08 Thread Stefano Babic
On 07/10/19 22:26, Pierre-Jean Texier wrote: > Hi Stefano, > > Le 07/10/2019 à 21:58, Stefano Babic a écrit : >> Hi Pierre-Jen, >> >> On 07/10/19 20:44, Pierre-Jean Texier wrote: >>> Stefano, Peng, >>> >>> I just compiled a fresh U-Boot wit

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-08 Thread Stefano Babic
On 08/10/19 10:12, Parthiban Nallathambi wrote: > Hi Stefano, > > On 10/7/19 6:06 PM, Stefano Babic wrote: >> Hi Parthiban, >> >> On 23/08/19 18:19, Parthiban Nallathambi wrote: >>> Firmware Configuration Block(FCB) for imx6ul(l) needs to be >>> BCH e

Re: [U-Boot] [u-boot-imx/next] WaRP7 & Pico-Pi i.MX7 NOK

2019-10-07 Thread Stefano Babic
Hi Pierre-Jen, On 07/10/19 20:44, Pierre-Jean Texier wrote: > Stefano, Peng, > > I just compiled a fresh U-Boot with u-boot-imx/next and It looks > like commit 34f2feb ("imx: mmc_env: update runtime SD/MMC boot env > device") [1] > breaks my WaRP7 (but the same for

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-07 Thread Stefano Babic
+arch/arm/mach-imx/cmd_nandbcb.c:87: undefined reference to `free_bch' +arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.28.0.20170307 assertion fail ../../bfd/elf32-arm.c:9512 +make[1]: *** [u-boot] Error 1 +make: *** [sub-make] Error 2 0 01 /1 pfla02 Can you check this

Re: [U-Boot] Pico-imx7d break

2019-10-07 Thread Stefano Babic
On 07/10/19 17:41, Joris Offouga wrote: > Hi Stefano, > > I try to build pico-pi_imx7d_defconfig in your next branch but build > failed. You apply my  series but V1 version not V2. I have already found it, I guess it came when I pull Otavio's (but I am not sure). I fixed and T

Re: [U-Boot] [PATCH v4] imx: Add support for i.MX28 based XEA board

2019-10-05 Thread Stefano Babic
Hi Lukasz, board cannot be built fine. Please check on u-boot-imx, -next branch. Regards, Stefano On 10/09/19 13:01, Lukasz Majewski wrote: > From: Mans Rullgard > > This patch introduces support for i.MX28 based XEA board. > > This board supports DM/DTS in U-Boot proper as w

Re: [U-Boot] [PATCH 2/3] imx: add the i.MX8M reset controller node

2019-10-05 Thread Stefano Babic
ller driver >> (patch 1/3) be merged anyway, and I'll follow up with the DTS change? >> Would be easier for me to handle the number of patches to submit. > > I think so. > > Stefano is the one who will apply your patch if he is happy with it. > I agree with you, too. I

Re: [U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ

2019-09-27 Thread Stefano Babic
to the number of changes and release is approaching. But I will not try to pick up random patches from u-boot-imx master and try to push it just to get it in release. I am starting to pick up all pacthes that are ready in -next, starting from u-boot-imx, -master. Regards, Stefano -- ===

[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Stefano Babic
palis_imx6: add board_fit_config_name_match to support FIT in SPL apalis_imx6: fix broken fsl_esdhc_imx conversion imx: apalis_imx6: select MX6Q via Kconfig spl: imx: only use HAB if spl fit signature is not enabled Robert Hancock (1): ARM: imx: Support larger SPL size on IMX6DQ

Re: [U-Boot] [PATCH v2 00/08] Please pull https://github.com/OSSystems/u-boot for-imx

2019-09-22 Thread Stefano Babic
Hi Otavio, thanks for "preparation" - I have pulled it and I will send to Tom after Travis run. Regards, Stefano On 20/09/19 21:52, Otavio Salvador wrote: > The following changes since commit 053ed25ecc694087308e3313e35d7d977de8173f: > > configs: pico-imx7d: Convert to D

[U-Boot] [PATCH] imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB

2019-09-20 Thread Stefano Babic
CONFIG_SECURE_BOOT is too generic and forbids to use it for cross architecture purposes. If Secure Boot is required for imx, this means to enable and use the HAB processor in the soc. Signed-off-by: Stefano Babic --- Makefile | 4 ++-- arch/arm/include

[U-Boot] [PATCH] board: imx6dl_mamoj: set the value for CSF size

2019-09-19 Thread Stefano Babic
Default value is too high and it covers the worst case. SPL for imx6dl_mamoj becomes too big and cannot fit into the OCRAM, but CSF size can be reduced. Signed-off-by: Stefano Babic CC: Jagan Teki CC: Breno Lima --- configs/imx6dl_mamoj_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [U-Boot] [RFC 06/15] secure boot: rename CONFIG_SECURE_BOOT

2019-09-19 Thread Stefano Babic
CH_MX7 || ARCH_MX6 || ARCH_MX5 >> select FSL_CAAM if HAS_CAAM >> imply CMD_DEKBLOB >> diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig >> b/arch/powerpc/cpu/mpc85xx/Kconfig >> index c038a6ddb0f4..9cf6ebbfe3ce 100644 >> --- a/arch/powerpc/cpu/mpc85xx/Kconfig

Re: [U-Boot] [PATCH 3/4] imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabled

2019-09-19 Thread Stefano Babic
On 19/09/19 07:37, Jagan Teki wrote: > Hi Stefano, > > On Wed, Sep 18, 2019 at 1:29 PM Stefano Babic wrote: >> >> Hi Jagan, Breno, >> >> On 17/09/19 09:13, Jagan Teki wrote: >>> Hi Breno, >>> >>> On Thu, Jul 18, 2019 at 6:06 PM Breno Ma

Re: [U-Boot] [PATCH 3/4] imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabled

2019-09-19 Thread Stefano Babic
Hi Breno, On 19/09/19 03:31, Breno Matheus Lima wrote: > HI Stefano and Jagan, > > Em qua, 18 de set de 2019 às 04:59, Stefano Babic escreveu: >> >> Hi Jagan, Breno, >> >> On 17/09/19 09:13, Jagan Teki wrote: >>> Hi Breno, >>> >>> On

Re: [U-Boot] [PATCH 3/4] imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabled

2019-09-18 Thread Stefano Babic
#endif > > But, if the target enable HAB on SPL the size would be part of SPL > limit, isn't ? Indeed - it is not clear to me, too, if it is correct, even if CSF is added later by the NXP signing tools. The patch reduces significantly the available space for SPL, I just wondering

Re: [U-Boot] [PATCH 2/4] habv4: tools: Avoid hardcoded CSF size for SPL targets

2019-09-17 Thread Stefano Babic
On 17/09/19 05:26, Breno Matheus Lima wrote: > Hi Stefano, > > Em seg, 16 de set de 2019 às 05:17, Stefano Babic escreveu: >> >> Hi Breno, >> >> On 12/09/19 03:07, Peng Fan wrote: >>> Hi Breno, >>> >>>> Subject: [PATCH 2/4] habv4

Re: [U-Boot] imx6dl_mamoj broken

2019-09-17 Thread Stefano Babic
Hi Fabio, On 16/09/19 23:21, Fabio Estevam wrote: > Hi Anatolij/Stefano/Jagan, > > On Mon, Sep 16, 2019 at 5:20 PM Anatolij Gustschin wrote: > >> This check fails since the recent changes in SPL size limit check, >> see commit 25d38f9b34be (imx6: spl: Reduc

Re: [U-Boot] imx6dl_mamoj broken

2019-09-17 Thread Stefano Babic
Hi Robert, On 17/09/19 01:37, Robert Hancock wrote: > On 2019-09-16 3:08 p.m., Stefano Babic wrote: >> Hi Anatolji, >> >> On 16/09/19 22:20, Anatolij Gustschin wrote: >>> Hi Jagan, >>> >>> On Mon, 16 Sep 2019 13:36:03 +0530 >>> Jagan Teki j

Re: [U-Boot] imx6dl_mamoj broken

2019-09-16 Thread Stefano Babic
for Solo /Dl there is 68KB available for user (address 0x907000--0x917FFF). I do not remember the details, but then we have to reserve space for gd, stack, etc. This leads to the actual value. Regards, Stefano -- = DENX Software

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Stefano Babic
Hi Tom, Jagan, On 16/09/19 20:10, Tom Rini wrote: > On Mon, Sep 16, 2019 at 08:02:52PM +0200, Stefano Babic wrote: >> Hi Tom, >> >> On 16/09/19 19:12, Tom Rini wrote: >>> On Mon, Sep 16, 2019 at 10:06:43AM +0200, Stefano Babic wrote: >>> >>>> Hi

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Stefano Babic
Hi Tom, On 16/09/19 19:12, Tom Rini wrote: > On Mon, Sep 16, 2019 at 10:06:43AM +0200, Stefano Babic wrote: > >> Hi Tom, >> >> please pull from u-boot-imx, thanks. >> >> There is still a broken board (imx6dl_mamoj) - it will be fixed later. >

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Stefano Babic
Hi Joris, On 16/09/19 12:55, Joris Offouga wrote: > I build with success dwarf board and nymph board and i update my patch > with your master branch : > https://github.com/jorisoffouga/u-boot/commits/pico-imx7/dmvideo > Yes, this fine, thanks - I picked the new versions up. Rega

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