From e4f7860f5470c3ed2014df8742affc7197f7c3a8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Oct 1998 17:17:42 +0000 Subject: Makefiles in much better shape even though not all files have automatically generated menus yet. --- doc/supplements/i386/Makefile | 57 ++++++++++++++++++++++++++----------- doc/supplements/i386/bsp.t | 4 ++- doc/supplements/i386/bsp.texi | 4 ++- doc/supplements/i386/i386.texi | 2 +- doc/supplements/i386/timeFORCE386.t | 2 +- doc/supplements/i386/timedata.t | 2 +- 6 files changed, 50 insertions(+), 21 deletions(-) (limited to 'doc/supplements/i386') diff --git a/doc/supplements/i386/Makefile b/doc/supplements/i386/Makefile index 595c325e4a..7af3f7c92a 100644 --- a/doc/supplements/i386/Makefile +++ b/doc/supplements/i386/Makefile @@ -18,11 +18,10 @@ all: html info ps dirs: $(make-dirs) -COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \ - ../../common/timing.texi +COMMON_FILES=../../common/cpright.texi ../../common/setup.texi GENERATED_FILES= \ - wksheets.texi + timing.texi wksheets.texi FILES= $(PROJECT).texi \ bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ @@ -51,21 +50,21 @@ replace: timedata.texi # Chapters which get automatic processing # +# CPU Model +# Calling Conventions +# Memory Model + +# Interrupt Chapter: +# 1. Replace Times and Sizes +# 2. Build Node Structure + intr.texi: intr.t FORCE386_TIMES ${REPLACE} -p FORCE386_TIMES intr.t mv intr.t.fixed intr.texi -timetbl.t: ../../common/timetbl.t - sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ - <../../common/timetbl.t >timetbl.t - -timetbl.texi: timetbl.t FORCE386_TIMES - ${REPLACE} -p FORCE386_TIMES timetbl.t - mv timetbl.t.fixed timetbl.texi - -timedata.texi: timedata.t FORCE386_TIMES - ${REPLACE} -p FORCE386_TIMES timedata.t - mv timedata.t.fixed timedata.texi +# Fatal Error +# BSP +# CPU Table # Worksheets Chapter: # 1. Obtain the Shared File @@ -82,7 +81,33 @@ wksheets.t: wksheets_NOTIMES.t FORCE386_TIMES wksheets.texi: wksheets.t Makefile $(BMENU) -p "Processor Dependent Information Table CPU Dependent Information Table" \ -u "Top" \ - -n "CPU386 Timing Data" ${*}.t + -n "Timing Specification" ${*}.t + +# Timing Specification Chapter: +# 1. Copy the Shared File +# 3. Build Node Structure + +timing.t: ../../common/timing.t + cp ../../common/timing.t timing.t + +timing.texi: timing.t Makefile + $(BMENU) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ + -u "Top" \ + -n "CPU386 Timing Data" ${*}.t + +# Timing Chapter + +timetbl.t: ../../common/timetbl.t + sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ + <../../common/timetbl.t >timetbl.t + +timetbl.texi: timetbl.t FORCE386_TIMES + ${REPLACE} -p FORCE386_TIMES timetbl.t + mv timetbl.t.fixed timetbl.texi + +timedata.texi: timedata.t FORCE386_TIMES + ${REPLACE} -p FORCE386_TIMES timedata.t + mv timedata.t.fixed timedata.texi html: dirs $(FILES) -mkdir -p $(WWW_INSTALL)/c_i386 @@ -95,6 +120,6 @@ clean: rm -f $(PROJECT) $(PROJECT)-* rm -f c_i386 c_i386-* rm -f timedata.texi timetbl.texi intr.texi $(GENERATED_FILES) - rm -f timetbl.t wksheets.t wksheets_NOTIMES.t + rm -f timetbl.t wksheets.t wksheets_NOTIMES.t timing.t rm -f *.fixed _* diff --git a/doc/supplements/i386/bsp.t b/doc/supplements/i386/bsp.t index 61fd0802da..6ec6b23eca 100644 --- a/doc/supplements/i386/bsp.t +++ b/doc/supplements/i386/bsp.t @@ -65,7 +65,9 @@ executed after a reset is actually at 0xFFFFFFF0 because the i386 asserts the upper twelve address until the first intersegment (FAR) JMP or CALL instruction. When a JMP or CALL is executed, the upper twelve address lines are lowered and the processor begins executing in the first megabyte -of memory. @end itemize +of memory. + +@end itemize Typically, an intersegment JMP to the application's initialization code is placed at address 0xFFFFFFF0. diff --git a/doc/supplements/i386/bsp.texi b/doc/supplements/i386/bsp.texi index 61fd0802da..6ec6b23eca 100644 --- a/doc/supplements/i386/bsp.texi +++ b/doc/supplements/i386/bsp.texi @@ -65,7 +65,9 @@ executed after a reset is actually at 0xFFFFFFF0 because the i386 asserts the upper twelve address until the first intersegment (FAR) JMP or CALL instruction. When a JMP or CALL is executed, the upper twelve address lines are lowered and the processor begins executing in the first megabyte -of memory. @end itemize +of memory. + +@end itemize Typically, an intersegment JMP to the application's initialization code is placed at address 0xFFFFFFF0. diff --git a/doc/supplements/i386/i386.texi b/doc/supplements/i386/i386.texi index 1e9ff54b7c..114432bce1 100644 --- a/doc/supplements/i386/i386.texi +++ b/doc/supplements/i386/i386.texi @@ -71,7 +71,7 @@ END-INFO-DIR-ENTRY @include bsp.texi @include cputable.texi @include wksheets.texi -@include ../../common/timing.texi +@include timing.texi @include timedata.texi @ifinfo @node Top, Preface, (dir), (dir) diff --git a/doc/supplements/i386/timeFORCE386.t b/doc/supplements/i386/timeFORCE386.t index 0d1fd6c5dd..0049c1fdcd 100644 --- a/doc/supplements/i386/timeFORCE386.t +++ b/doc/supplements/i386/timeFORCE386.t @@ -12,7 +12,7 @@ @end tex @ifinfo -@node CPU386 Timing Data, CPU386 Timing Data Introduction, Memory Requirements RTEMS RAM Workspace Worksheet, Top +@node CPU386 Timing Data, CPU386 Timing Data Introduction, Timing Specification Terminology, Top @end ifinfo @chapter CPU386 Timing Data @ifinfo diff --git a/doc/supplements/i386/timedata.t b/doc/supplements/i386/timedata.t index 0d1fd6c5dd..0049c1fdcd 100644 --- a/doc/supplements/i386/timedata.t +++ b/doc/supplements/i386/timedata.t @@ -12,7 +12,7 @@ @end tex @ifinfo -@node CPU386 Timing Data, CPU386 Timing Data Introduction, Memory Requirements RTEMS RAM Workspace Worksheet, Top +@node CPU386 Timing Data, CPU386 Timing Data Introduction, Timing Specification Terminology, Top @end ifinfo @chapter CPU386 Timing Data @ifinfo -- cgit v1.2.3