aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/stm32f205_soc.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2018-08-16hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi1-0/+1
2018-07-17hw/arm/stm32f205_soc: Fix introspection problem with 'stm32f205-soc' deviceThomas Huth1-16/+12
2018-04-26Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell1-2/+1
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-2/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-5/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2017-02-28stm32f205: Rename 'nvic' local to 'armv7m'Peter Maydell1-9/+9
2017-02-28stm32f205: Create armv7m object without using armv7m_init()Peter Maydell1-3/+13
2016-10-04STM32F205: Connect the SPI devicesAlistair Francis1-0/+22
2016-10-04STM32F205: Connect the ADC devicesAlistair Francis1-0/+35
2016-10-04STM32F205: Remove the individual device variablesAlistair Francis1-18/+17
2016-06-06hw/char: QOM'ify stm32f2xx_usart modelxiaoqiang zhao1-0/+1
2016-05-19arm: include cpu-qom.h in files that require ARMCPUPaolo Bonzini1-1/+0
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-11-03armv7-m: Return DeviceState* from armv7m_init()Michael Davidsaver1-7/+8
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-2/+2
2015-03-11stm32f205: Add the stm32f205 SoCAlistair Francis1-0/+160