index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
/
stellaris.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-5
/
+5
*
hw/arm/stellaris: Add missing QOM 'SoC' parent
Philippe Mathieu-Daudé
2024-02-15
1
-1
/
+10
*
hw/arm/stellaris: Add missing QOM 'machine' parent
Philippe Mathieu-Daudé
2024-02-15
1
-0
/
+4
*
hw/arm/stellaris: Convert I2C controller to Resettable interface
Philippe Mathieu-Daudé
2024-02-15
1
-4
/
+22
*
hw/arm/stellaris: Convert ADC controller to Resettable interface
Philippe Mathieu-Daudé
2024-02-15
1
-2
/
+4
*
hw/arm/stellaris: use qemu_find_nic_info()
David Woodhouse
2024-02-02
1
-8
/
+22
*
hw/arm/socs: configure priority bits for existing SOCs
Samuel Tardieu
2024-01-09
1
-0
/
+2
*
hw/arm: Constify VMState
Richard Henderson
2023-12-29
1
-3
/
+3
*
hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()
Peter Maydell
2023-11-02
1
-1
/
+5
*
hw/input/stellaris_input: Convert to qdev
Peter Maydell
2023-11-02
1
-8
/
+20
*
hw/input/stellaris_input: Rename to stellaris_gamepad
Peter Maydell
2023-11-02
1
-1
/
+1
*
hw/sd: Introduce a "sd-card" SPI variant model
Cédric Le Goater
2023-09-01
1
-2
/
+1
*
hw/ssi: Check for duplicate CS indexes
Cédric Le Goater
2023-09-01
1
-1
/
+3
*
hw/char/pl011: Open-code pl011_luminary_create()
Philippe Mathieu-Daudé
2023-02-27
1
-3
/
+8
*
hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type name
Philippe Mathieu-Daudé
2023-01-12
1
-37
/
+36
*
hw/arm/stellaris: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
2023-01-12
1
-3
/
+3
*
target/arm: Make boards pass base address to armv7m_load_kernel()
Peter Maydell
2022-09-14
1
-1
/
+1
*
hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
Zongyuan Li
2022-04-21
1
-2
/
+13
*
hw/sd/ssi-sd: Do not create SD card within controller's realize
Markus Armbruster
2021-12-15
1
-1
/
+14
*
arm: Remove system_clock_scale global
Peter Maydell
2021-09-01
1
-3
/
+4
*
hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scale
Peter Maydell
2021-09-01
1
-3
/
+9
*
hw/arm/stellaris: Split stellaris-gptm into its own file
Peter Maydell
2021-09-01
1
-320
/
+1
*
hw/arm/stellaris: Fix code style issues in GPTM code
Peter Maydell
2021-09-01
1
-5
/
+8
*
hw/arm/stellaris: Wire sysclk up to armv7m
Peter Maydell
2021-09-01
1
-1
/
+4
*
hw/arm/stellaris: split stellaris_sys_init()
Peter Maydell
2021-09-01
1
-31
/
+25
*
hw/arm/stellaris: Expand comment about handling of OLED chipselect
Peter Maydell
2021-07-09
1
-1
/
+55
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw/arm: Display CPU type in machine description
Philippe Mathieu-Daudé
2021-02-03
1
-2
/
+2
*
hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYS
Peter Maydell
2021-01-29
1
-10
/
+0
*
arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSE
Peter Maydell
2021-01-29
1
-3
/
+0
*
hw/arm/stellaris: Create Clock input for watchdog
Peter Maydell
2021-01-29
1
-12
/
+31
*
hw/arm/stellaris: Convert SSYS to QOM device
Peter Maydell
2021-01-29
1
-25
/
+107
*
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
2020-12-10
1
-2
/
+2
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-6
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+6
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-6
/
+10
*
msf2-soc, stellaris: Don't wire up SYSRESETREQ
Peter Maydell
2020-08-03
1
-12
/
+0
*
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-16
1
-1
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-2
/
+2
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-3
/
+3
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-6
/
+6
*
hw/arm: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-2
/
+1
*
stellaris: delay timer_new to avoid memleaks
Pan Nengyuan
2020-02-07
1
-1
/
+6
*
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2020-01-20
1
-1
/
+1
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-05-23
1
-1
/
+1
*
hw/devices: Move Gamepad declarations into a new header
Philippe Mathieu-Daudé
2019-04-29
1
-1
/
+1
*
hw/arm/stellaris: Implement watchdog timer
Michel Heily
2019-03-05
1
-2
/
+20
[next]