mbox series

Pull request, u-boot-tegra/master

Message ID CACih+8W-+DeaFBdFproDUeVLJocPriObSxO0ORQ0-cGRiy6g_g@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request, u-boot-tegra/master | expand

Pull-request

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

Message

Tom Warren Dec. 4, 2020, 10:47 p.m. UTC
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@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(-)

Comments

Tom Rini Dec. 7, 2020, 3:46 p.m. UTC | #1
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!