File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1093,6 +1093,22 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1093
1093
#else
1094
1094
#endif
1095
1095
1096
+ #ifdef FORCE_EMAG8180
1097
+ #define ARMV8
1098
+ #define FORCE
1099
+ #define ARCHITECTURE "ARM64"
1100
+ #define SUBARCHITECTURE "EMAG8180"
1101
+ #define SUBDIRNAME "arm64"
1102
+ #define ARCHCONFIG "-DEMAG8180 " \
1103
+ "-DL1_CODE_SIZE=32768 -DL1_CODE_LINESIZE=64 -DL1_CODE_ASSOCIATIVE=8 " \
1104
+ "-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=64 -DL1_DATA_ASSOCIATIVE=8 " \
1105
+ "-DL2_SIZE=262144 -DL2_LINESIZE=64 -DL2_ASSOCIATIVE=8 " \
1106
+ "-DL3_SIZE=33554432 -DL3_LINESIZE=64 -DL3_ASSOCIATIVE=32 " \
1107
+ "-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 " \
1108
+ "-DHAVE_VFPV4 -DHAVE_VFPV3 -DHAVE_VFP -DHAVE_NEON -DARMV8"
1109
+ #define LIBNAME "emag8180"
1110
+ #define CORENAME "EMAG8180"
1111
+ #endif
1096
1112
1097
1113
#ifdef FORCE_ZARCH_GENERIC
1098
1114
#define FORCE
You can’t perform that action at this time.
0 commit comments