summaryrefslogtreecommitdiffstats
path: root/hw/tricore
Commit message (Expand)AuthorAgeFilesLines
* hw/tricore: fix inclusion of tricore_testboardAlex Bennée2021-07-202-4/+3Star
* hw/tricore: Add testdevice for tests in tests/tcg/Bastian Koppelmann2021-05-183-0/+91
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* tricore: added triboard with tc27x_socAndreas Konopik2021-03-144-0/+354
* tricore tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* meson: convert hw/arch*Marc-André Lureau2020-08-212-1/+4
* hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé2020-02-281-1/+0Star
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-081-1/+0Star
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+2
|/
* hw/tricore/Makefile.objs: Create CONFIG_* for tricoreYang Zhong2019-02-051-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* hw/tricore: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-6/+7
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-2/+0Star
* tricore: use generic cpu_model parsingIgor Mammedov2017-10-271-4/+2Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* tricore: replace cpu_tricore_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-16/+10Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-6/+6
* Remove reduntant qemu: from error functionsIshani Chugh2017-05-071-1/+1
* tricore: remove useless castLaurent Vivier2016-09-151-1/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+1
* tricore: Clean up includesPeter Maydell2016-01-291-0/+1
* tricore: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-10/+5Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-6/+12
* target-tricore: check return value before using itzhanghailiang2014-11-021-1/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-6/+6
* target-tricore: Add board for systemmodeBastian Koppelmann2014-09-012-0/+125