summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/bsp.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-08-23 19:23:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-08-23 19:23:30 +0000
commitd8f0aa16bc4fb1db2ca0cffb0df9b497092ffc91 (patch)
treec8416ee60fa013cc5fbb4d499eee3708e9200537 /doc/FAQ/bsp.t
parent2006-08-23 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d8f0aa16bc4fb1db2ca0cffb0df9b497092ffc91.tar.bz2
2006-08-23 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac, index.html.in: FAQ should now be completely in the Wiki. * FAQ/.cvsignore, FAQ/FAQ.texi, FAQ/Makefile.am, FAQ/basic.t, FAQ/bsp.t, FAQ/build45.t, FAQ/concepts.t, FAQ/debug.t, FAQ/endoftime.t, FAQ/entry, FAQ/freesw.t, FAQ/hwdebugaids.t, FAQ/projects.t, FAQ/stamp-vti, FAQ/tools.t, FAQ/version.texi, common/timemac.texi, common/timetbl.t, common/timing.t: Removed.
Diffstat (limited to 'doc/FAQ/bsp.t')
-rw-r--r--doc/FAQ/bsp.t35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/FAQ/bsp.t b/doc/FAQ/bsp.t
deleted file mode 100644
index f4305be9ba..0000000000
--- a/doc/FAQ/bsp.t
+++ /dev/null
@@ -1,35 +0,0 @@
-@c
-@c COPYRIGHT (c) 1988-2002.
-@c On-Line Applications Research Corporation (OAR).
-@c All rights reserved.
-@c
-@c $Id$
-@c
-
-@chapter BSP Questions
-
-The items in this category provide answers to questions
-commonly asked about BSPs.
-
-@section What is a BSP?
-
-BSP is an acronym for Board Support Package.
-
-A BSP is a collection of device drivers, startup code, linker scripts,
-and compiler support files (specs files) that tailor RTEMS for a
-particular target hardware environment.
-
-@section What has to be in a BSP?
-
-The basic set of items is the linker script, bsp_specs, and startup code.
-If you want standard IO, then you need a console driver. This is needed
-to run any of the RTEMS tests. If you want to measure passage of time,
-you need a clock tick driver. This driver is needed for all RTEMS tests
-EXCEPT hello world and the timing tests. The timer driver is a benchmark
-timer and is needed for the tmtests (timing tests). Sometimes you will
-see a shmsupp directory which is for shared memory multiprocessing
-systems. The network driver and real-time clock drivers are optional
-and not required by any RTEMS tests.
-
-
-