summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/scp/include/arisc_cfgs.h
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-04-14 01:12:17 +0100
committerAndre Przywara <andre.przywara@arm.com>2016-06-02 01:29:48 +0100
commitf0c28c16c21c7fad9029a06da555f068a992a84d (patch)
tree704c6e0ca6c025433af0cdb044b28224fd1a7ec5 /plat/sun50iw1p1/scp/include/arisc_cfgs.h
parenta130eacb706832b009cab3de9c899664b8a7d734 (diff)
sun50i: arisc: remove code
We no longer need and want the arisc, so remove all code that was associated with it. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'plat/sun50iw1p1/scp/include/arisc_cfgs.h')
-rw-r--r--plat/sun50iw1p1/scp/include/arisc_cfgs.h74
1 files changed, 0 insertions, 74 deletions
diff --git a/plat/sun50iw1p1/scp/include/arisc_cfgs.h b/plat/sun50iw1p1/scp/include/arisc_cfgs.h
deleted file mode 100644
index 32234ba..0000000
--- a/plat/sun50iw1p1/scp/include/arisc_cfgs.h
+++ /dev/null
@@ -1,74 +0,0 @@
-/*
- * arch/arm/mach-sunxi/arisc/include/arisc_cfgs.h
- *
- * Copyright (c) 2012 Allwinner.
- * 2012-10-01 Written by superm (superm@allwinnertech.com).
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-#ifndef __ARISC_CFGS_H
-#define __ARISC_CFGS_H
-
-/* arisc software version number */
-#if defined CONFIG_ARCH_SUN8IW1P1
-#define ARISC_VERSIONS (100)
-#elif defined CONFIG_ARCH_SUN8IW3P1
-#define ARISC_VERSIONS (101)
-#elif defined CONFIG_ARCH_SUN8IW5P1
-#define ARISC_VERSIONS (102)
-#elif defined CONFIG_ARCH_SUN8IW6P1
-#define ARISC_VERSIONS (103)
-#elif defined CONFIG_ARCH_SUN8IW7P1
-#define ARISC_VERSIONS (104)
-#elif defined CONFIG_ARCH_SUN8IW9P1
-#define ARISC_VERSIONS (105)
-#elif defined CONFIG_ARCH_SUN50IW1P1
-#define ARISC_VERSIONS (110)
-#elif defined CONFIG_ARCH_SUN9IW1P1
-#define ARISC_VERSIONS (200)
-#else
-#error "please select a platform\n"
-#endif
-
-/* debugger system */
-#define ARISC_DEBUG_ON
-#define ARISC_DEBUG_LEVEL (3) /* debug level */
-
-/* the max number of cached message frame */
-#define ARISC_MESSAGE_CACHED_MAX (4)
-
-/* spinlock max timeout, base on ms */
-#define ARISC_SPINLOCK_TIMEOUT (100)
-
-/* send message max timeout, base on ms */
-#define ARISC_SEND_MSG_TIMEOUT (4000)
-
-/* hwmsgbox channels configure */
-#define ARISC_HWMSGBOX_ARISC_ASYN_TX_CH (0)
-#define ARISC_HWMSGBOX_ARISC_ASYN_RX_CH (1)
-#define ARISC_HWMSGBOX_ARISC_SYN_TX_CH (2)
-#define ARISC_HWMSGBOX_ARISC_SYN_RX_CH (3)
-#define ARISC_HWMSGBOX_AC327_SYN_TX_CH (4)
-#define ARISC_HWMSGBOX_AC327_SYN_RX_CH (5)
-
-/* dvfs config */
-#define ARISC_DVFS_VF_TABLE_MAX (16)
-/* ir config */
-#define ARISC_IR_KEY_SUP_NUM (8) /* the number of IR remote support */
-
-#define ARISC_DEV_CLKSRC_NUM (4) /* the number of dev clocksource support */
-
-#endif /* __ARISC_CFGS_H */