All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] colibri-imx6ull: fix vidargs
@ 2019-07-10  7:42 Marcel Ziswiler
  2019-07-10 10:41 ` Oleksandr Suvorov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marcel Ziswiler @ 2019-07-10  7:42 UTC (permalink / raw)
  To: u-boot

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Unfortunately, that missing M makes the current downstream NXP BSP
4.14.98_2.0.0_ga crash early during Linux kernel boot. Fix this.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

 include/configs/colibri-imx6ull.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h
index 21d9a3da01..2c43862800 100644
--- a/include/configs/colibri-imx6ull.h
+++ b/include/configs/colibri-imx6ull.h
@@ -123,7 +123,7 @@
 		"${board}/flash_blk.img && source ${loadaddr}\0" \
 	"splashpos=m,m\0" \
 	"videomode=video=ctfb:x:640,y:480,depth:18,pclk:39722,le:48,ri:16,up:33,lo:10,hs:96,vs:2,sync:0,vmode:0\0" \
-	"vidargs=video=mxsfb:640x480-16 at 60"
+	"vidargs=video=mxsfb:640x480M-16 at 60"
 
 #define CONFIG_SYS_MEMTEST_START	0x80000000
 #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_MEMTEST_START + 0x08000000)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] colibri-imx6ull: fix vidargs
  2019-07-10  7:42 [U-Boot] [PATCH] colibri-imx6ull: fix vidargs Marcel Ziswiler
@ 2019-07-10 10:41 ` Oleksandr Suvorov
  2019-07-10 11:42 ` Igor Opaniuk
  2019-07-20  8:57 ` sbabic at denx.de
  2 siblings, 0 replies; 4+ messages in thread
From: Oleksandr Suvorov @ 2019-07-10 10:41 UTC (permalink / raw)
  To: u-boot

On Wed, 10 Jul 2019 at 10:42, Marcel Ziswiler <marcel@ziswiler.com> wrote:
>
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> Unfortunately, that missing M makes the current downstream NXP BSP
> 4.14.98_2.0.0_ga crash early during Linux kernel boot. Fix this.
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> ---
>
>  include/configs/colibri-imx6ull.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h
> index 21d9a3da01..2c43862800 100644
> --- a/include/configs/colibri-imx6ull.h
> +++ b/include/configs/colibri-imx6ull.h
> @@ -123,7 +123,7 @@
>                 "${board}/flash_blk.img && source ${loadaddr}\0" \
>         "splashpos=m,m\0" \
>         "videomode=video=ctfb:x:640,y:480,depth:18,pclk:39722,le:48,ri:16,up:33,lo:10,hs:96,vs:2,sync:0,vmode:0\0" \
> -       "vidargs=video=mxsfb:640x480-16 at 60"
> +       "vidargs=video=mxsfb:640x480M-16 at 60"
>
>  #define CONFIG_SYS_MEMTEST_START       0x80000000
>  #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START + 0x08000000)
> --
> 2.21.0
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] colibri-imx6ull: fix vidargs
  2019-07-10  7:42 [U-Boot] [PATCH] colibri-imx6ull: fix vidargs Marcel Ziswiler
  2019-07-10 10:41 ` Oleksandr Suvorov
@ 2019-07-10 11:42 ` Igor Opaniuk
  2019-07-20  8:57 ` sbabic at denx.de
  2 siblings, 0 replies; 4+ messages in thread
From: Igor Opaniuk @ 2019-07-10 11:42 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 10, 2019 at 10:43 AM Marcel Ziswiler <marcel@ziswiler.com> wrote:
>
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> Unfortunately, that missing M makes the current downstream NXP BSP
> 4.14.98_2.0.0_ga crash early during Linux kernel boot. Fix this.
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> ---
>
>  include/configs/colibri-imx6ull.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h
> index 21d9a3da01..2c43862800 100644
> --- a/include/configs/colibri-imx6ull.h
> +++ b/include/configs/colibri-imx6ull.h
> @@ -123,7 +123,7 @@
>                 "${board}/flash_blk.img && source ${loadaddr}\0" \
>         "splashpos=m,m\0" \
>         "videomode=video=ctfb:x:640,y:480,depth:18,pclk:39722,le:48,ri:16,up:33,lo:10,hs:96,vs:2,sync:0,vmode:0\0" \
> -       "vidargs=video=mxsfb:640x480-16 at 60"
> +       "vidargs=video=mxsfb:640x480M-16 at 60"
>
>  #define CONFIG_SYS_MEMTEST_START       0x80000000
>  #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START + 0x08000000)
> --
> 2.21.0
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Tested-by: Igor Opaniuk <igor.opaniuk@toradex.com>

-- 
Best regards - Freundliche Grüsse - Meilleures salutations

Senior Development Engineer,
Igor Opaniuk

Toradex AG
Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500 48
00 (main line)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot]  [PATCH] colibri-imx6ull: fix vidargs
  2019-07-10  7:42 [U-Boot] [PATCH] colibri-imx6ull: fix vidargs Marcel Ziswiler
  2019-07-10 10:41 ` Oleksandr Suvorov
  2019-07-10 11:42 ` Igor Opaniuk
@ 2019-07-20  8:57 ` sbabic at denx.de
  2 siblings, 0 replies; 4+ messages in thread
From: sbabic at denx.de @ 2019-07-20  8:57 UTC (permalink / raw)
  To: u-boot

> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Unfortunately, that missing M makes the current downstream NXP BSP
> 4.14.98_2.0.0_ga crash early during Linux kernel boot. Fix this.
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
> Tested-by: Igor Opaniuk <igor.opaniuk@toradex.com>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-20  8:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10  7:42 [U-Boot] [PATCH] colibri-imx6ull: fix vidargs Marcel Ziswiler
2019-07-10 10:41 ` Oleksandr Suvorov
2019-07-10 11:42 ` Igor Opaniuk
2019-07-20  8:57 ` sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.