diff options
| -rw-r--r-- | meta-xilinx-standalone/conf/machine/versal-mb.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/conf/machine/versal-mb.conf b/meta-xilinx-standalone/conf/machine/versal-mb.conf new file mode 100644 index 00000000..32ea9739 --- /dev/null +++ b/meta-xilinx-standalone/conf/machine/versal-mb.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DEFAULTTUNE ?= "microblaze" | ||
| 2 | |||
| 3 | require conf/machine/include/microblaze/arch-microblaze.inc | ||
| 4 | |||
| 5 | # Endianess, multiplier, barrel shift, pattern compare, floating point double or single, are the possibilities | ||
| 6 | AVAILTUNES += "microblaze" | ||
| 7 | TUNE_FEATURES_tune-microblaze = "microblaze v11.0 barrel-shift pattern-compare" | ||
| 8 | PACKAGE_EXTRA_ARCHS_tune-microblaze = "${TUNE_PKGARCH}" | ||
| 9 | SOC_FAMILY = "versal" | ||
| 10 | |||
| 11 | TARGET_LINK_HASH_STYLE_microblaze = "" | ||
