File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1065,6 +1065,23 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1065
1065
#else
1066
1066
#endif
1067
1067
1068
+ #ifdef FORCE_TSV110
1069
+ #define FORCE
1070
+ #define ARCHITECTURE "ARM64"
1071
+ #define SUBARCHITECTURE "TSV110"
1072
+ #define SUBDIRNAME "arm64"
1073
+ #define ARCHCONFIG "-DTSV110 " \
1074
+ "-DL1_CODE_SIZE=65536 -DL1_CODE_LINESIZE=64 -DL1_CODE_ASSOCIATIVE=4 " \
1075
+ "-DL1_DATA_SIZE=65536 -DL1_DATA_LINESIZE=64 -DL1_DATA_ASSOCIATIVE=4 " \
1076
+ "-DL2_SIZE=524288 -DL2_LINESIZE=64 -DL2_ASSOCIATIVE=8 " \
1077
+ "-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 " \
1078
+ "-DHAVE_VFPV4 -DHAVE_VFPV3 -DHAVE_VFP -DHAVE_NEON -DARMV8"
1079
+ #define LIBNAME "tsv110"
1080
+ #define CORENAME "TSV110"
1081
+ #else
1082
+ #endif
1083
+
1084
+
1068
1085
#ifdef FORCE_ZARCH_GENERIC
1069
1086
#define FORCE
1070
1087
#define ARCHITECTURE "ZARCH"
You can’t perform that action at this time.
0 commit comments