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

2019-09-16 Thread Stefano Babic
On 16/09/19 10:43, Joris OFFOUGA wrote: > Hi Stefano, > > Thanks, I have a separate branch for my "next" master and your patches break the dwarf /nymph boards: arm: + pico-nymph-imx7d +drivers/built-in.o: In function `cfg_video_init': +drivers/video/cfb_consol

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

2019-09-16 Thread Stefano Babic
On 16/09/19 10:16, Joris OFFOUGA wrote: > Hi Stefano, > > You don't apply my series in your PR? > No, I am applying them on top of it and then I send a new PR. Regards, Stefano > Best Regards,  > Joris Offouga  > > Le lun. 16 sept. 2019 à 10:13, Stefano Babic

Re: [U-Boot] imx6dl_mamoj broken

2019-09-16 Thread Stefano Babic
On 16/09/19 10:06, Jagan Teki wrote: > Hi Stefano, > > On Mon, Sep 16, 2019 at 1:23 PM Stefano Babic wrote: >> >> Hi Raffaele, hi Simone, >> >> your imx6dl_mamoj is broken on u-boot-imx. Reason is that SPL overrruns >> and it is bigger as t

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

2019-09-16 Thread Stefano Babic
news on this ? I dropped it from u-boot-imx due the breakage, but I can easy pick it up again if it will be fixed. Regards, Stefano > Regards, > Peng. > >> >> Currently it's not possible to authenticate the U-Boot proper of >> mx6ul_14x14_evk_defconfig target: &g

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

2019-09-16 Thread Stefano Babic
on IMX6DQ Stefano Babic (3): Merge branch 'nxp-imx-8-13' of https://github.com/MrVan/u-boot into master-next Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets" imx: fix missing MAINTAINERS pico boards Tom Rini (1): Merge tag 'efi-2019-10-rc4-4

[U-Boot] imx6dl_mamoj broken

2019-09-16 Thread Stefano Babic
]: *** [spl/u-boot-spl.bin] Error 1 +make[1]: *** Deleting file `spl/u-boot-spl.bin' +make: *** [sub-make] Error 2 Can you check it and fix it, please ? You see the error here: https://travis-ci.org/sbabic/u-boot-imx/jobs/584953098 Best regards, Stefano Babic

Re: [U-Boot] [PATCH] imx: fix pico-dwarf-imx6ul and pico-dwarf-imx7d build issues

2019-09-14 Thread Stefano Babic
efconfig | 2 +- > > It seems that configs/pico-nymph-imx7d_defconfig conversion is missing. > > I haven't seen your patch earlier and also sent a fix: > https://lists.denx.de/pipermail/u-boot/2019-September/383582

Re: [U-Boot] [PATCH 1/5] pico-imx6ul: Add DWARF baseboard support

2019-09-14 Thread Stefano Babic
On 14/09/19 14:16, Otavio Salvador wrote: > On Sat, Sep 14, 2019 at 8:22 AM Stefano Babic wrote: > ... >> Otavio, I am also fine if you send a follow-up patch to fix it - your >> decision. > > Anatolij sent a fix already. I acked it and copied you. > Yes, thanks -

Re: [U-Boot] [PATCH 1/5] pico-imx6ul: Add DWARF baseboard support

2019-09-14 Thread Stefano Babic
follow-up patch to fix it - your decision. 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: [U-Boot] Please pull pico-imx7d-2019.10-1 from https://github.com/OSSystems/u-boot

2019-09-14 Thread Stefano Babic
Hi Joris, I am pulling all patches for the release, I wil ltake care of yours, too. Regards, Stefano On 14/09/19 12:01, Joris Offouga wrote: > +Stefano Babic > > Le 14/09/2019 à 11:56, Joris Offouga a écrit : >> Hi Otavio, >> >> I adjust my repo with your PR

Re: [U-Boot] [NXP-IMX] please pull nxp-imx-9-11-2019

2019-09-12 Thread Stefano Babic
Hi Peng, On 11/09/19 14:28, Peng Fan wrote: > Hi Stefano, > > Please pull nxp-imx-9-11-2019. This pull request was based on imx/master. > > But I also created a new branch based on origin/master, imx-master-9-11-2019 > and > CI is based the branch: https://travis-ci.or

Re: [U-Boot] Add support for imxrt

2019-09-11 Thread Stefano Babic
; to 'imxrt' and 'imx'. So should follow the same criterias for porting? I > mean adding the new folder 'mach-imxrt'? Agree - we should follow the same schema. Regards, Stefano > > Also, do I find some of you in IRC sometimes? > &

Re: [U-Boot] Using CONFIG_ENV_FLAGS_LIST

2019-09-09 Thread Stefano Babic
On 09/09/19 14:54, Claudius Heine wrote: > Hi Stefano, > > On 09/09/2019 13.26, Stefano Babic wrote: >> Hi Claudius, >> >> On 02/09/19 16:02, Claudius Heine wrote: >>> Hi, >>> >>> I am currently looking into variable flags in orde

Re: [U-Boot] [PATCH] imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode

2019-09-09 Thread Stefano Babic
On 09/09/19 10:02, Lukasz Majewski wrote: > Hi Heiko, Stefano > >> Hello Lukasz, >> >> Am 05.09.2019 um 11:42 schrieb Lukasz Majewski: >>> Hi Stefano, >>> >>>> On 04/09/19 12:35, Lukasz Majewski wrote: >>>&g

Re: [U-Boot] Using CONFIG_ENV_FLAGS_LIST

2019-09-09 Thread Stefano Babic
le making all environment read-write. Heiko's patch is a work-around to get a signed environment. What I had for is to provide a signed environment (outside U-Boot with libubootenv), and U-Boot just verifies as it does for a kernel image - U

Re: [U-Boot] [PATCH] imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode

2019-09-05 Thread Stefano Babic
On 04/09/19 12:35, Lukasz Majewski wrote: > On Wed, 4 Sep 2019 11:54:40 +0200 > Lukasz Majewski wrote: > >> Hi Stefano, Heiko, >> >>> On 04/09/19 10:46, Lukasz Majewski wrote: >>>> Hi Heiko, >>>> >>>>> Hel

Re: [U-Boot] [PATCH] imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode

2019-09-04 Thread Stefano Babic
On 04/09/19 10:46, Lukasz Majewski wrote: > Hi Heiko, > >> Hello Lukasz, >> >> added Stefano to cc as he is the imx custodian. > > I've relied on patman ... Thanks for adding Stefano to CC. > >> >> Am 03.09.2019 um 23:43 schrieb Lukasz Majewsk

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

2019-08-07 Thread Stefano Babic
On 07/08/19 15:18, Adam Ford wrote: > On Wed, Aug 7, 2019 at 8:11 AM Stefano Babic wrote: >> >> On 07/08/19 15:03, Adam Ford wrote: >>> On Wed, Jul 10, 2019 at 10:59 AM Robert Hancock >>> wrote: >>>> >>>> Previously the SPL size

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

2019-08-07 Thread Stefano Babic
and FDT control. >> > > I am not sure if you CC'd Stefano, but you might want to include him > to get his attention. I added him to the list. He did, I was just thinking about if this could be automatically set. > >> Signed-off-by: Robert Hancock >> --- >>

Re: [U-Boot] [PATCH RESEND 01/14] imx: i.MX7ULP: add get_boot_device

2019-08-05 Thread Stefano Babic
On 02/08/19 19:46, Fabio Estevam wrote: > Hi Stefano, > > On Sun, Jul 21, 2019 at 10:43 PM Fabio Estevam wrote: >> >> On Sun, Jul 21, 2019 at 10:24 PM Peng Fan wrote: >>> >>> Add get_boot_device for i.MX7ULP >>> >>> Signed-off-by: Peng

Re: [U-Boot] [PATCH v1] colibri_imx7: boot kernel in secure mode

2019-08-01 Thread Stefano Babic
o not agree >> with this patch. >> >> Upstream U-Boot should be able to boot upstream Linux. I'd rather prefer >> to carry that patch in our downstream fork (or set the bootm_boot_mode >> environment in our boot script). > > Totally agree with you here,

Re: [U-Boot] [PATCH v2 0/5] nitrogen6x device tree migration

2019-07-29 Thread Stefano Babic
Hi Troy, On 29/07/19 02:59, Troy Kisky wrote: > On 7/27/2019 5:21 AM, Stefano Babic wrote: >> +++ >> arch/arm/dts/imx53-m53menlo-u-boot.dtsi |5 + >> arch/arm/dts/

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

2019-07-27 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 0de815356474912ef5bef9a69f0327a5a93bb2c2: Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git

Re: [U-Boot] [PATCH v2 3/3] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

2019-07-23 Thread Stefano Babic
Hi Fabio, On 22/07/19 20:31, Fabio Estevam wrote: > Hi Lukasz and Stefano, > > On Tue, Jun 11, 2019 at 10:53 AM Lukasz Majewski wrote: >> >> Hi Fabio, Stefano, >> >>> Hi Stefano, >>> >>> On Tue, Jun 11, 2019 at 10:11 AM Stefano Babic wrote

Re: [U-Boot] [PATCH 1/3] spl: imx6: Let spl_boot_device return USDHC1 or USDHC2

2019-07-15 Thread Stefano Babic
s 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. >> >> Signed-off-by: Adam Ford >> > > Stefano, > Sin

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

2019-07-04 Thread Stefano Babic
insertions(+), 122 deletions(-) create mode 100644 arch/arm/dts/imx6q-wandboard-revb1.dts create mode 100644 arch/arm/dts/imx6qdl-wandboard-revd1.dtsi create mode 100644 arch/arm/dts/imx6qp-wandboard-revd1.dts Regards, Stefano

Re: [U-Boot] Question regarding the Common Clock Framework CCF v5 patches

2019-07-04 Thread Stefano Babic
121348/ >> >> I'm delegated to merge those, but I don' think that I shall merge my >> own patches. >> >> Hence, I would like to ask you to change the delegation (or I can do it >> myself with your permission) to Stefano (CC'ed) as the v4 was also >> delegated

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

2019-06-28 Thread Stefano Babic
Hi Fabio, On 28/06/19 12:37, Fabio Estevam wrote: > Hi Stefano, > > On Fri, Jun 28, 2019 at 4:26 AM Stefano Babic wrote: >> >> Hi Tom, >> >> please pull some fixes for i.MX, thanks ! > > Could you please also consider the following series for Wandboard?

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

2019-06-28 Thread Stefano Babic
Hi Tom, please pull some fixes for i.MX, thanks ! Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/551532048 The following changes since commit 77f6e2dd0551d8a825bab391a1bd6b838874bcd4: Merge tag 'efi-2019-07-rc5-2' of git://git.denx.de/u-boot-efi (2019-06-15 13:03:00 -0400) are

Re: [U-Boot] [PATCH v2] apalis_imx6: increase phy autoneg timeout

2019-06-27 Thread Stefano Babic
Hi Philippe, On 27/06/19 14:17, Philippe Schenker wrote: > On Thu, 2019-06-27 at 14:03 +0200, Stefano Babic wrote: >> Hi Igor, >> >> On 24/06/19 10:39, Igor Opaniuk wrote: >>> From: Igor Opaniuk >>> >>> Default value (4000ms) of PHY_ANEG_TIMEOUT f

Re: [U-Boot] [PATCH v2] apalis_imx6: increase phy autoneg timeout

2019-06-27 Thread Stefano Babic
tonegotiation fails several times and (maybe with some switches) it has a bigger probability to succeed if we increase the timeout, that is the phy tries more time to set up the link. Best regards, Stefano Babic > Signed-off-by: Igor Opaniuk > --- > > v2: > - Based on empirical r

Re: [U-Boot] ping http://patchwork.ozlabs.org/patch/1094196/

2019-06-27 Thread Stefano Babic
On 23/06/19 10:04, Hannes Schmelzer wrote: > hi stefano, > > how about merging this? > In principle it is ok, but I will merge it into -next and not for 2019.07. Regards, Stefano -- = DENX Software Engi

Re: [U-Boot] [PATCH] apalis_imx6: fix set_emmcargs wrapper

2019-06-27 Thread Stefano Babic
Hi Igor, On 27/06/19 11:26, Igor Opaniuk wrote: > Hi Stefano, > > On Wed, Jun 26, 2019 at 10:37 AM Philippe Schenker wrote: >> >> On Tue, 2019-06-25 at 14:48 +0300, Igor Opaniuk wrote: >>> From: Igor Opaniuk >>> >>> Fix set_emmcargs wrapper, whi

Re: [U-Boot] [v8, 0/5] Split fsl_esdhc driver for i.MX

2019-06-25 Thread Stefano Babic
Hi everybody, On 25/06/19 13:59, Marek Vasut wrote: > On 6/25/19 7:38 AM, Peng Fan wrote: >>> Subject: Re: [v8, 0/5] Split fsl_esdhc driver for i.MX >>> >>> On 6/24/19 7:28 AM, Peng Fan wrote: >>>> Hi Y.b, Stefano, >>>> >>>>>

Re: [U-Boot] Default environment file

2019-06-13 Thread Stefano Babic
Hi Vladimir, On 12/06/19 23:33, Vladimir Oltean wrote: > On Wed, 12 Jun 2019 at 19:30, Stefano Babic wrote: >> >> Hi Tom, >> >> Hi everybody, >> >> On 12/06/19 16:16, Tom Rini wrote: >>> On Wed, Jun 12, 2019 at 10:43:26AM +0200, Stefano Babic wr

Re: [U-Boot] Default environment file

2019-06-12 Thread Stefano Babic
Hi Tom, Hi everybody, On 12/06/19 16:16, Tom Rini wrote: > On Wed, Jun 12, 2019 at 10:43:26AM +0200, Stefano Babic wrote: >> Hi Pascal, >> >> On 12/06/19 10:20, Linder Pascal wrote: >>> Hi everyone, >>> >>> >>> I am currently mov

Re: [U-Boot] [PATCH v4 1/2] regulator: bd71837: copy the bd71837 pmic

2019-06-12 Thread Stefano Babic
Hi Maitti, On 12/06/19 12:24, Vaittinen, Matti wrote: > Hello Stefano, > > On Mon, 2019-06-10 at 11:40 +0200, sba...@denx.de wrote: >>> https://source.codeaurora.org/external/imx/uboot-imx >>> cherry picked, styled and merged commits: >>> - MLK-183

Re: [U-Boot] Default environment file

2019-06-12 Thread Stefano Babic
ier to set an own environment via OE BSP layer without pushing for each small change to U-Boot. Not only, environments often conflict, and what is good for a project becomes evil for another one. Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH v2 3/3] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

2019-06-11 Thread Stefano Babic
gt; Signed-off-by: Frieder Schrempf >> [Various build fixes] >> Signed-off-by: Sjoerd Simons > > Does this look good to you? > I have no comments, but from the discussion I felt there are still some issues and I left it over. Stefano > Could we have this for 2

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

