summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorTom Warren <twarren@nvidia.com>2015-02-12 15:01:49 -0700
committerTom Warren <twarren@nvidia.com>2015-07-28 10:30:20 -0700
commit873e3ef90ba98c764af6e05251354332205b9d3a (patch)
tree5b435c100f7c8058821d2361d9f5ca0c886cedff /configs
parent3cee35f8410764cd19115bdc86209aeef9ad05b4 (diff)
downloadtalos-obmc-uboot-873e3ef90ba98c764af6e05251354332205b9d3a.tar.gz
talos-obmc-uboot-873e3ef90ba98c764af6e05251354332205b9d3a.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/p2571_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/p2571_defconfig b/configs/p2571_defconfig
new file mode 100644
index 0000000000..8494bb5b6e
--- /dev/null
+++ b/configs/p2571_defconfig
@@ -0,0 +1,16 @@
+CONFIG_ARM=y
+CONFIG_TEGRA=y
+CONFIG_TEGRA210=y
+CONFIG_TARGET_P2571=y
+CONFIG_DEFAULT_DEVICE_TREE="tegra210-p2571"
+# CONFIG_CMD_IMI is not set
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+# CONFIG_CMD_SETEXPR is not set
+# CONFIG_CMD_NFS is not set
+CONFIG_SPL_DM=y
+CONFIG_SPI_FLASH=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USE_PRIVATE_LIBGCC=y
OpenPOWER on IntegriCloud