summary refs log tree commit diff stats
path: root/include/hw/intc/armv7m_nvic.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic headerPhilippe Mathieu-Daudé2024-01-261-1/+1
* arm: spelling fixesMichael Tokarev2023-07-251-1/+1
* target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé2023-02-161-0/+123
* hw/intc/armv7m_nvic: Use OBJECT_DECLARE_SIMPLE_TYPE() macroPhilippe Mathieu-Daudé2023-02-161-4/+1
* arm: Move system PPB container handling to armv7mPeter Maydell2021-09-011-3/+0
* arm: Move systick device creation from NVIC to ARMv7M objectPeter Maydell2021-09-011-4/+0
* arm: Move M-profile RAS register block into its own devicePeter Maydell2021-09-011-1/+0
* hw/intc/armv7m_nvic: Implement read/write for RAS register blockPeter Maydell2020-12-101-0/+1
* hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFaultPeter Maydell2020-12-101-0/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* nvic: Change NVIC to support ARMv6-MJulia Suvorova2018-08-141-0/+1
* nvic: Make systick bankedPeter Maydell2017-12-131-1/+3
* nvic: Implement NVIC_ITNS<n> registersPeter Maydell2017-09-211-0/+3
* nvic: Implement AIRCR changes for v8MPeter Maydell2017-09-211-1/+2
* nvic: Add cached vectpending_prio statePeter Maydell2017-09-211-0/+2
* nvic: Add cached vectpending_is_s_banked statePeter Maydell2017-09-211-2/+9
* nvic: Add banked exception statesPeter Maydell2017-09-211-0/+14
* nvic: Add NS alias SCS regionPeter Maydell2017-09-071-0/+1
* armv7m_nvic.h: Move from include/hw/arm to include/hw/intcPeter Maydell2017-09-041-0/+62