]> git.baikalelectronics.ru Git - uboot.git/commit
config/ast2600: Disable hash hardware accel
authorJoel Stanley <joel@jms.id.au>
Wed, 29 Jun 2022 07:05:21 +0000 (16:35 +0930)
committerTom Rini <trini@konsulko.com>
Wed, 6 Jul 2022 18:32:00 +0000 (14:32 -0400)
commit6a59983a6da4377314283fb4b12ce780920c5f42
treebaec6b8c391598dc1284604f1522b567e95830c1
parentf9284c69ae3d8f016ddc8907e6eca6b0ab6d67f6
config/ast2600: Disable hash hardware accel

The HACE driver lacks support for all the hash types, causing boot to
fail with the default FIT configuration which uses CRC32.

Additionally the Qemu model or the u-boot driver is unable to correctly
compute the SHA256 hash used in a FIT.

Disable HACE by default while the above issues are worked out to enable
boot testing in Qemu.

Reviewed-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
configs/evb-ast2600_defconfig