summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/i386ex
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-24 13:46:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-24 13:46:27 +0000
commit287e95846446e80fca2b6b02ee0a16b2d47337dd (patch)
tree63f8d59a4e23329d9e75f90ebf06c2f1630f3177 /c/src/lib/libbsp/i386/i386ex
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-287e95846446e80fca2b6b02ee0a16b2d47337dd.tar.bz2
New version from Erik Ivanenko <erik.ivanenko@utoronto.ca>.
Diffstat (limited to 'c/src/lib/libbsp/i386/i386ex')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/README24
1 files changed, 23 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/README b/c/src/lib/libbsp/i386/i386ex/README
index 01c6522d9c..240975c3b0 100644
--- a/c/src/lib/libbsp/i386/i386ex/README
+++ b/c/src/lib/libbsp/i386/i386ex/README
@@ -2,4 +2,26 @@
# $Id$
#
-TBD
+This board support package works with the uti386ex, designed and built in
+house at the University of Toronto. It should also be compatible the an
+Intel Evaluation board.
+
+There are no decisions to be made at link time. The BSP reserves ALL
+available space between the end of the bss section and the start of the
+RTEMS Workspace for the heap. If you wish to add network support, then
+you will not need to modify the heap size.
+
+
+See startup/linkcmds and bsp_start.c for details.
+
+The clock is generated from an internal i386ex timer counter. The console
+uses COMM2 -- configured as 9600 n,8,1. COMM1 is available, also
+configured as 9600,n,8,1.
+
+In general, all modification needed to support another i386ex based
+platform should be restricted to start.s. Since there is no real-time
+clock on the Intel eval board, if RTclock support is required, then adding
+rtclock driver support is necessary.
+
+Hope this helps!
+