diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-08-10 13:06:43 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-01-01 20:03:46 -0800 |
commit | 0ad4c88146cc71c48da9b04da9b2b5a6982a0187 (patch) | |
tree | d39f2d33543630932ff808e739558bc71b24e45b | |
parent | e6afbac641b6d4229fcb680ae9e1df8eb6f8165a (diff) | |
download | meta-xilinx-0ad4c88146cc71c48da9b04da9b2b5a6982a0187.tar.gz |
Update recipes for Xilinx v2018.3 release
Update the arm-trusted-firmware, u-boot-xlnx, linux-xlnx, qemu-xilinx
and qemu-devicetrees recipes for 2018.3 release
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
18 files changed, 30 insertions, 89 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc index 6830c9d0..b00af117 100644 --- a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc +++ b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "ARM Trusted Firmware" | 1 | DESCRIPTION = "ARM Trusted Firmware" |
2 | 2 | ||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://license.rst;md5=33065335ea03d977d0569f270b39603e" | 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" |
5 | 5 | ||
6 | PROVIDES = "virtual/arm-trusted-firmware" | 6 | PROVIDES = "virtual/arm-trusted-firmware" |
7 | 7 | ||
diff --git a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2018.1.bb b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2018.1.bb deleted file mode 100644 index 6a9eea68..00000000 --- a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2018.1.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | ATF_VERSION = "1.4" | ||
2 | XILINX_RELEASE_VERSION = "v2018.1" | ||
3 | BRANCH ?= "master" | ||
4 | SRCREV ?= "df4a7e97d57494c7d79de51b1e0e450d982cea98" | ||
5 | |||
6 | include arm-trusted-firmware.inc | ||
7 | |||
diff --git a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2018.3.bb b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2018.3.bb new file mode 100644 index 00000000..8c8a5d00 --- /dev/null +++ b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2018.3.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | ATF_VERSION = "1.5" | ||
2 | XILINX_RELEASE_VERSION = "v2018.3" | ||
3 | BRANCH ?= "master" | ||
4 | SRCREV ?= "08560c36ea5b6f48b962cb4bd9a79b35bb3d95ce" | ||
5 | |||
6 | include arm-trusted-firmware.inc | ||
7 | |||
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2018.1/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 ce8771f8..ce8771f8 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2018.1/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 | |||
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2018.1.bb b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2018.3.bb index fb2c618c..c9442fa6 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2018.1.bb +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2018.3.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | UBOOT_VERSION = "v2018.01" | 1 | UBOOT_VERSION = "v2018.01" |
2 | XILINX_RELEASE_VERSION = "v2018.1" | 2 | XILINX_RELEASE_VERSION = "v2018.3" |
3 | 3 | ||
4 | UBRANCH ?= "master" | 4 | UBRANCH ?= "master" |
5 | 5 | ||
6 | SRCREV ?= "949e5cb9a736bac32ea8886e3953da55bdd30754" | 6 | SRCREV ?= "d8fc4b3b70bccf1577dab69f6ddfd4ada9a93bac" |
7 | 7 | ||
8 | include u-boot-xlnx.inc | 8 | include u-boot-xlnx.inc |
9 | include u-boot-spl-zynq-init.inc | 9 | include u-boot-spl-zynq-init.inc |
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/files/memfd.patch b/meta-xilinx-bsp/recipes-devtools/qemu/files/memfd.patch deleted file mode 100644 index 62e8d380..00000000 --- a/meta-xilinx-bsp/recipes-devtools/qemu/files/memfd.patch +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | Upstream-Status: Backport | ||
2 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
3 | |||
4 | From 75e5b70e6b5dcc4f2219992d7cffa462aa406af0 Mon Sep 17 00:00:00 2001 | ||
5 | From: Paolo Bonzini <pbonzini@redhat.com> | ||
6 | Date: Tue, 28 Nov 2017 11:51:27 +0100 | ||
7 | Subject: [PATCH] memfd: fix configure test | ||
8 | MIME-Version: 1.0 | ||
9 | Content-Type: text/plain; charset=UTF-8 | ||
10 | Content-Transfer-Encoding: 8bit | ||
11 | |||
12 | Recent glibc added memfd_create in sys/mman.h. This conflicts with | ||
13 | the definition in util/memfd.c: | ||
14 | |||
15 | /builddir/build/BUILD/qemu-2.11.0-rc1/util/memfd.c:40:12: error: static declaration of memfd_create follows non-static declaration | ||
16 | |||
17 | Fix the configure test, and remove the sys/memfd.h inclusion since the | ||
18 | file actually does not exist---it is a typo in the memfd_create(2) man | ||
19 | page. | ||
20 | |||
21 | Cc: Marc-André Lureau <marcandre.lureau@redhat.com> | ||
22 | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||
23 | --- | ||
24 | configure | 2 +- | ||
25 | util/memfd.c | 4 +--- | ||
26 | 2 files changed, 2 insertions(+), 4 deletions(-) | ||
27 | |||
28 | diff --git a/configure b/configure | ||
29 | index 9c8aa5a98b..99ccc1725a 100755 | ||
30 | --- a/configure | ||
31 | +++ b/configure | ||
32 | @@ -3923,7 +3923,7 @@ fi | ||
33 | # check if memfd is supported | ||
34 | memfd=no | ||
35 | cat > $TMPC << EOF | ||
36 | -#include <sys/memfd.h> | ||
37 | +#include <sys/mman.h> | ||
38 | |||
39 | int main(void) | ||
40 | { | ||
41 | diff --git a/util/memfd.c b/util/memfd.c | ||
42 | index 4571d1aba8..412e94a405 100644 | ||
43 | --- a/util/memfd.c | ||
44 | +++ b/util/memfd.c | ||
45 | @@ -31,9 +31,7 @@ | ||
46 | |||
47 | #include "qemu/memfd.h" | ||
48 | |||
49 | -#ifdef CONFIG_MEMFD | ||
50 | -#include <sys/memfd.h> | ||
51 | -#elif defined CONFIG_LINUX | ||
52 | +#if defined CONFIG_LINUX && !defined CONFIG_MEMFD | ||
53 | #include <sys/syscall.h> | ||
54 | #include <asm/unistd.h> | ||
55 | |||
56 | -- | ||
57 | 2.11.0 | ||
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees_2018.1.bb b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees_2018.1.bb deleted file mode 100644 index a73b9e57..00000000 --- a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees_2018.1.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require qemu-devicetrees.inc | ||
2 | |||
3 | XILINX_RELEASE_VERSION = "v2018.1" | ||
4 | |||
5 | BRANCH ?= "master" | ||
6 | SRCREV ?= "d5017f8119b6493d8b2fcdfd5caa4e8b16580877" | ||
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees_2018.3.bb b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees_2018.3.bb new file mode 100644 index 00000000..6f8eda2f --- /dev/null +++ b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees_2018.3.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require qemu-devicetrees.inc | ||
2 | |||
3 | XILINX_RELEASE_VERSION = "v2018.3" | ||
4 | |||
5 | BRANCH ?= "master" | ||
6 | SRCREV ?= "e3e40b8829894a479c7d7380fc8137886645dda8" | ||
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc index b6c5dee5..daff5ffc 100644 --- a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc +++ b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc | |||
@@ -17,9 +17,7 @@ BRANCH ?= "" | |||
17 | REPO ?= "git://github.com/Xilinx/qemu.git;protocol=https" | 17 | REPO ?= "git://github.com/Xilinx/qemu.git;protocol=https" |
18 | 18 | ||
19 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 19 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
20 | SRC_URI = "${REPO};${BRANCHARG} \ | 20 | SRC_URI = "${REPO};${BRANCHARG}" |
21 | file://memfd.patch \ | ||
22 | " | ||
23 | 21 | ||
24 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
25 | 23 | ||
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2018.1.bb b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2018.1.bb deleted file mode 100644 index 1d6697cd..00000000 --- a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2018.1.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require qemu-xilinx.inc | ||
2 | |||
3 | XILINX_RELEASE_VERSION = "v2018.1" | ||
4 | XILINX_QEMU_VERSION ?= "v2.11.0" | ||
5 | BRANCH ?= "master" | ||
6 | SRCREV ?= "1d5516986ea296d91a599ac23252e302a4003914" | ||
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2018.3.bb b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2018.3.bb new file mode 100644 index 00000000..57547dff --- /dev/null +++ b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2018.3.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require qemu-xilinx.inc | ||
2 | |||
3 | XILINX_RELEASE_VERSION = "v2018.3" | ||
4 | XILINX_QEMU_VERSION ?= "v2.11.0" | ||
5 | BRANCH ?= "master" | ||
6 | SRCREV ?= "f70bd86859c7a1a075ac864b4765168f821f1aae" | ||
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2018.1.bb b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2018.1.bb deleted file mode 100644 index c3a8f764..00000000 --- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2018.1.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | LINUX_VERSION = "4.14" | ||
2 | XILINX_RELEASE_VERSION = "v2018.1" | ||
3 | KBRANCH ?= "xlnx_rebase_v4.14" | ||
4 | SRCREV ?= "4ac76ffacb54712b0361e51d0b7156e53d062e3c" | ||
5 | |||
6 | include linux-xlnx.inc | ||
7 | |||
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2018.3.bb b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2018.3.bb new file mode 100644 index 00000000..ade13e32 --- /dev/null +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2018.3.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | LINUX_VERSION = "4.14" | ||
2 | XILINX_RELEASE_VERSION = "v2018.3" | ||
3 | KBRANCH ?= "xlnx_rebase_v4.14" | ||
4 | SRCREV ?= "eeab73d1207d6fc2082776c954eb19fd7290bfbe" | ||
5 | |||
6 | include linux-xlnx.inc | ||
7 | |||
diff --git a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.1/0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.3/0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch index b8ba70ea..b8ba70ea 100644 --- a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.1/0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch +++ b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.3/0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch | |||
diff --git a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.1/0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.3/0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch index 9b6229db..9b6229db 100644 --- a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.1/0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch +++ b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.3/0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch | |||
diff --git a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.1/0003-drm-xilinx-Fix-DPMS-transition-to-on.patch b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.3/0003-drm-xilinx-Fix-DPMS-transition-to-on.patch index a98d84c5..a98d84c5 100644 --- a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.1/0003-drm-xilinx-Fix-DPMS-transition-to-on.patch +++ b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.3/0003-drm-xilinx-Fix-DPMS-transition-to-on.patch | |||
diff --git a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.1/0004-minized-wifi-bluetooth.cfg b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.3/0004-minized-wifi-bluetooth.cfg index f71e53ab..f71e53ab 100644 --- a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.1/0004-minized-wifi-bluetooth.cfg +++ b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2018.3/0004-minized-wifi-bluetooth.cfg | |||
diff --git a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2018.1.bbappend b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2018.3.bbappend index 535fbb26..535fbb26 100644 --- a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2018.1.bbappend +++ b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2018.3.bbappend | |||