]> git.proxmox.com Git - mirror_qemu.git/commit
hw: arm: allwinner-sramc: Add SRAM Controller support for R40
authorqianfan Zhao <qianfanguijin@163.com>
Tue, 6 Jun 2023 09:19:33 +0000 (10:19 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 6 Jun 2023 09:19:33 +0000 (10:19 +0100)
commit05def917e113ef95ef712ffd96d614203f5e8397
treedb2fc8e96bec4f3e00895d242630d14f28e1db47
parent0de1b69315b1b386d96282fa0b407f568fc5ede9
hw: arm: allwinner-sramc: Add SRAM Controller support for R40

Only a few important registers are added, especially the SRAM_VER
register.

Signed-off-by: qianfan Zhao <qianfanguijin@163.com>
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Kconfig
hw/arm/allwinner-r40.c
hw/misc/Kconfig
hw/misc/allwinner-sramc.c [new file with mode: 0644]
hw/misc/meson.build
hw/misc/trace-events
include/hw/arm/allwinner-r40.h
include/hw/misc/allwinner-sramc.h [new file with mode: 0644]