aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/netduino2.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09hw/arm: Add missing QOM parent for v7-M SoCsPhilippe Mathieu-Daudé1-0/+1
2023-11-20hw/arm/stm32f205: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé1-1/+6
2022-09-14target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell1-1/+1
2021-09-01arm: Remove system_clock_scale globalPeter Maydell1-2/+0
2021-09-01hw/arm/stm32f205: Wire up sysclk and refclkPeter Maydell1-5/+7
2021-02-03hw/arm: Display CPU type in machine descriptionPhilippe Mathieu-Daudé1-1/+1
2020-08-03hw/arm/netduino2, netduinoplus2: Set system_clock_scalePeter Maydell1-0/+10
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-1/+1
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
2017-02-28stm32f205: Create armv7m object without using armv7m_init()Peter Maydell1-3/+4
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-08Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-6/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-03-11netduino2: Add the Netduino 2 MachineAlistair Francis1-0/+57