aboutsummaryrefslogtreecommitdiff
path: root/hw/nios2/10m50_devboard.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-26hw/nios2: Machine with a Vectored Interrupt ControllerAmir Gonnen1-9/+52
2022-04-26hw/nios2: Move memory regions into Nios2MachineRichard Henderson1-14/+16
2022-04-26hw/nios2: Introduce Nios2MachineStateRichard Henderson1-2/+22
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-12-15target/nios2: Move IIC code into CPU object properPeter Maydell1-11/+2
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-3/+3
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-6/+6
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+1
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2018-03-19nios2: 10m50_devboard: replace cpu_model with cpu_typeIgor Mammedov1-1/+1
2017-09-01nios2: replace cpu_nios2_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-4/+4
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2017-03-18nios2: iic: Convert CPU prop to qom linkMarek Vasut1-1/+2
2017-01-24nios2: Add Altera 10M50 GHRD emulationMarek Vasut1-0/+126