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

2019-06-25 Thread Oleksandr Suvorov
ime-out to 8000ms. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > include/configs/apalis_imx6.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h > index 4b0a3fb26b..246d

Re: [U-Boot] [PATCH v1 1/3] apalis-tk1: configs: remove legacy usbboot command

2019-07-10 Thread Oleksandr Suvorov
-135,7 +117,6 @@ > > "setusbupdate=usb start && setenv interface usb; setenv drive 0; " \ > > "load ${interface} ${drive}:1 ${loadaddr} flash_blk.img && > > " \ > > "source ${loadaddr}\0&

Re: [U-Boot] [PATCH v1 2/3] apalis_imx6: configs: remove legacy usbboot command

2019-07-10 Thread Oleksandr Suvorov
1_0-eval.dtb" > > @@ -218,7 +197,6 @@ > > MEM_LAYOUT_ENV_SETTINGS \ > > NFS_BOOTCMD \ > > SD_BOOTCMD \ > > - USB_BOOTCMD \ > > "setethupdate=if env exists ethaddr; then; el

Re: [U-Boot] [PATCH v1 3/3] colibri_imx6: configs: remove legacy usbboot command

2019-07-10 Thread Oleksandr Suvorov
gt; MEM_LAYOUT_ENV_SETTINGS \ > > NFS_BOOTCMD \ > > SD_BOOTCMD \ > > - USB_BOOTCMD \ > > "setethupdate=if env exists ethaddr; then; else setenv ethaddr " \ > > "00:14:2d:00:00:00; fi; tftpboot ${loa

Re: [U-Boot] [PATCH 1/6] video: mxsfb: fix mxsfb fbdev binding issues

2019-07-11 Thread Oleksandr Suvorov
case 18: > > + bytes_pp = 4; > > + break; > > + case 16: > > + bytes_pp = 2; > > + break; > > + case 8: > > + bytes_pp = 1; > > + break; > > +

Re: [U-Boot] [PATCH 4/6] colibri-imx6ull: support building with DM_VIDEO=y

2019-07-11 Thread Oleksandr Suvorov
> 2.17.1 > > > > > -- > Best regards - Freundliche GrĂ¼sse - Meilleures salutations > > Igor Opaniuk > > mailto: igor.opan...@gmail.com > skype: igor.opanyuk > +380 (93) 836 40 67 > http://ua.linkedin.com/in/iopaniuk > __

Re: [U-Boot] [PATCH 3/6] configs: colibri_imx7: enable DM_VIDEO

2019-07-11 Thread Oleksandr Suvorov
836 40 67 > http://ua.linkedin.com/in/iopaniuk > ___ > U-Boot mailing list > U-Boot@lists.denx.de > https://lists.denx.de/listinfo/u-boot Reviewed-by: Oleksandr Suvorov -- Best regards Oleksandr Suvorov Toradex AG Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500 4800 (main line) ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 2/6] ARM: dts: colibri_imx7: Fix lcdif node definition

2019-07-11 Thread Oleksandr Suvorov
gt; > + de-active = <1>; > > + hsync-active = <0>; > > + vsync-active = <0>; > > + pixelclk-active = <0>; > > +

Re: [U-Boot] [PATCH 5/6] ARM: dts: colibri-imx6ull: extend lcdif node

2019-07-11 Thread Oleksandr Suvorov
nc-active = <0>; > > + pixelclk-active = <0>; > > + }; > > + }; > > + }; > > }; > > > > /* PWM */ > > -- > > 2.17.1 > > > > > -- > B

Re: [U-Boot] [PATCH 6/6] configs: colibri-imx6ull: switch to DM_VIDEO

2019-07-11 Thread Oleksandr Suvorov
.opanyuk > +380 (93) 836 40 67 > http://ua.linkedin.com/in/iopaniuk > ___ > U-Boot mailing list > U-Boot@lists.denx.de > https://lists.denx.de/listinfo/u-boot Reviewed-by: Oleksandr Suvorov -- Best regards Oleksandr Suvorov Toradex AG Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500 4800 (main line) ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v2 1/1] colibri_imx7: introduce androidboot wrapper

2019-07-11 Thread Oleksandr Suvorov
ndroid env var for simplifying the process of > > writing new gpt table from U-boot shell/fastboot. > > > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > > --- > > > > v2: > > - add proper serialnum value for bootargs instead hardcoded stu

Re: [U-Boot] [RFC 1/4] video: fsl_dcu_fb: refactor init functions

2019-07-11 Thread Oleksandr Suvorov
y video stack (filling GraphicPanel struct etc.). > > > > Add wrappers for all init functions, that will let to provide > > struct fb_info as an additional param (needed for further moving it from > > the global scope to driver private data struct in DM converted driver). &g

