aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/stellaris.c
AgeCommit message (Expand)Author
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-02-15hw/arm/stellaris: Add missing QOM 'SoC' parentPhilippe Mathieu-Daudé
2024-02-15hw/arm/stellaris: Add missing QOM 'machine' parentPhilippe Mathieu-Daudé
2024-02-15hw/arm/stellaris: Convert I2C controller to Resettable interfacePhilippe Mathieu-Daudé
2024-02-15hw/arm/stellaris: Convert ADC controller to Resettable interfacePhilippe Mathieu-Daudé
2024-02-02hw/arm/stellaris: use qemu_find_nic_info()David Woodhouse
2024-01-09hw/arm/socs: configure priority bits for existing SOCsSamuel Tardieu
2023-12-29hw/arm: Constify VMStateRichard Henderson
2023-11-02hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()Peter Maydell
2023-11-02hw/input/stellaris_input: Convert to qdevPeter Maydell
2023-11-02hw/input/stellaris_input: Rename to stellaris_gamepadPeter Maydell
2023-09-01hw/sd: Introduce a "sd-card" SPI variant modelCédric Le Goater
2023-09-01hw/ssi: Check for duplicate CS indexesCédric Le Goater
2023-02-27hw/char/pl011: Open-code pl011_luminary_create()Philippe Mathieu-Daudé
2023-01-12hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type namePhilippe Mathieu-Daudé
2023-01-12hw/arm/stellaris: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2022-09-14target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell
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