aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp/embeddedsw/versal-fw-cfg.inc
blob: bae740e292c4be6e80589a9b2262ce843ac88fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Default fsbl configuration, using fsbl-fw multiconfig
#
# This requires MULTICONFIG += "versal-fw" to be added to local.conf
PSM_DEPENDS ?= ""
PSM_MCDEPENDS ?= "mc::versal-fw:psm-firmware:do_deploy"
PSM_FIRMWARE_IMAGE_NAME ?= "psm-firmware-${MACHINE}"
PSM_FIRMWARE_DEPLOY_DIR ?= "${TOPDIR}/tmp-microblaze-versal-fw/deploy/images/${MACHINE}"

PLM_DEPENDS ?= ""
PLM_MCDEPENDS ?= "mc::versal-fw:plm-firmware:do_deploy"
PLM_IMAGE_NAME ?= "plm-${MACHINE}"
PLM_DEPLOY_DIR ?= "${TOPDIR}/tmp-microblaze-versal-fw/deploy/images/${MACHINE}"