diff options
| author | Troy Lee | 2022-01-07 18:07:57 +0100 |
|---|---|---|
| committer | Peter Maydell | 2022-01-07 18:07:57 +0100 |
| commit | d9e9cd59df4bc92e4cf7ad1bfa6e2a8429ff31b4 (patch) | |
| tree | 19810c412dc22b7ba8ecaede64f3a2a1d82c59a9 /include/hw | |
| parent | Merge tag 'linux-user-for-7.0-pull-request' of https://gitlab.com/laurent_viv... (diff) | |
| download | qemu-d9e9cd59df4bc92e4cf7ad1bfa6e2a8429ff31b4.tar.gz qemu-d9e9cd59df4bc92e4cf7ad1bfa6e2a8429ff31b4.tar.xz qemu-d9e9cd59df4bc92e4cf7ad1bfa6e2a8429ff31b4.zip | |
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/hw')
| -rw-r--r-- | include/hw/arm/aspeed_soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h index 8139358549..18fb7eed46 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 */ |
