Skip to content

Releases: google/arm-gic

0.2.1

18 Feb 13:51
Compare
Choose a tag to compare

Bugfixes

  • Fixed docs.rs build.

0.2.0

18 Feb 11:27
Compare
Choose a tag to compare

Breaking changes

  • IntId and Trigger 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 from get_and_acknowledge_interrupt for SPECIAL_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 to GicV3.
  • Added support for GICv2 in a separate GicV2 driver.
  • Added support for aarch32.

0.1.2

21 Nov 16:20
Compare
Choose a tag to compare

Bugfixes

  • Changed irouter and irouter_e fields of GICD to use u64, to match GIC specification.

Improvements

  • Made gicv3::registers module public and added methods to GicV3 to get pointers to registers.

0.1.1

09 Aug 14:40
Compare
Choose a tag to compare

Improvements

  • Implemented Send and Sync for GicV3.

0.1.0

09 Aug 14:39
Compare
Choose a tag to compare

Initial version, with basic support for GICv3 (and 4) on aarch64.