hw/misc/aspeed_scu: Add AST1040 A0 silicon revision ID
Add the AST1040 A0 silicon revision definition and register it in the supported Aspeed silicon revision table. Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20260525053036.3305181-6-jamin_lin@aspeedtech.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
committed by
Cédric Le Goater
parent
8c6cf9ef47
commit
e31f57e96b
@@ -562,6 +562,7 @@ static uint32_t aspeed_silicon_revs[] = {
|
||||
AST1060_A2_SILICON_REV,
|
||||
AST2700_A1_SILICON_REV,
|
||||
AST2700_A2_SILICON_REV,
|
||||
AST1040_A0_SILICON_REV,
|
||||
};
|
||||
|
||||
bool is_supported_silicon_rev(uint32_t silicon_rev)
|
||||
|
||||
@@ -46,6 +46,7 @@ struct AspeedSCUState {
|
||||
#define AST2600_A3_SILICON_REV 0x05030303U
|
||||
#define AST1030_A1_SILICON_REV 0x80010000U
|
||||
#define AST1060_A2_SILICON_REV 0xA0030000U
|
||||
#define AST1040_A0_SILICON_REV 0x81000000U
|
||||
#define AST2700_A1_SILICON_REV 0x06010103U
|
||||
#define AST2700_A2_SILICON_REV 0x06020103U
|
||||
|
||||
|
||||
Reference in New Issue
Block a user