source: rtems/doc/supplements/arm/preface.texi @ 6c243f11

4.104.114.84.95
Last change on this file since 6c243f11 was 8d7393a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/02 at 21:43:53

2002-07-30 Joel Sherrill <joel@…>

  • BSP_TIMES, ChangeLog?, Makefile.am, arm.texi, bsp.t, callconv.t, cpumodel.t, cputable.t, fatalerr.t, intr_NOTIMES.t, memmodel.t, preface.texi, stamp-vti, timeBSP.t, timing.texi, version.texi, wksheets.texi: New files as ARM supplement initial version added.
  • Property mode set to 100644
File size: 1.6 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-2002.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@ifinfo
10@node Preface, CPU Model Dependent Features, Top, Top
11@end ifinfo
12@unnumbered Preface
13
14The Real Time Executive for Multiprocessor Systems (RTEMS)
15is designed to be portable across multiple processor
16architectures.  However, the nature of real-time systems makes
17it essential that the application designer understand certain
18processor dependent implementation details.  These processor
19dependencies include calling convention, board support package
20issues, interrupt processing, exact RTEMS memory requirements,
21performance data, header files, and the assembly language
22interface to the executive.
23
24This document discusses the ARM architecture dependencies
25in this port of RTEMS.  The ARM family has a wide variety
26of implementations by a wide range of vendors.  Consequently,
27there are 100's of CPU models within it.
28
29It is highly recommended that the ARM
30RTEMS application developer obtain and become familiar with the
31documentation for the processor being used as well as the
32documentation for the ARM architecture as a whole.
33
34@subheading Architecture Documents
35
36For information on the ARM architecture,
37refer to the following documents available from Arm, Limited
38(@file{http//www.arm.com/}).  There does not appear to
39be an electronic version of a manual on the architecture
40in general on that site.  The following book is a good
41resource:
42
43@itemize @bullet
44@item @cite{David Seal. "ARM Architecture Reference Manual."
45Addison-Wesley. @b{ISBN 0-201-73719-1}. 2001.}
46
47@end itemize
48
49
Note: See TracBrowser for help on using the repository browser.