[U-Boot] [U-Boot, RESEND, v3, 2/8] arm: dts: imx7s-warp: Import Linux warp7 dts

2019-01-30 Thread sbabic
> This patch imports the Linux kernel warp7 dts as at upstream kernel commit > cf76c364a1e1. > Signed-off-by: Bryan O'Donoghue > Cc: Albert Aribaud > Cc: Peng Fan > Cc: Fabio Estevam > Cc: Stefano Babic Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] imx: Check the PL310 version for applying errata

2019-01-30 Thread sbabic
> Apply errata based on PL310 version instead of compile > time. Also set Prefetch offset to 15, since it improves > memcpy performance by 35%. Don't enable Incr double > Linefill enable since it adversely affects memcpy > performance by about 32MB/s and reads by 90MB/s. Tested > with 4K to 16MB

[U-Boot] [U-Boot,V2,08/10] imx: build flash.bin for i.MX8

2019-01-30 Thread sbabic
> Build flash.bin for i.MX8 when SPL enabled. > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[U-Boot] [U-Boot, RESEND, v3, 4/8] arm: imx7s-warp: Convert to DM MMC initialization

2019-01-30 Thread sbabic
> Converts from fixed initialization of MMC to DM initialization of MMC. > Signed-off-by: Bryan O'Donoghue > Cc: Albert Aribaud > Cc: Peng Fan > Cc: Fabio Estevam > Cc: Stefano Babic Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, RESEND, v3, 5/8] arm: dts: imx7s-warp: Create alias for mmc0 to

2019-01-30 Thread sbabic
> This patch sets up an alias for mmc0 to usdhc3. > Before the DM conversion only usdhc3 was enabled and therefore it appeared > as MMC 0 to u-boot. After enabling MMC DM though usdhc3 defaults to MMC 2, > which left unattended would drive changes to existing warp7 bootscripts and > environment

[U-Boot] [U-Boot, 1/3] mx7: Do not call lcdif_power_down() in the SPL case

2019-01-30 Thread sbabic
> From: Fabio Estevam > Like it was done on imx6 in commit 9236269de57d ("imx: mx6: Fix > implementantion reset_misc") > Do not call lcdif_power_down() in the SPL case to fix the following > build error: > LD spl/u-boot-spl > MKIMAGE u-boot.img > arch/arm/mach-imx/built-in.o: In function

[U-Boot] [U-Boot, V2, 06/10] dts: imx8qxp-mek: introduce u-boot dtsi

2019-01-30 Thread sbabic
> Introduce u-boot dtsi for i.MX8QXP MEK board. > we do not introduce a common dtsi for SoC, because different board > has different requirement on which needs to be enabled in SPL DM. > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, 1/1] tools: imx8image: use correct printf escape sequence

2019-01-30 Thread sbabic
> core is of type uint64_t. So for printing we need "%"PRIu64 (not "%lu"). > Without the patch a warning is issued when building on a 32bit system. > Signed-off-by: Heinrich Schuchardt Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot,V2,10/10] imx8qxp: mek: update README

2019-01-30 Thread sbabic
> Update README after we switch to use SPL > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[U-Boot] MAINTAINERS: imx: Change Fabio's email address

2019-01-30 Thread sbabic
> I prefer to use my personal email address for U-Boot related work. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing

[U-Boot] [U-Boot, 3/3] dm: arm: imx: migrate cx9020 to CONFIG_DM_MMC

2019-01-30 Thread sbabic
> From: Patrick Bruenn > Enable esdhc1/2 device nodes for cx9020 and build with CONFIG_DM_MMC=y > Signed-off-by: Patrick Bruenn Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] MTD: nand: mxs_nand_spl: Fix empty function pointer for BBT

2019-01-30 Thread sbabic
> The initialization function calls a nand_chip.scan_bbt(mtd) but > scan_bbt is never initialized resulting in an undefined function > pointer. This will direct the function pointer to nand_default_bbt > defined in the same file. > Signed-off-by: Adam Ford > Acked-by: Stefan Agner > diff --git

[U-Boot] [U-Boot, v2, 11/11] configs: add default configuraiton for Colibri iMX7 with eMMC

2019-01-30 Thread sbabic
> From: Stefan Agner > Add a default configuration for Colibri iMX7D 1GB (with eMMC > NAND flash). > Signed-off-by: Stefan Agner Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, 1/3] mmc: fsl_esdhc: add compatible for fsl, imx53-esdhc

2019-01-30 Thread sbabic
> From: Patrick Bruenn > Add compatible "fsl,imx53-esdhc" to keep mmc working on i.MX53 platforms > with CONFIG_DM_MMC=y > Signed-off-by: Patrick Bruenn Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] imx8: cpu: restrict checking ROM passover info for revA

2019-01-30 Thread sbabic
> Passover info only for revA. > move get_cpu_rev out of CONFIG_CPU to avoid build failure when using > get_cpu_rev in SPL. > Add a CONFIG_SPL_BUILD for passover usage, no need to execute it again > in normal U-Boot stage. Also if still checking passover info in normal > U-Boot stage, need to make

