From aa84e205daf4e883806cf6812b025ebe8b90eb53 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 May 2003 08:10:04 +0000 Subject: Merger from rtems-4-6-branch --- doc/supplements/c4x/ChangeLog | 4 ++++ doc/supplements/c4x/cpumodel.t | 2 +- doc/supplements/hppa1_1/ChangeLog | 4 ++++ doc/supplements/hppa1_1/cpumodel.t | 2 +- doc/supplements/i386/ChangeLog | 4 ++++ doc/supplements/i386/cpumodel.t | 2 +- doc/supplements/i960/ChangeLog | 4 ++++ doc/supplements/i960/cpumodel.t | 2 +- doc/supplements/m68k/ChangeLog | 4 ++++ doc/supplements/m68k/cpumodel.t | 2 +- doc/supplements/mips/ChangeLog | 4 ++++ doc/supplements/mips/cpumodel.t | 2 +- doc/supplements/mips64orion/ChangeLog | 4 ++++ doc/supplements/mips64orion/cpumodel.t | 2 +- doc/supplements/powerpc/ChangeLog | 4 ++++ doc/supplements/powerpc/cpumodel.t | 2 +- doc/supplements/sh/ChangeLog | 4 ++++ doc/supplements/sh/cpumodel.t | 2 +- doc/supplements/sparc/ChangeLog | 4 ++++ doc/supplements/sparc/cpumodel.t | 4 ++-- doc/supplements/template/ChangeLog | 4 ++++ doc/supplements/template/cpumodel.t | 2 +- 22 files changed, 56 insertions(+), 12 deletions(-) diff --git a/doc/supplements/c4x/ChangeLog b/doc/supplements/c4x/ChangeLog index c74f626df2..f32e8528d1 100644 --- a/doc/supplements/c4x/ChangeLog +++ b/doc/supplements/c4x/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-28 Joel Sherrill * .cvsignore: New file. diff --git a/doc/supplements/c4x/cpumodel.t b/doc/supplements/c4x/cpumodel.t index 2aa74314d0..879778cf2b 100644 --- a/doc/supplements/c4x/cpumodel.t +++ b/doc/supplements/c4x/cpumodel.t @@ -47,7 +47,7 @@ This chapter presents the set of features which vary across the various implementations of the C3x/C4x architecture that are of importance to rtems. the set of cpu model feature macros are defined in the file -c/src/exec/score/cpu/c4x/rtems/score/c4x.h and are based upon +cpukit/score/cpu/c4x/rtems/score/c4x.h and are based upon the particular cpu model defined in the bsp's custom configuration file as well as the compilation command line. diff --git a/doc/supplements/hppa1_1/ChangeLog b/doc/supplements/hppa1_1/ChangeLog index 1a3dde5a9b..17e6b1bd5c 100644 --- a/doc/supplements/hppa1_1/ChangeLog +++ b/doc/supplements/hppa1_1/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * hppa1_1.texi: Set @setfilename hppa1_1.info. diff --git a/doc/supplements/hppa1_1/cpumodel.t b/doc/supplements/hppa1_1/cpumodel.t index 4d1584dd9a..df8577c092 100644 --- a/doc/supplements/hppa1_1/cpumodel.t +++ b/doc/supplements/hppa1_1/cpumodel.t @@ -46,7 +46,7 @@ present. This chapter presents the set of features which vary across PA-RISC implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/hppa1_1/hppa.h based upon the particular CPU +cpukit/score/cpu/hppa1_1/hppa.h based upon the particular CPU model defined on the compilation command line. @section CPU Model Name diff --git a/doc/supplements/i386/ChangeLog b/doc/supplements/i386/ChangeLog index 3d0479376e..6fce1c45ee 100644 --- a/doc/supplements/i386/ChangeLog +++ b/doc/supplements/i386/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * i386.texi: Set @setfilename i386.info. diff --git a/doc/supplements/i386/cpumodel.t b/doc/supplements/i386/cpumodel.t index 6a700ecb36..87a959d9c7 100644 --- a/doc/supplements/i386/cpumodel.t +++ b/doc/supplements/i386/cpumodel.t @@ -46,7 +46,7 @@ present. This chapter presents the set of features which vary across i386 implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/i386/i386.h based upon the particular CPU +cpukit/score/cpu/i386/i386.h based upon the particular CPU model defined on the compilation command line. @section CPU Model Name diff --git a/doc/supplements/i960/ChangeLog b/doc/supplements/i960/ChangeLog index 38c1ed5fcd..c1f56ea5a8 100644 --- a/doc/supplements/i960/ChangeLog +++ b/doc/supplements/i960/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * i960.texi: Set @setfilename i960.info. diff --git a/doc/supplements/i960/cpumodel.t b/doc/supplements/i960/cpumodel.t index 49c128f8b7..bc79723c61 100644 --- a/doc/supplements/i960/cpumodel.t +++ b/doc/supplements/i960/cpumodel.t @@ -46,7 +46,7 @@ present. This chapter presents the set of features which vary across i960 implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/i960/i960.h based upon the particular CPU +cpukit/score/cpu/i960/i960.h based upon the particular CPU model defined on the compilation command line. @section CPU Model Name diff --git a/doc/supplements/m68k/ChangeLog b/doc/supplements/m68k/ChangeLog index 8e3eafd46c..07692a3fd6 100644 --- a/doc/supplements/m68k/ChangeLog +++ b/doc/supplements/m68k/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * m68k.texi: Set @setfilename m68k.info. diff --git a/doc/supplements/m68k/cpumodel.t b/doc/supplements/m68k/cpumodel.t index 9df2abfab3..3fa3729cce 100644 --- a/doc/supplements/m68k/cpumodel.t +++ b/doc/supplements/m68k/cpumodel.t @@ -46,7 +46,7 @@ present. This chapter presents the set of features which vary across SPARC implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/m68k/m68k.h based upon the particular CPU +cpukit/score/cpu/m68k/m68k.h based upon the particular CPU model defined on the compilation command line. @section CPU Model Name diff --git a/doc/supplements/mips/ChangeLog b/doc/supplements/mips/ChangeLog index 2185d06f63..15fbb661f5 100644 --- a/doc/supplements/mips/ChangeLog +++ b/doc/supplements/mips/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * mips.texi: Set @setfilename mips.info. diff --git a/doc/supplements/mips/cpumodel.t b/doc/supplements/mips/cpumodel.t index 6acb735530..47495e8c1d 100644 --- a/doc/supplements/mips/cpumodel.t +++ b/doc/supplements/mips/cpumodel.t @@ -46,7 +46,7 @@ present. This chapter presents the set of features which vary across SPARC implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/XXX/XXX.h based upon the particular CPU +cpukit/score/cpu/XXX/XXX.h based upon the particular CPU model defined on the compilation command line. @section CPU Model Name diff --git a/doc/supplements/mips64orion/ChangeLog b/doc/supplements/mips64orion/ChangeLog index 28153243f7..0758e3242e 100644 --- a/doc/supplements/mips64orion/ChangeLog +++ b/doc/supplements/mips64orion/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * mips64orion.texi: Set @setfilename mips64orion.info. diff --git a/doc/supplements/mips64orion/cpumodel.t b/doc/supplements/mips64orion/cpumodel.t index 6acb735530..47495e8c1d 100644 --- a/doc/supplements/mips64orion/cpumodel.t +++ b/doc/supplements/mips64orion/cpumodel.t @@ -46,7 +46,7 @@ present. This chapter presents the set of features which vary across SPARC implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/XXX/XXX.h based upon the particular CPU +cpukit/score/cpu/XXX/XXX.h based upon the particular CPU model defined on the compilation command line. @section CPU Model Name diff --git a/doc/supplements/powerpc/ChangeLog b/doc/supplements/powerpc/ChangeLog index 664f3841d0..5c581d5cce 100644 --- a/doc/supplements/powerpc/ChangeLog +++ b/doc/supplements/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * powerpc.texi: Set @setfilename powerpc.info. diff --git a/doc/supplements/powerpc/cpumodel.t b/doc/supplements/powerpc/cpumodel.t index 4595317f06..ff615364b8 100644 --- a/doc/supplements/powerpc/cpumodel.t +++ b/doc/supplements/powerpc/cpumodel.t @@ -50,7 +50,7 @@ present. This section presents the set of features which vary across PowerPC implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/ppc/ppc.h based upon the particular CPU +cpukit/score/cpu/ppc/ppc.h based upon the particular CPU model defined on the compilation command line. @subsection CPU Model Name diff --git a/doc/supplements/sh/ChangeLog b/doc/supplements/sh/ChangeLog index f7510e723c..221ec1e2e7 100644 --- a/doc/supplements/sh/ChangeLog +++ b/doc/supplements/sh/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * sh.texi: Set @setfilename sh.info. diff --git a/doc/supplements/sh/cpumodel.t b/doc/supplements/sh/cpumodel.t index 6acb735530..47495e8c1d 100644 --- a/doc/supplements/sh/cpumodel.t +++ b/doc/supplements/sh/cpumodel.t @@ -46,7 +46,7 @@ present. This chapter presents the set of features which vary across SPARC implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/XXX/XXX.h based upon the particular CPU +cpukit/score/cpu/XXX/XXX.h based upon the particular CPU model defined on the compilation command line. @section CPU Model Name diff --git a/doc/supplements/sparc/ChangeLog b/doc/supplements/sparc/ChangeLog index 5f03b498a6..84477cb93f 100644 --- a/doc/supplements/sparc/ChangeLog +++ b/doc/supplements/sparc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * sparc.texi: Set @setfilename sparc.info. diff --git a/doc/supplements/sparc/cpumodel.t b/doc/supplements/sparc/cpumodel.t index 13732cac09..e371d35dc2 100644 --- a/doc/supplements/sparc/cpumodel.t +++ b/doc/supplements/sparc/cpumodel.t @@ -50,7 +50,7 @@ present. This section presents the set of features which vary across SPARC implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/sparc/sparc.h based upon the particular CPU +cpukit/score/cpu/sparc/sparc.h based upon the particular CPU model defined on the compilation command line. @subsection CPU Model Name @@ -85,7 +85,7 @@ only include eight. The macro SPARC_HAS_LOW_POWER_MODE is set to one to indicate that this CPU model has a low power mode. If low power is enabled, then there must be CPU model specific implementation -of the IDLE task in c/src/exec/score/cpu/sparc/cpu.c. The low +of the IDLE task in cpukit/score/cpu/sparc/cpu.c. The low power mode IDLE task should be of the form: @example diff --git a/doc/supplements/template/ChangeLog b/doc/supplements/template/ChangeLog index 94a4e1280e..e052eb5318 100644 --- a/doc/supplements/template/ChangeLog +++ b/doc/supplements/template/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Ralf Corsepius + + * cpumodel.t: Reflect c/src/exec having moved to cpukit. + 2003-01-25 Ralf Corsepius * template.texi: Set @setfilename template.info. diff --git a/doc/supplements/template/cpumodel.t b/doc/supplements/template/cpumodel.t index 6acb735530..47495e8c1d 100644 --- a/doc/supplements/template/cpumodel.t +++ b/doc/supplements/template/cpumodel.t @@ -46,7 +46,7 @@ present. This chapter presents the set of features which vary across SPARC implementations and are of importance to RTEMS. The set of CPU model feature macros are defined in the file -c/src/exec/score/cpu/XXX/XXX.h based upon the particular CPU +cpukit/score/cpu/XXX/XXX.h based upon the particular CPU model defined on the compilation command line. @section CPU Model Name -- cgit v1.2.3