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

This commit implements the Instruction Cache Controller
for the MAX78000

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