diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-28 12:51:28 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-28 13:47:10 +0530 |
commit | 7124ef2c704c85cb443743f94454cc13a6d0c445 (patch) | |
tree | d274cbdf9469088563557d26e41ef949f24e51b3 /meta-xilinx-standalone | |
parent | 431c2df0051dcc3200390884a1fe655e9048c7cd (diff) | |
download | meta-xilinx-7124ef2c704c85cb443743f94454cc13a6d0c445.tar.gz |
embeddedsw : Updated SRCREV for 2023.2_5247
xilpm: versal: server: Remove conditional compile of WaitForPowerRailUp
freertos10_xilinx: Update handling on error condition
freertos10_xilinx: Fix the interrupt id for xiltimer use cases
freertos10_xilinx: Update copyright
freertos10_xilinx: Update freertos intr example to fix code fomatting
riscv: riscv_interface: Fix code formatting issues
BSP: riscv: Fix sleep related macros
xilpm: Set CKE low during Memory Device Power-Down
lib: standalone: Adding xparameters_ps.h for A9 bsp
lib: sw_services: xiltimer: Generate COUNTS_PER_SECOND and XSLEEPTIMER_FREQ macro
lib: bsp: Update Zynq translation table to use the SDT specifc DDR macros
lib: bsp: Support for zynq specific BSP in System device-tree flow
lwip213: Add device-tree cmake files.
lwip213: Add lwip configs metadata
lwip213: port deviations for device-tree flow
lwip213: Add device-tree yaml file
usb: usbpsu: examples: Update the examples to support SDT flow and wrapper API
usb: usbpsu: data: add interrupt to support SDT flow
usb: usbpsu: src: update the driver to support SDT flow
scripts: lscript_mb.ld.in: Fix stack and heap size
sw_apps:dhrystone: Add support for SDT flow
cmake: Add toolchain file for Microblaze
lib: Add support for Microblaze
dfeofdm: Depricate obsolete APIs
xilpm: versal_common: Remove unused variables
canfd: Fix code formatting issues with checkpatch
canfd: Add support for system device-tree flow for example
canfd: Add support for system device-tree flow
canfd: Update library version for 2023.2
DP14RXSS: Updated addtogroup in all the driver files
DP14RXSS: Incremented driver version
DP14RXSS: TCL file is modified to remove 0
xilpm: versal: server: DVS of power rail using GPIO
usb: usb: src: Update addtogroup to fix doxygen warnings
usb: usb: Incremented driver version to 5.6 and copyright
usb: usbps: src: Update addtogroup to fix doxygen warnings
usb: usbps: Incremented driver version to 2.8 and copyright
usb: usbpsu: src: Update addtogroup to fix doxygen warnings
usb: usbpsu: data: Incremented driver version to 1.14
xilplmi: Log PLM Error before deferring
xilplmi: Add unique error code support for mask poll
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone')
-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 e344cfc5..a45bb217 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "master-next" | |||
8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
9 | 9 | ||
10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" |
11 | ESW_REV[2023.2] = "e0da77a0f94b87d9d22273b434fd1ef91675fb88" | 11 | ESW_REV[2023.2] = "8776c1d369173092a6c5512994bf5191151bda29" |
12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
13 | 13 | ||
14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |