public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/9] toradex: Misc fixes for v2020.10
@ 2020-09-14  7:50 Igor Opaniuk
  2020-09-14  7:51 ` [PATCH v1 1/9] colibri-imx6ull: use splashcreen value instead of legacy function Igor Opaniuk
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Igor Opaniuk @ 2020-09-14  7:50 UTC (permalink / raw)
  To: u-boot

Includes:
- Using splashscreen env variable instead of wrongly added function for
showing boot logo.
- Providing fdtfile value in preboot script/or in default env instead of
setting it in bootcmd.

Igor Opaniuk (9):
  colibri-imx6ull: use splashcreen value instead of legacy function
  colibri_imx7: use splashcreen value instead of legacy function
  toradex: drop legacy show_boot_logo function and use splashscreen
  colibri_imx7: wrap video specific funcs with ifdefs
  colibri-imx6ull: use preboot for fdtfile evaluation
  colibri_vf: use preboot for fdtfile evaluation
  colibri_imx7: use preboot for fdtfile evaluation
  colibri_imx6: provide fdtfile in env instead of setting it in runtime
  apalis_imx6: provide fdtfile in env instead of setting it in runtime

 .../toradex/colibri-imx6ull/colibri-imx6ull.c |  2 --
 board/toradex/colibri_imx7/colibri_imx7.c     |  4 ++--
 board/toradex/common/tdx-common.c             | 19 -------------------
 configs/colibri-imx6ull_defconfig             |  2 ++
 configs/colibri_imx7_defconfig                |  2 ++
 configs/colibri_imx7_emmc_defconfig           |  2 ++
 configs/colibri_vf_defconfig                  |  2 ++
 include/configs/apalis_imx6.h                 |  3 ++-
 include/configs/colibri-imx6ull.h             |  9 ++++-----
 include/configs/colibri_imx6.h                |  3 ++-
 include/configs/colibri_imx7.h                |  5 ++---
 include/configs/colibri_vf.h                  |  3 +--
 12 files changed, 21 insertions(+), 35 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-09-16 10:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-14  7:50 [PATCH v1 0/9] toradex: Misc fixes for v2020.10 Igor Opaniuk
2020-09-14  7:51 ` [PATCH v1 1/9] colibri-imx6ull: use splashcreen value instead of legacy function Igor Opaniuk
2020-09-14  7:51 ` [PATCH v1 2/9] colibri_imx7: " Igor Opaniuk
2020-09-14  7:51 ` [PATCH v1 3/9] toradex: drop legacy show_boot_logo function and use splashscreen Igor Opaniuk
2020-09-14  7:51 ` [PATCH v1 4/9] colibri_imx7: wrap video specific funcs with ifdefs Igor Opaniuk
2020-09-14  7:51 ` [PATCH v1 5/9] colibri-imx6ull: use preboot for fdtfile evaluation Igor Opaniuk
2020-09-14  7:51 ` [PATCH v1 6/9] colibri_vf: " Igor Opaniuk
2020-09-14  7:51 ` [PATCH v1 7/9] colibri_imx7: " Igor Opaniuk
2020-09-14  7:51 ` [PATCH v1 8/9] colibri_imx6: provide fdtfile in env instead of setting it in runtime Igor Opaniuk
2020-09-14  7:51 ` [PATCH v1 9/9] apalis_imx6: " Igor Opaniuk
2020-09-16 10:00 ` [PATCH v1 0/9] toradex: Misc fixes for v2020.10 Igor Opaniuk
2020-09-16 10:09   ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox