summaryrefslogtreecommitdiffstats
path: root/hw/core/generic-loader.c
Commit message (Expand)AuthorAgeFilesLines
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* hw/core/generic-loader: Compile only once, not for each targetThomas Huth2018-10-171-5/+1Star
* hw/core/generic-loader: Set a category for the generic-loader deviceThomas Huth2018-10-171-0/+1
* loader: Implement .hex file loaderSu Hang2018-08-161-0/+4
* hw/core/generic-loader: Allow PC to be set on command linePeter Maydell2018-02-091-1/+1
* hw/core/generic-loader: Fix crash when running without CPUThomas Huth2017-05-101-4/+5
* hw: Fix typos found by codespellStefan Weil2017-01-241-2/+2
* generic-loader: file: Only set a PC if a CPU is specifiedAlistair Francis2016-11-281-1/+6
* generic-loader: Add a generic loaderAlistair Francis2016-10-041-0/+211