Brad Bishop | 754b8fa | 2019-08-20 09:16:20 -0400 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: microblazeel-v11.0-bs-cmp-mh-div-generic |
| 3 | #@DESCRIPTION: microblazeel-v11.0-bs-cmp-mh-div |
| 4 | |
| 5 | require conf/machine/include/tune-microblaze.inc |
| 6 | require conf/machine/include/machine-xilinx-default.inc |
| 7 | |
| 8 | TUNE_FEATURES_tune-microblaze += "v11.0 barrel-shift pattern-compare reorder divide-hard multiply-high" |
| 9 | |
| 10 | MACHINE_FEATURES = "" |
| 11 | |
| 12 | KERNEL_IMAGETYPE = "linux.bin.ub" |
| 13 | KERNEL_IMAGETYPES = "" |
| 14 | |
| 15 | SERIAL_CONSOLE = "115200 ttyS0" |
| 16 | |
| 17 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" |