socz80: Add the SocZ80 platform README
authorAlan Cox <alan@etchedpixels.co.uk>
Fri, 31 Oct 2014 16:32:24 +0000 (16:32 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Fri, 31 Oct 2014 16:32:24 +0000 (16:32 +0000)
Kernel/platform-socz80/README [new file with mode: 0644]

diff --git a/Kernel/platform-socz80/README b/Kernel/platform-socz80/README
new file mode 100644 (file)
index 0000000..2ee3107
--- /dev/null
@@ -0,0 +1,23 @@
+This is the target for the SocZ80 128MHz FPGA Z80 platform.
+
+At this point in time it supports the following components
+
+- timer
+- ramdiscs
+- SD card
+- two serial ports (USB virtual and native)
+
+It does not support
+- speed setting on the uarts with the newer FPGA firmware
+- Other SPI interfaces
+- Ethernet
+- Flash memory
+- Real time clock
+
+This port is currently slightly bitrotted. It needs adapting to the BANK16K
+MMU mapping logic and the new style map_* interfaces that pass the page
+array in HL.
+
+This port is heavily based upon (and mostly consists of) code by Will
+Sowerbutts.
+