[U-Boot] [PATCH] ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tables
Tom Warren
TWarren at nvidia.com
Wed Oct 15 01:14:24 CEST 2014
Albert,
Please pull u-boot-tegra/master into ARM/master. Thanks!
The following changes since commit a7f99bf139b3aaa0d5494693fd0395084355e41a:
arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG (2014-09-11 18:04:39 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-tegra.git master
for you to fetch changes up to 90a565acf3a18c61170ec0e0b2046c98cb7ecc85:
arm: tegra: initial support for apalis t30 (2014-09-17 11:15:04 -0700)
----------------------------------------------------------------
Marcel Ziswiler (1):
arm: tegra: initial support for apalis t30
Stephen Warren (1):
ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tables
arch/arm/cpu/armv7/tegra30/Kconfig | 4 +
arch/arm/dts/Makefile | 1 +
arch/arm/dts/tegra30-apalis.dts | 300 ++++++++++++++++++
arch/arm/include/asm/mach-types.h | 13 +
board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h | 5 +
board/toradex/apalis_t30/Kconfig | 15 +
board/toradex/apalis_t30/MAINTAINERS | 7 +
board/toradex/apalis_t30/Makefile | 6 +
board/toradex/apalis_t30/apalis_t30.c | 92 ++++++
.../toradex/apalis_t30/pinmux-config-apalis_t30.h | 347 +++++++++++++++++++++
configs/apalis_t30_defconfig | 4 +
include/configs/apalis_t30.h | 80 +++++
12 files changed, 874 insertions(+)
create mode 100644 arch/arm/dts/tegra30-apalis.dts
create mode 100644 board/toradex/apalis_t30/Kconfig
create mode 100644 board/toradex/apalis_t30/MAINTAINERS
create mode 100644 board/toradex/apalis_t30/Makefile
create mode 100644 board/toradex/apalis_t30/apalis_t30.c
create mode 100644 board/toradex/apalis_t30/pinmux-config-apalis_t30.h
create mode 100644 configs/apalis_t30_defconfig
create mode 100644 include/configs/apalis_t30.h
--
nvpublic
> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.u.boot at aribaud.net]
> Sent: Tuesday, October 14, 2014 3:28 PM
> To: Tom Warren
> Cc: Stephen Warren; Tom Rini; u-boot at lists.denx.de; Simon Glass; Stephen
> Warren; Thierry Reding
> Subject: Re: [U-Boot] [PATCH] ARM: tegra: add PCIe-related pins to the
> Jetson TK1 pinmux tables
>
> Hi Tom,
>
> On Tue, 14 Oct 2014 18:05:40 +0000, Tom Warren <TWarren at nvidia.com>
> wrote:
>
> > My gmail account has been in flux for a few weeks, so I can't say for sure
> whether I sent a PR or not.
>
> I've gone through the U-Boot archives, and the last tegra PR sent was on aug
> 20, applied aug 29.
>
> > I'll resend one today to Albert.
>
> I'll make sue to apply it as soon as I get it in my inbox.
>
> > Tom
>
> Amicalement,
> --
> Albert.
More information about the U-Boot
mailing list