]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
T210: Add support for 64-bit T210-based P2571 board
authorTom Warren <twarren@nvidia.com>
Thu, 12 Feb 2015 22:01:49 +0000 (15:01 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:54 +0000 (13:50 +0200)
commit0958b7db83f450bbf9df10a9fd28b2596a2c6d07
treeef221c524e70a5a7f88cfecb75c58f77f581d058
parent9e4baff7dadeb1056829edc3f6ee09acd8484149
T210: Add support for 64-bit T210-based P2571 board

Based on Venice2, incorporates Stephen Warren's
latest P2571 pinmux table.

With Thierry Reding's 64-bit build fixes, this
will build and and boot in 64-bit on my P2571
(when used with a 32-bit AVP loader).

Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/tegra210/Kconfig
board/nvidia/p2571/Kconfig [new file with mode: 0644]
board/nvidia/p2571/MAINTAINERS [new file with mode: 0644]
board/nvidia/p2571/Makefile [new file with mode: 0644]
board/nvidia/p2571/max77620_init.c [new file with mode: 0644]
board/nvidia/p2571/max77620_init.h [new file with mode: 0644]
board/nvidia/p2571/p2571.c [new file with mode: 0644]
board/nvidia/p2571/pinmux-config-p2571.h [new file with mode: 0644]
configs/p2571_defconfig [new file with mode: 0644]
include/configs/p2571.h [new file with mode: 0644]
include/configs/tegra210-common.h [new file with mode: 0644]