aboutsummaryrefslogtreecommitdiff
path: root/hw/nios2
AgeCommit message (Expand)AuthorFilesLines
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé6-545/+0
2023-11-23target/nios2: Deprecate the Nios II architecturePhilippe Mathieu-Daudé2-0/+2
2023-09-29hw/nios2: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth1-7/+2
2022-10-17hw/nios2: set machine->fdt in nios2_load_dtb()Daniel Henrique Barboza2-2/+8
2022-07-22hw/nios2: virt: pass random seed to fdtJason A. Donenfeld1-0/+5
2022-04-26hw/nios2: Machine with a Vectored Interrupt ControllerAmir Gonnen2-9/+53
2022-04-26hw/nios2: Move memory regions into Nios2MachineRichard Henderson1-14/+16
2022-04-26hw/nios2: Introduce Nios2MachineStateRichard Henderson1-2/+22
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau2-2/+0
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2020-12-15Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-5/+4
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini1-5/+4
2020-12-15target/nios2: Move nios2_check_interrupts() into target/nios2Peter Maydell2-37/+1
2020-12-15target/nios2: Move IIC code into CPU object properPeter Maydell2-42/+2
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10nios2: do not use ram_size globalPaolo Bonzini1-4/+4
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-2/+2
2020-08-21meson: convert hw/arch*Marc-André Lureau2-3/+6
2020-07-13hw/nios2: exit to main CPU loop only when unmasking interruptsWentong Wu1-1/+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
2020-02-19hw/nios2:fix leak of fdevice tree blobChen Qun1-0/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster3-3/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-06-10target/nios2: Use env_cpu, env_archcpuRichard Henderson1-4/+1
2019-04-29Add generic Nios II board.Sandra Loosemore4-6/+122
2019-03-07nios2-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+3
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+5
2019-02-05hw/nios2/Makefile.objs: Conditionally build nios2Yang Zhong1-1/+2
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-3/+4
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-1/+1
2018-07-02hw/nios2: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-3/+3
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
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé1-1/+0
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