diff options
author | Tom Warren <twarren.nvidia@gmail.com> | 2014-01-24 12:46:15 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2014-02-03 09:46:46 -0700 |
commit | 52ef43b052964c15e051c119641d81e1f7051c14 (patch) | |
tree | 65b7028bee3413490e776728e4e9766f13f90b2b /arch/arm/cpu/armv7 | |
parent | 32edd2ede2bd62d27c45bd9bdbc0b4a2848f4587 (diff) | |
download | u-boot-imx-52ef43b052964c15e051c119641d81e1f7051c14.zip u-boot-imx-52ef43b052964c15e051c119641d81e1f7051c14.tar.gz u-boot-imx-52ef43b052964c15e051c119641d81e1f7051c14.tar.bz2 |
ARM: tegra: Add CPU (armv7) files for Tegra124
These files are for code that runs on the CPU (A15) on Tegra124 boards.
At this time, there is no A15-specific code here. The warmboot/LP0 files
aren't included as that code hasn't been ported 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 'arch/arm/cpu/armv7')
-rw-r--r-- | arch/arm/cpu/armv7/tegra124/Makefile | 6 | ||||
-rw-r--r-- | arch/arm/cpu/armv7/tegra124/config.mk | 10 |
2 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/tegra124/Makefile b/arch/arm/cpu/armv7/tegra124/Makefile new file mode 100644 index 0000000..7f127b1 --- /dev/null +++ b/arch/arm/cpu/armv7/tegra124/Makefile @@ -0,0 +1,6 @@ +# +# (C) Copyright 2013-2014 +# NVIDIA Corporation <www.nvidia.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# diff --git a/arch/arm/cpu/armv7/tegra124/config.mk b/arch/arm/cpu/armv7/tegra124/config.mk new file mode 100644 index 0000000..2f1c645 --- /dev/null +++ b/arch/arm/cpu/armv7/tegra124/config.mk @@ -0,0 +1,10 @@ +# +# (C) Copyright 2013 +# NVIDIA Corporation <www.nvidia.com> +# (C) Copyright 2002 +# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +CONFIG_ARCH_DEVICE_TREE := tegra124 |