All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request, u-boot-tegra/master
@ 2020-12-04 22:47 Tom Warren
  2020-12-07 15:46 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2020-12-04 22:47 UTC (permalink / raw)
  To: u-boot

 Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.

All Tegra builds are OK on my system, and Stephen's test frame reports that
all tests pass.

The following changes since commit ee1e04558ff8c8ed812b986939447f129bb0b0bb:

  Merge branch '2020-12-02-master-imports' (2020-12-03 09:43:47 -0500)

are available in the git repository at:


  ssh://twarren at git-mirror-santaclara:12001/m/denx.de/u-boot-tegra.git

for you to fetch changes up to 4f5128ff899d0cb13a7b010f6dbffd0aba71bb25:

  configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include file
(2020-12-04 13:39:15 -0700)

----------------------------------------------------------------
Marcel Ziswiler (5):
      apalis/colibri_t30: add comment about tristate and input vs. output
pinmuxing
      colibri_t30: fix spi1 and uart2/3 resp. uartb/c pinmuxing
      apalis/colibri_t30: avoid uart input from floating pins
      apalis/colibri_t30: add note about colibri vs. nvidia uart mapping
      colibri_t30: disable rs232 serial transceiver forceoff pins

Patrick Delaunay (1):
      configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include file

Peter Robinson (2):
      arm: tegra: define fdtfile option for distro boot
      arm: tegra: add options for BOOTENV_EFI_SET_FDTFILE_FALLBACK for
tegra186

 arch/arm/mach-tegra/tegra124/Kconfig               |  1 +
 .../toradex/apalis_t30/pinmux-config-apalis_t30.h  | 11 ++++++--
 board/toradex/colibri_t30/colibri_t30.c            | 11 ++++++++
 .../colibri_t30/pinmux-config-colibri_t30.h        | 32
++++++++++++----------
 configs/cei-tk1-som_defconfig                      |  1 +
 include/config_distro_bootcmd.h                    |  2 ++
 include/configs/apalis_t30.h                       |  9 +++++-
 include/configs/cei-tk1-som.h                      |  2 --
 include/configs/colibri_t30.h                      |  8 +++++-
 include/configs/tegra-common.h                     |  6 ++++
 include/configs/tegra114-common.h                  |  1 +
 include/configs/tegra124-common.h                  |  1 +
 include/configs/tegra186-common.h                  |  6 ++++
 include/configs/tegra20-common.h                   |  1 +
 include/configs/tegra210-common.h                  |  1 +
 include/configs/tegra30-common.h                   |  1 +
 16 files changed, 73 insertions(+), 21 deletions(-)

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

* Pull request, u-boot-tegra/master
  2020-12-04 22:47 Pull request, u-boot-tegra/master Tom Warren
@ 2020-12-07 15:46 ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2020-12-07 15:46 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 04, 2020 at 03:47:00PM -0700, Tom Warren wrote:

>  Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> 
> All Tegra builds are OK on my system, and Stephen's test frame reports that
> all tests pass.
> 
> The following changes since commit ee1e04558ff8c8ed812b986939447f129bb0b0bb:
> 
>   Merge branch '2020-12-02-master-imports' (2020-12-03 09:43:47 -0500)
> 
> are available in the git repository at:
> 
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
> 
> for you to fetch changes up to 4f5128ff899d0cb13a7b010f6dbffd0aba71bb25:
> 
>   configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include file
> (2020-12-04 13:39:15 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201207/952fef10/attachment-0001.sig>

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

* Re: Pull request, u-boot-tegra/master
  2023-06-05 20:52 Tom Warren
@ 2023-06-05 21:36 ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2023-06-05 21:36 UTC (permalink / raw)
  To: Tom Warren, Svyatoslav Ryhel
  Cc: u-boot, jonasschwoebel, tmn505, trreding, Tom Warren

[-- Attachment #1: Type: text/plain, Size: 2109 bytes --]

On Mon, Jun 05, 2023 at 01:52:09PM -0700, Tom Warren wrote:

> Tom, please pull u-boot-tegra/master into u-boot/master. Thanks.
> It's passed 'buildman tegra' w/o error, and Svyatoslav has tested it on his
> boards.
> 
> The following changes since commit 26659d426548d1c395ef878c3b820e53a6e3b346:
> 
>   Merge tag 'efi-2023-07-rc4' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-06-02 12:13:01
> -0400)
> 
> are available in the git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git master
> 
> for you to fetch changes up to 28731540f9427d5d58ee2a554d0f2a0c5702ab80:
> 
>   board: htc: endeavoru: add One X support (2023-06-05 10:23:30 -0700)
> 
> ----------------------------------------------------------------
> Jonas Schwöbel (1):
>       configs: tegra-common-post: make PXE and DHCP boot targets optional
> 
> Svyatoslav Ryhel (6):
>       configs: tegra-common-post: add GPIO keyboard as STDIN device
>       ARM: tegra: add SoC UID calculation function
>       board: asus: transformer: add ASUS Transformer T30 family support
>       board: asus: grouper: add Google Nexus 7 (2012) support
>       board: lg: x3: add Optimus 4X HD and Optimus Vu support
>       board: htc: endeavoru: add One X support
> 
> Thierry Reding (2):
>       ARM: tegra: Enable poweroff command on Jetson TX1 and Jetson Nano
>       ARM: tegra: Enable poweroff command on Jetson TX2
> 
> Tomasz Maciej Nowak (1):
>       ARM: dts: trimslice: sync SPI node with Linux dts

OK, there's still a bunch of problems that need to be fixed, and I think
Svyatoslav you might want to look at
https://u-boot.readthedocs.io/en/latest/develop/ci_testing.html to get
the tests started before re-submitting, but I also see that
https://source.denx.de/u-boot/custodians/u-boot-tegra/-/pipelines/16482
failed.

In short, the docs need to be corrected so that "make htmldocs" passes
and then you need to update the board config.h files as they're setting
options that are in Kconfig now.

Sorry this is taking so long to get in.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Pull request, u-boot-tegra/master
@ 2023-06-05 20:52 Tom Warren
  2023-06-05 21:36 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2023-06-05 20:52 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: clamor95, jonasschwoebel, tmn505, trreding, Tom Warren

Tom, please pull u-boot-tegra/master into u-boot/master. Thanks.
It's passed 'buildman tegra' w/o error, and Svyatoslav has tested it on his
boards.

The following changes since commit 26659d426548d1c395ef878c3b820e53a6e3b346:

  Merge tag 'efi-2023-07-rc4' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-06-02 12:13:01
-0400)

are available in the git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git master

for you to fetch changes up to 28731540f9427d5d58ee2a554d0f2a0c5702ab80:

  board: htc: endeavoru: add One X support (2023-06-05 10:23:30 -0700)

----------------------------------------------------------------
Jonas Schwöbel (1):
      configs: tegra-common-post: make PXE and DHCP boot targets optional

Svyatoslav Ryhel (6):
      configs: tegra-common-post: add GPIO keyboard as STDIN device
      ARM: tegra: add SoC UID calculation function
      board: asus: transformer: add ASUS Transformer T30 family support
      board: asus: grouper: add Google Nexus 7 (2012) support
      board: lg: x3: add Optimus 4X HD and Optimus Vu support
      board: htc: endeavoru: add One X support

Thierry Reding (2):
      ARM: tegra: Enable poweroff command on Jetson TX1 and Jetson Nano
      ARM: tegra: Enable poweroff command on Jetson TX2

Tomasz Maciej Nowak (1):
      ARM: dts: trimslice: sync SPI node with Linux dts

 arch/arm/dts/Makefile                              |  12 +
 arch/arm/dts/tegra20-trimslice.dts                 |   8 +-
 arch/arm/dts/tegra30-asus-grouper-common.dtsi      | 157 +++++++
 arch/arm/dts/tegra30-asus-nexus7-grouper-E1565.dts |  43 ++
 arch/arm/dts/tegra30-asus-nexus7-grouper-PM269.dts |  36 ++
 arch/arm/dts/tegra30-asus-nexus7-tilapia-E1565.dts |  62 +++
 arch/arm/dts/tegra30-asus-p1801-t.dts              |  17 +
 arch/arm/dts/tegra30-asus-tf201.dts                |   9 +
 arch/arm/dts/tegra30-asus-tf300t.dts               |  18 +
 arch/arm/dts/tegra30-asus-tf300tg.dts              |   9 +
 arch/arm/dts/tegra30-asus-tf300tl.dts              |   9 +
 arch/arm/dts/tegra30-asus-tf600t.dts               |  89 ++++
 arch/arm/dts/tegra30-asus-tf700t.dts               |  13 +
 arch/arm/dts/tegra30-asus-transformer.dtsi         | 211 ++++++++++
 arch/arm/dts/tegra30-htc-endeavoru.dts             | 166 ++++++++
 arch/arm/dts/tegra30-lg-p880.dts                   |  40 ++
 arch/arm/dts/tegra30-lg-p895.dts                   |  50 +++
 arch/arm/dts/tegra30-lg-x3.dtsi                    | 180 +++++++++
 arch/arm/include/asm/arch-tegra/fuse.h             |   7 +
 arch/arm/mach-tegra/Makefile                       |   4 +
 arch/arm/mach-tegra/fuse.c                         | 151 +++++++
 arch/arm/mach-tegra/tegra30/Kconfig                |  20 +
 board/asus/grouper/Kconfig                         |  22 +
 board/asus/grouper/MAINTAINERS                     |   6 +
 board/asus/grouper/Makefile                        |  14 +
 board/asus/grouper/grouper-spl-max.c               |  45 +++
 board/asus/grouper/grouper-spl-ti.c                |  41 ++
 board/asus/grouper/grouper.c                       | 202 +++++++++
 board/asus/grouper/pinmux-config-grouper.h         | 362 +++++++++++++++++
 board/asus/transformer-t30/Kconfig                 |  35 ++
 board/asus/transformer-t30/MAINTAINERS             |   6 +
 board/asus/transformer-t30/Makefile                |  11 +
 .../transformer-t30/pinmux-config-transformer.h    | 365 +++++++++++++++++
 board/asus/transformer-t30/transformer-t30-spl.c   |  41 ++
 board/asus/transformer-t30/transformer-t30.c       | 201 +++++++++
 board/htc/endeavoru/Kconfig                        |  12 +
 board/htc/endeavoru/MAINTAINERS                    |   6 +
 board/htc/endeavoru/Makefile                       |  11 +
 board/htc/endeavoru/endeavoru-spl.c                |  47 +++
 board/htc/endeavoru/endeavoru.c                    | 116 ++++++
 board/htc/endeavoru/pinmux-config-endeavoru.h      | 362 +++++++++++++++++
 board/lg/x3-t30/Kconfig                            |  26 ++
 board/lg/x3-t30/MAINTAINERS                        |   6 +
 board/lg/x3-t30/Makefile                           |  11 +
 board/lg/x3-t30/pinmux-config-x3.h                 | 449
+++++++++++++++++++++
 board/lg/x3-t30/x3-t30-spl.c                       |  48 +++
 board/lg/x3-t30/x3-t30.c                           | 176 ++++++++
 configs/endeavoru_defconfig                        |  82 ++++
 configs/grouper_E1565.config                       |   2 +
 configs/grouper_PM269.config                       |   2 +
 configs/grouper_common_defconfig                   |  82 ++++
 configs/p1801-t.config                             |   2 +
 configs/p2371-2180_defconfig                       |   1 +
 configs/p2771-0000-000_defconfig                   |   1 +
 configs/p2771-0000-500_defconfig                   |   1 +
 configs/p3450-0000_defconfig                       |   1 +
 configs/p880.config                                |   4 +
 configs/p895.config                                |   4 +
 configs/tf201.config                               |   2 +
 configs/tf300t.config                              |   2 +
 configs/tf300tg.config                             |   2 +
 configs/tf300tl.config                             |   2 +
 configs/tf600t.config                              |   5 +
 configs/tf700t.config                              |   2 +
 configs/tilapia.config                             |   3 +
 configs/transformer_t30_defconfig                  |  83 ++++
 configs/x3_t30_defconfig                           |  86 ++++
 doc/board/asus/grouper_common.rst                  |  95 +++++
 doc/board/asus/index.rst                           |  10 +
 doc/board/asus/transformer_t30.rst                 |  96 +++++
 doc/board/htc/endeavoru.rst                        |  90 +++++
 doc/board/htc/index.rst                            |   9 +
 doc/board/lg/index.rst                             |   9 +
 doc/board/lg/x3_t30.rst                            |  93 +++++
 include/configs/endeavoru.h                        |  72 ++++
 include/configs/grouper.h                          |  68 ++++
 include/configs/tegra-common-post.h                |  28 +-
 include/configs/transformer-common.h               |  94 +++++
 include/configs/transformer-t30.h                  |  46 +++
 include/configs/x3-t30.h                           |  85 ++++
 80 files changed, 5090 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/dts/tegra30-asus-grouper-common.dtsi
 create mode 100644 arch/arm/dts/tegra30-asus-nexus7-grouper-E1565.dts
 create mode 100644 arch/arm/dts/tegra30-asus-nexus7-grouper-PM269.dts
 create mode 100644 arch/arm/dts/tegra30-asus-nexus7-tilapia-E1565.dts
 create mode 100644 arch/arm/dts/tegra30-asus-p1801-t.dts
 create mode 100644 arch/arm/dts/tegra30-asus-tf201.dts
 create mode 100644 arch/arm/dts/tegra30-asus-tf300t.dts
 create mode 100644 arch/arm/dts/tegra30-asus-tf300tg.dts
 create mode 100644 arch/arm/dts/tegra30-asus-tf300tl.dts
 create mode 100644 arch/arm/dts/tegra30-asus-tf600t.dts
 create mode 100644 arch/arm/dts/tegra30-asus-tf700t.dts
 create mode 100644 arch/arm/dts/tegra30-asus-transformer.dtsi
 create mode 100644 arch/arm/dts/tegra30-htc-endeavoru.dts
 create mode 100644 arch/arm/dts/tegra30-lg-p880.dts
 create mode 100644 arch/arm/dts/tegra30-lg-p895.dts
 create mode 100644 arch/arm/dts/tegra30-lg-x3.dtsi
 create mode 100644 arch/arm/mach-tegra/fuse.c
 create mode 100644 board/asus/grouper/Kconfig
 create mode 100644 board/asus/grouper/MAINTAINERS
 create mode 100644 board/asus/grouper/Makefile
 create mode 100644 board/asus/grouper/grouper-spl-max.c
 create mode 100644 board/asus/grouper/grouper-spl-ti.c
 create mode 100644 board/asus/grouper/grouper.c
 create mode 100644 board/asus/grouper/pinmux-config-grouper.h
 create mode 100644 board/asus/transformer-t30/Kconfig
 create mode 100644 board/asus/transformer-t30/MAINTAINERS
 create mode 100644 board/asus/transformer-t30/Makefile
 create mode 100644 board/asus/transformer-t30/pinmux-config-transformer.h
 create mode 100644 board/asus/transformer-t30/transformer-t30-spl.c
 create mode 100644 board/asus/transformer-t30/transformer-t30.c
 create mode 100644 board/htc/endeavoru/Kconfig
 create mode 100644 board/htc/endeavoru/MAINTAINERS
 create mode 100644 board/htc/endeavoru/Makefile
 create mode 100644 board/htc/endeavoru/endeavoru-spl.c
 create mode 100644 board/htc/endeavoru/endeavoru.c
 create mode 100644 board/htc/endeavoru/pinmux-config-endeavoru.h
 create mode 100644 board/lg/x3-t30/Kconfig
 create mode 100644 board/lg/x3-t30/MAINTAINERS
 create mode 100644 board/lg/x3-t30/Makefile
 create mode 100644 board/lg/x3-t30/pinmux-config-x3.h
 create mode 100644 board/lg/x3-t30/x3-t30-spl.c
 create mode 100644 board/lg/x3-t30/x3-t30.c
 create mode 100644 configs/endeavoru_defconfig
 create mode 100644 configs/grouper_E1565.config
 create mode 100644 configs/grouper_PM269.config
 create mode 100644 configs/grouper_common_defconfig
 create mode 100644 configs/p1801-t.config
 create mode 100644 configs/p880.config
 create mode 100644 configs/p895.config
 create mode 100644 configs/tf201.config
 create mode 100644 configs/tf300t.config
 create mode 100644 configs/tf300tg.config
 create mode 100644 configs/tf300tl.config
 create mode 100644 configs/tf600t.config
 create mode 100644 configs/tf700t.config
 create mode 100644 configs/tilapia.config
 create mode 100644 configs/transformer_t30_defconfig
 create mode 100644 configs/x3_t30_defconfig
 create mode 100644 doc/board/asus/grouper_common.rst
 create mode 100644 doc/board/asus/index.rst
 create mode 100644 doc/board/asus/transformer_t30.rst
 create mode 100644 doc/board/htc/endeavoru.rst
 create mode 100644 doc/board/htc/index.rst
 create mode 100644 doc/board/lg/index.rst
 create mode 100644 doc/board/lg/x3_t30.rst
 create mode 100644 include/configs/endeavoru.h
 create mode 100644 include/configs/grouper.h
 create mode 100644 include/configs/transformer-common.h
 create mode 100644 include/configs/transformer-t30.h
 create mode 100644 include/configs/x3-t30.h

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

* Re: Pull request, u-boot-tegra/master
  2023-02-23 21:25 Tom Warren
@ 2023-02-24 14:43 ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2023-02-24 14:43 UTC (permalink / raw)
  To: Tom Warren; +Cc: u-boot, Tom Warren, Thierry Reding, clamor95

[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]

On Thu, Feb 23, 2023 at 02:25:04PM -0700, Tom Warren wrote:

> Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> It has passed 'buildman tegra' w/o error, and Thierry has tested it on his
> Tegra boards.
> 
> The following changes since commit 8c39999acb726ef083d3d5de12f20318ee0e5070:
> 
>   Merge branch 'master' of
> https://source.denx.de/u-boot/custodians/u-boot-usb (2023-02-22 13:36:29
> -0500)
> 
> are available in the git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git master
> 
> for you to fetch changes up to 5a8fe1ee818e0f8a74fa088f6a3d705a01b6afbe:
> 
>   ARM: tegra20: implement BCT patching (2023-02-23 12:55:37 -0700)
> 

This is a bit later than I'd like in general, but I know you've been
working at this for a bit, and since it's tested on a wide array of the
targets in question, I'll take it this time, to master.  Also please
push it through CI on source.denx.de in the future, I had to fixup a few
doc problems (and CI should be enabled). Thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Pull request, u-boot-tegra/master
@ 2023-02-23 21:25 Tom Warren
  2023-02-24 14:43 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2023-02-23 21:25 UTC (permalink / raw)
  To: Tom Rini, u-boot, Tom Warren, Thierry Reding, clamor95

Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.
It has passed 'buildman tegra' w/o error, and Thierry has tested it on his
Tegra boards.

The following changes since commit 8c39999acb726ef083d3d5de12f20318ee0e5070:

  Merge branch 'master' of
https://source.denx.de/u-boot/custodians/u-boot-usb (2023-02-22 13:36:29
-0500)

are available in the git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git master

for you to fetch changes up to 5a8fe1ee818e0f8a74fa088f6a3d705a01b6afbe:

  ARM: tegra20: implement BCT patching (2023-02-23 12:55:37 -0700)

----------------------------------------------------------------
Maxim Schwalm (1):
      ARM: tegra: provide default USB gadget setup

Ramin Khonsari (1):
      ARM: tegra30: implement BCT patching

Svyatoslav Ryhel (14):
      tegra30: clock: add EXTPERIPH
      ARM: t20/t30: swap host1x and disp1 clock parents
      ARM: tegra: clock: add clk_id_to_pll_id helper
      ARM: tegra: clock: add clock_decode_pair helper
      ARM: tegra30: add PLLD to pll setup
      ARM: tegra: Fix Tegra PWM parent clock
      spi: tegra20_slink: accept any word length
      ARM: tegra: add late init support
      ARM: tegra: create common pre-dm i2c write
      board: tegra124: switch to updated pre-dm i2c write
      board: tegra30: switch to updated pre-dm i2c write
      ARM: tegra: expose crypto module for all Tegra SoCs
      ARM: tegra: crypto: extend crypto functional
      ARM: tegra20: implement BCT patching

 arch/arm/dts/tegra114.dtsi                       |  2 +-
 arch/arm/dts/tegra124.dtsi                       |  2 +-
 arch/arm/include/asm/arch-tegra/clock.h          | 21 ++++++
 arch/arm/include/asm/arch-tegra/crypto.h         | 47 +++++++++++++
 arch/arm/include/asm/arch-tegra/sys_proto.h      |  6 ++
 arch/arm/include/asm/arch-tegra/tegra_i2c.h      | 17 +++++
 arch/arm/include/asm/arch-tegra30/clock-tables.h |  6 +-
 arch/arm/mach-tegra/Kconfig                      | 14 ++++
 arch/arm/mach-tegra/Makefile                     |  1 +
 arch/arm/mach-tegra/board2.c                     |  2 +
 arch/arm/mach-tegra/clock.c                      | 23 ++++++
 arch/arm/mach-tegra/cpu.h                        |  1 -
 arch/arm/mach-tegra/{tegra20 => }/crypto.c       | 63 ++++++++++++-----
 arch/arm/mach-tegra/tegra114/clock.c             | 39 +++++++++-
 arch/arm/mach-tegra/tegra124/clock.c             | 40 ++++++++++-
 arch/arm/mach-tegra/tegra124/cpu.c               |  4 ++
 arch/arm/mach-tegra/tegra20/Kconfig              |  1 +
 arch/arm/mach-tegra/tegra20/Makefile             |  7 +-
 arch/arm/mach-tegra/tegra20/bct.c                | 79 +++++++++++++++++++++
 arch/arm/mach-tegra/tegra20/bct.h                | 42 +++++++++++
 arch/arm/mach-tegra/tegra20/clock.c              | 43 ++++++++++-
 arch/arm/mach-tegra/tegra20/crypto.h             | 19 -----
 arch/arm/mach-tegra/tegra210/clock.c             | 39 +++++++++-
 arch/arm/mach-tegra/tegra30/Kconfig              |  8 ---
 arch/arm/mach-tegra/tegra30/Makefile             |  1 +
 arch/arm/mach-tegra/tegra30/bct.c                | 79 +++++++++++++++++++++
 arch/arm/mach-tegra/tegra30/bct.h                | 42 +++++++++++
 arch/arm/mach-tegra/tegra30/clock.c              | 90
++++++++++++++++++++++--
 arch/arm/mach-tegra/tegra30/cpu.c                | 55 +--------------
 board/avionic-design/tec-ng/Makefile             |  4 +-
 board/avionic-design/tec-ng/tec-ng-spl.c         | 34 +++++++++
 board/nvidia/beaver/Makefile                     |  2 +
 board/nvidia/beaver/beaver-spl.c                 | 43 +++++++++++
 board/nvidia/cardhu/Makefile                     |  4 +-
 board/nvidia/cardhu/cardhu-spl.c                 | 43 +++++++++++
 board/nvidia/venice2/as3722_init.c               | 65 ++++++++++-------
 board/nvidia/venice2/as3722_init.h               | 43 -----------
 board/toradex/apalis-tk1/as3722_init.c           | 85
++++++++++++----------
 board/toradex/apalis-tk1/as3722_init.h           | 40 -----------
 board/toradex/apalis_t30/Makefile                |  2 +
 board/toradex/apalis_t30/apalis_t30-spl.c        | 34 +++++++++
 board/toradex/colibri_t30/Makefile               |  2 +
 board/toradex/colibri_t30/colibri_t30-spl.c      | 34 +++++++++
 configs/beaver_defconfig                         |  3 -
 configs/cei-tk1-som_defconfig                    |  3 -
 configs/dalmore_defconfig                        |  3 -
 configs/jetson-tk1_defconfig                     |  3 -
 configs/nyan-big_defconfig                       |  3 -
 configs/p2371-0000_defconfig                     |  3 -
 configs/p2371-2180_defconfig                     |  3 -
 configs/p2571_defconfig                          |  3 -
 configs/p3450-0000_defconfig                     |  3 -
 configs/venice2_defconfig                        |  3 -
 doc/usage/cmd/ebtupdate.rst                      | 69 ++++++++++++++++++
 drivers/pwm/tegra_pwm.c                          | 10 +--
 drivers/spi/tegra20_slink.c                      | 19 ++---
 drivers/usb/gadget/Kconfig                       |  3 +
 57 files changed, 1050 insertions(+), 309 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-tegra/crypto.h
 rename arch/arm/mach-tegra/{tegra20 => }/crypto.c (68%)
 create mode 100644 arch/arm/mach-tegra/tegra20/bct.c
 create mode 100644 arch/arm/mach-tegra/tegra20/bct.h
 delete mode 100644 arch/arm/mach-tegra/tegra20/crypto.h
 create mode 100644 arch/arm/mach-tegra/tegra30/bct.c
 create mode 100644 arch/arm/mach-tegra/tegra30/bct.h
 create mode 100644 board/avionic-design/tec-ng/tec-ng-spl.c
 create mode 100644 board/nvidia/beaver/beaver-spl.c
 create mode 100644 board/nvidia/cardhu/cardhu-spl.c
 delete mode 100644 board/nvidia/venice2/as3722_init.h
 delete mode 100644 board/toradex/apalis-tk1/as3722_init.h
 create mode 100644 board/toradex/apalis_t30/apalis_t30-spl.c
 create mode 100644 board/toradex/colibri_t30/colibri_t30-spl.c
 create mode 100644 doc/usage/cmd/ebtupdate.rst

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

* Re: Pull request, u-boot-tegra/master
  2023-02-02 17:43 Tom Warren
@ 2023-02-02 19:18 ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2023-02-02 19:18 UTC (permalink / raw)
  To: Tom Warren; +Cc: u-boot, clamor95, Thierry Reding, Tom Warren

[-- Attachment #1: Type: text/plain, Size: 804 bytes --]

On Thu, Feb 02, 2023 at 10:43:33AM -0700, Tom Warren wrote:

> Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> It has passed 'buildman tegra' w/o error, and Thierry has tested it on his
> Tegra boards.
> 
> The following changes since commit 1e1cd8eb2d0c8e5b28b2dd6622ec9cbbd5eb61b8:
> 
>   Merge tag 'fsl-qoriq-2023-2-1' of
> https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2023-02-01
> 09:31:17 -0500)
> 
> are available in the git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git
> refs/pipelines/15015
> 
> for you to fetch changes up to 412a4c6f1b94b5fea4c7ccb906de418bdaf9c058:
> 
>   ARM: tegra: include timer as default option (2023-02-02 10:16:41 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Pull request, u-boot-tegra/master
@ 2023-02-02 17:43 Tom Warren
  2023-02-02 19:18 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2023-02-02 17:43 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: clamor95, Thierry Reding, Tom Warren

Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.
It has passed 'buildman tegra' w/o error, and Thierry has tested it on his
Tegra boards.

The following changes since commit 1e1cd8eb2d0c8e5b28b2dd6622ec9cbbd5eb61b8:

  Merge tag 'fsl-qoriq-2023-2-1' of
https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2023-02-01
09:31:17 -0500)

are available in the git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git
refs/pipelines/15015

for you to fetch changes up to 412a4c6f1b94b5fea4c7ccb906de418bdaf9c058:

  ARM: tegra: include timer as default option (2023-02-02 10:16:41 -0700)

----------------------------------------------------------------
Svyatoslav Ryhel (3):
      ARM: tegra: remap clock_osc_freq for all Tegra family
      drivers: timer: add driver for ARMv7 based Tegra devices and T210
      ARM: tegra: include timer as default option

 arch/arm/Kconfig                        |   1 +
 arch/arm/include/asm/arch-tegra/clock.h |   9 ++-
 arch/arm/mach-tegra/Kconfig             |   4 +
 arch/arm/mach-tegra/clock.c             |  17 ++++-
 arch/arm/mach-tegra/cpu.c               |  70 +++++++++++++----
 arch/arm/mach-tegra/tegra114/clock.c    |  13 ++--
 arch/arm/mach-tegra/tegra124/clock.c    |  13 ++--
 arch/arm/mach-tegra/tegra20/clock.c     |   4 +-
 arch/arm/mach-tegra/tegra210/clock.c    |  22 +-----
 arch/arm/mach-tegra/tegra30/clock.c     |  10 +--
 drivers/timer/Kconfig                   |   8 ++
 drivers/timer/Makefile                  |   1 +
 drivers/timer/tegra-timer.c             | 130
++++++++++++++++++++++++++++++++
 drivers/usb/host/ehci-tegra.c           |  46 ++++++++---
 include/configs/tegra-common.h          |   6 --
 15 files changed, 275 insertions(+), 79 deletions(-)
 create mode 100644 drivers/timer/tegra-timer.c

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

* Re: Pull request, u-boot-tegra/master
  2022-06-14 17:24 ` Tom Rini
@ 2022-06-14 17:56   ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2022-06-14 17:56 UTC (permalink / raw)
  To: Tom Warren; +Cc: u-boot, marcel.ziswiler, Peter Robinson, Tom Warren

[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]

On Tue, Jun 14, 2022 at 01:24:13PM -0400, Tom Rini wrote:
> On Tue, Jun 14, 2022 at 09:05:11AM -0700, Tom Warren wrote:
> 
> > Tom,
> > 
> > Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> > 
> > The following changes since commit 92a8bc6b419f548230f10a924db2b3ef10a5edad:
> > 
> >   Merge tag 'efi-2022-07-rc5' of
> > https://source.denx.de/u-boot/custodians/u-boot-efi (2022-06-13 09:33:37
> > -0400)
> > 
> > are available in the git repository at:
> > 
> >   https://source.denx.de/u-boot/custodians/u-boot-tegra.git master
> > 
> > for you to fetch changes up to 8f27bf114ef48e681f00fcb38ad48d4ab581d0ca:
> > 
> >   board: apalis_t30/tk1/colibri_t20/t30: integrate mac address via dt
> > (2022-06-13 15:31:15 -0700)
> > 
> 
> Applied to u-boot/master, thanks!

That said, please put things through CI before sending a PR.  I did a
quick local build test, and found a warning being introduced because of
a missing include.  I fixed that and figured it was enough, which is on
me.  Next up:
commit 0d2105ae5e32ef5c87246054b2638fe50e62448c
Author: Peter Robinson <pbrobinson@gmail.com>
Date:   Tue May 3 09:32:54 2022 +0100                                                          
    arm: tegra: Update some DT compatibles

breaks the dtoc tests:
https://source.denx.de/u-boot/u-boot/-/jobs/448215
and I'm going to fix that momentarily.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: Pull request, u-boot-tegra/master
  2022-06-14 16:05 Tom Warren
@ 2022-06-14 17:24 ` Tom Rini
  2022-06-14 17:56   ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Rini @ 2022-06-14 17:24 UTC (permalink / raw)
  To: Tom Warren; +Cc: u-boot, marcel.ziswiler, Peter Robinson, Tom Warren

[-- Attachment #1: Type: text/plain, Size: 710 bytes --]

On Tue, Jun 14, 2022 at 09:05:11AM -0700, Tom Warren wrote:

> Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> 
> The following changes since commit 92a8bc6b419f548230f10a924db2b3ef10a5edad:
> 
>   Merge tag 'efi-2022-07-rc5' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2022-06-13 09:33:37
> -0400)
> 
> are available in the git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git master
> 
> for you to fetch changes up to 8f27bf114ef48e681f00fcb38ad48d4ab581d0ca:
> 
>   board: apalis_t30/tk1/colibri_t20/t30: integrate mac address via dt
> (2022-06-13 15:31:15 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Pull request, u-boot-tegra/master
@ 2022-06-14 16:05 Tom Warren
  2022-06-14 17:24 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2022-06-14 16:05 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: marcel.ziswiler, Peter Robinson, Tom Warren

Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.

The following changes since commit 92a8bc6b419f548230f10a924db2b3ef10a5edad:

  Merge tag 'efi-2022-07-rc5' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2022-06-13 09:33:37
-0400)

are available in the git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git master

for you to fetch changes up to 8f27bf114ef48e681f00fcb38ad48d4ab581d0ca:

  board: apalis_t30/tk1/colibri_t20/t30: integrate mac address via dt
(2022-06-13 15:31:15 -0700)

----------------------------------------------------------------
Marcel Ziswiler (1):
      board: apalis_t30/tk1/colibri_t20/t30: integrate mac address via dt

Peter Robinson (3):
      ARM: tegra: XUSB padctl: Add new lines for errors
      pci: tegra: Update error prints with new lines
      arm: tegra: Update some DT compatibles

 arch/arm/mach-tegra/xusb-padctl-common.c | 12 ++++++------
 board/toradex/apalis-tk1/apalis-tk1.c    | 19 +++++++++++++++++++
 board/toradex/apalis_t30/apalis_t30.c    | 20 ++++++++++++++++++++
 board/toradex/colibri_t20/colibri_t20.c  | 19 +++++++++++++++++++
 board/toradex/colibri_t30/colibri_t30.c  | 20 ++++++++++++++++++++
 drivers/i2c/tegra_i2c.c                  |  1 +
 drivers/pci/pci_tegra.c                  |  4 ++--
 drivers/video/tegra124/dp.c              |  1 +
 8 files changed, 88 insertions(+), 8 deletions(-)

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

* Re: Pull request, u-boot-tegra/master
  2021-10-15 19:50 Tom Warren
@ 2021-10-18  1:13 ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2021-10-18  1:13 UTC (permalink / raw)
  To: Tom Warren; +Cc: u-boot, Tom Warren, Thierry Reding

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

On Fri, Oct 15, 2021 at 12:50:17PM -0700, Tom Warren wrote:

>  Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> 
> The following changes since commit 10cd8efe1a7eacd63907ba95bd8442bc2cdce461:
> 
>   Merge branch '2021-10-12-assorted-fixes-and-updates' (2021-10-13 10:14:35
> -0400)
> 
> are available in the git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git master
> 
> for you to fetch changes up to a0ba216ed420a8953f57f777256f310370b95338:
> 
>   ARM: tegra: Copy memory-region-names property (2021-10-13 14:18:30 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Pull request, u-boot-tegra/master
@ 2021-10-15 19:50 Tom Warren
  2021-10-18  1:13 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2021-10-15 19:50 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: Tom Warren, Thierry Reding

 Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.

The following changes since commit 10cd8efe1a7eacd63907ba95bd8442bc2cdce461:

  Merge branch '2021-10-12-assorted-fixes-and-updates' (2021-10-13 10:14:35
-0400)

are available in the git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git master

for you to fetch changes up to a0ba216ed420a8953f57f777256f310370b95338:

  ARM: tegra: Copy memory-region-names property (2021-10-13 14:18:30 -0700)

----------------------------------------------------------------
Thierry Reding (9):
      fdtdec: Allow using fdtdec_get_carveout() in loops
      fdtdec: Support retrieving the name of a carveout
      fdtdec: Support compatible string list for reserved memory
      fdtdec: Reorder fdtdec_set_carveout() parameters for consistency
      fdtdec: Support reserved-memory flags
      ARM: tegra: Support multiple reserved memory regions
      ARM: tegra: Support EMC frequency tables on Tegra210
      ARM: tegra: Refactor DT update helpers
      ARM: tegra: Copy memory-region-names property

 arch/arm/cpu/armv8/fsl-layerscape/soc.c |   3 +-
 arch/arm/include/asm/arch-tegra/board.h |  10 +++
 arch/arm/mach-tegra/dt-setup.c          | 147
++++++++++++++++++++++++++++++++
 arch/riscv/lib/fdt_fixup.c              |   2 +-
 board/nvidia/p2371-2180/p2371-2180.c    |  94 ++------------------
 board/nvidia/p2771-0000/p2771-0000.c    |  98 ++-------------------
 board/nvidia/p3450-0000/p3450-0000.c    |  96 ++-------------------
 include/configs/tegra210-common.h       |   2 +-
 include/fdtdec.h                        |  39 ++++++---
 lib/fdtdec.c                            |  99 ++++++++++++++++++---
 lib/fdtdec_test.c                       |   7 +-
 lib/optee/optee.c                       |   4 +-
 test/dm/fdtdec.c                        |  28 +++---
 13 files changed, 321 insertions(+), 308 deletions(-)

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

* Re: Pull request, u-boot-tegra/master
  2021-08-16 23:26 Tom Warren
@ 2021-08-17 13:40 ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2021-08-17 13:40 UTC (permalink / raw)
  To: Tom Warren; +Cc: u-boot, Tom Warren, marcel.ziswiler

[-- Attachment #1: Type: text/plain, Size: 643 bytes --]

On Mon, Aug 16, 2021 at 04:26:06PM -0700, Tom Warren wrote:

> Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> 
> The following changes since commit a0da2dda4ed9d0aee5265e9cd8876734f9f80e09:
> 
>   Prepare v2021.10-rc2 (2021-08-16 14:18:45 -0400)
> 
> are available in the git repository at:
> 
>   ssh://twarren@git-mirror-santaclara:12001/m/denx.de/u-boot-tegra.git
> 
> for you to fetch changes up to 5e39e20a1af916fee3aabd61eedafadf29a9edb9:
> 
>   board: apalis-tk1: launch toradex easy installer in usb recovery
> (2021-08-16 12:17:07 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Pull request, u-boot-tegra/master
@ 2021-08-16 23:26 Tom Warren
  2021-08-17 13:40 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2021-08-16 23:26 UTC (permalink / raw)
  To: Tom Rini, u-boot, Tom Warren, marcel.ziswiler

Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.

The following changes since commit a0da2dda4ed9d0aee5265e9cd8876734f9f80e09:

  Prepare v2021.10-rc2 (2021-08-16 14:18:45 -0400)

are available in the git repository at:

  ssh://twarren@git-mirror-santaclara:12001/m/denx.de/u-boot-tegra.git

for you to fetch changes up to 5e39e20a1af916fee3aabd61eedafadf29a9edb9:

  board: apalis-tk1: launch toradex easy installer in usb recovery
(2021-08-16 12:17:07 -0700)

----------------------------------------------------------------
Marcel Ziswiler (1):
      board: apalis-tk1: launch toradex easy installer in usb recovery

 board/toradex/apalis-tk1/apalis-tk1.c | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

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

* Pull request, u-boot-tegra/master
  2020-06-19 15:53 Tom Warren
@ 2020-06-19 18:21 ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2020-06-19 18:21 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 19, 2020 at 08:53:42AM -0700, Tom Warren wrote:

>  Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> 
> All Tegra builds are OK on my system, and Stephen's test frame reports that
> all tests pass.
> 
> The following changes since commit 9cb895203a46654f7ee6dd95be5c8ab05e4dfbd3:
> 
>   Merge tag 'u-boot-stm32-20200616' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2020-06-16 09:18:56
> -0400)
> 
> are available in the git repository at:
> 
> 
>   ssh://twarren at git-mirror-santaclara:12001/m/denx.de/u-boot-tegra.git
> master
> 
> for you to fetch changes up to 7b4f42b6cd5d8fa32f763b5ec03b7b8fdf7c4303:
> 
>   t210: Nano: Add NVME support (2020-06-18 15:12:34 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200619/1df4c44d/attachment.sig>

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

* Pull request, u-boot-tegra/master
@ 2020-06-19 15:53 Tom Warren
  2020-06-19 18:21 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2020-06-19 15:53 UTC (permalink / raw)
  To: u-boot

 Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.

All Tegra builds are OK on my system, and Stephen's test frame reports that
all tests pass.

The following changes since commit 9cb895203a46654f7ee6dd95be5c8ab05e4dfbd3:

  Merge tag 'u-boot-stm32-20200616' of
https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2020-06-16 09:18:56
-0400)

are available in the git repository at:


  ssh://twarren at git-mirror-santaclara:12001/m/denx.de/u-boot-tegra.git
master

for you to fetch changes up to 7b4f42b6cd5d8fa32f763b5ec03b7b8fdf7c4303:

  t210: Nano: Add NVME support (2020-06-18 15:12:34 -0700)

----------------------------------------------------------------
Igor Opaniuk (1):
      colibri_t20: change maintainer

Jon Hunter (2):
      firmware: PSCI: Fix PSCI support for OF live trees
      ARM: tegra: Enable PSCI support for Tegra210 and Tegra186

Tom Warren (1):
      t210: Nano: Add NVME support

 arch/arm/dts/tegra186.dtsi            | 5 +++++
 arch/arm/dts/tegra210.dtsi            | 5 +++++
 board/toradex/colibri_t20/MAINTAINERS | 2 +-
 configs/p3450-0000_defconfig          | 1 +
 drivers/firmware/psci.c               | 4 +---
 5 files changed, 13 insertions(+), 4 deletions(-)

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

* Pull request, u-boot-tegra/master
  2020-04-03 17:23 Tom Warren
@ 2020-04-05 23:04 ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2020-04-05 23:04 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 03, 2020 at 10:23:03AM -0700, Tom Warren wrote:

>  Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> 
> All Tegra builds are OK on my system, and Stephen's test frame reports that
> all tests pass.
> This adds support for Jetson Nano, plus miscellaneous other fixes found
> during Nano bringup.
> It also adds Igor's update_uboot wrapper patches.
> 
> The following changes since commit e0718b3ab754860bd47677e6b4fc5b70da42c4ab:
> 
>   Merge tag 'dm-pull-1apr20' of git://git.denx.de/u-boot-dm (2020-04-01
> 14:29:21 -0400)
> 
> are available in the git repository at:
> 
>   ssh://twarren at git-mirror-santaclara:12001/m/denx.de/u-boot-tegra.git
> master
> 
> for you to fetch changes up to 7c02bc9649f6d3afd272ac4a94b280495473834c:
> 
>   ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support (2020-04-02
> 14:30:02 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200405/7e706efc/attachment.sig>

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

* Pull request, u-boot-tegra/master
@ 2020-04-03 17:23 Tom Warren
  2020-04-05 23:04 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2020-04-03 17:23 UTC (permalink / raw)
  To: u-boot

 Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.

All Tegra builds are OK on my system, and Stephen's test frame reports that
all tests pass.
This adds support for Jetson Nano, plus miscellaneous other fixes found
during Nano bringup.
It also adds Igor's update_uboot wrapper patches.

The following changes since commit e0718b3ab754860bd47677e6b4fc5b70da42c4ab:

  Merge tag 'dm-pull-1apr20' of git://git.denx.de/u-boot-dm (2020-04-01
14:29:21 -0400)

are available in the git repository at:

  ssh://twarren at git-mirror-santaclara:12001/m/denx.de/u-boot-tegra.git
master

for you to fetch changes up to 7c02bc9649f6d3afd272ac4a94b280495473834c:

  ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support (2020-04-02
14:30:02 -0700)

----------------------------------------------------------------
Igor Opaniuk (4):
      apalis-tk1: add update_uboot wrapper
      apalis_t30: add update_uboot wrapper
      colibri_t20: add update_uboot wrapper
      colibri_t30: add update_uboot wrapper

JC Kuo (1):
      t210: do not enable PLLE and UPHY PLL HW PWRSEQ

Stephen Warren (1):
      ARM: tegra: p2371-2180: add I2C nodes to DT

Tom Warren (11):
      t210: pinmux: Remove pinmux/GPIO init from T210 boards
      i2c: t210: Add VI_I2C clock source support
      tegra: Enable CONFIG_BOOTP_PREFER_SERVERIP for all Jetson boards
      mmc: t210: Add autocal and tap/trim updates for SDMMC1/3
      mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detect
      qspi: t210: Fix claim_bus's use of the wrong bus/device
      qspi: t210: Fix QSPI clock and tap delays
      qspi: t210: Use dev_read calls to get FDT data like base, freq
      t210: Adjust ramdisk_addr_r/fdt_addr_r to allow for large kernels
      mtd: spi: Add Macronix MX25U3235F device
      ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support

Vishruth (1):
      ARM: tegra: p2771-0000: enable PIE relocation

 arch/arm/cpu/armv8/cpu.c                           |   5 +
 arch/arm/dts/Makefile                              |   3 +-
 arch/arm/dts/tegra210-p2371-2180.dts               |  12 +
 arch/arm/dts/tegra210-p3450-0000.dts               | 147 +++++++++++
 arch/arm/include/asm/arch-tegra/tegra_mmc.h        |  20 +-
 arch/arm/include/asm/arch-tegra/xusb-padctl.h      |   1 +
 arch/arm/mach-tegra/board2.c                       |  31 +++
 arch/arm/mach-tegra/tegra210/Kconfig               |   7 +
 arch/arm/mach-tegra/tegra210/Makefile              |   3 +-
 arch/arm/mach-tegra/tegra210/clock.c               |  27 +-
 arch/arm/mach-tegra/tegra210/pinmux.c              | 194 --------------
 arch/arm/mach-tegra/tegra210/xusb-padctl.c         |  68 +++--
 arch/arm/mach-tegra/xusb-padctl-dummy.c            |   4 +
 board/nvidia/e2220-1170/e2220-1170.c               |  21 +-
 board/nvidia/e2220-1170/pinmux-config-e2220-1170.h | 276
--------------------
 board/nvidia/p2371-0000/p2371-0000.c               |  21 +-
 board/nvidia/p2371-0000/pinmux-config-p2371-0000.h | 267
--------------------
 board/nvidia/p2371-2180/p2371-2180.c               |  21 +-
 board/nvidia/p2371-2180/pinmux-config-p2371-2180.h | 278
---------------------
 board/nvidia/p2571/p2571.c                         |  21 +-
 board/nvidia/p2571/pinmux-config-p2571.h           | 242 ------------------
 board/nvidia/p3450-0000/Kconfig                    |  12 +
 board/nvidia/p3450-0000/MAINTAINERS                |   6 +
 board/nvidia/p3450-0000/Makefile                   |   8 +
 board/nvidia/p3450-0000/p3450-0000.c               | 178 +++++++++++++
 configs/e2220-1170_defconfig                       |   1 +
 configs/p2371-0000_defconfig                       |   1 +
 configs/p2371-2180_defconfig                       |   1 +
 configs/p2571_defconfig                            |   1 +
 configs/p2771-0000-000_defconfig                   |   2 +
 configs/p2771-0000-500_defconfig                   |   2 +
 configs/p3450-0000_defconfig                       |  64 +++++
 drivers/mmc/tegra_mmc.c                            | 103 +++++++-
 drivers/mtd/spi/spi-nor-ids.c                      |   1 +
 drivers/spi/tegra210_qspi.c                        |  39 +--
 include/configs/apalis-tk1.h                       |   9 +
 include/configs/apalis_t30.h                       |  11 +
 include/configs/colibri_t20.h                      |   8 +-
 include/configs/colibri_t30.h                      |  11 +
 include/configs/p3450-0000.h                       |  46 ++++
 include/configs/tegra210-common.h                  |   4 +-
 41 files changed, 757 insertions(+), 1420 deletions(-)
 create mode 100644 arch/arm/dts/tegra210-p3450-0000.dts
 delete mode 100644 arch/arm/mach-tegra/tegra210/pinmux.c
 delete mode 100644 board/nvidia/e2220-1170/pinmux-config-e2220-1170.h
 delete mode 100644 board/nvidia/p2371-0000/pinmux-config-p2371-0000.h
 delete mode 100644 board/nvidia/p2371-2180/pinmux-config-p2371-2180.h
 delete mode 100644 board/nvidia/p2571/pinmux-config-p2571.h
 create mode 100644 board/nvidia/p3450-0000/Kconfig
 create mode 100644 board/nvidia/p3450-0000/MAINTAINERS
 create mode 100644 board/nvidia/p3450-0000/Makefile
 create mode 100644 board/nvidia/p3450-0000/p3450-0000.c
 create mode 100644 configs/p3450-0000_defconfig
 create mode 100644 include/configs/p3450-0000.h

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

* Pull request, u-boot-tegra/master
  2020-01-14 17:48 Tom Warren
@ 2020-01-15  2:49 ` Tom Rini
  0 siblings, 0 replies; 21+ messages in thread
From: Tom Rini @ 2020-01-15  2:49 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 14, 2020 at 10:48:14AM -0700, Tom Warren wrote:

> Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks.
> 
> The following changes since commit 88366b96ee0d8640b2af53e4026dbaeed0fab5e0:
> 
>   travis: Switch to QEMU v4.2.0 globally (2020-01-11 08:07:03 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-tegra.git master
> 
> for you to fetch changes up to fddfe8735908553c26dff221cb154c8d7ddab463:
> 
>   tegra: fdt: Add tegra186-u-boot.dtsi (2020-01-14 10:35:19 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200114/b437caf9/attachment.sig>

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

* Pull request, u-boot-tegra/master
@ 2020-01-14 17:48 Tom Warren
  2020-01-15  2:49 ` Tom Rini
  0 siblings, 1 reply; 21+ messages in thread
From: Tom Warren @ 2020-01-14 17:48 UTC (permalink / raw)
  To: u-boot

Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.

The following changes since commit 88366b96ee0d8640b2af53e4026dbaeed0fab5e0:

  travis: Switch to QEMU v4.2.0 globally (2020-01-11 08:07:03 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-tegra.git master

for you to fetch changes up to fddfe8735908553c26dff221cb154c8d7ddab463:

  tegra: fdt: Add tegra186-u-boot.dtsi (2020-01-14 10:35:19 -0700)

----------------------------------------------------------------
Stephen Warren (1):
      tegra: fdt: Add tegra186-u-boot.dtsi

 arch/arm/dts/tegra186-u-boot.dtsi | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 arch/arm/dts/tegra186-u-boot.dtsi

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

end of thread, other threads:[~2023-06-05 21:36 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04 22:47 Pull request, u-boot-tegra/master Tom Warren
2020-12-07 15:46 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-06-05 20:52 Tom Warren
2023-06-05 21:36 ` Tom Rini
2023-02-23 21:25 Tom Warren
2023-02-24 14:43 ` Tom Rini
2023-02-02 17:43 Tom Warren
2023-02-02 19:18 ` Tom Rini
2022-06-14 16:05 Tom Warren
2022-06-14 17:24 ` Tom Rini
2022-06-14 17:56   ` Tom Rini
2021-10-15 19:50 Tom Warren
2021-10-18  1:13 ` Tom Rini
2021-08-16 23:26 Tom Warren
2021-08-17 13:40 ` Tom Rini
2020-06-19 15:53 Tom Warren
2020-06-19 18:21 ` Tom Rini
2020-04-03 17:23 Tom Warren
2020-04-05 23:04 ` Tom Rini
2020-01-14 17:48 Tom Warren
2020-01-15  2:49 ` Tom Rini

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.