source: rtems/doc/cpu_supplement/cpu_supplement.texi @ 276abbf6

4.104.115
Last change on this file since 276abbf6 was 276abbf6, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 22:54:32

2008-12-04 Jukka Pietarinen <jukka.pietarinen@…>

  • cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Add Lattice Mico32 support.
  • cpu_supplement/lm32.t: New file.
  • Property mode set to 100644
File size: 2.4 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename cpu_supplement.info
4@setcontentsaftertitlepage
5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-2008.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15@c  $Id$
16@c
17
18@c
19@c   Master file for the CPU Supplement
20@c
21
22@include version.texi
23@include common/setup.texi
24@include common/rtems.texi
25
26@ifset use-ascii
27@dircategory RTEMS Target Supplement
28@direntry
29* RTEMS CPU Architecture Supplement: (cpu_supplement).
30@end direntry
31@end ifset
32
33@c
34@c  Title Page Stuff
35@c
36
37@c
38@c  I don't really like having a short title page.  --joel
39@c
40@c @shorttitlepage RTEMS CPU Architecture Supplement
41
42@setchapternewpage odd
43@settitle RTEMS CPU Architecture Supplement
44@titlepage
45@finalout
46
47@title RTEMS CPU Architecture Supplement
48@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
49@sp 1
50@subtitle @value{UPDATED}
51@author On-Line Applications Research Corporation
52@page
53@include common/cpright.texi
54@end titlepage
55
56@c  This prevents a black box from being printed on "overflow" lines.
57@c  The alternative is to rework a sentence to avoid this problem.
58
59@contents
60
61@include preface.texi
62@include general.texi
63@include arm.texi
64@include bfin.texi
65@include i386.texi
66@include lm32.texi
67@include m68k.texi
68@include mips.texi
69@include powerpc.texi
70@include sh.texi
71@include sparc.texi
72@include tic4x.texi
73@ifinfo
74@node Top, Preface, (dir), (dir)
75@top cpu_supplement
76
77This is the online version of the RTEMS CPU Architecture Supplement.
78
79@menu
80* Preface::
81* Port Specific Information::
82* ARM Specific Information::
83* Blackfin Specific Information::
84* Intel/AMD x86 Specific Information::
85* Lattice Mico32 Specific Information::
86* M68xxx and Coldfire Specific Information::
87* MIPS Specific Information::
88* PowerPC Specific Information::
89* SuperH Specific Information::
90* SPARC Specific Information::
91* Texas Instruments C3x/C4x Specific Information::
92* Command and Variable Index::
93* Concept Index::
94@end menu
95
96@end ifinfo
97@c
98@c
99@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
100@c
101
102@node Command and Variable Index, Concept Index, , Top
103@unnumbered Command and Variable Index
104
105There are currently no Command and Variable Index entries.
106
107@c @printindex fn
108
109@node Concept Index, , Command and Variable Index, Top
110@unnumbered Concept Index
111
112There are currently no Concept Index entries.
113@c @printindex cp
114
115@bye
116
Note: See TracBrowser for help on using the repository browser.