aboutsummaryrefslogtreecommitdiff
path: root/include/hw/misc
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-05-04 19:07:03 +0930
committerPeter Maydell <peter.maydell@linaro.org>2020-05-11 11:00:26 +0100
commit7582591ae745f224a58fd9a36e3b9230fb03bfc2 (patch)
tree8bcedef3e9c68535f8961fb3f0b7680e6e27fee9 /include/hw/misc
parent93dd1e6140e2652347cfe7208591d4cd32762d08 (diff)
downloadqemu-7582591ae745f224a58fd9a36e3b9230fb03bfc2.zip
qemu-7582591ae745f224a58fd9a36e3b9230fb03bfc2.tar.gz
qemu-7582591ae745f224a58fd9a36e3b9230fb03bfc2.tar.bz2
aspeed: Support AST2600A1 silicon revision
There are minimal differences from Qemu's point of view between the A0 and A1 silicon revisions. As the A1 exercises different code paths in u-boot it is desirable to emulate that instead. Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Reviewed-by: Cédric Le Goater <clg@kaod.org> Message-id: 20200504093703.261135-1-joel@jms.id.au Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/misc')
-rw-r--r--include/hw/misc/aspeed_scu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/aspeed_scu.h b/include/hw/misc/aspeed_scu.h
index 1d7f7ff..a6739bb 100644
--- a/include/hw/misc/aspeed_scu.h
+++ b/include/hw/misc/aspeed_scu.h
@@ -41,6 +41,7 @@ typedef struct AspeedSCUState {
#define AST2500_A0_SILICON_REV 0x04000303U
#define AST2500_A1_SILICON_REV 0x04010303U
#define AST2600_A0_SILICON_REV 0x05000303U
+#define AST2600_A1_SILICON_REV 0x05010303U
#define ASPEED_IS_AST2500(si_rev) ((((si_rev) >> 24) & 0xff) == 0x04)