[openwrt/openwrt] arm-trusted-firmware-mediatek: fix boot hang on unifi-6-lr

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 28 20:55:19 BST 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ebed523ee8486a68f91ed721c6e48bddf6598700

commit ebed523ee8486a68f91ed721c6e48bddf6598700
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Apr 28 20:46:46 2021 +0100

    arm-trusted-firmware-mediatek: fix boot hang on unifi-6-lr
    
    The Ubiquiti Networks UniFi 6 LR access point comes with a total of
    512 MB RAM provided by 2x 8-bit DDR3 SDRAM. This combination lead to
    problems with the DDR calibration on boot resulting in occasional hang
    on boot. Use updated calibration binary provided by MediaTek to make
    boot on that device more reliable.
    The binary has also been tested on the BananaPi BPi-R64 board and that
    also works just fine with the new binary.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/boot/arm-trusted-firmware-mediatek/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/boot/arm-trusted-firmware-mediatek/Makefile b/package/boot/arm-trusted-firmware-mediatek/Makefile
index b2afdbed06..a1787ead21 100644
--- a/package/boot/arm-trusted-firmware-mediatek/Makefile
+++ b/package/boot/arm-trusted-firmware-mediatek/Makefile
@@ -13,9 +13,9 @@ PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/mtk-openwrt/arm-trusted-firmware.git
-PKG_SOURCE_DATE:=2021-03-10
-PKG_SOURCE_VERSION:=8b635f61091f2e5bce88269468c53fc30bb4cd64
-PKG_MIRROR_HASH:=ffe233a19b51504f605a90a88c7a1bb74303e4a7173a59b24a4dfa572ce99139
+PKG_SOURCE_DATE:=2021-04-28
+PKG_SOURCE_VERSION:=a63914612904642ed974390fff620f7003ebc20a
+PKG_MIRROR_HASH:=6396a36406ceecf667470d0d673552751573de65497bf97d1e2af3505fe79366
 
 PKG_MAINTAINER:=Daniel Golle <daniel at makrotopia.org>
 



More information about the lede-commits mailing list