summaryrefslogtreecommitdiffstats
path: root/default-configs/or1k-softmmu.mak
Commit message (Collapse)AuthorAgeFilesLines
* or1k-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-3/+2Star
| | | | | | | %-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw/openrisc/Makefile.objs: Create CONFIG_* for openriscYang Zhong2019-02-051-0/+1
| | | | | | | | | | Add the new configs to default-configs/or1k-sofmmu.mak. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-25-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)Stafford Horne2017-10-201-0/+1
| | | | | | | | | Add OpenRISC Multicore PIC which handles inter processor interrupts (IPI) between cores. In OpenRISC all device interrupts are routed to each core enabling this device to be simple. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Stafford Horne <shorne@gmail.com>
* target/openrisc: Rename the cpu from or32 to or1kRichard Henderson2017-02-131-0/+4
This is in keeping with the toolchain and or1ksim. Signed-off-by: Richard Henderson <rth@twiddle.net>