mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -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
2
elf.h
2
elf.h
|
@ -106,6 +106,8 @@ typedef int64_t Elf64_Sxword;
|
|||
#define EM_H8S 48 /* Hitachi H8S */
|
||||
#define EM_LATTICEMICO32 138 /* LatticeMico32 */
|
||||
|
||||
#define EM_OPENRISC 92 /* OpenCores OpenRISC */
|
||||
|
||||
#define EM_UNICORE32 110 /* UniCore32 */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue