Searched hist:11668 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dgeneric_timer.ccdiff 11668:380375085863 Fri Oct 07 09:14:00 EDT 2016 Andreas Sandberg <andreas.sandberg@arm.com> dev, arm: Make GenericTimer param handling more robust

The generic timer needs a pointer to an ArmSystem to wire itself to the
system register handler. This was previously specified as an instance
of System that was later cast to ArmSystem. Make this more robust by
specifying it as an ArmSystem in the Python interface and add a check
to make sure that it is non-NULL.

Change-Id: I989455e666f4ea324df28124edbbadfd094b0d02
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
H A DRealView.pydiff 11668:380375085863 Fri Oct 07 09:14:00 EDT 2016 Andreas Sandberg <andreas.sandberg@arm.com> dev, arm: Make GenericTimer param handling more robust

The generic timer needs a pointer to an ArmSystem to wire itself to the
system register handler. This was previously specified as an instance
of System that was later cast to ArmSystem. Make this more robust by
specifying it as an ArmSystem in the Python interface and add a check
to make sure that it is non-NULL.

Change-Id: I989455e666f4ea324df28124edbbadfd094b0d02
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>

Completed in 36 milliseconds