2003-08-22 Joel Sherrill <joel@OARcorp.com>

* cpumodels.t, sourcecode.t: Reconcile differences between CVS trunk
	and 4.6 branch.
This commit is contained in:
Joel Sherrill
2003-08-22 13:15:51 +00:00
parent 94a762cb52
commit 14780ecfb0
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2003-08-22 Joel Sherrill <joel@OARcorp.com>
* cpumodels.t, sourcecode.t: Reconcile differences between CVS trunk
and 4.6 branch.
2003-02-14 Joel Sherrill <joel@OARcorp.com> 2003-02-14 Joel Sherrill <joel@OARcorp.com>
* cpumodels.t: Removed a29k reference and updated. * cpumodels.t: Removed a29k reference and updated.

View File

@@ -40,13 +40,15 @@ has been ported to a variety of microprocessor families including:
@item Motorola ColdFire @item Motorola ColdFire
@item Motorola MC68xxx @item Motorola MC68xxx
@item Motorola MC683xx @item Motorola MC683xx
@item Intel ix86 (i386 and above) @item Intel ix86 (i386, i486, Pentium and above)
@item Intel i960 @item Intel i960
@item ARM @item ARM
@item MIPS @item MIPS
@item PowerPC 4xx, 5xx, 6xx, 7xx, 8xx, and 84xx @item PowerPC 4xx, 5xx, 6xx, 7xx, 8xx, and 84xx
@item SPARC @item SPARC
@item Hewlett-Packard PA-RISC @item Hewlett-Packard PA-RISC
@item Hitachi H8/300
@item Hitachi SH
@item OpenCores OR32 @item OpenCores OR32
@item Texas Instruments C3x/C4x @item Texas Instruments C3x/C4x

View File

@@ -15,7 +15,7 @@ that is CPU family and CPU model dependent.
The CPU family dependent files associated with a port of the RTEMS The CPU family dependent files associated with a port of the RTEMS
executive code proper to a particular processor family are found in executive code proper to a particular processor family are found in
c/src/exec/score/cpu. Support code for this port as well as processor cpukit/score/cpu. Support code for this port as well as processor
dependent code which may be reused across multiple Board Support Packages dependent code which may be reused across multiple Board Support Packages
is found in c/src/lib/libcpu. is found in c/src/lib/libcpu.