px4plus: Further updates
authorAlan Cox <alan@linux.intel.com>
Fri, 27 Mar 2015 20:13:00 +0000 (20:13 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 27 Mar 2015 20:13:00 +0000 (20:13 +0000)
commit2eb8466bead6ff43c42d8ef8c1ece5daa77ba308
treec59cd1128edae0b463289ae74d04e6e49732b540
parentea14950a6b9724e19e55ef5bbaf2848ec16ecbc7
px4plus: Further updates

This fleshes out the task switching, splits up the various ROM and cartridge
logic and begins to put the rest of the system together
15 files changed:
Kernel/platform-px4plus/Makefile
Kernel/platform-px4plus/README
Kernel/platform-px4plus/config.h
Kernel/platform-px4plus/crt0.s
Kernel/platform-px4plus/devfd.c
Kernel/platform-px4plus/devfd.h
Kernel/platform-px4plus/devices.c
Kernel/platform-px4plus/fuzix.lnk
Kernel/platform-px4plus/main.c
Kernel/platform-px4plus/px4plus.s
Kernel/platform-px4plus/romdisc.s [new file with mode: 0644]
Kernel/platform-px4plus/sio.c [new file with mode: 0644]
Kernel/platform-px4plus/sio.h [new file with mode: 0644]
Kernel/platform-px4plus/swapdev.s [new file with mode: 0644]
Kernel/platform-px4plus/tricks.s