summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/tegra30
Commit message (Collapse)AuthorAgeLines
* armv7: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-21/+1
| | | | Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
* config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren2013-08-02-19/+0
| | | | | | | Now that nothing uses CONFIG_ARCH_DEVICE_TREE, stop defining it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
* Tegra30: Add CPU (armv7) filesTom Warren2013-01-16-0/+59
These files are for code that runs on the CPU (A9) on T30 boards. At this time, there are no T30-specific ARMV7 files. As T30-specific run-time code is added, it'll go here. Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidai.com>