]> git.ipfire.org Git - thirdparty/qemu.git/commit
MAX78000: AES implementation
authorJackson Donaldson <jackson88044@gmail.com>
Fri, 4 Jul 2025 22:32:38 +0000 (18:32 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Jul 2025 16:31:59 +0000 (17:31 +0100)
commit33dfff7e3405e9c7e877556d5f7050da4af0304f
treefd483c5d2ccbf954017331a272df1a1a86ea4ccf
parent5adeb160322ff827f3e81f38e9481fb4896670e8
MAX78000: AES implementation

This commit implements AES for the MAX78000

Signed-off-by: Jackson Donaldson <jcksn@duck.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20250704223239.248781-11-jcksn@duck.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Kconfig
hw/misc/Kconfig
hw/misc/max78000_aes.c [new file with mode: 0644]
hw/misc/max78000_gcr.c
hw/misc/meson.build
include/hw/misc/max78000_aes.h [new file with mode: 0644]
include/hw/misc/max78000_gcr.h