arm-trusted-firmware-mvebu: switch to CZ.NIC's Secure Firmware
authorAndre Heider <a.heider@gmail.com>
Tue, 8 Jun 2021 03:42:51 +0000 (05:42 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Jul 2021 11:52:39 +0000 (13:52 +0200)
commit896d49d10aab219b905ae844490954d51090ee2d
tree10bb9d765b9dd3b47b7fe62243535cecbb5716d1
parentac42765dca2e2026ba1adad1b1d0739282d2d045
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 <a.heider@gmail.com>
package/boot/arm-trusted-firmware-mvebu/Makefile
package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/001-version.patch [new file with mode: 0644]
package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/002-no-gold.patch [new file with mode: 0644]
package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/100-wtmi-uart-fix-UART-baudrate-divisor-calculation.patch [new file with mode: 0644]
package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/101-fix-clock-a3700-change-pwm-clock-for-600-600-and-120.patch [new file with mode: 0644]
package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/102-avs-Validate-VDD-value-from-OTP.patch [new file with mode: 0644]