Re: [U-Boot] [PATCH 2/2] imx8qm/qxp: Set SPL TEXT base to OCRAM base

2019-07-12 Thread Oleksandr Suvorov
On Fri, 12 Jul 2019 at 12:34, Ye Li wrote: > > Modify the SPL TEXT base from OCRAM alias to OCRAM base 0x10, so > we can use full OCRAM not limit to 96KB > > Signed-off-by: Ye Li Reviewed-by: Oleksandr Suvorov > --- > configs/imx8qm_mek_defconfig | 1 + > confi

Re: [U-Boot] [PATCH 1/2] imx8: Jump from alias to OCRAM address at SPL init

2019-07-12 Thread Oleksandr Suvorov
> significantly and may exceed 96KB. > So to fix the problem, we will change SPL linker address to OCRAM > address 0x10. And then jump to the absolute address not the PC relative > address for entering OCRAM. > > Signed-off-by: Ye Li Reviewed-by: Oleksandr Su

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

2019-07-12 Thread Oleksandr Suvorov
: Stefan Agner > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > common/fdt_support.c | 35 +++ > include/fdt_support.h | 2 ++ > 2 files changed, 37 insertions(+) > > diff --git a/common/fdt_support.c b/comm

Re: [U-Boot] [PATCH v1 2/2] board: colibri_imx7: reserve DDR memory for Cortex-M4

2019-07-12 Thread Oleksandr Suvorov
ory. > > Signed-off-by: Stefan Agner > Signed-off-by: Igor Opaniuk > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/include/asm/mach-imx/sys_proto.h | 2 ++ > board/toradex/colibri_imx7/colibri_imx7.c | 37 +++

Re: [U-Boot] [PATCH 1/1] efi_selftest: do not call CloseEvent() after ExitBootServices()

2019-07-12 Thread Oleksandr Suvorov
On Fri, 12 Jul 2019 at 14:04, Heinrich Schuchardt wrote: > > Boot services are not available after calling ExitBootServices(). So we > should not try to close an event here. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Oleksandr Suvorov > --- > .../efi_selfte

Re: [U-Boot] [RFC 2/4] video: fsl_dcu_fb: add DM_VIDEO support

2019-07-12 Thread Oleksandr Suvorov
lly include 'u-boot,dm-pre-reloc' property in > > soc and child nodes to enable driver binding to fsl_dcu_fb device. > > > > Currently display timings aren't obtained from DT. > > > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > > ---

Re: [U-Boot] [RFC 3/4] ARM: dts: colibri_vf: Add dcu0 node

2019-07-12 Thread Oleksandr Suvorov
; converted driver to be probed. Currently no display timings are provided > > in this node. > > > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > > --- > > arch/arm/dts/vf-colibri-u-boot.dtsi | 4 > > arch/arm/dts/vf-colibri.dtsi| 5

Re: [U-Boot] [RFC 4/4] colibri_vf: enable DM_VIDEO

2019-07-12 Thread Oleksandr Suvorov
On Thu, 11 Jul 2019 at 17:28, Igor Opaniuk wrote: > > + Oleksandr, Philippe > > On Mon, Jun 10, 2019 at 2:48 PM Igor Opaniuk wrote: > > > > From: Igor Opaniuk > > > > Enable DM_VIDEO for Colibri VF. > > > > Signed-off-by: Igor Opaniuk Revie

Re: [U-Boot] [PATCH 1/5] toradex: configblock: initialize MMC before switching partition

