mbox

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

Message ID CACih+8X7bTksqMLmWJyv0pF7oEuz=PySUBkUoR1G48z0LyXMsw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Tom Warren Sept. 1, 2016, 5:32 p.m. UTC
Tom,

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

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

The following changes since commit cb1cbdd96962931de2ac948a184874e2672f3f96:

  x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload
(2016-08-30 09:26:05 +0800)

are available in the git repository at:

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

for you to fetch changes up to b615267633996a9410a88b54a55965d8b021f6f8:

  ARM: tegra: Add support for TK1-SOM board from Colorado Engineering
(2016-09-01 09:24:30 -0700)

----------------------------------------------------------------
Peter Chubb (1):
      ARM: tegra: Add support for TK1-SOM board from Colorado Engineering

Stephen Warren (1):
      ARM: tegra: use numeric versioning for p2771-0000

 arch/arm/dts/Makefile                              |   5 +-
 arch/arm/dts/tegra124-cei-tk1-som.dts              | 477
+++++++++++++++++++++
 ...71-0000-a02.dts => tegra186-p2771-0000-000.dts} |   4 +-
 ...71-0000-b00.dts => tegra186-p2771-0000-500.dts} |   4 +-
 arch/arm/mach-tegra/tegra124/Kconfig               |  12 +
 board/cei/cei-tk1-som/Kconfig                      |  12 +
 board/cei/cei-tk1-som/MAINTAINERS                  |   6 +
 board/cei/cei-tk1-som/Makefile                     |   9 +
 board/cei/cei-tk1-som/cei-tk1-som.c                |  65 +++
 board/cei/cei-tk1-som/pinmux-config-cei-tk1-som.h  | 301 +++++++++++++
 board/nvidia/venice2/as3722_init.h                 |   8 +-
 configs/cei-tk1-som_defconfig                      |  47 ++
 ...0000-a02_defconfig => p2771-0000-000_defconfig} |   4 +-
 ...0000-b00_defconfig => p2771-0000-500_defconfig} |   4 +-
 include/configs/cei-tk1-som.h                      |  73 ++++
 15 files changed, 1017 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/dts/tegra124-cei-tk1-som.dts
 rename arch/arm/dts/{tegra186-p2771-0000-a02.dts =>
tegra186-p2771-0000-000.dts} (82%)
 rename arch/arm/dts/{tegra186-p2771-0000-b00.dts =>
tegra186-p2771-0000-500.dts} (83%)
 create mode 100644 board/cei/cei-tk1-som/Kconfig
 create mode 100644 board/cei/cei-tk1-som/MAINTAINERS
 create mode 100644 board/cei/cei-tk1-som/Makefile
 create mode 100644 board/cei/cei-tk1-som/cei-tk1-som.c
 create mode 100644 board/cei/cei-tk1-som/pinmux-config-cei-tk1-som.h
 create mode 100644 configs/cei-tk1-som_defconfig
 rename configs/{p2771-0000-a02_defconfig => p2771-0000-000_defconfig} (87%)
 rename configs/{p2771-0000-b00_defconfig => p2771-0000-500_defconfig} (87%)
 create mode 100644 include/configs/cei-tk1-som.h

Comments

Tom Rini Sept. 2, 2016, 2:53 p.m. UTC | #1
On Thu, Sep 01, 2016 at 10:32:11AM -0700, Tom Warren wrote:

> Tom,
> 
> Please pull u-boot-tegra/master into U-Boot/master. Thanks!
> 
> All Tegra builds are OK, and Stephen's automated test system reports that
> all tests pass.
> 
> The following changes since commit cb1cbdd96962931de2ac948a184874e2672f3f96:
> 
>   x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload
> (2016-08-30 09:26:05 +0800)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-tegra.git master
> 
> for you to fetch changes up to b615267633996a9410a88b54a55965d8b021f6f8:
> 
>   ARM: tegra: Add support for TK1-SOM board from Colorado Engineering
> (2016-09-01 09:24:30 -0700)
> 

Applied to u-boot/master, thanks!