aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/stellaris.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2019-04-29hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé1-1/+1
2019-03-05hw/arm/stellaris: Implement watchdog timerMichel Heily1-2/+20
2019-02-27arm:i2c: Don't mask return from i2c_recv()Corey Minyard1-1/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-08-16hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi1-0/+1
2018-06-26hw/arm/stellaris: Use HWADDR_PRIx to display register addressPhilippe Mathieu-Daudé1-2/+4
2018-06-26hw/arm/stellaris: Fix gptm_write() error messagePhilippe Mathieu-Daudé1-1/+1
2018-06-26hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé1-1/+1
2018-06-15stellaris: Stop using armv7m_init()Peter Maydell1-2/+10
2018-06-08stellaris: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-5/+6
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-9/+7
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-4/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-04-20stellaris: Don't hw_error() on bad register accessesPeter Maydell1-23/+37
2017-02-07stellaris: Use the 'unimplemented' device for parts we don't implementPeter Maydell1-0/+14
2017-02-07stellaris: Document memory map and which SoC devices are unimplementedPeter Maydell1-0/+34
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao1-2/+4
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-12hw/arm: QOM'ify stellaris.cxiaoqiang.zhao1-24/+24
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-11-03arm: stellaris: exit on external reset requestMichael Davidsaver1-0/+12
2015-11-03armv7-m: Return DeviceState* from armv7m_init()Michael Davidsaver1-11/+18
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-4/+24
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-14/+10
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-2/+2
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-02-05target_arm: Parameterise the irq lines for armv7m_initAlistair Francis1-1/+4
2015-02-05target_arm: Remove memory region init from armv7m_initAlistair Francis1-4/+20
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-08-19arm: stellaris: Remove misleading address_space_mem varPeter Crosthwaite1-2/+1
2014-05-28ssi: Name the CS GPIOPeter Crosthwaite1-3/+4
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-6/+6
2014-05-13hw/arm/stellaris: Correct handling of GPTM TAR registerPeter Maydell1-3/+10
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-8/+4
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-4/+4
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+0
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-07-29stellaris: QOM cast cleanup for stellaris_adc_stateAndreas Färber1-11/+16