All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 00/19] General tegra and board improvements
@ 2023-08-22 11:21 Svyatoslav Ryhel
  2023-08-22 11:21 ` [PATCH v1 01/19] ARM: dts: p1801-t: separate from common transformers tree Svyatoslav Ryhel
                   ` (18 more replies)
  0 siblings, 19 replies; 31+ messages in thread
From: Svyatoslav Ryhel @ 2023-08-22 11:21 UTC (permalink / raw)
  To: Thierry Reding, Svyatoslav Ryhel; +Cc: u-boot

This patchset follows Transformers, Grouper, LG X3 and Endeavoru
bringup and contains changes from v9 of previous patchset and
some new improvenets.

List of changes:
- separated tf600t and p1801-t device trees since they use
  different video path bindings
- enabled booting from usb devices (USB > SD > eMMC)
- fixed tf201 dock usb line binding
- removed transformer board pmic gpios setup
- refresh USB option converted into enter console for transformers
- updated device trees for future DM PMIC migration
- re-synced defconfigs
- added base voltages setup from board for t114 same as on t30
- added tap and trim values for t210
- adjusted ebtupdate to work with non-encrypted re-crypted devices
- attempt to move setup of some env values to arch
- convert TZ removes to defconfig option
- config fragments moved to board/vendor/device/configs/ dir
  (requires pending u-boot patch)

Svyatoslav Ryhel (19):
  ARM: dts: p1801-t: separate from common transformers tree
  ARM: dts: tf600t: separate from common transformers tree
  configs: transformer_t30: support booting from USB
  ARM: dts: tf201: configure dock USB phy
  board: asus: transformer-t30: remove PMIC GPIOs configuration
  configs: transformer_t30: convert bootmenu option
  ARM: dts: transformer-t30: complete missing bindings
  ARM: dts: endeavoru: complete missing bindings
  ARM: dts: lg-x3: complete missing bindings
  ARM: dts: grouper: complete missing bindings
  configs: transformer_t30: grouper: lg-x3: endeavoru: sync defconfigs
  ARM: tegra114: enable base voltages setup from board
  ARM: tegra210: set default-tap and default-trim values in sdhci nodes
  ARM: tegra20: tegra30: support EBTUPDATE on non-encrypted devices
  ARM: tegra: board2: add generic late init
  board: tegra30: remove nvidia_board_late_init calls
  ARM: tegra: dt-setup: convert TrustZone remove into config
  board: tegra30: switch to config version of TZ remove
  board: asus: lg: move config fragments into device boards

 arch/arm/dts/tegra210.dtsi                    |   8 +
 arch/arm/dts/tegra30-asus-grouper-common.dtsi |   5 +-
 .../dts/tegra30-asus-nexus7-grouper-E1565.dts |   5 +-
 .../dts/tegra30-asus-nexus7-grouper-PM269.dts |  11 +-
 .../dts/tegra30-asus-nexus7-tilapia-E1565.dts |   5 +-
 arch/arm/dts/tegra30-asus-p1801-t.dts         | 205 +++++++++++++++++-
 arch/arm/dts/tegra30-asus-tf201.dts           |   5 +
 arch/arm/dts/tegra30-asus-tf600t.dts          | 160 +++++++++++++-
 arch/arm/dts/tegra30-asus-transformer.dtsi    |  24 +-
 arch/arm/dts/tegra30-htc-endeavoru.dts        |  15 +-
 arch/arm/dts/tegra30-lg-x3.dtsi               |  11 +-
 arch/arm/mach-tegra/Kconfig                   |  14 ++
 arch/arm/mach-tegra/board2.c                  |  43 ++++
 arch/arm/mach-tegra/dt-setup.c                |   7 +
 arch/arm/mach-tegra/tegra114/cpu.c            |   5 +
 arch/arm/mach-tegra/tegra20/bct.c             |  30 ++-
 arch/arm/mach-tegra/tegra30/bct.c             |  30 ++-
 board/asus/grouper/MAINTAINERS                |   3 -
 .../grouper/configs}/grouper_E1565.config     |   0
 .../grouper/configs}/grouper_PM269.config     |   0
 .../asus/grouper/configs}/tilapia.config      |   0
 board/asus/grouper/grouper.c                  |  24 --
 board/asus/transformer-t30/MAINTAINERS        |   7 -
 .../transformer-t30/configs}/p1801-t.config   |   0
 .../transformer-t30/configs}/tf201.config     |   0
 .../transformer-t30/configs}/tf300t.config    |   0
 .../transformer-t30/configs}/tf300tg.config   |   0
 .../transformer-t30/configs}/tf300tl.config   |   0
 .../transformer-t30/configs}/tf600t.config    |   3 +-
 .../transformer-t30/configs}/tf700t.config    |   0
 board/asus/transformer-t30/transformer-t30.c  |  49 -----
 board/htc/endeavoru/endeavoru.c               |  24 --
 board/lg/x3-t30/MAINTAINERS                   |   2 -
 .../lg/x3-t30/configs}/p880.config            |   0
 .../lg/x3-t30/configs}/p895.config            |   0
 board/lg/x3-t30/x3-t30.c                      |  15 --
 configs/endeavoru_defconfig                   |   4 +-
 configs/grouper_common_defconfig              |   6 +-
 configs/transformer_t30_defconfig             |   6 +-
 configs/x3_t30_defconfig                      |   3 +-
 include/configs/transformer-common.h          |   7 +-
 41 files changed, 532 insertions(+), 204 deletions(-)
 rename {configs => board/asus/grouper/configs}/grouper_E1565.config (100%)
 rename {configs => board/asus/grouper/configs}/grouper_PM269.config (100%)
 rename {configs => board/asus/grouper/configs}/tilapia.config (100%)
 rename {configs => board/asus/transformer-t30/configs}/p1801-t.config (100%)
 rename {configs => board/asus/transformer-t30/configs}/tf201.config (100%)
 rename {configs => board/asus/transformer-t30/configs}/tf300t.config (100%)
 rename {configs => board/asus/transformer-t30/configs}/tf300tg.config (100%)
 rename {configs => board/asus/transformer-t30/configs}/tf300tl.config (100%)
 rename {configs => board/asus/transformer-t30/configs}/tf600t.config (77%)
 rename {configs => board/asus/transformer-t30/configs}/tf700t.config (100%)
 rename {configs => board/lg/x3-t30/configs}/p880.config (100%)
 rename {configs => board/lg/x3-t30/configs}/p895.config (100%)

