nascom: Initial work in progress code (not complete)
authorAlan Cox <alan@linux.intel.com>
Sat, 21 Jul 2018 12:03:36 +0000 (13:03 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 21 Jul 2018 12:03:36 +0000 (13:03 +0100)
commit1c341fcf873af715275b2b4da655f5502b272070
tree60ffc01e60e456f850f17758315b9a87b61c7a55
parent4bf7179b08b8e8901f252334801178ba8d6d0078
nascom: Initial work in progress code (not complete)

These are the initial pieces to support the Lucas/Nascom 80-bus systems. There
is a lot to do before this is remotely useful.
28 files changed:
Kernel/platform-nascom/Makefile [new file with mode: 0644]
Kernel/platform-nascom/PortMap [new file with mode: 0644]
Kernel/platform-nascom/README [new file with mode: 0644]
Kernel/platform-nascom/commonmem.s [new file with mode: 0644]
Kernel/platform-nascom/config.h [new file with mode: 0644]
Kernel/platform-nascom/crt0.s [new file with mode: 0644]
Kernel/platform-nascom/devgm833.c [new file with mode: 0644]
Kernel/platform-nascom/devgm833.h [new file with mode: 0644]
Kernel/platform-nascom/devgm8x9.c [new file with mode: 0644]
Kernel/platform-nascom/devgm8x9.h [new file with mode: 0644]
Kernel/platform-nascom/devices.c [new file with mode: 0644]
Kernel/platform-nascom/devinput.c [new file with mode: 0644]
Kernel/platform-nascom/devinput.h [new file with mode: 0644]
Kernel/platform-nascom/devnascom.c [new file with mode: 0644]
Kernel/platform-nascom/devtty.h [new file with mode: 0644]
Kernel/platform-nascom/discard.c [new file with mode: 0644]
Kernel/platform-nascom/gm833.s [new file with mode: 0644]
Kernel/platform-nascom/gm849a_sasi.s [new file with mode: 0644]
Kernel/platform-nascom/gm8x9.s [new file with mode: 0644]
Kernel/platform-nascom/henelec.s [new file with mode: 0644]
Kernel/platform-nascom/kernel.def [new file with mode: 0644]
Kernel/platform-nascom/main.c [new file with mode: 0644]
Kernel/platform-nascom/nasboot.s [new file with mode: 0644]
Kernel/platform-nascom/nascom-pagemode.s [new file with mode: 0644]
Kernel/platform-nascom/nascom.h [new file with mode: 0644]
Kernel/platform-nascom/nascom.s [new file with mode: 0644]
Kernel/platform-nascom/target.mk [new file with mode: 0644]
Kernel/platform-nascom/tricks.s [new file with mode: 0644]