summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp')
-rw-r--r--meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc5
-rw-r--r--meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2019.1.bb7
-rw-r--r--meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2019.2.bb6
-rw-r--r--meta-xilinx-bsp/recipes-bsp/reference-design/kc705-bitstream_2019.2.bb (renamed from meta-xilinx-bsp/recipes-bsp/reference-design/kc705-bitstream_2019.1.bb)0
-rw-r--r--meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc1
-rw-r--r--meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2019.2/microblaze-kc705-Convert-microblaze-generic-to-k.patch (renamed from meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2019.1/microblaze-kc705-Convert-microblaze-generic-to-k.patch)0
-rw-r--r--meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb (renamed from meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.1.bb)3
7 files changed, 12 insertions, 10 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 785f915e..8c4806bf 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
@@ -12,6 +12,8 @@ DEPENDS += "u-boot-mkimage-native"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13B = "${WORKDIR}/build" 13B = "${WORKDIR}/build"
14 14
15SYSROOT_DIRS += "/boot"
16
15XILINX_RELEASE_VERSION ?= "" 17XILINX_RELEASE_VERSION ?= ""
16ATF_VERSION ?= "2.0" 18ATF_VERSION ?= "2.0"
17ATF_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}" 19ATF_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}"
@@ -72,7 +74,7 @@ do_compile() {
72} 74}
73 75
74do_install() { 76do_install() {
75 : 77 install -Dm 0644 ${OUTPUT_DIR}/bl31/bl31.elf ${D}/boot/arm-trusted-firmware.elf
76} 78}
77 79
78do_deploy() { 80do_deploy() {
@@ -91,3 +93,4 @@ do_deploy() {
91 ln -sf ${ATF_BASE_NAME}.ub ${DEPLOYDIR}/atf-uboot.ub 93 ln -sf ${ATF_BASE_NAME}.ub ${DEPLOYDIR}/atf-uboot.ub
92} 94}
93addtask deploy before do_build after do_compile 95addtask deploy before do_build after do_compile
96FILES_${PN} = "/boot/arm-trusted-firmware.elf"
diff --git a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2019.1.bb b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2019.1.bb
deleted file mode 100644
index 64cbddc4..00000000
--- a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2019.1.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1ATF_VERSION = "2.0"
2XILINX_RELEASE_VERSION = "v2019.1"
3BRANCH ?= "master"
4SRCREV ?= "80d1c79007fda42d4cc0be31b185a1da5799cd4d"
5
6include arm-trusted-firmware.inc
7
diff --git a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2019.2.bb b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2019.2.bb
new file mode 100644
index 00000000..a7ba1098
--- /dev/null
+++ b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2019.2.bb
@@ -0,0 +1,6 @@
1ATF_VERSION = "2.0"
2BRANCH ?= "master"
3SRCREV ?= "713dace94b259845fd8eede11061fbd8f039011e"
4
5include arm-trusted-firmware.inc
6
diff --git a/meta-xilinx-bsp/recipes-bsp/reference-design/kc705-bitstream_2019.1.bb b/meta-xilinx-bsp/recipes-bsp/reference-design/kc705-bitstream_2019.2.bb
index 6a2ca7cc..6a2ca7cc 100644
--- a/meta-xilinx-bsp/recipes-bsp/reference-design/kc705-bitstream_2019.1.bb
+++ b/meta-xilinx-bsp/recipes-bsp/reference-design/kc705-bitstream_2019.2.bb
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc
index 737f5f91..61ed1804 100644
--- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -18,3 +18,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
18FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" 18FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:"
19FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}" 19FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}"
20 20
21SYSROOT_DIRS += "/boot"
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2019.1/microblaze-kc705-Convert-microblaze-generic-to-k.patch b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2019.2/microblaze-kc705-Convert-microblaze-generic-to-k.patch
index 7e25f87c..7e25f87c 100644
--- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2019.1/microblaze-kc705-Convert-microblaze-generic-to-k.patch
+++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2019.2/microblaze-kc705-Convert-microblaze-generic-to-k.patch
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.1.bb b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb
index 3377635d..712b2528 100644
--- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.1.bb
+++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb
@@ -1,9 +1,8 @@
1UBOOT_VERSION = "v2019.01" 1UBOOT_VERSION = "v2019.01"
2XILINX_RELEASE_VERSION = "v2019.1"
3 2
4UBRANCH ?= "master" 3UBRANCH ?= "master"
5 4
6SRCREV ?= "d895ac5e94815d4b45dcf09d4752c5c2334a51db" 5SRCREV ?= "dc61275b1d505f6a236de1c5b0f35485914d2bcc"
7 6
8include u-boot-xlnx.inc 7include u-boot-xlnx.inc
9include u-boot-spl-zynq-init.inc 8include u-boot-spl-zynq-init.inc