]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheet
authorAndrew Jeffery <andrew@aj.id.au>
Tue, 9 Mar 2021 11:01:28 +0000 (12:01 +0100)
committerCédric Le Goater <clg@kaod.org>
Tue, 9 Mar 2021 11:01:28 +0000 (12:01 +0100)
commitb151de69f6478a05b27f4be2eb4a906f7b5b8cfa
tree66db8b017d00023475e6f87532acabadb57ead30
parent957ad79f7316816433f772b1a9ebdfe0a3818cb2
hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheet

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>
hw/arm/aspeed_ast2600.c