summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-09-02 11:45:03 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 08:19:43 -0700
commit180a70b7f0669aa23935e1d3a2ed55f9eaeab6bf (patch)
tree564e8527537f1ceb6b498d390a8f3e9eecfe01dd /meta-xilinx-standalone/recipes-bsp
parentef27f15d99ef8d11daf7e82fd9b265dc30f5cd7d (diff)
downloadmeta-xilinx-180a70b7f0669aa23935e1d3a2ed55f9eaeab6bf.tar.gz
fsbl/plm/pmu/psm firmware: Adjust package arch
Different boards may configure their firmwares differently. One such example is ZU67DR RFSoC which requires libmetal libraries in some configurtions. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp')
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc4
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc4
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc4
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc4
4 files changed, 16 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
index 15265547..2e1b6c6a 100644
--- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
+++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
@@ -7,6 +7,10 @@ COMPATIBLE_MACHINE = "none"
7COMPATIBLE_MACHINE_zynq = ".*" 7COMPATIBLE_MACHINE_zynq = ".*"
8COMPATIBLE_MACHINE_zynqmp = ".*" 8COMPATIBLE_MACHINE_zynqmp = ".*"
9 9
10# Specify a default in case boardvariant isn't available
11BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
12PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
13
10S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
11 15
12APP_DIR = "undefined" 16APP_DIR = "undefined"
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc
index 109c57ff..02687da3 100644
--- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc
+++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc
@@ -7,6 +7,10 @@ COMPATIBLE_HOST = "microblaze.*-elf"
7COMPATIBLE_MACHINE = "none" 7COMPATIBLE_MACHINE = "none"
8COMPATIBLE_MACHINE_versal = ".*" 8COMPATIBLE_MACHINE_versal = ".*"
9 9
10# Specify a default in case boardvariant isn't available
11BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
12PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
13
10S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
11B = "${S}/lib/sw_apps/versal_plm/src" 15B = "${S}/lib/sw_apps/versal_plm/src"
12 16
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc
index 72dd22be..81fc0774 100644
--- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc
+++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc
@@ -6,6 +6,10 @@ COMPATIBLE_HOST = "microblaze.*-elf"
6COMPATIBLE_MACHINE = "none" 6COMPATIBLE_MACHINE = "none"
7COMPATIBLE_MACHINE_zynqmp = ".*" 7COMPATIBLE_MACHINE_zynqmp = ".*"
8 8
9# Specify a default in case boardvariant isn't available
10BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
11PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
12
9S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
10B = "${S}/lib/sw_apps/zynqmp_pmufw/src" 14B = "${S}/lib/sw_apps/zynqmp_pmufw/src"
11 15
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc
index 3cc356b0..3ba47bb5 100644
--- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc
+++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc
@@ -7,6 +7,10 @@ COMPATIBLE_HOST = "microblaze.*-elf"
7COMPATIBLE_MACHINE = "none" 7COMPATIBLE_MACHINE = "none"
8COMPATIBLE_MACHINE_versal = ".*" 8COMPATIBLE_MACHINE_versal = ".*"
9 9
10# Specify a default in case boardvariant isn't available
11BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
12PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
13
10S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
11B = "${S}/lib/sw_apps/versal_psmfw/src" 15B = "${S}/lib/sw_apps/versal_psmfw/src"
12 16