Message ID | 1486065742-28639-1-git-send-email-peter.maydell@linaro.org |
---|---|
Headers | show |
Series | Rewrite NVIC to not depend on the GIC | expand |
On 2 February 2017 at 20:02, Peter Maydell <peter.maydell@linaro.org> wrote: > This patchset is the revamp of the NVIC code from Michael > Davidsaver's patchset of a year ago. > > Despite some superficial similarities of register layout, the > M-profile NVIC is really very different from the A-profile GIC. Our > current attempt to reuse the GIC code means that we have significant > bugs in our NVIC. The series pulls the NVIC apart from the GIC code > (fixing a few accidental bugs in the process), and then once it has a > place to stand, implements a few minor cleanups, a key bugfix > (getting priority calculations and masking right) and a missing > feature (escalation to HardFault). Ping? thanks -- PMM