diff options
author | Tom Warren <twarren.nvidia@gmail.com> | 2014-01-24 12:46:18 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2014-02-03 09:46:47 -0700 |
commit | f7dc4ac37c8e2448aa88209e5d00fa377ca98ced (patch) | |
tree | ff7c67c77ed26bcb9216273d017be9001448922f /board/nvidia/venice2/Makefile | |
parent | a57c5846a21e774c3421b7048dde6e1b763e780c (diff) | |
download | u-boot-imx-f7dc4ac37c8e2448aa88209e5d00fa377ca98ced.zip u-boot-imx-f7dc4ac37c8e2448aa88209e5d00fa377ca98ced.tar.gz u-boot-imx-f7dc4ac37c8e2448aa88209e5d00fa377ca98ced.tar.bz2 |
ARM: tegra: add Venice2 (Tegra124) board
These are the board files for Venice2 (Tegra124), plus the AS3722 PMIC
files. PMIC init will be moved to pmic_common_init later.
This builds/boots on Venice2, SPI/MMC/USB/I2C all work. Audio, display
and WB/LP0 are not supported yet.
Signed-off-by: Tom Warren <twarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia/venice2/Makefile')
-rw-r--r-- | board/nvidia/venice2/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/nvidia/venice2/Makefile b/board/nvidia/venice2/Makefile new file mode 100644 index 0000000..5fac5ab --- /dev/null +++ b/board/nvidia/venice2/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2013-2014 +# NVIDIA Corporation <www.nvidia.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += as3722_init.o +obj-y += venice2.o |