tgl6502: initial bring up tree elements for the TGL6502 platform
authorAlan Cox <alan@linux.intel.com>
Sat, 10 Jan 2015 00:43:20 +0000 (00:43 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 10 Jan 2015 00:43:20 +0000 (00:43 +0000)
commitf79b9d8fac036145cb01381fd0c86ead3cf28dfe
treec2dc7cbad5d9d9a3a393fb3b609deafc0685c08b
parent84d7ff9d275e15668f1600a1fa1e9181dc3d9021
tgl6502: initial bring up tree elements for the TGL6502 platform

There is a lot left to fill in on the 6502 tree. There are also some very
weird bugs right now such as kprintf working/not working depending upon subtle
changes to code sizes elsewhere. It's hard at this point to tell if its
emulator bugs, something weird in the setup code, compiler etc.

All part of the fun.
19 files changed:
Kernel/Makefile
Kernel/platform-tgl6502/Makefile [new file with mode: 0644]
Kernel/platform-tgl6502/README [new file with mode: 0644]
Kernel/platform-tgl6502/commonmem.s [new file with mode: 0644]
Kernel/platform-tgl6502/config.h [new file with mode: 0644]
Kernel/platform-tgl6502/crt0.s [new file with mode: 0644]
Kernel/platform-tgl6502/device.h [new file with mode: 0644]
Kernel/platform-tgl6502/devices.c [new file with mode: 0644]
Kernel/platform-tgl6502/devrd.c [new file with mode: 0644]
Kernel/platform-tgl6502/devrd.h [new file with mode: 0644]
Kernel/platform-tgl6502/devtty.c [new file with mode: 0644]
Kernel/platform-tgl6502/devtty.h [new file with mode: 0644]
Kernel/platform-tgl6502/kernel.def [new file with mode: 0644]
Kernel/platform-tgl6502/ld65.cfg [new file with mode: 0644]
Kernel/platform-tgl6502/libc.c [new file with mode: 0644]
Kernel/platform-tgl6502/main.c [new file with mode: 0644]
Kernel/platform-tgl6502/tgl6502.s [new file with mode: 0644]
Kernel/platform-tgl6502/tricks.s [new file with mode: 0644]
Kernel/platform-tgl6502/zeropage.inc [new file with mode: 0644]