diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-02-06 15:44:19 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-09 07:01:01 -0800 |
| commit | 4b759b26ad1983c335c5ef0e6dc7aa31485de354 (patch) | |
| tree | ddb7ae2ba5fc56789180a05a77ad0d19075def18 | |
| parent | b05eeb0d8ce731ea954b37575e5de7adcae68bb5 (diff) | |
| download | meta-xilinx-4b759b26ad1983c335c5ef0e6dc7aa31485de354.tar.gz | |
vcu: Update recipes
kernel-module-vcu:
feat: add mcu getter/setter forward mail
Revert "Add support for reserved memory with start address not aligned on 2GB"
fix: use mutex instead of spinlock
fix: add missing fonction prototype
fix: missing variable if CONFIG_MEMORY_HOTPLUG is set
chore: reformat kernel style
fix: channel destruction
Add support for reserved memory with start address not aligned on 2GB
Code cleanup for better understanding
vcu-firmware:
chore: update to revision d20230127
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb | 2 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb index 210c85a6..77dabe19 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb | |||
| @@ -13,7 +13,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | |||
| 13 | 13 | ||
| 14 | BRANCH = "master" | 14 | BRANCH = "master" |
| 15 | REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https" | 15 | REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https" |
| 16 | SRCREV = "f60039381ecd732ec6456d729cabe4d14105455e" | 16 | SRCREV = "9295f18e8a1a1bcb1a5287b3c1093f98bf9e922f" |
| 17 | 17 | ||
| 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 19 | SRC_URI = " \ | 19 | SRC_URI = " \ |
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb index c16842d3..00a7a8c5 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb | |||
| @@ -10,7 +10,7 @@ S = "${WORKDIR}/git" | |||
| 10 | 10 | ||
| 11 | BRANCH ?= "master" | 11 | BRANCH ?= "master" |
| 12 | REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" |
| 13 | SRCREV = "7c4b35c5f5f59f01277dfd9a54e25cb88ddb6ff3" | 13 | SRCREV = "009bd92a6af9e75cda71b3345aefe09ee67270a9" |
| 14 | 14 | ||
| 15 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 15 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 16 | SRC_URI = "${REPO};${BRANCHARG}" | 16 | SRC_URI = "${REPO};${BRANCHARG}" |
