aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTroy Lee <troy_lee@aspeedtech.com>2022-01-07 17:07:57 +0000
committerPeter Maydell <peter.maydell@linaro.org>2022-01-07 17:07:57 +0000
commitd9e9cd59df4bc92e4cf7ad1bfa6e2a8429ff31b4 (patch)
tree19810c412dc22b7ba8ecaede64f3a2a1d82c59a9 /include
parent41fb4c14ee500125dc0ce6fb573cf84b8db29ed0 (diff)
downloadqemu-d9e9cd59df4bc92e4cf7ad1bfa6e2a8429ff31b4.zip
qemu-d9e9cd59df4bc92e4cf7ad1bfa6e2a8429ff31b4.tar.gz
qemu-d9e9cd59df4bc92e4cf7ad1bfa6e2a8429ff31b4.tar.bz2
Add dummy Aspeed AST2600 Display Port MCU (DPMCU)
AST2600 Display Port MCU introduces 0x18000000~0x1803FFFF as it's memory and io address. If guest machine try to access DPMCU memory, it will cause a fatal error. Signed-off-by: Troy Lee <troy_lee@aspeedtech.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Cédric Le Goater <clg@kaod.org> Message-id: 20211210083034.726610-1-troy_lee@aspeedtech.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/arm/aspeed_soc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h
index 8139358..18fb7ee 100644
--- a/include/hw/arm/aspeed_soc.h
+++ b/include/hw/arm/aspeed_soc.h
@@ -139,6 +139,8 @@ enum {
ASPEED_DEV_EMMC,
ASPEED_DEV_KCS,
ASPEED_DEV_HACE,
+ ASPEED_DEV_DPMCU,
+ ASPEED_DEV_DP,
};
#endif /* ASPEED_SOC_H */