[U-Boot] Pull request, u-boot-tegra/master

Tom Warren tomcwarren3959 at gmail.com
Thu Aug 13 22:26:37 CEST 2015


Tom,

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

./MAKEALL -s tegra is OK (all 32-bit builds), and ./MAKEALL -a aarch64 is
OK (includes Tegra210 builds)

The following changes since commit 0741701acf00749672f75f4c196dabd8b235f741:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2015-08-13
07:20:44 -0400)

are available in the git repository at:


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

for you to fetch changes up to bbc1b99e8b8a1b87c2d0d959a1fcd1990abe82dd:

  ARM: tegra: represent RAM in 1 or 2 banks (2015-08-13 13:06:04 -0700)

----------------------------------------------------------------
Marcel Ziswiler (15):
      ARM: tegra: allow custom usb manufacturer/product/vendor ids/strings
      ARM: tegra: allow reading recovery mode boot type
      apalis/colibri_t20/t30: integrate recovery mode detection
      colibri_t20: fix device-tree compatible node
      colibri_t20: add lcd display support
      colibri_t20: add i2c support
      colibri_t20: disable PMIC sleep mode on low supply voltage
      tegra: nand: fix read_byte required for proper onfi detection
      mtd/nand/tegra: alignment workaround
      colibri_t20: enable mtdparts support
      colibri_t20: enable ubi/ubifs support
      apalis/colibri_t20/30: clean-up
      colibri_t20: fix reset out pin
      apalis/colibri_t30: fix usb dm regression
      tegra: nand: disable subpage writes

Max Krummenacher (1):
      apalis/colibri_t20/t30: increase tftp blocksize

Simon Glass (1):
      tegra: Correct logic for reading pll_misc in clock_start_pll()

Stephen Warren (3):
      ARM: tegra: move kernel_addr_r on T210
      ARM: tegra: query_sdram_size() cleanup
      ARM: tegra: represent RAM in 1 or 2 banks

Thierry Reding (1):
      ARM: tegra: Make pinmux.h standalone includible

 arch/arm/dts/tegra20-colibri.dts          |  63 ++++++++++++++-
 arch/arm/dts/tegra30-apalis.dts           |   2 +-
 arch/arm/dts/tegra30-colibri.dts          |   4 +-
 arch/arm/include/asm/arch-tegra/pinmux.h  |   2 +
 arch/arm/include/asm/arch-tegra/tegra.h   |   2 +
 arch/arm/mach-tegra/board.c               |  14 +++-
 arch/arm/mach-tegra/board2.c              | 120
++++++++++++++++++++++++----
 arch/arm/mach-tegra/clock.c               |  33 +++++---
 arch/arm/mach-tegra/tegra124/clock.c      |   4 +-
 arch/arm/mach-tegra/tegra210/clock.c      |   7 ++
 board/toradex/apalis_t30/apalis_t30.c     |  15 +++-
 board/toradex/colibri_t20/colibri_t20.c   |  68 ++++++++++++++++
 board/toradex/colibri_t30/colibri_t30.c   |  18 ++++-
 drivers/mtd/nand/tegra_nand.c             | 128
+++++++++++-------------------
 include/configs/apalis_t30.h              |  13 ++-
 include/configs/colibri_t20.h             |  53 +++++++++++--
 include/configs/colibri_t30.h             |  13 ++-
 include/configs/tegra-common-usb-gadget.h |   6 ++
 include/configs/tegra-common.h            |   2 +-
 include/configs/tegra210-common.h         |   2 +-
 20 files changed, 434 insertions(+), 135 deletions(-)


More information about the U-Boot mailing list