diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-22 06:26:15 -1200 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-08-23 07:58:34 +0530 |
commit | 97564efa4d443d6f52b24971ce0a9862e193aa1a (patch) | |
tree | 0358d4ca2fadfc3db0c1f8bd9b96952a1c4f0cb1 | |
parent | 3b348382bc15059f271d410c1b9f5775b3b6626c (diff) | |
download | meta-xilinx-97564efa4d443d6f52b24971ce0a9862e193aa1a.tar.gz |
u-boot-xlnx : Updated SRCREV for 2023.2_4615
arm64:versal_net: Add jedec compatible string for SPI flash
spi: spi-uclass: Add dev_read_u32() if reg property is not an array
arm64: zynqmp: Update ECAM size to discover up to 256 buses
dm: core: ofnode: Change the log message to debug
clk: versal: Fix the function versal_clock_ref
pinctrl: zynqmp: Add support for output-enable and bias-high-impedance
pinctrl: zynqmp: Add version check for TRISTATE configuration
firmware: zynqmp: Add support to check feature
arm64: versal_net: Disable the lock option for mini ospi and qspi
arm64: zynqmp: Disable the lock option for mini qspi
arm64: versal: Disable the lock option for mini ospi and qspi
mtd: spi-nor: Add spi flash lock config option
spi: zynq: Clear flags to get updated value
spi: zynqmp_qspi: Clear flag to get updated value
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc index 806b887e..4243a445 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc | |||
@@ -2,7 +2,7 @@ UBOOT_VERSION = "v2023.01" | |||
2 | 2 | ||
3 | UBRANCH = "xlnx_rebase_v2023.01" | 3 | UBRANCH = "xlnx_rebase_v2023.01" |
4 | 4 | ||
5 | SRCREV = "4494d845c4a6d339a29c0cad745b13ddcfd361aa" | 5 | SRCREV = "f6214e927aa703ee9b7163044085a1c108863afd" |
6 | 6 | ||
7 | LICENSE = "GPL-2.0-or-later" | 7 | LICENSE = "GPL-2.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" |