[PATCH v2 1/1] board: tegra: convert boards to text env

Francesco Dolcini francesco at dolcini.it
Fri Aug 16 19:43:22 CEST 2024


Hello,

On Fri, Aug 16, 2024 at 07:51:25PM +0300, Svyatoslav Ryhel wrote:
> > On Wed, 7 Aug 2024 at 06:14, Svyatoslav Ryhel <clamor95 at gmail.com> wrote:
> > >
> > > Convert boards to use text based env. This is the first stage of
> > > conversion, common inclusions should be converted next.
> > >
> > > Signed-off-by: Svyatoslav Ryhel <clamor95 at gmail.com>
> > > ---
> > >  board/asus/grouper/grouper.env                | 15 +++
> > >  .../asus/transformer-t20/transformer-t20.env  | 17 ++++
> > >  .../transformer-t30/configs/tf600t.config     |  1 +
> > >  board/asus/transformer-t30/tf600t.env         | 16 ++++
> > >  .../asus/transformer-t30/transformer-t30.env  | 17 ++++
> > >  board/htc/endeavoru/endeavoru.env             | 13 +++
> > >  .../ideapad-yoga-11/ideapad-yoga-11.env       | 16 ++++
> > >  board/lg/x3-t30/configs/p880.config           |  1 +
> > >  board/lg/x3-t30/configs/p895.config           |  1 +
> > >  board/lg/x3-t30/p880.env                      | 15 +++
> > >  board/lg/x3-t30/p895.env                      | 13 +++
> > >  board/microsoft/surface-rt/surface-rt.env     | 14 +++
> > >  board/nvidia/cardhu/cardhu.env                |  2 +
> > >  board/nvidia/p2771-0000/p2771-0000.env        | 22 +++++
> > >  board/nvidia/p3450-0000/p3450-0000.env        |  7 ++
> > >  board/toradex/apalis-tk1/apalis_tk1.env       | 45 +++++++++
> > >  board/toradex/apalis_t30/apalis_t30.env       |  9 ++
> > >  board/toradex/colibri_t20/colibri_t20.env     |  3 +
> > >  board/toradex/colibri_t30/colibri_t30.env     |  9 ++
> > >  board/wexler/qc750/qc750.env                  | 15 +++
> > >  configs/apalis-tk1_defconfig                  |  3 +-
> > >  configs/apalis_t30_defconfig                  |  1 +
> > >  configs/cardhu_defconfig                      |  1 +
> > >  configs/colibri_t20_defconfig                 |  1 +
> > >  configs/colibri_t30_defconfig                 |  1 +
> > >  configs/endeavoru_defconfig                   |  1 +
> > >  configs/grouper_common_defconfig              |  1 +
> > >  configs/ideapad-yoga-11_defconfig             |  1 +
> > >  configs/p2771-0000-000_defconfig              |  1 +
> > >  configs/p3450-0000_defconfig                  |  1 +
> > >  configs/qc750_defconfig                       |  1 +
> > >  configs/surface-rt_defconfig                  |  1 +
> > >  configs/transformer_t20_defconfig             |  1 +
> > >  configs/transformer_t30_defconfig             |  1 +
> > >  include/configs/apalis-tk1.h                  | 58 ------------
> > >  include/configs/apalis_t30.h                  | 12 ---
> > >  include/configs/cardhu.h                      |  4 -
> > >  include/configs/colibri_t20.h                 | 11 ---
> > >  include/configs/colibri_t30.h                 | 12 ---
> > >  include/configs/endeavoru.h                   | 43 ---------
> > >  include/configs/grouper.h                     | 45 ---------
> > >  include/configs/ideapad-yoga-11.h             | 58 ------------
> > >  include/configs/p2771-0000.h                  | 20 ----
> > >  include/configs/p3450-0000.h                  | 13 ---
> > >  include/configs/qc750.h                       | 42 ---------
> > >  include/configs/surface-rt.h                  | 18 ----
> > >  include/configs/transformer-common.h          | 91 -------------------
> > >  include/configs/transformer-t20.h             |  4 +-
> > >  include/configs/transformer-t30.h             |  6 +-
> > >  include/configs/x3-t30.h                      | 44 ---------
> > >  include/env/nvidia/prod_upd.env               | 60 ++++++++++++
> > >  51 files changed, 332 insertions(+), 476 deletions(-)
> > >  create mode 100644 board/asus/grouper/grouper.env
> > >  create mode 100644 board/asus/transformer-t20/transformer-t20.env
> > >  create mode 100644 board/asus/transformer-t30/tf600t.env
> > >  create mode 100644 board/asus/transformer-t30/transformer-t30.env
> > >  create mode 100644 board/htc/endeavoru/endeavoru.env
> > >  create mode 100644 board/lenovo/ideapad-yoga-11/ideapad-yoga-11.env
> > >  create mode 100644 board/lg/x3-t30/p880.env
> > >  create mode 100644 board/lg/x3-t30/p895.env
> > >  create mode 100644 board/microsoft/surface-rt/surface-rt.env
> > >  create mode 100644 board/nvidia/cardhu/cardhu.env
> > >  create mode 100644 board/nvidia/p2771-0000/p2771-0000.env
> > >  create mode 100644 board/nvidia/p3450-0000/p3450-0000.env
> > >  create mode 100644 board/toradex/apalis-tk1/apalis_tk1.env

...

> Francesco, have you checked this commit on apalis-tk1?

Nope, I was not able and I do not see myself looking into it in the next
few weeks because of other personal and work priorities.

I honestly do not expect anybody going to update U-Boot on apalis-tk1
anytime soon, and the product is discontinued, given that

Acked-by: Francesco Dolcini <francesco.dolcini at toradex.com> # Toradex Apalis TK1

If we ever find issue, we'll fix those.

Thanks,
Francesco



More information about the U-Boot mailing list