summaryrefslogtreecommitdiffstats
path: root/include/configs/platinum_picon.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-12-10 10:15:23 +0100
committerStefano Babic <sbabic@denx.de>2015-01-19 09:07:31 +0100
commit5d6050fdb8b0aaf3d3c43b3cad68d6b8f5037f9a (patch)
tree194db9d167a6213268e5669a394468300c5d0d6e /include/configs/platinum_picon.h
parent834670eae0ddc3e4a809d05645f12f23ef216a41 (diff)
downloadtalos-obmc-uboot-5d6050fdb8b0aaf3d3c43b3cad68d6b8f5037f9a.tar.gz
talos-obmc-uboot-5d6050fdb8b0aaf3d3c43b3cad68d6b8f5037f9a.zip
arm: mx6: Add Barco platinum-picon and platinum-titanium
This patch adds the new Barco platinum platform. It currently includes those two boards: platinum-titanium ----------------- This is the same board as the titanium that is already supported in mainline U-Boot. But its now moved to this new platform to support multiple "flavors" of imx6 boards in one directory. Its also moved to support SPL booting. And with this we use the run-time DDR configuration of this SPL support. The board is equipped with the Micron MT41J128M16JT-125 DDR chips. We now can remove the DDR related registers tuples from the imximage.cfg file. As all this is done in the SPL at run-time. platinum-picon -------------- This board is new and based on the MX6DL with 1GiB DDR using the Micron MT41K256M16HA DDR3 chips. Its also equipped with 2 NAND chips (each 512MiB). Signed-off-by: Stefan Roese <sr@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Pieter Ronsijn <pieter.ronsijn@barco.com>
Diffstat (limited to 'include/configs/platinum_picon.h')
-rw-r--r--include/configs/platinum_picon.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/include/configs/platinum_picon.h b/include/configs/platinum_picon.h
new file mode 100644
index 0000000000..4590df5a9e
--- /dev/null
+++ b/include/configs/platinum_picon.h
@@ -0,0 +1,31 @@
+/*
+ * Copyright (C) 2014, Barco (www.barco.com)
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __PLATINUM_PICON_CONFIG_H__
+#define __PLATINUM_PICON_CONFIG_H__
+
+#define CONFIG_PLATINUM_PICON
+#define CONFIG_PLATINUM_BOARD "Barco Picon"
+#define CONFIG_PLATINUM_PROJECT "picon"
+#define CONFIG_PLATINUM_CPU "imx6dl"
+
+#define CONFIG_MX6
+
+#include <configs/platinum.h>
+
+#define CONFIG_FEC_XCV_TYPE RMII
+#define CONFIG_FEC_MXC_PHYADDR 0
+
+#define CONFIG_HOSTNAME picon
+
+#define CONFIG_SYS_PROMPT "picon > "
+
+#define CONFIG_PLATFORM_ENV_SETTINGS "\0"
+
+#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_COMMON_ENV_SETTINGS \
+ CONFIG_PLATFORM_ENV_SETTINGS
+
+#endif /* __PLATINUM_PICON_CONFIG_H__ */
OpenPOWER on IntegriCloud