arm-gic
arm-gic copied to clipboard
A Rust driver for the Arm Generic Interrupt Controller version 3 or 4 (GICv3 and GICv4).
The current definition of GICD is defining `irouter` as an array of u64: https://github.com/google/arm-gic/blob/40ceaf3fcdf7ebd82fe1a62f34a85e991916f2cd/src/gicv3/registers.rs#L124. However, this is in conflict of the implementation in EDK2: https://github.com/tianocore/edk2/commit/1bb76029eff4993b31dbbb19acd86d1c8ad4933f. Could you please confirm whether...
Hi there, I've been running into some issues with this crate when the CPU is in big-endian mode (i.e. the code compiled for `aarch64_be`). It appears that the crate assumes...