]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: dm: add AES engine test
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 29 Jun 2025 10:57:11 +0000 (13:57 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 16:43:29 +0000 (10:43 -0600)
commite82ba0be9be130dc27996f11e41d82e1da95104f
tree61a2de2ff4e254d664549810922bb0ff8980189a
parentb01444aa14cf9f1e4e5415135ec5b6b2cbfa0574
test: dm: add AES engine test

Create a basic test suit for AES DM uclass that covers all available
operations.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/sandbox/dts/test.dts
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
test/dm/Makefile
test/dm/aes.c [new file with mode: 0644]