aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorDaniel González Cabanelas <dgcbueu@gmail.com>2021-04-04 23:06:46 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-18 12:04:33 +0200
commitd530ff37bf3343ed40d02d88122f2f3ca44a9d8c (patch)
treea957332cc4d8b5c104dc3eb7a4d9fbe78fa0e5fd /target/linux/ramips
parentf965235bb5b74bbfc9f048223716c123669688e3 (diff)
downloadupstream-d530ff37bf3343ed40d02d88122f2f3ca44a9d8c.tar.gz
upstream-d530ff37bf3343ed40d02d88122f2f3ca44a9d8c.tar.bz2
upstream-d530ff37bf3343ed40d02d88122f2f3ca44a9d8c.zip
mvebu: armada 370: dts: fix the crypto engine
The crypto engine in Armada 370 SoCs is currently broken. It can be checked installing the required packages for testing openssl with hw acceleration: opkg install openssl-util opkg install kmod-cryptodev opkg install libopenssl-devcrypto After configuring /etc/ssl/openssl.cnf to let openssl use the crypto engine for digest operations, and performing some checksums.. md5sum 10M-file.bin openssl md5 10M-file.bin ...we can see they don't match. There might be an alignment or size constraint issue caused by the idle-sram area. Use the whole crypto sram and disable the idle-sram area to fix it. Also disable the idle support by adding the broken-idle property to prevent accessing the disabled idle-sram. We don't care about disabling the idle support since it is already broken in Armada 370 causing a huge performance loss because it disables permanently the L2 cache. This was reported in the Openwrt forum and elsewhere by Debian users with different board models. Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com> (cherry picked from commit 2e1ebe96c61424d0829bb1c8b5ec44aaa8bea8af)
Diffstat (limited to 'target/linux/ramips')
0 files changed, 0 insertions, 0 deletions