From 896d49d10aab219b905ae844490954d51090ee2d Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Tue, 8 Jun 2021 05:42:51 +0200 Subject: arm-trusted-firmware-mvebu: switch to CZ.NIC's Secure Firmware CZ.NIC as part of Turris project released free and open source WTMI application firmware wtmi_app.bin for all Armada 3720 devices. This firmware includes additional features like access to Hardware Random Number Generator of Armada 3720 SoC which original Marvell's fuse.bin image does not have. Add a patch which allows to pass the commit id, so the firmware is able to identify itself, see a04bffeb. Add a patch to disable linking with gold, since the ARM toolchain doesn't ship gold. Cherry-pick the 3 post-release fixes. Signed-off-by: Andre Heider --- .../patches-mox-boot-builder/001-version.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/001-version.patch (limited to 'package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/001-version.patch') diff --git a/package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/001-version.patch b/package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/001-version.patch new file mode 100644 index 0000000000..eb6941d2ae --- /dev/null +++ b/package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/001-version.patch @@ -0,0 +1,12 @@ +diff --git a/wtmi/Makefile b/wtmi/Makefile +index 75754dc..3602ec3 100644 +--- a/wtmi/Makefile ++++ b/wtmi/Makefile +@@ -41,7 +41,6 @@ else + LTO_FLAGS = + endif + +-override WTMI_VERSION = $(shell git describe --always --dirty --tags) + ifndef WTMI_VERSION + $(error Repository is without git tags, please do a full git clone again) + endif -- cgit v1.2.3