diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-04-03 21:52:11 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-08-15 17:04:04 -0700 |
commit | d4ea4fc1efa9c2d1b5fcf1f11d925de75a211a8c (patch) | |
tree | c4fcf46220c9356e3e0ddd0ee5bed039e93f0302 | |
parent | a9c740945402504fedfe7d7c3024317951a11b58 (diff) | |
download | meta-xilinx-d4ea4fc1efa9c2d1b5fcf1f11d925de75a211a8c.tar.gz |
microblaze: Update to v11.0
Update kc705-microblazeel to microblaze version v11
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf index 73ff40fd..d79e4efd 100644 --- a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf +++ b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf | |||
@@ -6,7 +6,7 @@ | |||
6 | require conf/machine/include/tune-microblaze.inc | 6 | require conf/machine/include/tune-microblaze.inc |
7 | require conf/machine/include/machine-xilinx-default.inc | 7 | require conf/machine/include/machine-xilinx-default.inc |
8 | 8 | ||
9 | TUNE_FEATURES_tune-microblaze += "v10.0 barrel-shift reorder pattern-compare multiply-high divide-hard" | 9 | TUNE_FEATURES_tune-microblaze += "v11.0 barrel-shift reorder pattern-compare multiply-high divide-hard" |
10 | 10 | ||
11 | MACHINE_FEATURES = "" | 11 | MACHINE_FEATURES = "" |
12 | 12 | ||
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2018.3/microblaze-kc705-Convert-microblaze-generic-to-k.patch b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2018.3/microblaze-kc705-Convert-microblaze-generic-to-k.patch index 7550b68b..7e25f87c 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2018.3/microblaze-kc705-Convert-microblaze-generic-to-k.patch +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2018.3/microblaze-kc705-Convert-microblaze-generic-to-k.patch | |||
@@ -650,7 +650,7 @@ index a953977..cb75fde 100644 | |||
650 | +PLATFORM_CPPFLAGS += -mxl-pattern-compare | 650 | +PLATFORM_CPPFLAGS += -mxl-pattern-compare |
651 | +PLATFORM_CPPFLAGS += -mxl-multiply-high | 651 | +PLATFORM_CPPFLAGS += -mxl-multiply-high |
652 | +PLATFORM_CPPFLAGS += -mno-xl-soft-mul | 652 | +PLATFORM_CPPFLAGS += -mno-xl-soft-mul |
653 | +PLATFORM_CPPFLAGS += -mcpu=v10.0 | 653 | +PLATFORM_CPPFLAGS += -mcpu=v11.0 |
654 | +PLATFORM_CPPFLAGS += -fgnu89-inline | 654 | +PLATFORM_CPPFLAGS += -fgnu89-inline |
655 | diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig | 655 | diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig |
656 | index 02e62e2..8d64be4 100644 | 656 | index 02e62e2..8d64be4 100644 |
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/xilinx-kmeta/bsp/kc705-microblazeel/kc705-microblazeel.cfg b/meta-xilinx-bsp/recipes-kernel/linux/xilinx-kmeta/bsp/kc705-microblazeel/kc705-microblazeel.cfg index bf7f316a..ef6fd6a8 100644 --- a/meta-xilinx-bsp/recipes-kernel/linux/xilinx-kmeta/bsp/kc705-microblazeel/kc705-microblazeel.cfg +++ b/meta-xilinx-bsp/recipes-kernel/linux/xilinx-kmeta/bsp/kc705-microblazeel/kc705-microblazeel.cfg | |||
@@ -7,7 +7,7 @@ CONFIG_XILINX_MICROBLAZE0_USE_BARREL=1 | |||
7 | CONFIG_XILINX_MICROBLAZE0_USE_DIV=1 | 7 | CONFIG_XILINX_MICROBLAZE0_USE_DIV=1 |
8 | CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL=2 | 8 | CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL=2 |
9 | CONFIG_XILINX_MICROBLAZE0_USE_FPU=0 | 9 | CONFIG_XILINX_MICROBLAZE0_USE_FPU=0 |
10 | CONFIG_XILINX_MICROBLAZE0_HW_VER="10.0" | 10 | CONFIG_XILINX_MICROBLAZE0_HW_VER="11.0" |
11 | 11 | ||
12 | # Memory Base Address | 12 | # Memory Base Address |
13 | CONFIG_KERNEL_BASE_ADDR=0x80000000 | 13 | CONFIG_KERNEL_BASE_ADDR=0x80000000 |