-- 
2.39.2


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

end of thread, other threads:[~2023-08-24 14:42 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22 11:21 [PATCH v1 00/19] General tegra and board improvements Svyatoslav Ryhel
2023-08-22 11:21 ` [PATCH v1 01/19] ARM: dts: p1801-t: separate from common transformers tree Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 02/19] ARM: dts: tf600t: " Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 03/19] configs: transformer_t30: support booting from USB Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 04/19] ARM: dts: tf201: configure dock USB phy Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 05/19] board: asus: transformer-t30: remove PMIC GPIOs configuration Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 06/19] configs: transformer_t30: convert bootmenu option Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 07/19] ARM: dts: transformer-t30: complete missing bindings Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 08/19] ARM: dts: endeavoru: " Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 09/19] ARM: dts: lg-x3: " Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 10/19] ARM: dts: grouper: " Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 11/19] configs: transformer_t30: grouper: lg-x3: endeavoru: sync defconfigs Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 12/19] ARM: tegra114: enable base voltages setup from board Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 13/19] ARM: tegra210: set default-tap and default-trim values in sdhci nodes Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 14/19] ARM: tegra20: tegra30: support EBTUPDATE on non-encrypted devices Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 15/19] ARM: tegra: board2: add generic late init Svyatoslav Ryhel
2023-08-23 11:13   ` Thierry Reding
2023-08-23 11:42     ` Svyatoslav Ryhel
2023-08-23 23:57   ` Simon Glass
2023-08-24  5:41     ` Svyatoslav Ryhel
2023-08-24 14:41       ` Simon Glass
2023-08-22 11:22 ` [PATCH v1 16/19] board: tegra30: remove nvidia_board_late_init calls Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config Svyatoslav Ryhel
2023-08-23 11:17   ` Thierry Reding
2023-08-23 11:47     ` Svyatoslav Ryhel
2023-08-23 14:54       ` Simon Glass
2023-08-23 15:11         ` Svyatoslav Ryhel
2023-08-24 13:33       ` Thierry Reding
2023-08-24 13:43         ` Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 18/19] board: tegra30: switch to config version of TZ remove Svyatoslav Ryhel
2023-08-22 11:22 ` [PATCH v1 19/19] board: asus: lg: move config fragments into device boards Svyatoslav Ryhel

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.