mbox series

[U-Boot,v1,0/9] apalis-tk1: fixes/updates for v2019.10

Message ID 20190731120445.2459-1-igor.opaniuk@gmail.com
Headers show
Series apalis-tk1: fixes/updates for v2019.10 | expand

Message

Igor Opaniuk July 31, 2019, 12:04 p.m. UTC
Misc. fixes related to pinmux configuration (fan), default bootargs,
reset reason output and power rail configuration.

Dominik Sliwa (2):
  apalis-tk1/t30: colibri_t30: display reset reason
  apalis-tk1: remove non-esential power rails on boot

Igor Opaniuk (5):
  apalis-tk1: set apalis gpio 8 aka fan_en
  apalis-tk1: provide proper USB vendor id
  apalis-tk1: enable user debug by default
  apalis-tk1: add pcie_aspm=off to defargs
  apalis-tk1: switch to zImage

Marcel Ziswiler (2):
  apalis-tk1: do not explicitly release reset_moci#
  apalis-tk1: remove default vesa vga mode from vidargs

 arch/arm/mach-tegra/sys_info.c                | 32 ++++++++-----
 arch/arm/mach-tegra/tegra124/cpu.c            | 45 +++++++++++++++++++
 board/toradex/apalis-tk1/apalis-tk1.c         | 10 +++++
 board/toradex/apalis-tk1/as3722_init.c        | 23 ++++++++++
 .../apalis-tk1/pinmux-config-apalis-tk1.h     |  2 +-
 configs/apalis-tk1_defconfig                  |  2 +-
 include/configs/apalis-tk1.h                  | 17 +++----
 7 files changed, 111 insertions(+), 20 deletions(-)

Comments

Igor Opaniuk Aug. 1, 2019, 7:57 a.m. UTC | #1
Hi Tom,

On Thu, Aug 1, 2019 at 1:13 AM Tom Warren <TWarren@nvidia.com> wrote:
>
> The 'switch to zImage' patch fails to apply using git am, either in the complete (9-patch) bundle, or as part of the 5-patch Igor Opaniuk bundle, or even as a stand-alone patch.  This is using the current TOT u-boot-tegra/master.
>
> Please ensure the entire bundle of Apalis-TK1 patches can be applied to u-boot-tegra/master.
>
> Thanks,
>
> Tom
>
> --
> nvpublic
>
> -----Original Message-----
> From: Igor Opaniuk <igor.opaniuk@gmail.com>
> Sent: Wednesday, July 31, 2019 5:05 AM
> To: u-boot@lists.denx.de
> Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>; Philippe Schenker <philippe.schenker@toradex.com>; Oleksandr Suvorov <oleksandr.suvorov@toradex.com>; Dominik Sliwa <dominik.sliwa@toradex.com>; Igor Opaniuk <igor.opaniuk@gmail.com>; Albert Aribaud <albert.u.boot@aribaud.net>; Igor Opaniuk <igor.opaniuk@toradex.com>; Tom Warren <TWarren@nvidia.com>
> Subject: [PATCH v1 0/9] apalis-tk1: fixes/updates for v2019.10
>
> Misc. fixes related to pinmux configuration (fan), default bootargs, reset reason output and power rail configuration.
>
> Dominik Sliwa (2):
>   apalis-tk1/t30: colibri_t30: display reset reason
>   apalis-tk1: remove non-esential power rails on boot
>
> Igor Opaniuk (5):
>   apalis-tk1: set apalis gpio 8 aka fan_en
>   apalis-tk1: provide proper USB vendor id
>   apalis-tk1: enable user debug by default
>   apalis-tk1: add pcie_aspm=off to defargs
>   apalis-tk1: switch to zImage
>
> Marcel Ziswiler (2):
>   apalis-tk1: do not explicitly release reset_moci#
>   apalis-tk1: remove default vesa vga mode from vidargs
>
>  arch/arm/mach-tegra/sys_info.c                | 32 ++++++++-----
>  arch/arm/mach-tegra/tegra124/cpu.c            | 45 +++++++++++++++++++
>  board/toradex/apalis-tk1/apalis-tk1.c         | 10 +++++
>  board/toradex/apalis-tk1/as3722_init.c        | 23 ++++++++++
>  .../apalis-tk1/pinmux-config-apalis-tk1.h     |  2 +-
>  configs/apalis-tk1_defconfig                  |  2 +-
>  include/configs/apalis-tk1.h                  | 17 +++----
>  7 files changed, 111 insertions(+), 20 deletions(-)
>
> --
> 2.17.1
>
Will do,
Thanks!