2019-07-09 Thread Oleksandr Suvorov
} > if (part != mmc_get_blk_desc(mmc)->hwpart) { > if (blk_select_hwpart_devnum(IF_TYPE_MMC, dev, part)) { > puts("MMC partition switch failed\n"); > -- > 2.21.0 > > _____

Re: [U-Boot] [PATCH 4/5] toradex: configblock: fix apalis imx8 target

2019-07-09 Thread Oleksandr Suvorov
tdx_hw_tag.prodid = > COLIBRI_IMX8QXP_WIFI_BT_IT; > -- > 2.21.0 > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > https://lists.denx.de/listinfo/u-boot Reviewed-by: Oleksandr Suvorov ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 2/5] toradex: configblock: generic wi-fi/bt handling

2019-07-09 Thread Oleksandr Suvorov
') { > if (wb == 'y' || wb == 'Y') > tdx_hw_tag.prodid = > COLIBRI_IMX6ULL_WIFI_BT_IT; > -- > 2.21.0 > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > https://lists.denx.de/listinfo/u-boot Reviewed-by: Oleksandr Suvorov ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 3/5] toradex: configblock: fix colibri imx8x target

2019-07-09 Thread Oleksandr Suvorov
tdx_hw_tag.prodid = COLIBRI_IMX8DX; > + } > + } else if (!strcmp("tegra20", soc)) { > if (it == 'y' || it == 'Y') > if (gd->ram_size == 0x1000) > tdx_hw_tag.prodid = COLIBRI_T20_

Re: [U-Boot] [PATCH 5/5] toradex: configblock: fix long line

2019-07-09 Thread Oleksandr Suvorov
________ > U-Boot mailing list > U-Boot@lists.denx.de > https://lists.denx.de/listinfo/u-boot Reviewed-by: Oleksandr Suvorov ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v1 6/9] apalis-tk1: switch to zImage

2019-07-31 Thread Oleksandr Suvorov
On Wed, Jul 31, 2019 at 3:09 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Switch to the generic compressed Kernel image type (zImage) instead of > the U-Boot specific uImage format. > > Signed-off-by: Bhuvanchandra DV > Signed-off-by: Igor Opaniuk Review

Re: [U-Boot] [PATCH v1 5/9] apalis-tk1: add pcie_aspm=off to defargs

2019-07-31 Thread Oleksandr Suvorov
On Wed, Jul 31, 2019 at 3:09 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Disabling ASPM fixes incompatibilities with some PCIe cards > > Signed-off-by: Dominik Sliwa > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs

Re: [U-Boot] [PATCH v1 8/9] apalis-tk1: remove default vesa vga mode from vidargs

2019-07-31 Thread Oleksandr Suvorov
uot; LVDS display which will be available > in the Toradex webshop shortly. > > Signed-off-by: Marcel Ziswiler > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/apalis-tk1.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -

Re: [U-Boot] [PATCH v1 9/9] apalis-tk1: remove non-esential power rails on boot

2019-07-31 Thread Oleksandr Suvorov
a > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/mach-tegra/tegra124/cpu.c | 45 ++ > board/toradex/apalis-tk1/as3722_init.c | 23 + > 2 files changed, 68 insertions(+) > > diff --git a/arch/arm/ma

Re: [U-Boot] [PATCH v1 1/2] colibri_imx6/imx7/imx8x: use distroboot by default

2019-08-27 Thread Oleksandr Suvorov
On Fri, Aug 23, 2019 at 8:01 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Use distro_bootcmd as defauult bootcmd instead of legacy wrappers. > > Signed-off-by: Igor Opaniuk In general: Reviewed-by: Oleksandr Suvorov But if you will push a new version, please fix the t

Re: [U-Boot] [PATCH v1] apalis-tk1: use distroboot by default

2019-08-30 Thread Oleksandr Suvorov
On Wed, Aug 28, 2019 at 7:41 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Use distro boot by default instead legacy wrappers. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > configs/apalis-tk1_defconfig | 2 +- > 1 file chang

Re: [U-Boot] [PATCH] ARM: exynos5: Try to boot on mmc2 before mmc0/1

2019-08-30 Thread Oleksandr Suvorov
01b54c4f50ec103 with > > DM_MMC, exynos boards now enumarates external SD/MMC slot as mmc2, > > instead of mmc1 with legacy mode. Moving mmc2 before mmc1/0 restore > > the previous behavior of trying external SD/MMC before internal slot. > > > > Signed-off-by: Guillaume GARDET Re

Re: [U-Boot] [PATCH v1 2/2] apalis_imx6: use distroboot by default

2019-08-27 Thread Oleksandr Suvorov
On Fri, Aug 23, 2019 at 8:01 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Use distro_bootcmd as defauult bootcmd instead of legacy wrappers. > > Signed-off-by: Igor Opaniuk In general: Reviewed-by: Oleksandr Suvorov But if you will push a new version, please fix the t

Re: [U-Boot] [PATCH 1/3] fat: write: fix broken write to fragmented files

2019-09-16 Thread Oleksandr Suvorov
y adding proper check for cluster discontinuity and adjust chunk size > on each partial write. > > Signed-off-by: Marek Szyprowski Reviewed-by: Oleksandr Suvorov > --- > fs/fat/fat_write.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/

Re: [U-Boot] [PATCH v1 1/9] apalis-tk1: do not explicitly release reset_moci#

2019-07-31 Thread Oleksandr Suvorov
out of reset. > > Please further note that with this change the USB hub on the Apalis > Evaluation board is kept in reset in U-Boot and therefore none of its > ports are operational in U-Boot. > > Signed-off-by: Marcel Ziswiler > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksa

Re: [U-Boot] [PATCH v1 2/9] apalis-tk1: set apalis gpio 8 aka fan_en

2019-07-31 Thread Oleksandr Suvorov
On Wed, Jul 31, 2019 at 3:07 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Make sure the Apalis GPIO 8 aka FAN_EN is on when using Apalis TK1 > modules. > > Signed-off-by: Igor Opaniuk > Signed-off-by: Dominik Sliwa Reviewed-by: Oleksandr Suvorov > --- &g

Re: [U-Boot] [PATCH v1 3/9] apalis-tk1: provide proper USB vendor id

2019-07-31 Thread Oleksandr Suvorov
On Wed, Jul 31, 2019 at 3:09 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Use unified values for USB Product/Vendor numbers > when the config block is missing > > Signed-off-by: Max Krummenacher > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov &

Re: [U-Boot] [PATCH v2 4/9] apalis-tk1: enable user debug by default

2019-08-01 Thread Oleksandr Suvorov
On Thu, Aug 1, 2019 at 11:11 AM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Let the kernel print some debug messages when a user program > crashes due to an exception. > > Signed-off-by: Stefan Agner > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov &g

Re: [U-Boot] [PATCH v2 7/9] apalis-tk1/t30: colibri_t30: display reset reason

2019-08-01 Thread Oleksandr Suvorov
On Thu, Aug 1, 2019 at 11:09 AM Igor Opaniuk wrote: > > From: Dominik Sliwa > > Display proper reset reason after the SoC info. > > Signed-off-by: Dominik Sliwa > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/

Re: [U-Boot] [PATCH v2 1/3] pinctrl: nxp: DM_FLAG_PRE_RELOC by default

2019-07-25 Thread Oleksandr Suvorov
eset cause, > DRAM details etc.). > > To achieve this we need to force appropriate pinctrl drivers to get > probed before relocation. > > Fixes: cd69e8ef9b ("colibri-imx6ull: migrate pinctrl and regulators to > dtb/dm") > Signed-off-by: Igor Opaniuk Reviewed-by:

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

