diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-11-21 16:39:58 -0800 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 11:04:45 -0800 |
| commit | ce769d9a68a00d12911fbe0c9dacfc8c614f750d (patch) | |
| tree | 587b9447098352226e7dda451219ef0b24aeb2ab | |
| parent | e86e8ae999172d0e0b7a6312d274b205a5421407 (diff) | |
| download | meta-xilinx-ce769d9a68a00d12911fbe0c9dacfc8c614f750d.tar.gz | |
versal-mb.conf: Add machine configuration to support standalone build
for versal components like plm, psm-firmware
versal-mb.conf supports versal SOC standalone component builds such as
plm, psm-firmware. It provides required configuration to use microblaze
toolchain needed for the builds.
| -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 = "" | ||
