aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/arm-trusted-firmware-mvebu
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2022-06-21 14:08:55 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-07-31 18:53:23 +0200
commita547cb97c350ed9751f8642f322c65919d935470 (patch)
tree7fcb68ef89e9743a2a1beab3934ed1a05188e030 /package/boot/arm-trusted-firmware-mvebu
parenta2122b518e0e7e88e29753f9343e8d04e00c5ac7 (diff)
downloadupstream-a547cb97c350ed9751f8642f322c65919d935470.tar.gz
upstream-a547cb97c350ed9751f8642f322c65919d935470.tar.bz2
upstream-a547cb97c350ed9751f8642f322c65919d935470.zip
arm-trusted-firmware-mvebu: bump a3700-utils to current version
1d97715 wtmi: Discard ELF symbols from firmware binary 2d2a21c wtmi: Allow access to the 43th OTP row e733e9f Fix boot from SATA build 4392eaf wtmi: Fix sending status code of cmd execution 14b3c61 Wtpdownloader: Remove out-of-dated x86-64 ELF binary WtpDownload_linux e345b95 Wtpdownloader: Fix setting tty c_cflag options 0c502d5 Wtpdownloader: Call HandlePendingMessages() after Port->WtpCmd is freed d91761a Wtpdownloader: Fix memory leaks bc11d18 Wtpdownloader: Check for number of read bytes prior touching read buffer 58db335 Wtpdownloader: Add missing check in SendContinuousForceConsoleMode() if byte was really read a4029c0 Wtpdownloader: Fix 32/64-bit host detection 3679034 Wtpdownloader: Print missing newline at the end of output Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package/boot/arm-trusted-firmware-mvebu')
-rw-r--r--package/boot/arm-trusted-firmware-mvebu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/arm-trusted-firmware-mvebu/Makefile b/package/boot/arm-trusted-firmware-mvebu/Makefile
index 18b663768f..67fd536edf 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:=97f01f5f
+A3700_UTILS_RELEASE:=1d977157
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:=97f01f5feaf9ef6168e2a2096abaf56371939e58
- MIRROR_HASH:=1e391c4dafb7b3363a17282e229d056a95575c0f4fb2f71e21db8044668aea78
+ VERSION:=1d977157e37151b272f88f2406a245c833fb2d8c
+ MIRROR_HASH:=322821ec8c04afea260254e927c59cd1ec0bd84e7ec6507cc1f155f18afb8eb9
SUBDIR:=$(A3700_UTILS_NAME)
endef