[openwrt/openwrt] arm-trusted-firmware-mvebu: bump a3700-utils to current version

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 27 12:23:22 PST 2021


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

commit b18e87cc392a425f04a16b07293ec200ac751a51
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Tue Oct 12 12:49:18 2021 +0200

    arm-trusted-firmware-mvebu: bump a3700-utils to current version
    
    With cryptocpp in place we can now update past the point of dropping
    the old tbb_linux binary and build it instead.
    
    Hauke confirmed that this also allows this firmware to be built on
    aarch64.
    
    97f01f5 Wtpdownloader: Properly retrieve current tty options
    a33ff86 Wtpdownloader: Set CREAD tty cflag
    af461d2 Wtpdownloader: Fix stuck during opening UART tty device
    38c2135 Makefile: Print error when specified CLOCKSPRESET is not valid
    f014428 TBB: Remove out-of-dated x86-64 ELF binary tbb_linux
    1b6cb50 TBB: Fix compilation with Crypto++ 5.6.5
    d9fb291 TBB: Fix memory corruptions by calling correct delete[] operator
    d575885 TBB: Fix initializing CCTIM object
    b9e1c4e Wtpdownloader: Fix makefile
    8f61591 Wtpdownloader: Fix building with gcc 11
    eabea5f TBB: Fix building with gcc 11
    
    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 7735895df3..95d2c06a40 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -124,15 +124,15 @@ TFA_MAKE_FLAGS += \
 		mrvl_uart
 
 A3700_UTILS_NAME:=a3700-utils
-A3700_UTILS_RELEASE:=2efdb10f
+A3700_UTILS_RELEASE:=97f01f5f
 A3700_UTILS_SOURCE=$(A3700_UTILS_NAME)-$(A3700_UTILS_RELEASE).tar.bz2
 
 define Download/a3700-utils
   FILE:=$(A3700_UTILS_SOURCE)
   PROTO:=git
   URL:=https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell.git
-  VERSION:=2efdb10f3524c534d276002adf81fec06e0f1cf2
-  MIRROR_HASH:=4476e1bacfa7abb4a1303c6cf3aa7d067038b24090dfd5da13ca2a72a0d5c7a4
+  VERSION:=97f01f5feaf9ef6168e2a2096abaf56371939e58
+  MIRROR_HASH:=1e391c4dafb7b3363a17282e229d056a95575c0f4fb2f71e21db8044668aea78
   SUBDIR:=$(A3700_UTILS_NAME)
 endef
 



More information about the lede-commits mailing list