diff options
author | Minghuan Lian <Minghuan.Lian@freescale.com> | 2015-03-20 19:28:16 -0700 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-04-23 08:55:57 -0700 |
commit | 31d34c6c4b4470b4cd2094693259fb48ec51e652 (patch) | |
tree | b47fd19473e087f15a5a05563f903a9bff5d96e6 /include/configs | |
parent | 5753b0f1b0ec504e3a76a46a62ccfe619e426f21 (diff) | |
download | u-boot-imx-31d34c6c4b4470b4cd2094693259fb48ec51e652.zip u-boot-imx-31d34c6c4b4470b4cd2094693259fb48ec51e652.tar.gz u-boot-imx-31d34c6c4b4470b4cd2094693259fb48ec51e652.tar.bz2 |
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')
-rw-r--r-- | include/configs/ls2085a_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index f6b3ed0..5ce5e1c 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 |