2019-07-25 Thread Oleksandr Suvorov
+ > additionally fix checkpatch warnings. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/dts/imx6ull-colibri-u-boot.dtsi | 4 + > arch/arm/dts/imx6ull-colibri.dts | 596 +--- > ar

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

2019-07-25 Thread Oleksandr Suvorov
ersion, > CPU defails, Reset cause, DRAM details etc.). > > Fixes: cd69e8ef9b ("colibri-imx6ull: migrate pinctrl and regulators to > dtb/dm") > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/dts/imx6ull-colibri-u-boot.dtsi | 8 +++

Re: [U-Boot] [PATCH v3] imx: add u-boot-nand.imx target

2019-07-25 Thread Oleksandr Suvorov
ables this > image for a board. > > Signed-off-by: Stefan Agner > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > v3: > - fixed depedency of Ksymbol > > v2: > - addressed Jagan's comment > > Kconfig| 1 + > Make

Re: [U-Boot] [PATCH v1] colibri_imx7: provide proper node name to pmic_get

2019-07-25 Thread Oleksandr Suvorov
e: POR > DRAM: 512 MiB > initcall sequence 9ffd3a4c failed at call 87803c61 (err=-19) > ERROR Please RESET the board > > Fixes: 4213609cc7("drivers: core: use strcmp when find device by name") > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- >

Re: [U-Boot] [PATCH] colibri-imx6ull: fix vidargs

2019-07-10 Thread Oleksandr Suvorov
0) > -- > 2.21.0 > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > https://lists.denx.de/listinfo/u-boot Reviewed-by: Oleksandr Suvorov ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v1 5/6] ARM: dts: imx7: imx7_colibri: introduce fec node

2019-12-03 Thread Oleksandr Suvorov
On Mon, Nov 4, 2019 at 12:14 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Sync DTS with the mainline Linux and introduce fec node and > regulator configuration for rn5t567 PMU. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/a

Re: [U-Boot] [PATCH v1 6/6] colibri_imx7: migrate to DM_ETH

2019-12-03 Thread Oleksandr Suvorov
On Mon, Nov 4, 2019 at 12:16 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Migrate to DM_ETH and remove hardcoded pinmux configuration. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > board/toradex/colib

Re: [U-Boot] [PATCH v1 4/6] apalis_imx6: migrate to DM_ETH

2019-12-03 Thread Oleksandr Suvorov
On Mon, Nov 4, 2019 at 12:13 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Migrate to DM_ETH and remove hardcoded pinmux configuration. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > board/toradex/apa

Re: [U-Boot] [PATCH v2 2/3] mach-imx: bootaux: add dcache flushing before enabling M4

2019-12-03 Thread Oleksandr Suvorov
${board_name}/hello_world.bin > > cp.b ${loadaddr} 0x7F8000 $filesize > > bootaux 0x7F8000 > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/mach-imx/imx_bootaux.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/ar

Re: [U-Boot] [PATCH v1 2/6] colibri_imx6: migrate to DM_ETH

2019-12-03 Thread Oleksandr Suvorov
On Mon, Nov 4, 2019 at 12:14 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Migrate to DM_ETH and remove hardcoded pinmux configuration. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > board/toradex/colib

