Skip to content

Commit

Permalink
hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheet
Browse files Browse the repository at this point in the history
The datasheet says we have 197 IRQs allocated, and we need more than 128
to describe IRQs from LPC devices. Raise the value now to allow
modelling of the LPC devices.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20210302014317.915120-3-andrew@aj.id.au>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
  • Loading branch information
amboar authored and legoater committed Mar 9, 2021
1 parent 957ad79 commit b151de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/arm/aspeed_ast2600.c
Expand Up @@ -65,7 +65,7 @@ static const hwaddr aspeed_soc_ast2600_memmap[] = {

#define ASPEED_A7MPCORE_ADDR 0x40460000

#define AST2600_MAX_IRQ 128
#define AST2600_MAX_IRQ 197

/* Shared Peripheral Interrupt values below are offset by -32 from datasheet */
static const int aspeed_soc_ast2600_irqmap[] = {
Expand Down

0 comments on commit b151de6

Please sign in to comment.