summaryrefslogtreecommitdiffstats
path: root/board/altera/socfpga/iocsr_config.h
diff options
context:
space:
mode:
authorChin Liang See <clsee@altera.com>2014-06-10 01:17:42 -0500
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-07-05 00:27:27 +0200
commitdc4d4aa14be278eaf7354c2916da6c5e7a538828 (patch)
tree88f717566c3365c4573fbe755eb0e749e5623841 /board/altera/socfpga/iocsr_config.h
parent05b884b5cd56478ba617b5c6a0538efe590fe098 (diff)
downloadblackbird-obmc-uboot-dc4d4aa14be278eaf7354c2916da6c5e7a538828.tar.gz
blackbird-obmc-uboot-dc4d4aa14be278eaf7354c2916da6c5e7a538828.zip
socfpga: Adding Scan Manager driver
Scan Manager driver will be called to configure the IOCSR scan chain. This configuration will setup the IO buffer settings Signed-off-by: Chin Liang See <clsee@altera.com> Cc: Dinh Nguyen <dinguyen@altera.com> Cc: Wolfgang Denk <wd@denx.de> CC: Pavel Machek <pavel@denx.de> Cc: Tom Rini <trini@ti.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Diffstat (limited to 'board/altera/socfpga/iocsr_config.h')
-rw-r--r--board/altera/socfpga/iocsr_config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/board/altera/socfpga/iocsr_config.h b/board/altera/socfpga/iocsr_config.h
new file mode 100644
index 0000000000..490f109e4b
--- /dev/null
+++ b/board/altera/socfpga/iocsr_config.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright Altera Corporation (C) 2012-2014. All rights reserved
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+/* This file is generated by Preloader Generator */
+
+#ifndef _PRELOADER_IOCSR_CONFIG_H_
+#define _PRELOADER_IOCSR_CONFIG_H_
+
+#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (764)
+#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719)
+#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (955)
+#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766)
+
+#endif /*_PRELOADER_IOCSR_CONFIG_H_*/
OpenPOWER on IntegriCloud