mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
target-or32: Add target stubs and QOM cpu
Add OpenRISC target stubs, QOM cpu and basic machine. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
a21143486b
commit
e67db06e9f
16 changed files with 817 additions and 2 deletions
3
target-openrisc/Makefile.objs
Normal file
3
target-openrisc/Makefile.objs
Normal file
|
@ -0,0 +1,3 @@
|
|||
obj-$(CONFIG_SOFTMMU) += machine.o
|
||||
obj-y += cpu.o interrupt.o mmu.o translate.o
|
||||
obj-y += mmu_helper.o
|
Loading…
Add table
Add a link
Reference in a new issue