summaryrefslogtreecommitdiffstats
path: root/doc/supplements/sparc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:45:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:45:58 +0000
commitdb9152036258e231ec0a1ac3c67426700dc3d7e7 (patch)
treea770ce05aba5ce96cb646df5ffb209797bde4a06 /doc/supplements/sparc
parentAdded more info. (diff)
downloadrtems-db9152036258e231ec0a1ac3c67426700dc3d7e7.tar.bz2
corrected typos and changes LANGUAGE to RTEMS-LANGUAGE.
Diffstat (limited to 'doc/supplements/sparc')
-rw-r--r--doc/supplements/sparc/bsp.t2
-rw-r--r--doc/supplements/sparc/bsp.texi2
-rw-r--r--doc/supplements/sparc/cpumodel.t2
-rw-r--r--doc/supplements/sparc/cpumodel.texi2
-rw-r--r--doc/supplements/sparc/cputable.t6
-rw-r--r--doc/supplements/sparc/cputable.texi6
6 files changed, 12 insertions, 8 deletions
diff --git a/doc/supplements/sparc/bsp.t b/doc/supplements/sparc/bsp.t
index 76374ccb14..392a533b4f 100644
--- a/doc/supplements/sparc/bsp.t
+++ b/doc/supplements/sparc/bsp.t
@@ -79,7 +79,7 @@ and this is to be utilized, then it should be enabled during the
reset application initialization code.
In addition to the requirements described in the
-Board Support Packages chapter of the @value{RTEMS-LANGUAGE}
+Board Support Packages chapter of the @value{LANGUAGE}
Applications User's Manual for the reset code
which is executed before the call to
rtems_initialize executive, the SPARC version has the following
diff --git a/doc/supplements/sparc/bsp.texi b/doc/supplements/sparc/bsp.texi
index 76374ccb14..392a533b4f 100644
--- a/doc/supplements/sparc/bsp.texi
+++ b/doc/supplements/sparc/bsp.texi
@@ -79,7 +79,7 @@ and this is to be utilized, then it should be enabled during the
reset application initialization code.
In addition to the requirements described in the
-Board Support Packages chapter of the @value{RTEMS-LANGUAGE}
+Board Support Packages chapter of the @value{LANGUAGE}
Applications User's Manual for the reset code
which is executed before the call to
rtems_initialize executive, the SPARC version has the following
diff --git a/doc/supplements/sparc/cpumodel.t b/doc/supplements/sparc/cpumodel.t
index af1605572c..85afb3f48f 100644
--- a/doc/supplements/sparc/cpumodel.t
+++ b/doc/supplements/sparc/cpumodel.t
@@ -141,7 +141,7 @@ The code required to enter low power mode is CPU model specific.
@end ifinfo
@section CPU Model Implementation Notes
-The ERC is a custom SPARC V7 implementation based on the Cypress 601/602
+The ERC32 is a custom SPARC V7 implementation based on the Cypress 601/602
chipset. This CPU has a number of on-board peripherals and was developed by
the European Space Agency to target space applications. RTEMS currently
provides support for the following peripherals:
diff --git a/doc/supplements/sparc/cpumodel.texi b/doc/supplements/sparc/cpumodel.texi
index af1605572c..85afb3f48f 100644
--- a/doc/supplements/sparc/cpumodel.texi
+++ b/doc/supplements/sparc/cpumodel.texi
@@ -141,7 +141,7 @@ The code required to enter low power mode is CPU model specific.
@end ifinfo
@section CPU Model Implementation Notes
-The ERC is a custom SPARC V7 implementation based on the Cypress 601/602
+The ERC32 is a custom SPARC V7 implementation based on the Cypress 601/602
chipset. This CPU has a number of on-board peripherals and was developed by
the European Space Agency to target space applications. RTEMS currently
provides support for the following peripherals:
diff --git a/doc/supplements/sparc/cputable.t b/doc/supplements/sparc/cputable.t
index 481665a9ce..5b82cb3533 100644
--- a/doc/supplements/sparc/cputable.t
+++ b/doc/supplements/sparc/cputable.t
@@ -38,7 +38,8 @@ Information Table is given by the C structure definition is
shown below:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*postdriver_hook)( void );
@@ -50,7 +51,8 @@ struct cpu_configuration_table @{
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
-@};
+@} rtems_cpu_table;
+@end group
@end example
@table @code
diff --git a/doc/supplements/sparc/cputable.texi b/doc/supplements/sparc/cputable.texi
index 481665a9ce..5b82cb3533 100644
--- a/doc/supplements/sparc/cputable.texi
+++ b/doc/supplements/sparc/cputable.texi
@@ -38,7 +38,8 @@ Information Table is given by the C structure definition is
shown below:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*postdriver_hook)( void );
@@ -50,7 +51,8 @@ struct cpu_configuration_table @{
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
-@};
+@} rtems_cpu_table;
+@end group
@end example
@table @code