tbblue: first cut at tbblue support
authorAlan Cox <alan@linux.intel.com>
Sat, 8 Dec 2018 17:29:44 +0000 (17:29 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 8 Dec 2018 17:29:44 +0000 (17:29 +0000)
commitc409b8dc5350a59ea50078784748f04fc0c95468
treedc345a9c408c1092dfcfa022425d61740d79887d
parent4ff7253ad46336cefb5bfb5bad99050ae518b98b
tbblue: first cut at tbblue support

Really more of a way to try and debug the bank8k code than anything else.
Right now this is very very basic - an outline to get booting and work from.
18 files changed:
Kernel/platform-tbblue/Makefile [new file with mode: 0644]
Kernel/platform-tbblue/README [new file with mode: 0644]
Kernel/platform-tbblue/commonmem.s [new file with mode: 0644]
Kernel/platform-tbblue/config.h [new file with mode: 0644]
Kernel/platform-tbblue/crt0.s [new file with mode: 0644]
Kernel/platform-tbblue/devices.c [new file with mode: 0644]
Kernel/platform-tbblue/devtty.c [new file with mode: 0644]
Kernel/platform-tbblue/devtty.h [new file with mode: 0644]
Kernel/platform-tbblue/discard.c [new file with mode: 0644]
Kernel/platform-tbblue/fuzix.lnk [new file with mode: 0644]
Kernel/platform-tbblue/kernel.def [new file with mode: 0644]
Kernel/platform-tbblue/load-esx.s [new file with mode: 0644]
Kernel/platform-tbblue/main.c [new file with mode: 0644]
Kernel/platform-tbblue/rules.mk [new file with mode: 0644]
Kernel/platform-tbblue/target.mk [new file with mode: 0644]
Kernel/platform-tbblue/tbblue.s [new file with mode: 0644]
Kernel/platform-tbblue/tmxvideo.s [new file with mode: 0644]
Kernel/platform-tbblue/tricks.s [new file with mode: 0644]