Updates to dv-mn103iop.c, dv-mn103ser.c and inter.c
[deliverable/binutils-gdb.git] / sim / mn10300 / ChangeLog
index dfda117597fb5fb1eef72c1578746683e8116600..efc84a182427c5e0e753266b1731d1204479bc85 100644 (file)
@@ -1,4 +1,125 @@
 start-sanitize-am30
+Sun June 14 17:04:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
+       * dv-mn103iop.c (write_*_reg): Check for attempt to write r/o register bits.
+       * dv-mn103ser.c: Fill in methods for reading and writing to serial device registers.
+       * interp.c (sim_open): Make the serial device a polling device.
+       
+Fri June 12 16:24:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
+       * dv-mn103iop.c: New file for handling am32 io ports.
+       * configure.in: Add mn103iop to hw_device list.
+       * configure: Re-generate.
+       * interp.c (sim_open): Create io port device.
+
+Wed June 10 14:34:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
+       * dv-mn103int.c (external_group): Use enumerated types to access
+       correct group addresses.
+       * dv-mn103tim.c (do_counter_event): Underflow of cascaded timer
+       triggers an interrupt on the higher-numbered timer's port.
+
+end-sanitize-am30
+Mon June 8 13:30:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
+       * interp.c: (mn10300_option_handler): New function parses arguments
+       using sim-options.
+start-sanitize-am30
+       * (board): Add --board option for specifying am32.
+       * (sim_open): Create new timer and serial devices and control
+       configuration of other am32 devices via board option.
+       * dv-mn103tim.c, dv-mn103ser.c: New files for timers and serial devices.
+       * dv-mn103cpu.c: Fix typos in opening comments.
+       * dv-mn103int.c: Adjust interrupt controller settings for am32 instead of am30.
+       * configure.in: Add mn103tim and mn103ser to hw_device list.
+       * configure: Re-generate.
+end-sanitize-am30
+
+start-sanitize-am30
+Mon May 25 20:50:35 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * dv-mn103int.c, dv-mn103cpu.c: Rename *_callback to *_method.
+
+       * dv-mn103cpu.c, dv-mn103int.c: Include hw-main.h and
+       sim-main.h. Declare a struct hw_descriptor instead of struct
+       hw_device_descriptor.
+
+Mon May 25 17:33:33 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * dv-mn103cpu.c (struct mn103cpu): Change type of pending_handler
+       to struct hw_event.
+
+Fri May 22 12:17:41 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (SIM_AC_OPTION_HARDWARE): Add argument "yes".
+
+Wed May  6 13:29:06 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.c (sim_open): Create a polling PAL device.
+
+end-sanitize-am30
+Fri May  1 16:39:15 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * dv-mn103int.c (mn103int_port_event): 
+       (mn103int_port_event): 
+       (mn103int_io_read_buffer): 
+       (mn103int_io_write_buffer): 
+
+       * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Drop CPU/CIA args.
+       (mn103cpu_port_event): Ditto.
+       (mn103cpu_io_read_buffer): Ditto.
+       (mn103cpu_io_write_buffer): Ditto.
+
+Tue Apr 28 18:33:31 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Sun Apr 26 15:31:55 1998  Tom Tromey  <tromey@creche>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
+Sun Apr 26 15:19:55 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * acconfig.h: New file.
+       * configure.in: Reverted change of Apr 24; use sinclude again.
+
+Fri Apr 24 14:16:40 1998  Tom Tromey  <tromey@creche>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
+Fri Apr 24 11:19:07 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * configure.in: Don't call sinclude.
+
+Tue Apr 14 10:03:02 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mn10300_sim.h: Declare all functions in op_utils.c using
+       INLINE_SIM_MAIN.
+       * op_utils.c: Ditto.
+       * sim-main.c: New file.  Include op_utils.c.
+       
+       * mn10300.igen (mov, cmp): Use new igen operators `!' and `=' to
+       differentiate between MOV/CMP immediate/register instructions.
+
+       * configure.in (SIM_AC_OPTION_INLINE): Add and enable.
+       * configure: Regenerate.
+
+Sat Apr  4 20:36:25 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+start-sanitize-am30
+Fri Mar 27 16:15:52 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.c (hw): Delete variable, moved to SIM_DESC.
+       (sim_open): Delete calls to hw_tree_create, hw_tree_finish.
+       Handled by sim-module.
+       (sim_open): Do not anotate tree with trace properties, handled by
+       sim-hw.c
+       (sim_open): Call sim_hw_parse instead of hw_tree_parse.
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+end-sanitize-am30
+start-sanitize-am30
 Thu Mar 26 20:46:18 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
 
        * dv-mn103cpu.c (deliver_mn103cpu_interrupt):  Save the entire PC
This page took 0.024169 seconds and 4 git commands to generate.