]> git.ipfire.org Git - thirdparty/qemu.git/commit
MAX78000: TRNG Implementation
authorJackson Donaldson <jackson88044@gmail.com>
Fri, 4 Jul 2025 22:32:36 +0000 (18:32 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Jul 2025 16:31:38 +0000 (17:31 +0100)
commit069852d159a18219eb19281b146d612849a84e03
tree9aba39a9dcb9ad2504fb3492c8cbb9178516e84d
parent035a38fa97d07b80ff5b9fa6c3da43528770899d
MAX78000: TRNG Implementation

This commit implements the True Random Number
Generator for the MAX78000

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