Re: [U-Boot] [PATCH v1 3/6] ARM: dts: imx6_apalis: introduce fec node

2019-12-03 Thread Oleksandr Suvorov
On Mon, Nov 4, 2019 at 12:16 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Sync DTS with the mainline Linux and introduce fec node. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/dts/imx6-apalis.dts | 22 +

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

2019-12-03 Thread Oleksandr Suvorov
he Linux remoteproc > driver [1]. > > [1] > https://elixir.bootlin.com/linux/latest/source/drivers/remoteproc/imx_rproc.c > > Signed-off-by: Igor Opaniuk > Signed-off-by: Stefan Agner Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/include/asm/mach-imx/sys_proto.h |

Re: [U-Boot] [PATCH v1 1/6] ARM: dts: imx6_colibri: introduce fec node

2019-12-03 Thread Oleksandr Suvorov
On Mon, Nov 4, 2019 at 12:13 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Sync DTS with the mainline Linux and introduce fec node. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/dts/imx6-colibri.dts | 20 +++

Re: [U-Boot] [PATCH v2 1/3] mach-imx: bootaux: print stack pointer and reset vector

2019-12-03 Thread Oleksandr Suvorov
Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/mach-imx/imx_bootaux.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/mach-imx/imx_bootaux.c b/arch/arm/mach-imx/imx_bootaux.c > index 3d9422d5a2..ee786f7d06 100644 > --- a/

Re: [U-Boot] [PATCH v2 5/5] imx: nandbcb: add support for writing BCB only

2019-10-23 Thread Oleksandr Suvorov
000 > Writing 1024 bytes to 0x0: randomizing > OK > Writing 1024 bytes to 0x2: randomizing > OK > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/mach-imx/cmd_nandbcb.c | 92 - > 1 file changed, 91

Re: [U-Boot] [PATCH v2 2/5] nand: mxs_nand: add API for switching different BCH layouts

2019-10-23 Thread Oleksandr Suvorov
Add API for setting BCH to specific layout (and restoring it back) used by > ROM bootloader to be able to burn it in a proper way to NAND using > nandbcb command. > > Signed-off-by: Igor Opaniuk > Signed-off-by: Anti Sullin Reviewed-by: Oleksandr Suvorov > ---

Re: [U-Boot] [PATCH v2 1/5] imx: gpmi: add defines for hw randominizer

2019-10-23 Thread Oleksandr Suvorov
check i.MX7 APR, section > 9.6.6.3 GPMI Integrated ECC Control Register Description > (GPMI_ECCCTRLn) > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/include/asm/mach-imx/regs-gpmi.h | 5 + > 1 file changed, 5 insertions(+) > > diff

Re: [U-Boot] [PATCH v2 4/5] imx: nandbcb: refactor update function

2019-10-23 Thread Oleksandr Suvorov
On Mon, Oct 21, 2019 at 4:41 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Move code for writing FCB/DBBT pages to a separate function > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/mach-imx/cmd_nandbcb.c | 221 ++

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

2019-10-23 Thread Oleksandr Suvorov
On Mon, Oct 21, 2019 at 4:40 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Add support for updating FCB/DBBT on i.MX7: > - additional new fields in FCB structure > - Leverage hardware BCH/randomizer for writing FCB > > Signed-off-by: Igor Opaniuk Review

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

2019-12-19 Thread Oleksandr Suvorov
ote/AN4581.pdf > [2] https://lists.denx.de/pipermail/u-boot/2019-July/379103.html > [3] https://lists.denx.de/pipermail/u-boot/2019-September/383412.html > [4] https://community.nxp.com/message/1138659 > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > &

Re: [PATCH v1] mailmap: Update mail address for Igor Opaniuk

2019-12-19 Thread Oleksandr Suvorov
On Tue, Dec 17, 2019 at 2:49 PM Igor Opaniuk wrote: > > My address at Linaro doesn't exist anymore, so people > keep getting mail delivery error responses. Map this address > to the actual one. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > >

Re: [PATCH v1] mach-imx: nandbcb: improve cmd help

2019-12-19 Thread Oleksandr Suvorov
On Mon, Dec 16, 2019 at 2:06 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Add info about supported i.MX7, improve details the usage of > bcbonly subcommand. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/mach-imx/cmd_nan

Re: [PATCH v1] Revert "core: device: use dev_power_domain_on"

2019-12-19 Thread Oleksandr Suvorov
iMX8X and > IMX8 QM ROM 7720a1 board. Revert it until the problem is properly fixed. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > drivers/core/device.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/driver

Re: [PATCH v5 4/6] doc: board: colibri-imx8x: convert readme to reST

2020-02-13 Thread Oleksandr Suvorov
On Wed, Feb 12, 2020 at 5:15 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Convert README to reStructuredText format. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > board/toradex/colibri-imx8x/README | 66 --- &

