summaryrefslogtreecommitdiff
path: root/hw/arm/stellaris.c
AgeCommit message (Expand)Author
2022-04-21hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li
2021-12-15hw/sd/ssi-sd: Do not create SD card within controller's realizeMarkus Armbruster
2021-09-01arm: Remove system_clock_scale globalPeter Maydell
2021-09-01hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell
2021-09-01hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell
2021-09-01hw/arm/stellaris: Fix code style issues in GPTM codePeter Maydell
2021-09-01hw/arm/stellaris: Wire sysclk up to armv7mPeter Maydell
2021-09-01hw/arm/stellaris: split stellaris_sys_init()Peter Maydell
2021-07-09hw/arm/stellaris: Expand comment about handling of OLED chipselectPeter Maydell
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-02-03hw/arm: Display CPU type in machine descriptionPhilippe Mathieu-Daudé
2021-01-29hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYSPeter Maydell
2021-01-29arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell
2021-01-29hw/arm/stellaris: Create Clock input for watchdogPeter Maydell
2021-01-29hw/arm/stellaris: Convert SSYS to QOM devicePeter Maydell
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-03msf2-soc, stellaris: Don't wire up SYSRESETREQPeter Maydell
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-03-17hw/arm: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-02-07stellaris: delay timer_new to avoid memleaksPan Nengyuan
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-04-29hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé
2019-03-05hw/arm/stellaris: Implement watchdog timerMichel Heily
2019-02-27arm:i2c: Don't mask return from i2c_recv()Corey Minyard
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-08-16hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi
2018-06-26hw/arm/stellaris: Use HWADDR_PRIx to display register addressPhilippe Mathieu-Daudé
2018-06-26hw/arm/stellaris: Fix gptm_write() error messagePhilippe Mathieu-Daudé
2018-06-26hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé
2018-06-15stellaris: Stop using armv7m_init()Peter Maydell
2018-06-08stellaris: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-04-20stellaris: Don't hw_error() on bad register accessesPeter Maydell
2017-02-07stellaris: Use the 'unimplemented' device for parts we don't implementPeter Maydell
2017-02-07stellaris: Document memory map and which SoC devices are unimplementedPeter Maydell