OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / bsp / ChangeLog
1 2000-11-23  Frank Ch. Eigler  <fche@redhat.com>
2
3         * pregen/: New subdirectory.
4         * configure.in (pregen/pregen-configs): Generate build tree script.
5         * Makefile.am (SUBDIRS): Define; add pregen/.
6         (DATA): Remove all FAM* definitions and references.
7         * armpid-cygmon.img, armpid-eCos.img: Removed.
8         * Makefile.in, configure: Regenerated.
9
10 2000-11-21  Frank Ch. Eigler  <fche@redhat.com>
11
12         * configrun-sid.in: Don't assert given executable's existence if
13         "--no-run" was given.
14
15 2000-11-21  Jeff Johnston  <jjohnstn@redhat.com>
16
17         * configrun-sid.in: Relax gloss / gdb restriction such that
18         gloss-tty is allowed even when gdb port is specified.
19
20 2000-11-15  Frank Ch. Eigler  <fche@redhat.com>
21
22         * configrun-sid.in: Find perl interpreter via #! /usr/bin/env.
23         * configure.in (PERL): Don't look for this sucker any more.
24         * configure: Regenerated.
25
26 2000-11-14  Jeff Johnston  <jjohnstn@redhat.com>
27
28         * Makefile.am: Fixed typo in FAM0SCRIPTS reference.
29         * Makefile.in: Regenerated.
30
31 2000-11-02  Jeff Johnston  <jjohnstn@redhat.com>
32
33         * configrun-sid.in: Ignore tty or stdio gloss settings if
34         gdb port number is specified.
35
36 2000-11-01  Frank Ch. Eigler  <fche@redhat.com>
37
38         * configrun-sid.in: Permit blank gloss_memspecs.  Increase stdio
39         polling time to 150 ms.
40
41 2000-10-30  Jeff Johnston <jjohnstn@redhat.com>
42
43         * configrun-sid.in:  Moved gloss setting into a sub so
44         that boards may allow syscalls, in addition to hardware
45         specific settings such as memory models and peripherals like timers.
46
47 2000-10-18  Jeff Johnston  <jjohnstn@redhat.com>
48
49         * configrun-sid.in (gprof): Changed option so that it is binary and
50         there is no N value specified.
51         (insn-count): New option to specify number of ticks that insns will 
52         be processed uninterrupted and number of ticks for gprof profiling.  
53         Changed code that sets cpu_insn_count default to use insn-count.
54
55 2000-10-08  Frank Ch. Eigler  <fche@redhat.com>
56
57         * configrun-sid.in: Use "sw-gloss-generic/libgloss" when possible.
58
59 2000-10-05  matthew green  <mrg@redhat.com>
60
61         * configrun-sid.in (configure_harvard_bus): New sub used by
62         Harvard architectures.
63
64 2000-09-21  Frank Ch. Eigler  <fche@redhat.com>
65
66         * Makefile.in, aclocal.m4, configure: Regenerated.
67
68 2000-09-14 Jeff Johnston  <jjohnstn@redhat.com>
69
70         * configure-sid.in: Hooked up gloss process-signal to
71         yield-net input pin.
72
73 2000-07-27  Frank Ch. Eigler  <fche@redhat.com>
74
75         * configrun-sid.in: Completely forget about mksid.
76
77 2000-07-19  Frank Ch. Eigler  <fche@redhat.com>
78
79         * aclocal.m4, configure: Regenerated.
80
81 2000-06-01  Ben Elliston  <bje@redhat.com>
82
83         * configrun-sid.in: Include mem specs, even if board=none.
84
85 2000-05-31  Ben Elliston  <bje@redhat.com>
86
87         * configrun-sid.in: Accept --board=none.
88
89 2000-05-24  Ben Elliston  <bje@redhat.com>
90
91         * configrun-sid.in: Fix syntax errors.
92
93 2000-05-23  Jeff Johnston <jjohnstn@cygnus.com>
94
95         * Makefile.in: Regenerated.
96         * aclocal.m4: Ditto.
97         * configure: Ditto.
98
99 2000-05-22  Ben Elliston  <bje@redhat.com>
100
101         * Makefile.in: Regenerate.
102         * aclocal.m4: Likewise.
103         * configure: Likewise.
104
105 2000-05-10  Frank Ch. Eigler  <fche@redhat.com>
106
107         * Makefile.am (.NOTPARALLEL): Add dummy target for make control.
108         * Makefile.in: Regenerated.
109
110 2000-04-18  Frank Ch. Eigler  <fche@redhat.com>
111
112         * configrun-sid.in: New master configuration script.
113         * configure.in: Configure it.  Forget about other .in files.
114         * arm-elf-sid, m32r-elf-sid, m68k-elf-sid: New files.
115         * arm-elf-sid.in, m32r-elf-sid.in, m68k-elf-sid.in: Removed.
116         * Makefile.am: Rename *SCRIPTS/*DATA macro names.  Install source-tree
117         TARGET-elf-sid mini-wrappers.  Use "configsid-run" to build packaged
118         .conf files.
119         * configure, aclocal.m4, Makefile.in: Regenerated.
120
121 2000-03-30  Frank Ch. Eigler  <fche@redhat.com>
122
123         * mips-elf-sid.in: Remove $opt_tv.
124
125 2000-03-23  Frank Ch. Eigler  <fche@redhat.com>
126
127         * arm-elf-sid.in (board=pid7t): Set a 1/4 time scale for the
128         timers to virtually speed up eCos test run times.
129
130 2000-03-22  matthew green  <mrg@redhat.com>
131
132         * arm-elf-sid.in: Add support for the Cogent CMA110 board with the
133         CMA222 ARM CPU board.
134         * Makefile.am: Generate a cma110:cma222 board with and without tksm.
135         Remove support for targetview.
136         * Makefile.in: Regenerate.
137         * arm-elf-sid.in: Remove support for targetview.
138         * mips-elf-sid.in: Likewise.
139
140 2000-03-14  matthew green  <mrg@redhat.com>
141
142         * arm-elf-sid.in: Update for split up interrupt controller
143         irq-registers and fiq-registers.
144                  
145 2000-03-14  Frank Ch. Eigler  <fche@redhat.com>
146
147         * arm-elf-sid.in: Remove cpu/gloss "halt!" pin.  Set default
148         cpu step-insn-count to 10000.
149         * m32r-elf-sid.in: Ditto.
150         * mips-elf-sid.in: Ditto.  Default to "pbb" engine.
151
152 2000-02-17  Frank Ch. Eigler  <fche@redhat.com>
153
154         * arm-elf-sid.in: Connect cpu step-cycles pin to target-sched.
155
156 2000-02-15  Frank Ch. Eigler  <fche@redhat.com>
157
158         * arm-elf-sid.in (pid7t): Connect timer reset lines to hw-reset-net.
159
160 2000-02-07  Frank Ch. Eigler  <fche@redhat.com>
161
162         * arm-elf-sid.in (sidrtc): Correct informative accessor name.
163
164 2000-02-04  Frank Ch. Eigler  <fche@redhat.com>
165
166         * arm-elf-sid.in (tcl-event-consumer): Instantiate only if known
167         tcl/tk components have been requested.
168
169 2000-02-01  Frank Ch. Eigler  <fche@redhat.com>
170
171         * arm-elf-sid.in (stdio): Set up host-sched polling only if a
172         stdio instance exists.
173         (sidcodec): New undocumented option for sid-io-audio et al.
174
175 2000-01-25  Frank Ch. Eigler  <fche@redhat.com>
176
177         * Makefile.in: Regenerated.
178
179 2000-01-21  Frank Ch. Eigler  <fche@cygnus.com>
180
181         * arm-elf-sid.in (sidconf_new): Add "--wrap" option to create a
182         sid-api-trace instance for each wrapped component.
183         * Makefile.am (M68SCRIPTS): Fixed typo.
184         * Makefile.in: Regenerated.
185
186 2000-01-20  Ben Elliston  <bje@redhat.com>
187
188         * Makefile.am (MIPSDATA, M32RDATA): Remove.
189         (M68KSCRIPTS): New macro.
190         (bin_SCRIPTS): Update.
191         * Makefile.in: Regenerate.
192         * m68k-elf-sid.in: New file.
193         * configure.in: Output m68k-elf-sid.
194         * configure: Regenerate.
195
196 2000-01-17  Frank Ch. Eigler  <fche@cygnus.com>
197
198         * arm-elf-sid.in (tty): Add modifier for board=gloss and
199         board=pid7t to connect character I/O streams to a hw-visual-tty
200         instance.
201         (tcl-event-consumer): New everpresent component.
202
203 2000-01-14  Frank Ch. Eigler  <fche@cygnus.com>
204
205         * arm-elf-sid.in: Add target names to mapper [accessor] names.
206         * Makefile.am (ARMDATA): Package some new config files with tksm.
207         * Makefile.in, aclocal.m4: Regenerated.
208
209 2000-01-11  Ben Elliston  <bje@cygnus.com>
210
211         * configure: Regenerate.
212         * aclocal.m4: Likewise.
213         * Makefile.in: Likewise.
214
215 1999-12-22  Frank Ch. Eigler  <fche@cygnus.com>
216
217         * Makefile.am: Rename generated arm-* configuration files.
218         * Makefile.in: Regenerated.
219
220 1999-12-21  Frank Ch. Eigler  <fche@cygnus.com>
221
222         * arm-elf-sid.in (cpu): Set scheduler's cpu-time subscription to
223         $cpu_insn_count to approximate target time of instruction steps.
224
225 1999-12-21  Frank Ch. Eigler  <fche@cygnus.com>
226
227         * arm-elf-sid.in (mapper): Rename component instance to "mapper".
228         (hw-reset-net): New glue component for hardware reset signals.
229         (pid7t): Connect intctrl etc. to hw-reset-net.  Add "normalmap"
230         board option to disable remapper as if by jumper.
231         
232 1999-12-06  Patrick Macdonald  <patrickm@cygnus.com>
233
234         * arm-elf-sid.in: add verbose? to targetview
235         * mips-elf-sid.in: add verbose? to targetview
236
237 1999-12-03  Frank Ch. Eigler  <fche@cygnus.com>
238
239         * Makefile.am: Create arm-cygmon-EL.conf during build.
240         * Makefile.in: Regenerated.
241
242 1999-12-03  Frank Ch. Eigler  <fche@cygnus.com>
243
244         * arm-elf-sid.in (pid7t): When connected to socketio, make UART
245         receive fifos quite big.
246         
247 1999-12-03  Frank Ch. Eigler  <fche@cygnus.com>
248
249         * armpid-cygmon.img: Rebuilt as of 1999-11-19.  Now includes
250         disassembler support.
251
252 1999-12-03  Frank Ch. Eigler  <fche@cygnus.com>
253
254         * arm-elf-sid.in (pid7t): Use new "disconnect-bus" to wedge
255         hw-remap/pause-arm/ref into bus chain.  Don't complain about
256         missing executable.
257         (gloss): Disable Z packet for performance.
258         (tksm): Correct !event boostrapping.
259
260 1999-12-02  Frank Ch. Eigler  <fche@cygnus.com>
261
262         * arm-elf-sid.in: Make pbb engine default.
263         * m32r-elf-sid.in: Update obsolete bits so it runs again.
264
265 1999-12-01  Frank Ch. Eigler  <fche@cygnus.com>
266
267         * mips-elf-sid.in: Remove unused variable.
268
269 1999-11-30  Frank Ch. Eigler  <fche@cygnus.com>
270
271         * m32r-elf-sid.in: Don't mess with obsolete LTDL_LIBRARY_PATH.
272         * arm-elf-sid.in: Ditto.  Use autoloading tcl components for tksm &
273         visual-core-trace.
274         * mips-elf-sid.in: Ditto.
275
276 1999-11-30  Frank Ch. Eigler  <fche@cygnus.com>
277
278         * configure.in (perl): Signal WARN instead of ERROR if perl is
279         not found.
280         * configure: Regenerated.
281
282 1999-11-29  Frank Ch. Eigler  <fche@cygnus.com>
283
284         * arm-elf-sid.in: Add undocumented "--sidrtc" option for hw-rtc-sid.
285         * mips-elf-sid.in: Ditto.
286
287 1999-11-26  Frank Ch. Eigler  <fche@cygnus.com>
288
289         * mips-elf-sid.in: Dehexify throughout.  Don't connect
290         "halt!" redundantly between cpu and idt components.
291
292 1999-11-25  Frank Ch. Eigler  <fche@cygnus.com>
293
294         * arm-elf-sid.in (tv-socket): Use host scheduler slot 5.
295
296 1999-11-25  Patrick Macdonald  <patrickm@cygnus.com>
297
298         * arm-elf-sid.in: add tv-socket commands, remove commPin
299           and port from the targetview.
300         * mips-elf-sid.in: add tv-socket commands, remove commPin
301           and port from the targetview.
302
303 1999-11-23  Frank Ch. Eigler  <fche@cygnus.com>
304
305         * arm-elf-sid.in: Use new "relate" command syntax.
306         * m32r-elf-sid.in: Ditto.
307         * mips-elf-sid.in: Ditto.
308
309 1999-11-22  Frank Ch. Eigler  <fche@cygnus.com>
310
311         * arm-elf-sid.in: Include CVS id of script in generated
312         configuration files.
313
314 1999-11-22  Frank Ch. Eigler  <fche@cygnus.com>
315
316         * arm-elf-sid.in (gloss): Don't connect "halt!" redundantly
317         between cpu and angel components.
318
319 1999-11-15  Frank Ch. Eigler  <fche@cygnus.com>
320
321         * Makefile.am: Create arm-eCos-*.conf files with
322         --board=pid7t-uart1:gdb option.
323         * Makefile.in: Regenerated.
324
325 1999-11-12  Frank Ch. Eigler  <fche@cygnus.com>
326
327         * arm-elf-sid.in (pid7t): Remove INCOMPLETE warnings.  Configure
328         remapper commonly.  Expand default DRAM size to 16MB.  Manage
329         uart<->outside connections with --board.
330
331 1999-11-12  Ben Elliston  <bje@cygnus.com>
332
333         * arm-elf-sid.in: Adapt to new hw-remap/pause-arm/ref attribute
334         names.  Re-connect it into the bus chain.
335
336 1999-11-09  Frank Ch. Eigler  <fche@cygnus.com>
337
338         * arm-elf-sid.in (board=pid7t-eCosstub): Stub for future support.
339         * armpid-eCos.img: New file.  Needs to be updated (M4-M0 problem).
340         * Makefile.am: Install it.
341         * Makefile.in: Regenerated.
342
343 1999-11-05  Frank Ch. Eigler  <fche@cygnus.com>
344
345         * arm-elf-sid.in: Adapt to renamed gdb & stdio components.
346         * mips-elf-sid.in, m32r-elf-sid.in: Ditto.
347
348 1999-11-02  Frank Ch. Eigler  <fche@cygnus.com>
349
350         * arm-elf-sid.in (board=pid7t): Disable remapper temporarily.
351         
352         * Makefile.am: Add spaces between conditional DATA targets.
353         * Makefile.in: Regenerated.
354         
355         * aclocal.m4: Regenerated.
356         * configure: Regenerated.
357
358 1999-10-25  Frank Ch. Eigler  <fche@cygnus.com>
359
360         * arm-elf-sid.in: Support "--gprof" option for target profiling.
361
362         * aclocal.m4: Regenerated.
363         * configure: Regenerated.
364
365 1999-10-22  Frank Ch. Eigler  <fche@cygnus.com>
366
367         * arm-elf-sid.in: Use "load" instead of "dso" sid configuration cmd.
368         * mips-elf-sid.in: Same.
369         * m32r-elf-sid.in: Ditto.
370
371 1999-10-19  Frank Ch. Eigler  <fche@cygnus.com>
372
373         * configure.in: Call CY_SIDTARGET_CHECK.
374         * Makefile.am: Conditionally install {arm,mips,m32r}-elf-sid and
375         configuration files.
376         * Makefile.in: Regenerated.
377         * aclocal.m4: Regenerated.
378         * configure: Regenerated.
379
380 1999-10-14  Frank Ch. Eigler  <fche@cygnus.com>
381
382         * arm-elf-sid.in: Require perl version 5.004+.
383
384 1999-10-13  Frank Ch. Eigler  <fche@cygnus.com>
385
386         * armpid-cygmon.img: Updated from churchill-991013 snapshot.
387
388 1999-10-13  Frank Ch. Eigler  <fche@cygnus.com>
389
390         * armpid-cygmon.img: New file: cygmon.img snapshot from devo.
391         * Makefile.am: Install new file.
392         * Makefile.in: Regenerated.
393         * arm-elf-sid.in (board=pid7t-cygmon): Arrange to load cygmon.img.
394         Configure remapper partially.
395         (*): Warn about missing executable but don't instantiate loader.
396         Look for "--board" matches by regexp, not string equality.
397
398 1999-10-13  Frank Ch. Eigler  <fche@cygnus.com>
399
400         * arm-elf-sid.in (memory-region): Support hex numbers, and devans'
401         file/read-only/alias options.
402
403 1999-10-12  Frank Ch. Eigler  <fche@cygnus.com>
404
405         * arm-elf-sid.in (opt_no_run): New option "--no-run": generate
406         config file but don't run sid on it.  Infer "--save-temps".
407
408         * Makefile.am (pkgdata_DATA): New target.  Create default
409         churchill/sid configuration files.
410         * Makefile.in: Regenerated.
411
412 1999-09-29  Frank Ch. Eigler  <fche@cygnus.com>
413
414         * configure.in: Insist on existence of perl interpreter.
415         * configure: Regenerated.
416
417 1999-09-26  Doug Evans  <devans@casey.cygnus.com>
418
419         * m32r-elf-sid.in (component_libs): Add consoles, glue.
420         (configuration): Create init-sequence and connect to cpu,loader,gloss.
421         Create stdio and connect to gloss.
422         Fix format of hex memory size.
423
424 1999-09-25  Doug Evans  <devans@casey.cygnus.com>
425
426         * Makefile.am (bin_SCRIPTS): Add mips-elf-sid.
427         * Makefile.in: Rebuild.
428         * configure.in: Output mips-elf-sid.
429         * configure.in: Rebuild.
430         * mips-elf-sid.in: New file.
431
432         * arm-elf-sid.in: Connect init-sequence output-2 -> angel reset.
433
434         * m32r-elf-sid.in: Set $opt_help=0.  Fix name of loader verbose?
435         attribute.
436
437 1999-09-23  Frank Ch. Eigler  <fche@cygnus.com>
438
439         * arm-elf-sid.in: Warn if -EL/-EB not specified, and nor is an
440         executable.  Stop hexifying gdb/tv port numbers, memory size,
441         timing parameters.
442         (board=gloss): Don't instantiate sw-io-stdio if also have --gdb.
443
444 1999-09-16  Frank Ch. Eigler  <fche@cygnus.com>
445
446         * Makefile.am (ACLOCAL_AMFLAGS): Define.
447         * Makefile.in: Regenerated.
448
449 1999-09-16  Patrick Macdonald  <patrickm@cygnus.com>
450
451         * arm-elf-sid.in: Connect the targetview triggerpoint pin 
452         to gdb's stop-target pin.
453
454 1999-09-16  Ben Elliston  <bje@cygnus.com>
455
456         * arm-elf-sid.in: Add --trace-core-visual option.
457
458 1999-09-08  Frank Ch. Eigler  <fche@cygnus.com>
459
460         * arm-elf-sid.in: Reduce CPU step-insn-count and tksm refresh
461         rate, to account for temporary attribute hexification.  Add tksm<->gdb
462         connection for triggerpoint signalling.
463
464 1999-09-07  Frank Ch. Eigler  <fche@cygnus.com>
465
466         * arm-elf-sid.in: Connect bridge-tk's !event-control pin for adaptive
467         event polling control.
468
469 1999-08-31  Frank Ch. Eigler  <fche@cygnus.com>
470
471         * arm-elf-sid.in: Use sid-sched-host-accurate instead of misbehaving
472         sid-sched-host.
473
474 1999-08-27  Frank Ch. Eigler  <fche@cygnus.com>
475
476         * arm-elf-sid.in: Connect loader's new "error" pin.
477         (board=pid7t): Add 1MB ROM memory region at 0x04000000.
478
479 1999-08-27  Frank Ch. Eigler  <fche@cygnus.com>
480
481         * arm-elf-sid.in: Supply more host- and target-time scheduler slots.
482         (--gdb): Create gdb-socket component.  Connect it up.  Rename boolean
483         gdb attributes. 
484
485 1999-08-24  Frank Ch. Eigler  <fche@cygnus.com>
486
487         * arm-elf-sid.in (board=pid7t): Add socketio-server components
488         for uart1 & 2.  Don't use sid stdin.
489         (--tksm): Decrease tcl event frequency to 10 Hz.
490
491 1999-08-20  Frank Ch. Eigler  <fche@cygnus.com>
492
493         * arm-elf-sid.in: Use "set cpu endian big" / "little" instead of
494         numeric codes.  Connect flush-icache pins gdb->cpu.
495
496 1999-08-18  Frank Ch. Eigler  <fche@cygnus.com>
497
498         * arm-elf-sid.in: Don't report INT/etc. signal forwarding.
499
500 1999-08-17  Frank Ch. Eigler  <fche@cygnus.com>
501
502         * arm-elf-sid.in: Add "deinit-sequence" for shutdown notification.
503         Inform gdb.  Use fork/exec instead of system to manage sid process.
504         Teleport incoming signals to it.
505         
506 1999-08-13  Frank Ch. Eigler  <fche@cygnus.com>
507
508         * arm-elf-sid.in: Add "--persistent" option.  Put informative gunk
509         into configuration file.
510         (board pid7t): Reset uarts.  Connect uarts' I/O to stdio.
511         Connect uarts' Sout to gdb's target-tx.
512
513 1999-08-13  Ben Elliston  <bje@cygnus.com>
514
515         * arm-elf-sid.in: Consider Angel attribute name changes.
516
517 1999-08-12  Frank Ch. Eigler  <fche@cygnus.com>
518
519         * arm-elf-sid.in: Gack - manually convert --gdb and --tv port
520         numbers to hex.
521
522 1999-08-12  Frank Ch. Eigler  <fche@cygnus.com>
523
524         * arm-elf-sid.in: Don't trace loading traffic in "--trace-core" mode.
525         Adjust to renamed hw-glue-probe-bus attribute.
526
527 1999-08-10  Frank Ch. Eigler  <fche@cygnus.com>
528
529         * arm-elf-sid.in: Adapt to new cfgroot pin names.
530         * m32r-elf-sid.in: Ditto.
531         * arm-pid7t.conf.in: Obsolete - removed.
532
533 1999-08-07  Frank Ch. Eigler  <fche@cygnus.com>
534
535         * arm-elf-sid.in: Add "--trace-core" option.  Use new 
536         "hw-glue-probe-bus" component for effect.
537
538 1999-08-06  Frank Ch. Eigler  <fche@cygnus.com>
539
540         * arm-elf-sid.in (pid7t): Connect interrupt lines for uart1, uart2,
541         parport.  Connect their buses too.
542
543 1999-08-05  Frank Ch. Eigler  <fche@cygnus.com>
544
545         * arm-elf-sid.in: Handle --board=pid7t with --gdb.
546
547 1999-07-30  Frank Ch. Eigler  <fche@cygnus.com>
548
549         * arm-elf-sid.in: Add "--tksm" option to start a tk system monitor.
550
551 1999-07-27  Frank Ch. Eigler  <fche@cygnus.com>
552
553         * arm-elf-sid.in (*): Add support for target view configuration,
554         executable-less startup for gdb remote loading, -EB/-EL options,
555         gloss->gdb target output forwarding, etc.
556
557         * Makefile.am (pkgdata_DATA): Zap.
558         * configure.in (arm-pid7t.conf): Don't generate any more.
559         * Makefile.in: Regenerated.
560         * configure: Regenerated.
561
562 1999-07-21  Frank Ch. Eigler  <fche@cygnus.com>
563
564         * arm-elf-sid.in (*): Reworked script.  Added "--board", "--tv",
565         "--gdb" options.  Begin hookup of CPU to target scheduler.  Begin
566         GDB hookup.
567
568 1999-06-20  Faisal Khoja  <fkhoja@cygnus.com>
569
570         * arm-elf-sid.in: Enabled the line "set sched 0-time 50"
571           as Frank fixed the problems in file compSched.cxx
572
573 1999-06-16  Faisal Khoja  <fkhoja@cygnus.com>
574
575         * arm-elf-sid.in: Disabled the line "set sched 0-time 50"
576         temporarily to run hello world program until the actual bug
577         is fixed.
578
579 1999-06-10  Ben Elliston  <bje@cygnus.com>
580
581         * Makefile.am (pkgdata_DATA): Add arm-pid7t.conf.
582         * Makefile.in: Regenerate.
583         * arm-pid7t.conf (sched): Remove.
584         (host-sched): New component instance.
585         (target-sched): Likewise.
586         (timer1, timer2, stdio): Use them.
587         
588 1999-06-09  Doug Evans  <devans@casey.cygnus.com>
589
590         * arm-pid7t.conf.in (bus - mem range): Fix off by one error.
591         (loader file): Replace name of loader file and comment that the
592         user needs to change it first.
593
594 1999-06-09  Ben Elliston  <bje@cygnus.com>
595
596         * arm-pid7t.conf.in: New file.
597         Connect the main bus to the remapper's register bus.
598         
599         * configure.in (AC_OUTPUT): Add arm-pid7t.conf.
600         * configure: Regenerate.
601
602 1999-06-08  Frank Ch. Eigler  <fche@cygnus.com>
603
604         * arm-elf-sid.in: Updated with new component type names.
605         * m32r-elf-sid.in: Ditto.
606
607 1999-06-07  Doug Evans  <devans@casey.cygnus.com>
608
609         * arm-elf-sid.in: New arg --engine=scache|pbb.
610
611 1999-06-02  Frank Ch. Eigler  <fche@cygnus.com>
612
613         * arm-elf-sid.in: Use $mksidexec for --mksid output.  $mksid
614         points to installed "mksid" program itself.
615         * m32r-elf-sid.in: Ditto.
616
617 1999-05-31  Ben Elliston  <bje@cygnus.com>
618
619         * arm-elf-sid.in: Add a host-based scheduler; invoke the stdio
620         console component every 50ms to process I/O. Connect the CPU and
621         Angel `halt!' pins together.
622
623 1999-05-30  Ben Elliston  <bje@cygnus.com>
624
625         * arm-elf-sid.in: Connect the stdio console into the system.
626
627 1999-05-25  Frank Ch. Eigler  <fche@cygnus.com>
628
629         * arm-elf-sid.in (usage): New function.
630         (--help): New option.  Call &usage.
631         (--save-temps): New option.
632         (args): Pass target program command-line arguments to angel.
633
634         * m32r-elf-sid.in: Ditto for all except target args.
635
636 1999-05-18  Frank Ch. Eigler  <fche@cygnus.com>
637
638         * arm-elf-sid.in: Change gloss-cpu relation name.
639
640 1999-05-13  Frank Ch. Eigler  <fche@cygnus.com>
641
642         * configure.in: Correct use of AC_CONFIG_AUX_DIR.
643         * configure: Regenerated.
644         * aclocal.m4: Regenerated.
645
646 1999-05-09  Doug Evans  <devans@casey.cygnus.com>
647
648         * arm-elf-sid.in: Connect loader endian-set -> cpu endian-set!.
649
650 1999-05-07  Doug Evans  <devans@casey.cygnus.com>
651
652         * arm-elf-sid.in: connect cpu trap-code -> angel fault-code.
653         connect cpu trap <-> angel fault.
654
655 1999-05-04  Frank Ch. Eigler  <fche@cygnus.com>
656
657         * Makefile.am: Make scripts executable in install directory.
658         * Makefile.in: Regenerated.
659
660         * arm-elf-sid.in: In "-mksid" mode, use its "-static" option.
661         Use libtool ".la" names for component DSOs.  Use unqualified
662         DSO path names - instead rely on $LTDL_LIBRARY_PATH to find
663         installed DSOs.  Use $SID instead of installed "sid" for
664         dynamic simulator executable.  Similarly $MKSID.
665         * m32r-elf-sid.in: Analogous changes to above.
666
667 1999-04-23  Ben Elliston  <bje@cygnus.com>
668
669         * arm-elf-sid.in: Rename `verbose?' attribute to `verbose'.
670         
671 1999-04-22  Ben Elliston  <bje@cygnus.com>
672
673         * arm-elf-sid.in: Connect the Angel `process-signal' pin to the
674         main shutdown pin so that we can stop.
675
676 1999-04-13  Frank Ch. Eigler  <fche@cygnus.com>
677
678         * arm-elf-sid.in: Remove redundant config fragment.
679
680 1999-04-13  Ben Elliston  <bje@cygnus.com>
681
682         * arm-elf-sid.in: Hook the Angel monitor into the system.
683
684 1999-04-02  Ben Elliston  <bje@cygnus.com>
685
686         * arm-elf-sid.in: Give more meaningful error diagnostics.
687         * m32r-elf-sid.in: Likewise.
688         
689 1999-03-30  Ben Elliston  <bje@cygnus.com>
690
691         * arm-elf-sid.in: Replace `m32r' with `arm' in some places.
692
693 1999-03-29  Ben Elliston  <bje@cygnus.com>
694
695         * arm-elf-sid.in: New file; mimic m32r-elf-sid.in.
696         * configure.in: Generate arm-elf-sid.
697         * configure: Regenerate.
698         * Makefile.am (bin_SCRIPTS): Add arm-elf-sid.
699         * Makefile.in: Regenerate.
700
701 1999-03-24  Frank Ch. Eigler  <fche@cygnus.com>
702
703         * m32r-elf-sid.in: Generate config file in $TMPDIR-/tmp.
704         * configure.in: Use new AC_CONFIG_AUX_DIR.
705         * configure: Regenerated.
706         * Makefile.in: Regenerated.
707
708 1999-03-17  Frank Ch. Eigler  <fche@cygnus.com>
709
710         * m32r-elf-sid.in: Don't use install's "-s" option.
711
712 1999-03-08  Frank Ch. Eigler  <fche@cygnus.com>
713
714         * m32r-elf-sid.in: New file: perl script to emulate m32r-elf-run.
715         * Makefile.am: New file.
716         * Makefile.in: New generated file.
717         * configure.in: New file.
718         * configure: New generated file.
719         * aclocal.m4: New generated file.
720