[openwrt/openwrt] arm-trusted-firmware-mvebu: bump mv-ddr-marvell to current version

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 31 11:41:50 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b0bbd273df319fc9c76e570ca747fe11798cbeb2

commit b0bbd273df319fc9c76e570ca747fe11798cbeb2
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Tue Jun 21 14:09:21 2022 +0200

    arm-trusted-firmware-mvebu: bump mv-ddr-marvell to current version
    
    6ff988f mv_ddr: a3700: Use the right size for memset to not overflow
    0f3e893 mv_ddr: a38x: fix BYTE_HOMOGENEOUS_SPLIT_OUT decision
    4bae770 mv_ddr: a38x: fix SPLIT_OUT_MIX state decision
    cdefd8b mv_ddr: a38x: Fix Synchronous vs Asynchronous mode determination
    8c42ad9 mv_ddr_4_training: cast uint64_t to unsigned long long
    
    Signed-off-by: Andre Heider <a.heider at gmail.com>
---
 package/boot/arm-trusted-firmware-mvebu/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/boot/arm-trusted-firmware-mvebu/Makefile b/package/boot/arm-trusted-firmware-mvebu/Makefile
index 67fd536edf..52c31da5a1 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -150,15 +150,15 @@ define Download/cryptopp
 endef
 
 MV_DDR_NAME:=mv-ddr-marvell
-MV_DDR_RELEASE:=efcad0e2
+MV_DDR_RELEASE:=d5acc10c
 MV_DDR_SOURCE:=$(MV_DDR_NAME)-$(MV_DDR_RELEASE).tar.bz2
 
 define Download/mv-ddr-marvell
   FILE:=$(MV_DDR_SOURCE)
   PROTO:=git
   URL:=https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git
-  VERSION:=efcad0e2fae66a8b6f84a4dd2326f5add67569d5
-  MIRROR_HASH:=99363f928ee1239fd42d651b495d163a60cdab00c24770a3c5e192efa7169d62
+  VERSION:=d5acc10c287e40cc2feeb28710b92e45c93c702c
+  MIRROR_HASH:=c149ab737935b5fb822f48da8e2d7fba4388f48e645f9f6da857bee20f0333ea
   SUBDIR:=$(MV_DDR_NAME)
 endef
 




More information about the lede-commits mailing list