Re: [PATCH v5 2/6] doc: board: verdin-imx8mm: convert readme to reST

2020-02-12 Thread Oleksandr Suvorov
On Wed, Feb 12, 2020 at 5:15 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Convert README to reStructuredText format. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > board/toradex/verdin-imx8mm/README | 88 -- >

Re: [PATCH v5 3/6] doc: board: apalis-imx8: convert readme to reST

2020-02-12 Thread Oleksandr Suvorov
On Wed, Feb 12, 2020 at 5:15 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Convert README to reStructuredText format. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > board/toradex/apalis-imx8/README | 66 -

Re: [PATCH v5 6/6] doc: board: add rockchip subfolder

2020-02-12 Thread Oleksandr Suvorov
> Reviewed-by: Heinrich Schuchardt Reviewed-by: Oleksandr Suvorov > --- > > doc/board/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/board/index.rst b/doc/board/index.rst > index f2f5907b8c..f061e8ecfc 100644 > --- a/doc/board/index.rst > +++ b/

Re: [PATCH v5 1/6] doc: board: toradex: add colibri_imx7.rst

2020-02-12 Thread Oleksandr Suvorov
t; for both eMMC/NAND versions of Colibri iMX7. > > Reviewed-by: Bin Meng > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > doc/board/index.rst| 1 + > doc/board/toradex/colibri_imx7.rst | 127 + > doc/board

Re: [PATCH v1 2/5] toradex: tdx-cfg-block: add Verdin i.MX8MM support

2020-01-23 Thread Oleksandr Suvorov
ot;Verdin iMX8M Mini 2GB Wi-Fi / BT IT", > }; I think it is better to add missing Apalis iMX8 items in a separate commit. If you'll push the next version, please keep it in mind. Anyway, Reviewed-by: Oleksandr Suvorov > > #ifdef CONFIG_TDX_CFG_BLOCK_IS_IN_MMC

Re: [PATCH v1 1/5] dt-bindings: pinctrl: imx8mm: add alternative uart muxings

2020-01-23 Thread Oleksandr Suvorov
On Thu, Jan 23, 2020 at 1:32 PM Igor Opaniuk wrote: > > From: Max Krummenacher > > Add alternative UART muxing defines. > > Signed-off-by: Max Krummenacher > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/dts/imx8mm-pinfunc.h |

Re: [PATCH v1 5/5] board: toradex: verdin-imx8mm: add MAINTAINERS

2020-01-23 Thread Oleksandr Suvorov
On Thu, Jan 23, 2020 at 1:32 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Assign Igor Opaniuk as a board maintainer. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > board/toradex/verdin-imx8mm/MAINTAINERS | 9 + >

Re: [PATCH v1 4/5] board: toradex: verdin-imx8mm: add README

2020-01-23 Thread Oleksandr Suvorov
On Thu, Jan 23, 2020 at 1:32 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Add README with build steps for U-boot and TF-A for Verdin i.MX8MM SoM. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > board/torade

Re: [PATCH v3 1/7] arm: dts: imx8mm-pinfunc: sync latest linux-next pin func header

2020-01-29 Thread Oleksandr Suvorov
On Tue, Jan 28, 2020 at 3:43 PM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > Synchronise with latest linux-next kernel pin func header file. > > Signed-off-by: Marcel Ziswiler Reviewed-by: Oleksandr Suvorov > > --- > > Changes in v3: > - Drop pinfunc

Re: [PATCH v1] colibri_imx7: add README file

2020-02-07 Thread Oleksandr Suvorov
> +> nand erase.part u-boot2 > +> nand write ${loadaddr} u-boot2 ${filesize} > + > +Using update_uboot script > += > + > +You can also usb U-boot env update_uboot script, > +which wraps all eMMC/NAND specific command invocation: > + > +> load mmc 1:1 $loadaddr u-boot-dtb.imx > +> run update_uboot > + > +[1] https://www.nxp.com/webapp/Download?colCode=IMX7DRM > +[2] https://www.nxp.com/docs/en/application-note/AN4581.pdf > +[3] doc/imx/habv4/introduction_habv4.txt > -- > 2.17.1 > -- Best regards Oleksandr Suvorov Toradex AG Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500 4800 (main line)

Re: U-Boot Logo showing incorrect colors with eLCDIF

2020-01-23 Thread Oleksandr Suvorov
U-Boot logo appear with the correct color on your boards with > eLCDIF controller? > > Thanks, > > Fabio Estevam -- Best regards Oleksandr Suvorov cryo...@gmail.com

Re: [PATCH v2 3/8] toradex: tdx-cfg-block: add Apalis iMX8X support

