summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2085a_common.h
diff options
context:
space:
mode:
authorMinghuan Lian <Minghuan.Lian@freescale.com>2015-03-20 19:28:16 -0700
committerYork Sun <yorksun@freescale.com>2015-04-23 08:55:57 -0700
commit31d34c6c4b4470b4cd2094693259fb48ec51e652 (patch)
treeb47fd19473e087f15a5a05563f903a9bff5d96e6 /include/configs/ls2085a_common.h
parent5753b0f1b0ec504e3a76a46a62ccfe619e426f21 (diff)
downloadtalos-obmc-uboot-31d34c6c4b4470b4cd2094693259fb48ec51e652.tar.gz
talos-obmc-uboot-31d34c6c4b4470b4cd2094693259fb48ec51e652.zip
armv8: Add SerDes framework for Layerscape Architecture
Add support of SerDes framework for Layerscape Architecture. - Add support of 2 SerDes block - Add SerDes protocol parsing and detection - Create table of SerDes protocol supported by LS2085A Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085a_common.h')
-rw-r--r--include/configs/ls2085a_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index f6b3ed063f..5ce5e1c9cb 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -19,6 +19,11 @@
#define CONFIG_ARM_ERRATA_828024
#define CONFIG_ARM_ERRATA_826974
+#include <asm/arch-fsl-lsch3/config.h>
+#if (defined(CONFIG_SYS_FSL_SRDS_1) || defined(CONFIG_SYS_FSL_SRDS_2))
+#define CONFIG_SYS_HAS_SERDES
+#endif
+
/* We need architecture specific misc initializations */
#define CONFIG_ARCH_MISC_INIT
OpenPOWER on IntegriCloud