2019-06-11 Thread Stefano Babic
100644 include/configs/colibri-imx8x.h create mode 100644 include/configs/pcl063_ull.h create mode 100644 include/power/bd71837.h Thanks, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HR

Re: [U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework

2019-06-11 Thread Stefano Babic
On 10/06/19 23:36, Lukasz Majewski wrote: > Hi Stefano, > >>> This commit brings the files from Linux kernel to provide clocks >>> support as it is used on the Linux kernel with common clock >>> framework [CCF] setup. The directory structure has been preserved.

Re: [U-Boot] [PATCH 2/2] i.MX6: nand: add nandbcb command for imx

2019-06-10 Thread Stefano Babic
On 10/06/19 21:18, Shyam Saini wrote: Thanks for this work - this is still missing in current U-Boot. I will merge this for the upcoming release - letting this in, we could win some more testers helping to adjust if there are some issues. >>> >>> Thanks. Looks like it is FINALLY

Re: [U-Boot] [PATCH 2/2] i.MX6: nand: add nandbcb command for imx

2019-06-10 Thread Stefano Babic
On 10/06/19 19:35, Sergey Kubushyn wrote: > On Mon, 10 Jun 2019, Stefano Babic wrote: > >> Hi Jagan, Shyam, > > [dd] > >> Thanks for this work - this is still missing in current U-Boot. I will >> merge this for the upcoming release - letting this in, we could

Re: [U-Boot] [PATCH 2/2] i.MX6: nand: add nandbcb command for imx

2019-06-10 Thread Stefano Babic
ll missing in current U-Boot. I will merge this for the upcoming release - letting this in, we could win some more testers helping to adjust if there are some issues. Thanks again, Stefano > > Signed-off-by: Jagan Teki > Signed-off-by: Sergey Kubushyn > Signed-off-by: Shyam Saini

Re: [U-Boot] [PATCH 1/2] arm: i.MX: Add CMD_NANDBCB Kconfig entry

2019-06-10 Thread Stefano Babic
rootfs package. > + > config NXP_BOARD_REVISION > bool "Read NXP board revision from fuses" > depends on ARCH_MX6 || ARCH_MX7 > Reviewed-by: Stefano Babic best regards, Stefano Babic -- = D

Re: [U-Boot] [PATCH] ARM: imx: cm_fx6: Drop ad-hoc SATA binding

2019-06-10 Thread Stefano Babic
c: Nikita Kiryanov > Cc: Stefano Babic > --- > board/compulab/cm_fx6/cm_fx6.c | 63 -- > configs/cm_fx6_defconfig | 1 - > 2 files changed, 64 deletions(-) > > diff --git a/board/compulab/cm_fx6/cm_fx6.c b/board/compulab/cm_fx6/c

Re: [U-Boot] [PATCH] net: fec_mxc: not access reserved register on i.MX8

2019-06-10 Thread Stefano Babic
net/fec_mxc.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Applied to u-boot-staging/ag...@denx.de, thanks! > I have this in u-boot-imx, too, but I do not think it is a problem when we send PR to Tom. Stefano -- ==

Re: [U-Boot] [PATCH 2/3] pico-imx6ul: MAINTAINERS: Unify all board entries

2019-06-10 Thread Stefano Babic
On 10/06/19 11:49, sba...@denx.de wrote: >> It is easier to consolidate all boards into a single entry. >> Signed-off-by: Fabio Estevam > > Applied to u-boot-imx, master, thanks ! > As note: I have added configs/pico-imx7d_bl33_defconfig to fix Trav

Re: [U-Boot] [PATCH 1/2] board: engicam: Handle mmc recovery partition, root

2019-06-10 Thread Stefano Babic
cpart + 1); Maybe I repeat myself - this is your board, and fine for me if you do in this way. But is not much more flexible to do this with a script instead of hard code into the board file ? > env_set("mmcroot", mmcblk); > > sprintf(cmd, "mmc dev %d", d

[U-Boot] [PATCH 2/2] mx6sx: vining2000: pinmux usdhc4 reset

2019-06-09 Thread Stefano Babic
commit/3bbd03e4edf419ff3eb00e58f6b4d73d216f8202 I have just applied this as you did before renaming, no need to repost - I am just tracking while the applied patch differs from the one in patchwork. Regards, Stefano -- = DEN

Re: [U-Boot] [PATCH V2 6/7] ARM: imx: novena: Enable DM PCI

2019-06-09 Thread Stefano Babic
On 09/06/19 03:49, Marek Vasut wrote: > On 6/8/19 10:45 PM, Stefano Babic wrote: >> Hi Marek, >> >> On 17/05/19 20:32, Marek Vasut wrote: >>> Enable DM PCI support on iMX6Q Novena. >>> >>> Signed-off-by: Marek Vasut >>> Cc: Fabio

Re: [U-Boot] [PATCH v2] imx: Extend PCL063 support for phyCORE-i.MX6ULL SOM

2019-06-09 Thread Stefano Babic
imx6ull-dart-6ul.dtb dtb-$(CONFIG_ARCH_MX6) += \ I fix this myself by merging, no need to post again. Best regards, Stefano > Notes: > Changes in v2: > - disabled gpmi and usdhc by default in pcl063-common.dtsi. Board > dts enables it based on the flash storag

Re: [U-Boot] [PATCH V2 6/7] ARM: imx: novena: Enable DM PCI

2019-06-08 Thread Stefano Babic
Hi Marek, On 17/05/19 20:32, Marek Vasut wrote: > Enable DM PCI support on iMX6Q Novena. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Stefano Babic > Cc: Vagrant Cascadian > --- > V2: New patch > --- > configs/novena_defconfig | 1 + > 1 file

Re: [U-Boot] [PATCH v4 09/13] dm: clk: Define clk_get_by_id() for clk operations

2019-06-08 Thread Stefano Babic
ID to search for > + * > + * @clkp:A pointer to clock struct that has been found among added clocks > + * to UCLASS_CLK > + * @return zero on success, or -ENOENT on error > + */ > +int clk_get_by_id(ulong id, struct clk **clkp); > #endif > Reviewed-by: St

Re: [U-Boot] [PATCH v4 06/13] clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)