2020-01-27 Thread Oleksandr Suvorov
On Sun, Jan 26, 2020 at 5:55 AM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > Add support for storing configuration for Apalis iMX8X SoM > in Toradex config block. > > Signed-off-by: Marcel Ziswiler Reviewed-by: Oleksandr Suvorov > > --- > > Changes

Re: [PATCH v2 4/8] toradex: tdx-cfg-block: add Verdin iMX8M Mini support

2020-01-27 Thread Oleksandr Suvorov
On Sun, Jan 26, 2020 at 5:56 AM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > Add support for storing configuration for Verdin iMX8M Mini SoM > in Toradex config block. > > Signed-off-by: Marcel Ziswiler > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvor

Re: [PATCH v2 8/8] imx: imx8mm_evk: spelling in readme file

2020-01-27 Thread Oleksandr Suvorov
On Sun, Jan 26, 2020 at 5:56 AM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > Minor spelling fix in README file. > > Signed-off-by: Marcel Ziswiler Reviewed-by: Oleksandr Suvorov > > --- > > Changes in v2: None > > board/freescale/imx8mm_ev

Re: [PATCH v2 6/8] board: toradex: verdin-imx8mm: add README

2020-01-27 Thread Oleksandr Suvorov
On Sun, Jan 26, 2020 at 5:56 AM Marcel Ziswiler wrote: > > From: Igor Opaniuk > > Add README with build steps for U-boot and TF-A for Verdin iMX8M Mini SoM. > > Signed-off-by: Igor Opaniuk > Signed-off-by: Marcel Ziswiler Reviewed-by: Oleksandr Suvorov > >

Re: [PATCH v2 7/8] board: toradex: verdin-imx8mm: add MAINTAINERS

2020-01-27 Thread Oleksandr Suvorov
On Sun, Jan 26, 2020 at 5:56 AM Marcel Ziswiler wrote: > > From: Igor Opaniuk > > Assign Igor Opaniuk as a board maintainer. > > Signed-off-by: Igor Opaniuk > Signed-off-by: Marcel Ziswiler Reviewed-by: Oleksandr Suvorov > > --- > > Changes in v2: > -

Re: [PATCH v1 1/5] colibri_vf: enable relocation of fdt and initrd

2020-02-05 Thread Oleksandr Suvorov
ly relocate kernel, device tree and > initrd. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/colibri_vf.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/colibri_vf.h b/include/configs/colib

Re: [PATCH v1 2/5] colibri_imx7: enable relocation of fdt and initrd

2020-02-05 Thread Oleksandr Suvorov
ly relocate kernel, device tree and > initrd. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/colibri_imx7.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri

Re: [PATCH v1 5/5] colibri_imx6: enable relocation of fdt and initrd

2020-02-05 Thread Oleksandr Suvorov
ly relocate kernel, device tree and > initrd. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/colibri_imx6.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri

Re: [PATCH v1 4/5] colibri-imx6ull: enable relocation of fdt and initrd

2020-02-05 Thread Oleksandr Suvorov
ly relocate kernel, device tree and > initrd. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/colibri-imx6ull.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/colibri-imx6ull.h > b/include/configs/

Re: [PATCH v1 3/5] apalis_imx6: enable relocation of fdt and initrd

2020-02-05 Thread Oleksandr Suvorov
ly relocate kernel, device tree and > initrd. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/apalis_imx6.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis

Re: [PATCH v1 5/5] colibri_imx6: enable relocation of fdt and initrd

2020-02-05 Thread Oleksandr Suvorov
ly relocate kernel, device tree and > initrd. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/colibri_imx6.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri

Re: [PATCH v1 2/2] ARM: dts: imx8mm-verdin: drop rgmii_rxc_dly/txc_dly

2020-02-14 Thread Oleksandr Suvorov
On Fri, Feb 14, 2020 at 2:37 PM Igor Opaniuk wrote: > > From: Max Krummenacher > > The FEC in the i.MX8MM doesn't support this feature. So don't pretend one > can use it. > > Signed-off-by: Max Krummenacher > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov

Re: [PATCH v1 1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node

2020-02-14 Thread Oleksandr Suvorov
On Fri, Feb 14, 2020 at 2:36 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Let pinctrl configuration for eMMC node (usdhc1) also be > accessible in SPL. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/dts/imx8mm-verdin-

Re: [PATCH v1 2/4] ARM: dts: imx8qxp-colibri: replace dm-spl with dm-pre-proper

2020-02-19 Thread Oleksandr Suvorov
t; Howewer, to avoid confusion in future, replace dm-spl > `%s/dm-spl/dm-pre-proper/g` properties to dm-pre-proper > to explicitly state that they are handled during pre-relocation > stage of U-Boot proper. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/

Re: [PATCH v1 1/4] ARM: dts: imx8qm-apalis: replace dm-spl with dm-pre-proper

2020-02-19 Thread Oleksandr Suvorov
t; Howewer, to avoid confusion in future, replace dm-spl > `%s/dm-spl/dm-pre-proper/g` properties to dm-pre-proper > to explicitly state that they are handled during pre-relocation > stage of U-Boot proper. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/dt

Re: [PATCH v1 4/4] ARM: dts: imx8qxp-colibri: dm-pre-proper for pd_dma nodes

2020-02-19 Thread Oleksandr Suvorov
ower_domain_get_by_index() in the common code of DM power domain > uclass (drivers/power/domain/power-domain-uclass.c). > > Fixes: f0cc4eae9a ("core: device: use dev_power_domain_on") > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/dts

Re: [PATCH v1 3/4] ARM: dts: imx8qm-apalis: dm-pre-proper for pd_dma nodes

2020-02-19 Thread Oleksandr Suvorov
ower_domain_get_by_index() in the common code of DM power domain > uclass (drivers/power/domain/power-domain-uclass.c). > > Fixes: f0cc4eae9a ("core: device: use dev_power_domain_on") > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > arch/arm/d

Re: [PATCH 1/2] net: fec: Add possibility to enable TXC delay

2020-03-11 Thread Oleksandr Suvorov
On Mon, Mar 9, 2020 at 8:39 PM Philippe Schenker wrote: > > This patch enables the possibility to set FEC_ENET_ENABLE_TXC_DELAY or > FEC_ENET_ENABLE_RXC_DELAY so one can via a define enable the RXC or TXC > delay in the MAC. > > Signed-off-by: Philippe Schenker Reviewed-by:

Re: [PATCH v1 1/6] net: phy: micrel: Use defines for PHY_IDs and MASK

2020-03-11 Thread Oleksandr Suvorov
On Mon, Mar 9, 2020 at 8:25 PM Philippe Schenker wrote: > > Signed-off-by: Philippe Schenker Reviewed-by: Oleksandr Suvorov > --- > > drivers/net/phy/micrel_ksz90x1.c | 4 ++-- > include/micrel.h | 5 + > 2 files changed, 7 insertions(+), 2 deleti

Re: [PATCH 2/2] config: apalis-imx8: Enable FEC TXC delay

2020-03-11 Thread Oleksandr Suvorov
On Mon, Mar 9, 2020 at 8:39 PM Philippe Schenker wrote: > > define FEC_ENET_ENABLE_TXC_DELAY to enable the delay on TXC line on > the MAC. The description doesn't explain why we enable this delay. Could you add an explanation, please? With that: Reviewed-by: Oleksandr Suvorov >

Re: [PATCH v1] colibri_imx6: set gpr1 ENET_CLK_SEL

2020-03-13 Thread Oleksandr Suvorov
On Thu, Mar 12, 2020 at 11:37 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > This fixes the issue when PHY auto negotiation never completes. > > Fixes: 431cd76dd8("colibri_imx6: migrate to DM_ETH") > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suv

Re: [PATCH v2 08/13] verdin-imx8mm: add nfsboot wrapper to env

2020-03-27 Thread Oleksandr Suvorov
On Fri, Mar 27, 2020 at 12:30 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Add nfsboot wrapper to env to boot Linux kernel from TFTP/NFS. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/verdin-imx8mm.h | 6 ++ >

Re: [PATCH v2 07/13] imx8mm_evk: adjust dram size in case bl32 is used

2020-03-27 Thread Oleksandr Suvorov
> + gd->ram_size = PHYS_SDRAM_SIZE; Is not this code equivalent to just one line? gd->ram_size = PHYS_SDRAM_SIZE - rom_pointer[1]; If rom_pointer[1] == 0, so the gd->ram_size gets the PHYS_SDRAM_SIZE value. > > return 0; > } > -- > 2.17.1 > -- Best regards Oleksandr Suvorov Toradex AG Ebenaustrasse 10 | 6048 Horw | Switzerland | T: +41 41 500 48 00

Re: [PATCH v3 3/4] colibri_t20: add update_uboot wrapper

2020-03-27 Thread Oleksandr Suvorov
olibri_t20.img > > Flash in U-boot shell: > > tftpboot ${loadaddr} ${board_name}/${board_name}.img > > run update_uboot > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/colibri_t20.h | 8 ++-- > 1 file changed, 6 in

Re: [PATCH v3 2/4] apalis_t30: add update_uboot wrapper

2020-03-27 Thread Oleksandr Suvorov
gt; > Flash in U-boot shell: > > tftpboot ${loadaddr} ${board_name}/${board_name}.img > > run update_uboot > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > include/configs/apalis_t30.h | 11 +++ > 1 file changed, 11 insertions(+) >

  1   2   3   4   5   >