[openwrt/openwrt] arm-trusted-firmware-mvebu: update mv-ddr-marvell to current master

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 25 04:59:02 PDT 2021


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

commit c552bbe00da4fc85d93a68b7aef7ecce9bbb8a2a
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Tue Jun 8 04:20:54 2021 +0200

    arm-trusted-firmware-mvebu: update mv-ddr-marvell to current master
    
    02e23db fix compilation errors popped up by GCC-10
    7c35173 Merge pull request #29 from pali/sync-a38x-uboot
    bb734f5 mv_ddr: a38x: Use SOC_REGS_PHY_BASE for INTER_REGS_BASE
    ee1ea84 mv_ddr: a38x: Fix ddr3 compilation
    70f3e2e mv_ddr: Fix comment typo
    dd960b4 mv_ddr: ddr3: Allow boards to specify CK_DELAY parameter
    a87f4f7 mv_ddr: ddr3: only use active chip-selects when tuning ODT
    3defcec mv_ddr: a38x: Add support for setting timing in hws_topology_map
    
    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 bd03a6a32e..1592e37f6d 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -135,15 +135,15 @@ define Download/a3700-utils
 endef
 
 MV_DDR_NAME:=mv-ddr-marvell
-MV_DDR_RELEASE:=6fb99002
+MV_DDR_RELEASE:=02e23dbc
 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:=6fb99002be5dec9c7f5375b074f53148dbc0739c
-  MIRROR_HASH:=6836e5ea47618a7ee2f96a1a6bd8218f003789b877e521fdfcb008f2f6475dd6
+  VERSION:=02e23dbcf8dd22e038986052d99319a0eba8f25f
+  MIRROR_HASH:=d87dcc288b3895d1a1a78908fc607976d500b317ef81edfe667035579df0b440
   SUBDIR:=$(MV_DDR_NAME)
 endef
 



More information about the lede-commits mailing list