Re: [U-Boot] [PATCH v3] moveconfig: add a second pass for empty #if/#endif blocks

2019-01-30 Thread Masahiro Yamada
On Wed, Jan 30, 2019 at 4:23 PM Chris Packham wrote: > > Moveconfig already attempts to remove empty #if/#endif blocks when there > is a matching CONFIG_ being moved. Add a second pass which covers files > without a match. > > Signed-off-by: Chris Packham > --- > This was previously submitted as

Re: [U-Boot] [PATCH 10/20] imx8m: add clk support for i.MX8MM

2019-01-30 Thread Lukasz Majewski
Hi Peng, > > -Original Message- > > From: Lukasz Majewski [mailto:lu...@denx.de] > > Sent: 2019年1月30日 14:47 > > To: Peng Fan > > Cc: sba...@denx.de; Fabio Estevam ; > > dl-uboot-imx ; u-boot@lists.denx.de > > Subject: Re: [U-Boot] [PATCH 10/20] imx8m: add clk support for > > i.MX8MM > >

Re: [U-Boot] [PATCH v2 08/22] arm: dts: Add all the imx6[q|qp|dl] sabre[auto|sd] u-boot dts[i] files

2019-01-30 Thread Abel Vesa
On 19-01-29 13:33:54, Peng Fan wrote: > Hi Abel, > > > -Original Message- > > From: Abel Vesa > > Sent: 2019年1月29日 19:31 > > To: Tom Rini ; Fabio Estevam > > ; u-boot@lists.denx.de; dl-uboot-imx > > ; Peng Fan > > Cc: Nitin Garg ; Abel Vesa > > Subject: [PATCH v2 08/22] arm: dts: Add

Re: [U-Boot] [PATCH v2 17/22] board: mx6sabreauto: Remove the non-DM code

2019-01-30 Thread Abel Vesa
On 19-01-29 13:43:49, Peng Fan wrote: > > > > -Original Message- > > From: Abel Vesa > > Sent: 2019年1月29日 19:35 > > To: Tom Rini ; Fabio Estevam > > ; u-boot@lists.denx.de; dl-uboot-imx > > ; Peng Fan > > Cc: Nitin Garg ; Abel Vesa > > Subject: [PATCH v2 17/22] board: mx6sabreauto:

Re: [U-Boot] [PATCH 16/20] imx8m: fix sd to mmc1 and emmc to mmc2 for i.MX8MM

2019-01-30 Thread Lukasz Majewski
Hi Peng, > > -Original Message- > > From: Lukasz Majewski [mailto:lu...@denx.de] > > Sent: 2019年1月30日 14:50 > > To: Peng Fan > > Cc: sba...@denx.de; Fabio Estevam ; > > dl-uboot-imx ; u-boot@lists.denx.de > > Subject: Re: [U-Boot] [PATCH 16/20] imx8m: fix sd to mmc1 and emmc > > to mmc2

[U-Boot] [PATCH v2] net: phy: Add gmiitorgmii converter support

2019-01-30 Thread Michal Simek
From: Siva Durga Prasad Paladugu This patch adds support for gmiitorgmii converter. This converter sits between the MAC and the external phy MAC <==> GMII2RGMII <==> RGMII_PHY. The ethernet driver probes this bridge and this bridge driver probes real phy driver and invokes the real phy

Re: [U-Boot] [PATCH] video: Armada XP: Move driver to DM_VIDEO

2019-01-30 Thread Anatolij Gustschin
Hi Stefan, On Wed, 30 Jan 2019 08:49:38 +0100 Stefan Roese s...@denx.de wrote: ... > Could you please send your Acked-by tag as well to the new video > patches (will come in a few minutes). This makes it more clear that > you are "okay" with me pulling them. Done. -- Anatolij

Re: [U-Boot] [PATCH v2] arm: mvebu: theadorable: Enable video / LCD support with the new DM driver

2019-01-30 Thread Anatolij Gustschin
On Wed, 30 Jan 2019 08:54:13 +0100 Stefan Roese s...@denx.de wrote: > With the new DM_VIDEO support in the Armada XP LCD driver, this patch > adds the needed DT node for the LCD controller to the theadorable dts > file. This DT property is not added to the Armada XP dtsi files, as this > LCD

Re: [U-Boot] [PATCH v2] video: bmp: Add support for 24bpp BMP files on 16bpp displays

2019-01-30 Thread Anatolij Gustschin
On Wed, 30 Jan 2019 08:54:12 +0100 Stefan Roese s...@denx.de wrote: > This patch adds support to load 24bpp BMP files on 16bpp displays. This > will be used by the theadorable board. The "old" bmp command did support > this operartion mode and to not break compatibility with the move to >

Re: [U-Boot] [PATCH v2] video: Armada XP: Move driver to DM_VIDEO

2019-01-30 Thread Anatolij Gustschin
On Wed, 30 Jan 2019 08:54:11 +0100 Stefan Roese s...@denx.de wrote: > This patch moves the Armada XP video / LCD driver to DM_VIDEO. With this > move, the legacy interface board_video_init() is removed from the > theadorable board code (only user of this video driver). The support > via DT will

<    1   2   3