mbox series

[v1,0/9] toradex: Misc fixes for v2020.10

Message ID 20200914075108.14537-1-igor.opaniuk@gmail.com
Headers show
Series toradex: Misc fixes for v2020.10 | expand

Message

Igor Opaniuk Sept. 14, 2020, 7:50 a.m. UTC
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(-)

Comments

Igor Opaniuk Sept. 16, 2020, 10 a.m. UTC | #1
Hi Stefano,

On Mon, Sep 14, 2020 at 10:51 AM Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
>
> 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
>

Any chance we can get the following bug-fix series pulled in v2020.10?

Thanks
Stefano Babic Sept. 16, 2020, 10:09 a.m. UTC | #2
On 16.09.20 12:00, Igor Opaniuk wrote:
> Hi Stefano,
> 
> On Mon, Sep 14, 2020 at 10:51 AM Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
>>
>> 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
>>
> 
> Any chance we can get the following bug-fix series pulled in v2020.10?

Yes, I will go through a last pick-up round for 2020.10.

Stefano

> 
> Thanks
>