2019-06-08 Thread Stefano Babic
; + struct clk *clk = _clk_fixed_rate(dev)->clk; > #if !CONFIG_IS_ENABLED(OF_PLATDATA) > to_clk_fixed_rate(dev)->fixed_rate = > dev_read_u32_default(dev, "clock-frequency", 0); > #endif > + /* Make fixed rate clock accessible from higher

Re: [U-Boot] [PATCH v4 07/13] dm: clk: Define clk_get_parent() for clk operations

2019-06-08 Thread Stefano Babic
> /** > + * clk_get_parent() - Get current clock's parent. > + * > + * @clk: A clock struct that was previously successfully requested by > + * clk_request/get_by_*(). > + * @return pointer to parent's struct clk, or error code passed as pointer > + */ > +struct clk

Re: [U-Boot] [PATCH v4 04/13] clk: Extend struct clk to provide information regarding clock rate

2019-06-08 Thread Stefano Babic
; /* in HZ */ > /* > * Written by of_xlate. In the future, we might add more fields here. >*/ > Reviewed-by: Stefano Babic Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing D

Re: [U-Boot] [PATCH v4 05/13] clk: Extend struct clk to provide clock type agnostic flags

2019-06-08 Thread Stefano Babic
not > * sufficient. If used, it can be populated through an .of_xlate op and > @@ -57,6 +60,7 @@ struct udevice; > struct clk { > struct udevice *dev; > unsigned long rate; /* in HZ */ > + uint32_t flags; > /* >* Written by of_xla

Re: [U-Boot] [PATCH v4 03/13] clk: Remove clock ID check in .get_rate() of clk_fixed_*

2019-06-08 Thread Stefano Babic
; index d8d9f86c86..50dbb13655 100644 > --- a/drivers/clk/clk_fixed_rate.c > +++ b/drivers/clk/clk_fixed_rate.c > @@ -15,9 +15,6 @@ struct clk_fixed_rate { > > static ulong clk_fixed_rate_get_rate(struct clk *clk) > { > - if (clk->id != 0) > - return

Re: [U-Boot] [PATCH] configs: Remove CONFIG_SPL_FS_EXT4 for all MX6 platforms

2019-05-31 Thread Stefano Babic
gt; >>>>>> ./scripts/bloat-o-meter old new >>>>>> add/remove: 0/59 grow/shrink: 0/3 up/down: 0/-8674 (-8674) >>>>>> [..] >>>>>> Total: Before=38320, After=29646, chg -22.64% >>>>>> >>>>>>

Re: [U-Boot] [PATCH 1/2] mtd: mxs_nand_spl: fix nand_command protocol violation

2019-05-17 Thread Stefano Babic
; for those two commands. >>> >>> Also align the code with nand_base to support 16 bit devices. >>> >>> Tested on an iMX6SX device with: >>> * Winbond W29N04GVSIAA >>> * Spansion S34ML04G100TF100 >>> * Samsung K9F4G08U00 >>> >>

Re: [U-Boot] [PATCH 2/8] ea20: remove board

2019-05-17 Thread Stefano Babic
est in updating > it, this patch proposes to remove it. Acked-by: Stefano Babic Best regards, Stefano Babic > > Signed-off-by: Bartosz Golaszewski > --- > arch/arm/include/asm/mach-types.h | 1 - > arch/arm/mach-davinci/Kconfig | 7 - > board/davinci/ea20/Kconfig

Re: [U-Boot] [PATCH 6/8] mt_ventoux: remove board

2019-05-17 Thread Stefano Babic
est in updating > it, this patch proposes to remove it. Acked-by: Stefano Babic Best regards, Stefano Babic > > Signed-off-by: Bartosz Golaszewski > --- > arch/arm/include/asm/mach-types.h| 1 - > arch/arm/mach-omap2/omap3/Kconfig| 6 - > board/teejet/mt_ventoux/

Re: [U-Boot] [PATCH 7/8] twister: remove board

2019-05-17 Thread Stefano Babic
ressed interest in updating > it, this patch proposes to remove it. > Yes, correct, and I have not a working board anymore. Acked-by: Stefano Babic Best regards, Stefano Babic > Signed-off-by: Bartosz Golaszewski > --- > arch/arm/include/asm/mach-types.h| 1 - > arch/arm/

Re: [U-Boot] ARM: omap3_logic: Enable UUID

2019-05-05 Thread Stefano Babic
On 03/05/19 20:32, Fabio Estevam wrote: > Hi Stefano, > > On Fri, Apr 26, 2019 at 7:11 AM wrote: >> >>> Instead of hardcoding the mmcroot to /dev/mmcblkX, use the UUID >>> method. >>> Signed-off-by: Adam Ford >>> diff --git a/configs/omap

Re: [U-Boot] WaRP7 nok on master

2019-05-02 Thread Stefano Babic
Hi Piere, Lukasz, On 01/05/19 20:49, Pierre-Jean Texier wrote: > Hi Fabio, Stefano, > > Just FYI, I just tested the U-Boot master branch (with u-boot-imx merges). > And I have some problems when the WaRP7 boot-up. > In fact, no output... > > However, on u-boot-imx, everythi

Re: [U-Boot] [PATCH] Makefile: Create single image for imx6 socs based boards

2019-04-30 Thread Stefano Babic
On 30/04/19 19:08, Jagan Teki wrote: > On Tue, Apr 30, 2019 at 10:30 PM Stefano Babic wrote: >> >> On 30/04/19 18:56, Jagan Teki wrote: >>> Hi Stefano, >>> >>> On Tue, Apr 30, 2019 at 9:36 PM Stefano Babic wrote: >>>> >>>> Hi

Re: [U-Boot] [PATCH] Makefile: Create single image for imx6 socs based boards

2019-04-30 Thread Stefano Babic
On 30/04/19 18:56, Jagan Teki wrote: > Hi Stefano, > > On Tue, Apr 30, 2019 at 9:36 PM Stefano Babic wrote: >> >> Hi Shyam, >> >> On 30/04/19 12:33, Shyam Saini wrote: >>> IMX6 platform has two stage boot loaders like SPL and >>> U-Bo

[U-Boot] Pull request: u-boot-imx u-boot-imx-20190426

2019-04-30 Thread Stefano Babic
warp7: Switch to DM USB Stefan Agner (3): tdx-cfg-block: simplify i.MX 6 module detection colibri-imx6ull: set module variant depending on config block apalis/colibri_imx6/imx6ull: make sure loadaddr does not collide Stefano Babic (1): imx8qxp_mek: drop warning due to unused

Re: [U-Boot] [PATCH] Makefile: Create single image for imx6 socs based boards

2019-04-30 Thread Stefano Babic
n of=/dev/mmcblk0 bs=1k seek=1 > I am quite confused. There is already a "u-boot-with-spl.imx" target, this works since a lot of time. Which is the reason to duplicate this feature or where is the difference ? Best regards, Stefano Babic > This would be easily

Re: [U-Boot] [REGRESSION] [PATCH] imx: add lowlevel init for ARM64

2019-04-28 Thread Stefano Babic
On 27/04/19 01:58, Peng Fan wrote: > Hi Marcel, > > Please apply this patch, Joe has not pick it up. > https://patchwork.ozlabs.org/patch/1085432/ > > Stefano, > > Would you pick it up? It is acked by Joe, i assign the patch to me in patchwork and I pick

Re: [U-Boot] [U-Boot,RESEND,10/10] imx: support i.MX8QM MEK board

2019-04-26 Thread Stefano Babic
On 26/04/19 12:50, Marcel Ziswiler wrote: > Hi Stefano > > On Fri, 2019-04-26 at 09:37 +, sba...@denx.de wrote: >>> Add i.MX8QM MEK board support. >>> Included a basic dts, enabled SPL FIT >>> Boot log as below: >>> U-Boot SPL 2019.01-rc1-00029-

Re: [U-Boot] [PATCH v2 5/5] board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support

2019-04-26 Thread Stefano Babic
Hi Marcel, On 26/04/19 11:58, Marcel Ziswiler wrote: > Hi Stefano > > On Fri, 2019-04-26 at 11:46 +0200, Stefano Babic wrote: >> On 26/04/19 11:20, Marcel Ziswiler wrote: >>> Hi Igor >>> >>> Sorry, somehow I missed your comments below (;-p). >&

Re: [U-Boot] [PATCH v2 5/5] board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support

2019-04-26 Thread Stefano Babic
u-boot-imx. Please just send 5/5. Regards, Stefano > > On Thu, 2019-04-11 at 12:47 +0200, Igor Opaniuk wrote: >> Hi Marcel, >> >> Reviewed-by: Igor Opaniuk >> >> Some minor comments below (can be addressed in different patch): >> >> On Tue,

Re: [U-Boot] [PATCH v2 5/5] board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support

2019-04-26 Thread Stefano Babic
Hi Peng, On 26/04/19 04:10, Peng Fan wrote: > Hi Stefano, > >> Subject: Re: [PATCH v2 5/5] board: toradex: add colibri imx8qxp 2gb wb it >> v1.0b module support >> >> Hi Marcel, >> >> On 25/04/19 14:35, Marcel Ziswiler wrote: >>> Hi Stefano

Re: [U-Boot] (no subject)

2019-04-26 Thread Stefano Babic
Hi Parthiban, I missed this one, thanks for remind. I will just push to u-boot-imx and then merge yours. Regards, Stefano On 26/04/19 10:02, Parthiban Nallathambi wrote: > Ping on this patch. > > Thanks, > Parthiban N > > On 4/10/19 4:35 PM, Parthiban Nallathambi wrote

Re: [U-Boot] [PATCH v2 5/5] board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support

2019-04-25 Thread Stefano Babic
Hi Marcel, On 25/04/19 14:35, Marcel Ziswiler wrote: > Hi Stefano > > On Thu, 2019-04-25 at 12:48 +0200, Stefano Babic wrote: >> Hi Marcel, >> >> On 09/04/19 17:25, Marcel Ziswiler wrote: >>> From: Marcel Ziswiler >>> >>> This commit adds i

Re: [U-Boot] [PATCH] pico-imx6ul: Add DWARF baseboard support

2019-04-25 Thread Stefano Babic
INTAINERS (./board/technexion/pico-imx6ul/MAINTAINERS) is missing. Can you add it, please ? Best regards, Stefano > > configs/pico-dwarf-imx6ul_defconfig | 64 + > include/configs/pico-imx6ul.h | 6 ++- > 2 files changed, 68 insertions(+), 2 deletions(-)

Re: [U-Boot] [PATCH 6/8] imx8: cpu: get temperature when print cpu desc

2019-04-25 Thread Stefano Babic
On 25/04/19 15:46, Peng Fan wrote: > Hi Stefano. > >> Subject: Re: [PATCH 6/8] imx8: cpu: get temperature when print cpu desc >> >> Hi Peng, >> >> On 12/04/19 09:55, Peng Fan wrote: >>> Read the temperature when print cpu inforation. >>> >&

Re: [U-Boot] [PATCH v2 5/5] board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support

2019-04-25 Thread Stefano Babic
ins and stops with error: +cc1: fatal error: opening output file spl/u-boot-spl.cfgout: No such file or directory +compilation terminated. Can you take a look at it ? Regards, Stefano > Changes in v2: > - Changed imx-atf git clone command to include initial branch > information as

Re: [U-Boot] [PATCH 6/8] imx8: cpu: get temperature when print cpu desc

2019-04-25 Thread Stefano Babic
v, plat->name, plat->freq_mhz); > + ret = snprintf(buf, size, "NXP i.MX8%s Rev%s %s at %u MHz", > +plat->type, plat->rev, plat->name, plat->freq_mhz); > + > + if (IS_ENABLED(CONFIG_IMX_SCU_THERMAL)) { > + buf = buf + ret; &g

Re: [U-Boot] [PATCH V2 2/5] pico-imx7d: defconfig: Add DT file hooks

2019-04-25 Thread Stefano Babic
On 25/04/19 11:57, Joris Offouga wrote: > > Le 25/04/2019 à 11:26, Stefano Babic a écrit : >> On 25/04/19 11:18, Joris OFFOUGA wrote: >>> >>> Le jeu. 25 avr. 2019 à 11:12, Stefano Babic >> <mailto:sba...@denx.de>> a écrit : >>> >>>  

Re: [U-Boot] [PATCH V2 2/5] pico-imx7d: defconfig: Add DT file hooks

2019-04-25 Thread Stefano Babic
On 25/04/19 11:18, Joris OFFOUGA wrote: > > > Le jeu. 25 avr. 2019 à 11:12, Stefano Babic <mailto:sba...@denx.de>> a écrit : > > On 25/04/19 11:00, Stefano Babic wrote: > > On 04/04/19 14:00, Joris Offouga wrote: > >> This patch adds DT fil

Re: [U-Boot] [PATCH V2 2/5] pico-imx7d: defconfig: Add DT file hooks

2019-04-25 Thread Stefano Babic
On 25/04/19 11:00, Stefano Babic wrote: > On 04/04/19 14:00, Joris Offouga wrote: >> This patch adds DT file hooks for Pico i.MX7D SOM and variant boards >> >> Signed-off-by: Joris Offouga >> --- >> configs/pico-hobbit-imx7d_defconfig | 3 ++- >>

Re: [U-Boot] [PATCH V2 2/5] pico-imx7d: defconfig: Add DT file hooks

2019-04-25 Thread Stefano Babic
it.dtb" > +CONFIG_OF_CONTROL=y > +CONFIG_DEFAULT_DEVICE_TREE="imx7d-pico-hoobit" ^--- two much "o" I fix this myself by merging. Best regards, Stefano Babic -- = DENX Software Engine

Re: [U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-25 Thread Stefano Babic
On 25/04/19 09:31, Jun Nie wrote: >> >> I merged Joris' series and build is in progress. >> >> Regards, >> Stefano >> > Great! I will prepare my patch based on that. But I cannot find latest > pico patch on denx master repo. Right. > Did you merge it

Re: [U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-25 Thread Stefano Babic
ies from Joris that does the pico-mx7d DM conversion. > > When is that series expected to be merged? > I merged Joris' series and build is in progress. Regards, Stefano -- = DENX Software Engineering GmbH, Man

Re: [U-Boot] [PATCH v3 1/9] Revert "pico-imx7d: Add LCD support"

2019-04-24 Thread Stefano Babic
On 24/04/19 05:59, Jun Nie wrote: > This reverts commit 9e3c0174da842dd88f5feaffbf843ba332233897. > --- This drops a feature developped from someone else without any clarification. I won't apply this. Regards, Stefano Babic > board/technexion/pico-imx7d/pico-imx

Re: [U-Boot] [PATCH V2 0/5] Convert Pico i.MX7 to DM

2019-04-24 Thread Stefano Babic
On 24/04/19 12:18, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Apr 15, 2019 at 5:16 AM Stefano Babic <mailto:sba...@denx.de>> wrote: > > On 15/04/19 10:02, jorisoffouga wrote: > > Hi Stefano > > > > I think this series should be

Re: [U-Boot] [PATCH] ARM: imx: Fix typo in select option for ZMX25

2019-04-15 Thread Stefano Babic
zmx25" > select BOARD_LATE_INIT > - select CPU_ARM926EJS1 > + select CPU_ARM926EJS > > endchoice > > Reviewed-by : Stefano Babiy Best regards, Stefano Babic -- = DENX Software Engineering Gm

Re: [U-Boot] [PATCH V2 0/5] Convert Pico i.MX7 to DM

2019-04-15 Thread Stefano Babic
On 15/04/19 10:02, jorisoffouga wrote: > Hi Stefano > > I think this series should be applied for 2019.04 ? 2019.04 is out, this goes to 2019.07 Stefano > > BR > > Joris > > Le 05/04/2019 à 15:28, Joris OFFOUGA a écrit : >> >> >> Le ven. 5 avr

[U-Boot] Pull request: u-boot-imx u -boot-imx-201900415

2019-04-15 Thread Stefano Babic
ame drivers/video/{ => imx}/mxc_ipuv3_fb.c (88%) rename drivers/video/{ => imx}/mxcfb.h (100%) Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenst

Re: [U-Boot] [PATCH 3/4] Remove #define CONFIG_CRC32

2019-04-14 Thread stefano babic
/* FIT images need CRC32 support */ > # define IMAGE_ENABLE_CRC32 1 > # define IMAGE_ENABLE_MD5 1 > # define IMAGE_ENABLE_SHA1 1 > Reviewed-by: Stefano Babic Best regards, Stefano -- = DENX Softwa

Re: [U-Boot] tbs2910 not buildable

2019-04-14 Thread Stefano Babic
Hi Soeren, On 14/04/19 12:46, Soeren Moch wrote: > Hi Stefano, > > On 14.04.19 11:52, stefano babic wrote: >> Hallo Soeren, >> >> after pulling from Tom and merging u-boot-imx, - next, your board is not >> buildable anymore. Better: it is buildable, b

[U-Boot] tbs2910 not buildable

2019-04-14 Thread stefano babic
CONFIG_EFI_PARTITION (I supposed EFI is not used on this board), solves the issue. I can do myself in this way or let me know what is your preferred way. Best regards, Stefano Babic -- = DENX Software Engineering GmbH

Re: [U-Boot] i.MX initial PR

2019-04-11 Thread stefano babic
Hi Otavio, Am 11.04.19 um 02:41 schrieb Otavio Salvador: > Hello Stefano, > > We have a bunch of queued patches on imx/next tree and as we are > working on porting boards over DM it'd be good to get all current work > soon merged on master so we can conduct tests and find regr

Re: [U-Boot] [PATCH] mmc: add eraseenv command

2019-04-07 Thread Stefano Babic
Hi Frank, On 07/04/19 17:20, Frank Wunderlich wrote: > Hi Stefano, > > I agree a global env erase which calls device-specific function is better > than current implementation. I havn't figured out how i can implement it. Is > there a simple example for this? > IMHO the U

[U-Boot] [PATCH] mmc: add eraseenv command

2019-04-07 Thread Stefano Babic
is calls the corresponding function for SPI /MMC / NAND /.. ? Best regards, Stefano Babic > Signed-off-by: Frank Wunderlich > --- > cmd/mmc.c | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/cmd/mmc.c b/cmd/mmc.c > index 8bc36481

Re: [U-Boot] How to enforce saveenv at boot

2019-04-05 Thread Stefano Babic
t environment and you check and delete it if exists, maybe in your "preboot". if env_exists use_default;then setenv use_default;saveenv;fi I do not know if there is a better way to do this. Best regards, Stefano -- ===

[U-Boot] Pull request: u-boot-imx u -boot-imx-201900405

2019-04-05 Thread Stefano Babic
| 3 --- include/configs/kp_imx53.h| 2 -- tools/imx8m_image.sh | 4 ++-- Best regards, Stefano -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office

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