From 5ab31da98bbb36497da3f2094618cbf4e7312f08 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 31 Oct 2014 16:32:24 +0000 Subject: [PATCH] socz80: Add the SocZ80 platform README --- Kernel/platform-socz80/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Kernel/platform-socz80/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. + -- 2.34.1