summaryrefslogtreecommitdiff
path: root/hw/armv7m_nvic.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-13hw/armv7m_nvic: Fix incorrect default for num-irqs propertyPeter Maydell1-7/+14
2012-06-19hw/armv7m_nvic: Make the NVIC a freestanding classPeter Maydell1-12/+36
2012-06-19hw/arm_gic: Move CPU interface memory region setup into arm_gic_initPeter Maydell1-1/+1
2012-06-19hw/arm_gic: Add qdev property for GIC revisionPeter Maydell1-0/+2
2012-06-19hw/armv7m_nvic: Use MemoryRegions for NVIC specific registersPeter Maydell1-1/+73
2012-06-19hw/arm_gic: Move NVIC specific reset to armv7m_nvic_resetPeter Maydell1-0/+7
2012-06-19hw/arm_gic: Remove the special casing of NCPU for the NVICPeter Maydell1-3/+2
2012-04-13hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC definePeter Maydell1-1/+0
2012-04-13hw/arm_gic: Make gic_reset a sysbus reset functionPeter Maydell1-0/+16
2012-04-13hw/arm_gic: Make the GIC its own sysbus devicePeter Maydell1-0/+1
2012-04-13hw/arm_gic: Move gic_get_current_cpu into arm_gic.cPeter Maydell1-7/+0
2012-04-13hw/arm_gic: Move NCPU definition to arm_gic.cPeter Maydell1-1/+0
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-14/+18
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-7/+14
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf1-8/+23
2011-08-22arm_gic: convert to memory APIAvi Kivity1-1/+2
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-04-22vmstate: port armv7m nvicJuan Quintela1-25/+14
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-4/+4
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-05-02Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl1-4/+4
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-06-04Remove ARM NVIC initialization hackPaul Brook1-5/+0
2009-05-14ARM GIC qdev conversionPaul Brook1-52/+57
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-8/+7
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir11-0/+2
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-4/+0
2008-07-02Save/restore for stellaris boards.pbrook1-0/+26
2007-11-24Stellaris ethernet support.pbrook1-1/+3
2007-11-24ARMv7-M SysTick fix.pbrook1-4/+5
2007-11-17Break up vl.h.pbrook1-2/+3
2007-11-11ARMv7 support.pbrook1-0/+381