socz80: Add the target
authorAlan Cox <alan@etchedpixels.co.uk>
Fri, 31 Oct 2014 16:26:42 +0000 (16:26 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Fri, 31 Oct 2014 16:26:42 +0000 (16:26 +0000)
commit9665fd03f0cca1facd26bec6613e33a330b15413
tree1d2d2b244b3b48901923bb9761e58387bcffc1bc
parentc6c2008dbec848ef8fc42d25c8ac1d5e2e04e87f
socz80: Add the target

This code isn't yet complete. It's had a first pass conversion to the revised
kernel interfaces but the MMU logic has not yet been wired up to bank16 or
converted to the new format API.
21 files changed:
Kernel/platform-socz80/Makefile [new file with mode: 0644]
Kernel/platform-socz80/commonmem.s [new file with mode: 0644]
Kernel/platform-socz80/config.h [new file with mode: 0644]
Kernel/platform-socz80/crt0.s [new file with mode: 0644]
Kernel/platform-socz80/devices.c [new file with mode: 0644]
Kernel/platform-socz80/devlpr.c [new file with mode: 0644]
Kernel/platform-socz80/devlpr.h [new file with mode: 0644]
Kernel/platform-socz80/devrd.c [new file with mode: 0644]
Kernel/platform-socz80/devrd.h [new file with mode: 0644]
Kernel/platform-socz80/devrd_hw.s [new file with mode: 0644]
Kernel/platform-socz80/devsd.c [new file with mode: 0644]
Kernel/platform-socz80/devsd.h [new file with mode: 0644]
Kernel/platform-socz80/devsd_hw.s [new file with mode: 0644]
Kernel/platform-socz80/devtty.c [new file with mode: 0644]
Kernel/platform-socz80/devtty.h [new file with mode: 0644]
Kernel/platform-socz80/kernel.def [new file with mode: 0644]
Kernel/platform-socz80/main.c [new file with mode: 0644]
Kernel/platform-socz80/socz80.def [new file with mode: 0644]
Kernel/platform-socz80/socz80.s [new file with mode: 0644]
Kernel/platform-socz80/tricks.s [new file with mode: 0644]
Kernel/platform-socz80/usermem.s [new file with mode: 0644]