From: Alan Cox Date: Fri, 31 Oct 2014 16:32:24 +0000 (+0000) Subject: socz80: Add the SocZ80 platform README X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5ab31da98bbb36497da3f2094618cbf4e7312f08;p=FUZIX.git socz80: Add the SocZ80 platform README --- diff --git a/Kernel/platform-socz80/README b/Kernel/platform-socz80/README new file mode 100644 index 00000000..2ee31070 --- /dev/null +++ b/Kernel/platform-socz80/README @@ -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. +