aboutsummaryrefslogtreecommitdiffstats
path: root/hw/arm/stellaris.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-5/+5
* hw/arm/stellaris: Add missing QOM 'SoC' parentPhilippe Mathieu-Daudé2024-02-151-1/+10
* hw/arm/stellaris: Add missing QOM 'machine' parentPhilippe Mathieu-Daudé2024-02-151-0/+4
* hw/arm/stellaris: Convert I2C controller to Resettable interfacePhilippe Mathieu-Daudé2024-02-151-4/+22
* hw/arm/stellaris: Convert ADC controller to Resettable interfacePhilippe Mathieu-Daudé2024-02-151-2/+4
* hw/arm/stellaris: use qemu_find_nic_info()David Woodhouse2024-02-021-8/+22
* hw/arm/socs: configure priority bits for existing SOCsSamuel Tardieu2024-01-091-0/+2
* hw/arm: Constify VMStateRichard Henderson2023-12-291-3/+3
* hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()Peter Maydell2023-11-021-1/+5
* hw/input/stellaris_input: Convert to qdevPeter Maydell2023-11-021-8/+20
* hw/input/stellaris_input: Rename to stellaris_gamepadPeter Maydell2023-11-021-1/+1
* hw/sd: Introduce a "sd-card" SPI variant modelCédric Le Goater2023-09-011-2/+1
* hw/ssi: Check for duplicate CS indexesCédric Le Goater2023-09-011-1/+3
* hw/char/pl011: Open-code pl011_luminary_create()Philippe Mathieu-Daudé2023-02-271-3/+8
* hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type namePhilippe Mathieu-Daudé2023-01-121-37/+36
* hw/arm/stellaris: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2023-01-121-3/+3
* target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell2022-09-141-1/+1
* hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li2022-04-211-2/+13
* hw/sd/ssi-sd: Do not create SD card within controller's realizeMarkus Armbruster2021-12-151-1/+14
* arm: Remove system_clock_scale globalPeter Maydell2021-09-011-3/+4
* hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell2021-09-011-3/+9
* hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell2021-09-011-320/+1
* hw/arm/stellaris: Fix code style issues in GPTM codePeter Maydell2021-09-011-5/+8
* hw/arm/stellaris: Wire sysclk up to armv7mPeter Maydell2021-09-011-1/+4
* hw/arm/stellaris: split stellaris_sys_init()Peter Maydell2021-09-011-31/+25
* hw/arm/stellaris: Expand comment about handling of OLED chipselectPeter Maydell2021-07-091-1/+55
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw/arm: Display CPU type in machine descriptionPhilippe Mathieu-Daudé2021-02-031-2/+2
* hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYSPeter Maydell2021-01-291-10/+0
* arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell2021-01-291-3/+0
* hw/arm/stellaris: Create Clock input for watchdogPeter Maydell2021-01-291-12/+31
* hw/arm/stellaris: Convert SSYS to QOM devicePeter Maydell2021-01-291-25/+107
* hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2020-12-101-2/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+6
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-6/+10
* msf2-soc, stellaris: Don't wire up SYSRESETREQPeter Maydell2020-08-031-12/+0
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-3/+3
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-6/+6
* hw/arm: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1
* stellaris: delay timer_new to avoid memleaksPan Nengyuan2020-02-071-1/+6
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* hw/arm/stellaris: Implement watchdog timerMichel Heily2019-03-051-2/+20