Releases: google/arm-gic
Releases · google/arm-gic
0.2.1
0.2.0
Breaking changes
IntId
andTrigger
moved to top-level module, as they are shared with GICv2 driver.- Added support for multiple cores.
GicV3::new
now takes the CPU count and redistributor stride,
and various other method take a cpu index.
Bugfixes
- Fixed
GicV3::setup
not to write to GICD IGROUPR[0]. - Fixed
GicV3::enable_interrupt
not to write to GICD for private interrupt IDs. - Return
None
fromget_and_acknowledge_interrupt
forSPECIAL_NONE
.
Improvements
- Added more interrupt types to
IntId
, and public constants for number of each type. - Added constants to
IntId
for special interrupt IDs. - Added methods to read type register and its fields.
- Added
set_group
,redistributor_mark_core_awake
and other methods toGicV3
. - Added support for GICv2 in a separate
GicV2
driver. - Added support for aarch32.