Pull request, u-boot-tegra/master

Tom Warren tomcwarren3959 at gmail.com
Thu Feb 2 18:43:33 CET 2023


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


More information about the U-Boot mailing list