arm: disable GIC extensions
Change-Id: If19b9c593b48ded1ea848f2d3710d4369ec8a221 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
parent
7eb168746c
commit
109cc2caa6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Pl390(BaseGic):
|
|||
cpu_pio_delay = Param.Latency('10ns', "Delay for PIO r/w to cpu interface")
|
||||
int_latency = Param.Latency('10ns', "Delay for interrupt to get to CPU")
|
||||
it_lines = Param.UInt32(128, "Number of interrupt lines supported (max = 1020)")
|
||||
gem5_extensions = Param.Bool(True, "Enable gem5 extensions")
|
||||
gem5_extensions = Param.Bool(False, "Enable gem5 extensions")
|
||||
|
||||
class Gicv2mFrame(SimObject):
|
||||
type = 'Gicv2mFrame'
|
||||
|
|
Loading…
Reference in a new issue