diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-08-26 17:41:31 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-08-26 20:17:10 +0530 |
| commit | 44028a716ff26d253970df10207c6c79d6b724e6 (patch) | |
| tree | 919f105a0c5d5b6719056f791898f598b199383c /meta-xilinx-standalone/classes | |
| parent | c4962536d0753c0b58ca6b6a834d4f6a55312819 (diff) | |
| download | meta-xilinx-44028a716ff26d253970df10207c6c79d6b724e6.tar.gz | |
embeddedsw : Updated SRCREV for 2024.2_9111
sw_services: xilcert: Remove HwType for Versal Gen2 devices
FBW MDD: Updated MDD file to increment driver version
FBW TCL: Parameter generation support for configtable in driver
FBW Driver: Added Y_U_V12, alpha and tile format support to FBW driver
FBR MDD: Updated MDD file to increment driver
FBR TCL: Parameter generation support for configtable in driver
FBR Driver: Added Y_U_V12, alpha and tile format support to FBW driver
spi: Add logic to wait for FIFO reset to complete
spi: Updated the driver version
Video_Common: Added Tileformat support to video common
esw: set default compiler flags in the toolchain file itself
pciepsu: Add alignment support for requested BARs
xilsecure: SDT updates for Versal_AiePg2
sw_services:xilplmi:CFI selective readback command addition
drivers: ospipsv: add spartanup device support
drivers: csudma: add spartanup device support
Revert "sw_services: xilloader: Add support for loading CDO after secure boot."
bsp: standalone: add spartanup device support
CDO Error format for cmd resume fail is changed to XPLMI_ERR_CDO_CMD(0x2XXX)
spartanup_plm: plm app support
dma: Fix missing extern C keyword from header files
dma: Increment driver version of dma drivers
sw_services: xilloader: Add support for loading CDO after secure boot.
Diffstat (limited to 'meta-xilinx-standalone/classes')
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 02a7520a..c49be402 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -19,7 +19,7 @@ ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" | |||
| 19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
| 20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
| 21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" | 21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" |
| 22 | ESW_REV[2024.2] = "9477fb5cd1b3c307337fa0b696869f2e6b449c63" | 22 | ESW_REV[2024.2] = "77f04421ff7b3b56cf548cef465d7a69c9a7f7c3" |
| 23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
| 24 | 24 | ||
| 25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |
