diff options
3 files changed, 25 insertions, 31 deletions
diff --git a/meta-xilinx-bsp/conf/machine/microblaze-generic.conf b/meta-xilinx-bsp/conf/machine/microblaze-generic.conf new file mode 100644 index 00000000..af119f5f --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/microblaze-generic.conf | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: microblaze-generic | ||
| 3 | #@DESCRIPTION: Generic microblaze defaults to little-endian v11.0 barrel-shift pattern-compare reorder divide-hard multiple-high support | ||
| 4 | |||
| 5 | require conf/machine/include/microblaze/tune-microblaze.inc | ||
| 6 | require conf/machine/include/machine-xilinx-default.inc | ||
| 7 | require conf/machine/include/xilinx-board.inc | ||
| 8 | |||
| 9 | TUNE_FEATURES:tune-microblaze = "microblaze v11.0 barrel-shift pattern-compare reorder divide-hard multiply-high" | ||
| 10 | |||
| 11 | MACHINE_FEATURES = "" | ||
| 12 | |||
| 13 | KERNEL_IMAGETYPE = "linux.bin.ub" | ||
| 14 | KERNEL_IMAGETYPES = "" | ||
| 15 | |||
| 16 | SERIAL_CONSOLES ?= "115200;ttyS0" | ||
| 17 | |||
| 18 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | ||
| 19 | |||
| 20 | UBOOT_MACHINE ?= "microblaze-generic_defconfig" | ||
| 21 | UBOOT_INITIAL_ENV = "" | ||
diff --git a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf index f562d58f..415a61c2 100644 --- a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf +++ b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf | |||
| @@ -2,20 +2,6 @@ | |||
| 2 | #@NAME: microblazeel-v11.0-bs-cmp-mh-div-generic | 2 | #@NAME: microblazeel-v11.0-bs-cmp-mh-div-generic |
| 3 | #@DESCRIPTION: microblazeel-v11.0-bs-cmp-mh-div | 3 | #@DESCRIPTION: microblazeel-v11.0-bs-cmp-mh-div |
| 4 | 4 | ||
| 5 | require conf/machine/include/microblaze/tune-microblaze.inc | 5 | require conf/machine/include/microblaze-generic.conf |
| 6 | require conf/machine/include/machine-xilinx-default.inc | ||
| 7 | require conf/machine/include/xilinx-board.inc | ||
| 8 | 6 | ||
| 9 | TUNE_FEATURES:tune-microblaze += "v11.0 barrel-shift pattern-compare reorder divide-hard multiply-high" | 7 | TUNE_FEATURES:tune-microblaze = "microblaze v11.0 barrel-shift pattern-compare reorder divide-hard multiply-high" |
| 10 | |||
| 11 | MACHINE_FEATURES = "" | ||
| 12 | |||
| 13 | KERNEL_IMAGETYPE = "linux.bin.ub" | ||
| 14 | KERNEL_IMAGETYPES = "" | ||
| 15 | |||
| 16 | SERIAL_CONSOLES ?= "115200;ttyS0" | ||
| 17 | |||
| 18 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | ||
| 19 | |||
| 20 | UBOOT_MACHINE ?= "microblaze-generic_defconfig" | ||
| 21 | UBOOT_INITIAL_ENV = "" | ||
diff --git a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf index 2770b5b9..5d6ea8ab 100644 --- a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf +++ b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf | |||
| @@ -2,19 +2,6 @@ | |||
| 2 | #@NAME: microblazeel-v11.0-bs-cmp-ml-generic | 2 | #@NAME: microblazeel-v11.0-bs-cmp-ml-generic |
| 3 | #@DESCRIPTION: microblazeel-v11.0-bs-cmp-ml | 3 | #@DESCRIPTION: microblazeel-v11.0-bs-cmp-ml |
| 4 | 4 | ||
| 5 | require conf/machine/include/microblaze/tune-microblaze.inc | 5 | require conf/machine/include/microblaze-generic.conf |
| 6 | require conf/machine/include/machine-xilinx-default.inc | ||
| 7 | 6 | ||
| 8 | TUNE_FEATURES:tune-microblaze += "v11.0 barrel-shift reorder pattern-compare multiply-low" | 7 | TUNE_FEATURES:tune-microblaze = "microblaze v11.0 barrel-shift reorder pattern-compare multiply-low" |
| 9 | |||
| 10 | MACHINE_FEATURES = "" | ||
| 11 | |||
| 12 | KERNEL_IMAGETYPE = "linux.bin.ub" | ||
| 13 | KERNEL_IMAGETYPES = "" | ||
| 14 | |||
| 15 | SERIAL_CONSOLES ?= "115200;ttyS0" | ||
| 16 | |||
| 17 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | ||
| 18 | |||
| 19 | UBOOT_MACHINE ?= "microblaze-generic_defconfig" | ||
| 20 | UBOOT_INITIAL_ENV = "" | ||
