v68-softmmu: commit WIP code
authorAlan Cox <alan@linux.intel.com>
Sat, 4 Feb 2017 23:29:46 +0000 (23:29 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 4 Feb 2017 23:29:46 +0000 (23:29 +0000)
commit92e80988ca52517dfec53e56e68a854368de7037
treec56af1b7b48590b535fcd32f42fcb31e5287a5f6
parent2435781c5462c7488f64dc622f0443ec5db7eab5
v68-softmmu: commit WIP code
15 files changed:
Kernel/platform-v68-softmmu/Makefile [new file with mode: 0644]
Kernel/platform-v68-softmmu/README [new file with mode: 0644]
Kernel/platform-v68-softmmu/config.h [new file with mode: 0644]
Kernel/platform-v68-softmmu/crt0.S [new file with mode: 0644]
Kernel/platform-v68-softmmu/device.h [new file with mode: 0644]
Kernel/platform-v68-softmmu/devices.c [new file with mode: 0644]
Kernel/platform-v68-softmmu/devtty.c [new file with mode: 0644]
Kernel/platform-v68-softmmu/devtty.h [new file with mode: 0644]
Kernel/platform-v68-softmmu/kernel.def [new file with mode: 0644]
Kernel/platform-v68-softmmu/libc.c [new file with mode: 0644]
Kernel/platform-v68-softmmu/main.c [new file with mode: 0644]
Kernel/platform-v68-softmmu/p68000.S [new file with mode: 0644]
Kernel/platform-v68-softmmu/platform_ide.h [new file with mode: 0644]
Kernel/platform-v68-softmmu/target.mk [new file with mode: 0644]
Kernel/platform-v68-softmmu/tricks.S [new file with mode: 0644]