OSDN Git Service

Regenerate tree using Autoconf 2.64 and Automake 1.11.
[pf3gnuchains/pf3gnuchains4x.git] / sim / m68hc11 / ChangeLog
1 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2
3         * config.in: Regenerate.
4         * configure: Likewise.
5
6         * configure: Regenerate.
7
8 2008-07-11  Hans-Peter Nilsson  <hp@axis.com>
9
10         * configure: Regenerate to track ../common/common.m4 changes.
11         * config.in: Ditto.
12
13 2008-06-06  Vladimir Prus  <vladimir@codesourcery.com>
14             Daniel Jacobowitz  <dan@codesourcery.com>
15             Joseph Myers  <joseph@codesourcery.com>
16
17         * configure: Regenerate.
18
19 2006-12-21  Hans-Peter Nilsson  <hp@axis.com>
20
21         * config.in: Regenerate.
22
23 2006-06-13  Richard Earnshaw  <rearnsha@arm.com>
24
25         * configure: Regenerated.
26
27 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
28
29         * configure: Regenerated.
30
31 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
32
33         * configure: Regenerated.
34
35 2006-03-29  Hans-Peter Nilsson  <hp@axis.com>
36
37         * configure: Regenerate.
38
39 2005-03-23  Mark Kettenis  <kettenis@gnu.org>
40
41         * configure: Regenerate.
42
43 2005-01-14  Andrew Cagney  <cagney@gnu.org>
44
45         * configure.ac: Sinclude aclocal.m4 before common.m4.  Add
46         explicit call to AC_CONFIG_HEADER.
47         * configure: Regenerate.
48
49 2005-01-11  Andrew Cagney  <cagney@localhost.localdomain>
50
51         * configure: Regenerated to track ../common/aclocal.m4 changes.
52
53 2005-01-07  Andrew Cagney  <cagney@gnu.org>
54
55         * configure.ac: Rename configure.in, require autoconf 2.59.
56         * configure: Re-generate.
57
58 2004-12-08  Hans-Peter Nilsson  <hp@axis.com>
59
60         * configure: Regenerate for ../common/aclocal.m4 update.
61
62 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
63
64         * interp.c (sim_prepare_for_program): Use bfd_get_section_size
65         instead of bfd_get_section_size_before_reloc.
66
67 2003-08-08  Stephane Carrez  <stcarrez@nerim.fr>
68
69         * dv-m68hc11tim.c (cycle_to_string): Add flags parameter to better
70         control the translation.
71         (m68hc11tim_print_timer): Update cycle_to_string conversion.
72         (m68hc11tim_timer_event): Fix handling of output
73         compare register with its interrupts.
74         (m68hc11tim_io_write_buffer): Check output compare
75         after setting M6811_TMSK1.
76         (m68hc11tim_io_read_buffer): Fix compilation warning.
77         * dv-m68hc11.c (m68hc11_option_handler): Likewise.
78         * dv-m68hc11spi.c (m68hc11spi_info): Likewise.
79         * dv-m68hc11sio.c (m68hc11sio_info): Likewise.
80         * interrupts.c (interrupts_info): Likewise.
81         (interrupts_reset): Recognize bootstrap mode.
82         * sim-main.h (PRINT_CYCLE, PRINT_TIME): New defines.
83         (_sim_cpu): Add cpu_start_mode.
84         (cycle_to_string): Add flags member.
85         * m68hc11_sim.c (OPTION_CPU_BOOTSTRAP): New option.
86         (cpu_options): Declare new option bootstrap.
87         (cpu_option_handler): Handle it.
88         (cpu_info): Update call to cycle_to_string.
89
90 2003-08-08  Stephane Carrez  <stcarrez@nerim.fr>
91
92         * sim-main.h (phys_to_virt): Use memory bank parameters to translate
93         the physical address in virtual address.
94         (struct _sim_cpu): Add memory bank members.
95         * m68hc11_sim.c (cpu_initialize): Clear memory bank parameters.
96         * interp.c (sim_hw_configure): Create memory bank according to memory
97         bank parameters.
98         (sim_get_bank_parameters): New function to obtain memory bank config
99         from the symbol table.
100         (sim_prepare_for_program): Call it to obtain the memory bank parameters.
101         (sim_open): Call sim_prepare_for_program.
102         * dv-m68hc11.c (m68hc11cpu_io_write_buffer): Use memory bank parameters
103         to check if address is within bank window.
104         (m68hc11cpu_io_read_buffer): Likewise.
105         (attach_m68hc11_regs): Map the memory bank according to memory bank
106         parameters.
107
108 2003-08-08  Stephane Carrez  <stcarrez@nerim.fr>,
109
110         * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.
111
112 2003-08-08  Stephane Carrez  <stcarrez@nerim.fr>,
113             Gary Piercey <gpiercey@northstar-technical.com>
114
115         * m68hc11_sim.c (print_io_word): New function to print 16-bit value.
116         * sim-main.h (print_io_word): Declare.
117         * dv-m68hc11tim.c (tmsk1_desc): New description table for TMSK1.
118         (tflg1_desc): Likewise for TFLG1.
119         (m68hc11tim_info): Print input and output compare registers
120
121 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
122
123         * Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE
124         to 32 to support memory bank switching; temporarily use 32-bit for
125         WORD_BITSIZE to avoid a bug in sim-common.
126
127 2003-03-01  Stephane Carrez  <stcarrez@nerim.fr>
128
129         * interp.c (sim_fetch_register): Only store a single byte for
130         1 byte registers.
131
132 2003-02-27  Andrew Cagney  <cagney@redhat.com>
133
134         * interp.c (sim_prepare_for_program, sim_open)
135         (sim_create_inferior): Rename _bfd to bfd.
136
137 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
138
139         * dv-m68hc11eepr.c (struct m68hc11eepr ): Use const char* for filename.
140
141 2002-08-13  Marko Kohtala  <marko.kohtala@luukku.com>
142
143         * interp.c (sim_prepare_for_program): Look up the image for the 
144         reset vector and set cpu_use_elf_start to 1 if not found.
145         (sim_open): Do not set cpu_use_elf_start.
146
147 2002-08-13  Marko Kohtala  <marko.kohtala@luukku.com>
148
149         * interp.c (sim_hw_configure): Return 1 for success.
150         (sim_prepare_for_program): Use the sim_hw_configure exit code to
151         return SIM_RC_FAIL.
152
153 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
154
155         * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Translate memory
156         bank window to some virtual address to read from extended memory.
157         (m68hc11cpu_io_write_buffer): Likewise for writing.
158         (attach_m68hc11_regs): When use_bank property is defined, attach
159         to the 68HC12 16K memory bank window.
160         * interp.c (sim_hw_configure): Create memory region for banked
161         memory.
162
163 2002-08-13  Stephane Carrez  <Stephane.Carrez@nerim.fr>
164
165         * interp.c (sim_hw_configure): Connect port-X to cpu-write-port.
166         * dv-m68hc11.c (m68hc11cpu_ports): Add cpu-write-port input.
167         (m68hc11cpu_port_event): Handle CPU_WRITE_PORT event.
168
169 2002-08-13  Marko Kohtala  <marko.kohtala@luukku.com>
170
171         * dv-m68hc11.c (m68hc11cpu_io_write): Fix to update IO mapping
172         when IO mapping changed, not when internal RAM mapping is changed.
173
174 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
175
176         * m68hc11_sim.c (cpu_special): Handle call and rtc instructions.
177         * sim-main.h (M6812_CALL_INDIRECT): Add to enum.
178         (m6811_regs): Add page register.
179         (cpu_set_page, cpu_get_page): New macros.
180         (phys_to_virt): New function.
181         (cpu_get_indexed_operand_addr, cpu_return): Declare.
182         * gencode.c: Identify indirect addressing mode for call and fix daa.
183         (gen_function_entry): New param to tell if src8/dst8 locals are 
184         necessary.
185         (gen_interpreter): Use it to avoid generation of unused variables.
186         * interp.c (sim_fetch_register): Allow to read page register; page
187         register, A, B and CCR are only 1 byte wide.
188         (sim_store_register): Likewise for writing.
189
190 2002-06-16  Andrew Cagney  <ac131313@redhat.com>
191
192         * configure: Regenerated to track ../common/aclocal.m4 changes.
193
194 2002-06-09  Andrew Cagney  <cagney@redhat.com>
195
196         * Makefile.in (INCLUDE): Update path to callback.h.
197         * sim-main.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
198
199 2002-03-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
200
201         * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case.
202         (cpu_move16): Likewise.
203         (sim_memory_error): Use sim_io_printf.
204         (cpu_option_handler): Fix compilation warning.
205         * interp.c (sim_hw_configure): Fix compilation warning; 
206         remove m68hc12sio@2 device.
207         (sim_open): Likewise.
208         * dv-m68hc11tim.c (m68hc11tim_port_event): Fix clear of TFLG2 
209         flags when reset.
210         (cycle_to_string): Improve convertion of cpu cycle number.
211         (m68hc11tim_info): Print info about PACNT.
212         (m68hc11tim_io_write_buffer): Fix clearing of TFLG2; handle
213         TCTL1 and TCTL2 registers.
214         * dv-m68hc11.c (m68hc11_info): Print 6811 current running mode.
215
216 2002-03-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
217
218         * interp.c (sim_hw_configure): Save the HW cpu pointer in the 
219         cpu struct.
220         (sim_hw_configure): Connect the capture input/output events.
221         * sim-main.h (_sim_cpu): New member hw_cpu.
222         (m68hc11cpu_set_oscillator): Declare.
223         (m68hc11cpu_clear_oscillator): Declare.
224         (m68hc11cpu_set_port): Declare.
225         * dv-m68hc11.c (m68hc11_options): New for oscillator commands.
226         (m68hc11cpu_ports): New input ports and output ports to reflect
227         the HC11 IOs.
228         (m68hc11_delete): Cleanup any running oscillator.
229         (attach_m68hc11_regs): Create the input oscillators.
230         (make_oscillator): New function.
231         (find_oscillator): New function.
232         (oscillator_handler): New function.
233         (reset_oscillators): New function.
234         (m68hc11cpu_port_event): Handle the new input ports.
235         (m68hc11cpu_set_oscillator): New function.
236         (m68hc11cpu_clear_oscillator): New function.
237         (get_frequency): New function.
238         (m68hc11_option_handler): New function.
239         (m68hc11cpu_set_port): New function.
240         (m68hc11cpu_io_write): Post the port output events.
241         * dv-m68hc11spi.c (set_bit_port): Use m68hc11cpu_set_port to set
242         the output port value.
243         * dv-m68hc11tim.c (m68hc11tim_port_event): Handle CAPTURE event
244         by latching the TCNT value in the register.
245
246 2002-03-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
247
248         * sim-main.h (cpu_frame, cpu_frame_list): Remove.
249         (cpu_frame_reg, cpu_print_frame): Remove.
250         (cpu_m68hc11_push_uint8, cpu_m68hc11_pop_uint8): Cleanup.
251         (cpu_m68hc11_push_uint16, cpu_m68hc11_pop_uint16): Likewise.
252         (cpu_m68hc12_push_uint8, cpu_m68hc12_push_uint16): Likewise.
253         (cpu_m68hc12_pop_uint8, cpu_m68hc12_pop_uint16): Likewise.
254         * m68hc11_sim.c (cpu_find_frame): Remove.
255         (cpu_create_frame_list): Remove.
256         (cpu_remove_frame_list, cpu_create_frame, cpu_free_frame): Remove.
257         (cpu_frame_reg, cpu_print_frame, cpu_update_frame): Remove.
258         (cpu_call): Cleanup to remove #if HAVE_FRAME and calls to the above.
259         (cpu_update_frame): Likewise.
260         (cpu_return): Likewise.
261         (cpu_reset): Likewise.
262         (cpu_initialize): Likewise.     
263         * interp.c (sim_do_command): Remove call to cpu_print_frame.
264
265 2002-03-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
266
267         * interrupts.c (interrupts_reset): New function, setup interrupt
268         vector address according to cpu mode.
269         (interrupts_initialize): Move reset portion to the above.
270         (interrupt_names): New table to give a name to interrupts.
271         (idefs): Handle pulse accumulator interrupts.
272         (interrupts_info): Print the interrupt history.
273         (interrupt_option_handler): New function.
274         (interrupt_options): New table of options.
275         (interrupts_update_pending): Keep track of when interrupts are
276         raised and implement breakpoint-on-raise-interrupt.
277         (interrupts_process): Keep track of when interrupts are taken
278         and implement breakpoint-on-interrupt.
279         * interrupts.h (struct interrupt_history): Define.
280         (struct interrupt): Keep track of the interrupt history.
281         (interrupts_reset): Declare.
282         (interrupts_initialize): Update prototype.
283         * m68hc11_sim.c (cpu_reset): Reset interrupts.
284         (cpu_initialize): Cleanup.
285
286 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
287
288         * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current write
289         address.
290         (m68hc11eepr_port_event): Fix detach/attach logic.
291
292 2001-07-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
293
294         * Makefile.in (SIM_OBJS): Remove sim-resume.o
295         * interp.c (sim_resume): New function from sim-resume.c, install
296         the stepping event after having processed the pending ticks.
297         (has_stepped): Likewise.
298         (sim_info): Produce an output only if verbose or STATE_VERBOSE_P.
299
300 2001-07-10  Andrew Cagney  <ac131313@redhat.com>
301
302         * Makefile.in (gencode): Provide explicit path to gencode.c.
303
304 2001-05-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
305
306         * Makefile.in (M68HC11_OBJS): Add m68hc12int.o.
307         (m68hc12int.c): Generate using gencode -m6812.
308         (m68hc11int.c): Likewise with -m6811.
309
310         * gencode.c (m6811_opcode_patterns): New patterns for 68HC12.
311         (m6811_page1_opcodes): Remove duplicate entries.
312         (m6811_page2_opcodes): Likewise.
313         (m6811_page3_opcodes): Likewise.
314         (m6811_page4_opcodes): Likewise.
315         (m6812_page1_opcodes): New table for 68HC12 instructions.
316         (m6812_page2_opcodes): Likewise.
317         (gen_fetch_operands): New modes [] and &[] for 68HC12 operands.
318         (gen_save_result): Likewise.
319         (gen_interpreter_for_table): Handle 68HC11 and 68HC12 opcodes.
320         (cmp_opcode): New function for opcode comparision.
321         (prepare_table): Sort the opcodes.
322         (gen_interpreter): Prepare all the tables and generate either
323         a 68HC11 or a 68HC12 simulator.
324         (main): New options -m6811 and -m6812.
325
326         * m68hc11_sim.c (cpu_single_step): Use pointer to cpu interpretor.
327         (cpu_special): Simulation of some 68HC12 instructions.
328         (cpu_exg): New function.
329         (cpu_dbcc): Likewise.
330         (cpu_fetch_relbranch16): Likewise.
331         (cpu_push_all): Push according to 68HC11 or 68HC12.
332         (cpu_move16): Likewise.
333         (cpu_move8): Likewise.
334         (cpu_get_indexed_operand16): Likewise.
335         (cpu_get_indexed_operand8): Likewise.
336         (cpu_get_indexed_operand_addr): Likewise.
337         (cpu_set_reg, cpu_set_dst_reg, cpu_get_src_reg, cpu_get_reg): Likewise.
338         (cpu_reset): Setup INIT register according to architecture.
339         
340         * sim-main.h (M6811_Special): Add 68HC12 specific instructions.
341         (_sim_cpu): Keep track of the cpu being simulated.
342         (cpu_get_tmp3, cpu_get_tmp2, cpu_set_tmp3, cpu_set_tmp2): New.
343         (cpu_m68hc11_push_uintxx): Rename of cpu_push_uintxx.
344         (cpu_m68hc11_pop_uint8): Likewise.
345         (cpu_m68hc12_push_uintxx): New functions for 68HC12.
346         (cpu_m68hc12_pop_uintxx): Likewise.
347         (cpu_exg, cpu_dbcc, cpu_move8, cpu_move16): Likewise,
348         (cpu_fetch_relbranch16): Likewise.
349         (cpu_interp_m6811): Rename of cpu_interp.
350         (cpu_interp_m6812): New function.       
351         * interp.c (free_state): New function.
352         (dev_list_68hc12): New table.
353         (sim_board_reset): Reset depending on the cpu (HC11 or HC12).
354         (sim_hw_configure): New function.
355         (sim_prepare_for_program): New function.
356         (sim_open): Use above new functions.
357         (sim_close): Call free_state().
358         (sim_info): Print info according to cpu.
359         (sim_create_inferior): Use sim_prepare_for_program.
360         (sim_do_command): Configure the hardware after a change of the
361         architecture.
362
363 2001-05-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
364
365         * dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check for
366         pending interrupts.
367         * interrupts.c (interrupts_process): Keep track of the last number
368         of masked insn cycles.
369         (interrupts_initialize): Clear last number of masked insn cycles.
370         (interrupts_info): Report them.
371         (interrupts_update_pending): Compute clear and set masks of 
372         interrupts and clear the interrupt bits before setting them 
373         (due to SCI interrupt sharing).
374         * interrupts.h (struct interrupts): New members last_mask_cycles
375         and xirq_last_mask_cycles.
376
377 2000-11-26  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
378
379         * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Use attach_size
380         instead of a hard-coded value.
381         (m68hc11cpu_io_write_buffer): Likewise.
382         (dv_m68hc11_descriptor): Define a 68hc12 device.
383         * dv-m68hc11eepr.c (dv_m68hc11eepr_descriptor): Likewise.
384         * dv-m68hc11tim.c (dv_m68hc11tim_descriptor): Likewise.
385         * dv-m68hc11spi.c (dv_m68hc11spi_descriptor): Likewise.
386         * dv-m68hc11sio.c (dv_m68hc11sio_descriptor): Likewise.
387
388 2000-11-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
389
390         * dv-m68hc11.c (attach_m68hc11_regs): Register a delete handler.
391         (m68hc11cpu_delete): Delete handler to detach the address space.
392
393 2000-11-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
394
395         * dv-m68hc11eepr.c (attach_m68hc11eepr_regs): Use hw_malloc.
396         * dv-nvram.c (attach_nvram_regs): Use hw_free and hw_malloc
397         instead of free and malloc.
398
399 2000-09-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
400
401         * Makefile.in: Was missing from initial patch.
402
403 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
404
405         * interp.c (sim_store_register): Remove soft register hack.
406         (sim_fetch_register): Likewise.
407         (sim_create_inferior): Likewise.
408         * sim-main.h: Likewise.
409
410 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
411
412         * interrupts.c (interrupts_update_pending): Clear the mask of
413         pending interrupts here.
414         (interrupts_get_current): Don't clear the mask of pending interrupts.
415
416 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
417
418         * sim-main.h: Define cycle_to_string.
419         * dv-m68hc11tim.c (cycle_to_string): New function to translate 
420         the cpu cycle into some formatted time string.
421         (m68hc11tim_print_timer): Use it.
422         * dv-m68hc11sio.c (m68hc11sio_info): Use cycle_to_string.
423         * dv-m68hc11spi.c (m68hc11spi_info): Likewise.
424         * interrupts.c (interrupts_info): Likewise.
425         * m68hc11_sim.c (cpu_info): Likewise.
426
427 2000-09-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
428
429         * dv-m68hc11tim.c (m68hc11tim_timer_event): Compute the overflow
430         interrupt and compare events accurately.  Take into account the
431         pending ticks not processed by the simulator yet (introduced a shift).
432         (m68hc11_port_event): Reset the timer interrupt delays.
433         (m68hc11tim_io_read_buffer): Be able to read several bytes.
434         (m68hc11tim_io_write_buffer): Likewise for write.
435         (m68hc11tim_io_write_buffer): Recompute the timer overflow interrupt.
436
437 2000-09-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
438
439         * dv-m68hc11spi.c (m68hc11spi_io_read_buffer): Clear the interrupts.
440         (m68hc11spi_io_write_buffer): Likewise and fix the spi frame.
441         (m68hc11spi_info): Clarify the status report
442         of the SPI when a byte is being sent.
443         (m68hc11spi_clock): Fix the spi send frame.
444         
445 2000-08-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
446
447         * sim-main.h (m68hc11_map_level): Define level of address mappings.
448         * dv-m68hc11eepr.c (struct m68hc11eepr ): New flag to indicate
449         whether the eeprom is currently mapped or not.
450         (m68hc11eepr_port_event): Use the flag to see if we must unmap
451         or map the eeprom.  Update the flag to reflect the current state.
452         Use M6811_EEPROM_LEVEL when mapping the eeprom.
453         (m68hc11eepr_finish): Remove overlap hack.
454         (attach_m68hc11eepr_regs): Use M6811_IO_LEVEL when mapping the
455         config and control registers.
456         * dv-m68hc11.c (m68hc11cpu_finish): Remove overlap hack.
457         (attach_m68hc11_regs): Use M6811_IO_LEVEL.
458         (m68hc11cpu_io_write): Likewise when unmapping and re-mapping.
459         * dv-m68hc11spi.c (m68hc11spi_finish): Likewise.
460         (attach_m68hc11spi_regs): Likewise.
461         * dv-m68hc11tim.c (m68hc11tim_finish): Likewise.
462         (attach_m68hc11tim_regs): Likewise.
463         * dv-m68hc11sio.c (m68hc11sio_finish): Likewise.
464         (attach_m68hc11sio_regs): Likewise.
465         * interp.c (sim_open): Likewise.
466         * dv-nvram.c (attach_nvram_regs): Likewise.
467
468 Thu Jul 27 21:27:25 2000  Andrew Cagney  <cagney@b1.cygnus.com>
469
470         * configure, config.in: Regenerate.
471
472 2000-06-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
473
474         * Makefile.in (SIM_RUN_OBJS): Define to use nrun.c
475         * dv-m68hc11.c (m68hc11cpu_finish): Register detach address callback.
476         (dv_m6811_detach_address_callback): New function to detach a
477         device from an address space.
478         * dv-m68hc11eepr.c (m68hc11eepr_port_event): Initialize
479         config register according to --cpu-config option.
480         * sim-main.h (_sim_cpu): Add cpu_config member.
481         * interp.c (sim_open): Delete specific simulator options.
482         * m68hc11_sim.c (cpu_option_handler): New options
483         --emulos and -cpu-config <val> to configure the simulator.
484         (cpu_initialize): Initialize cpu_config member.
485
486 2000-06-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
487
488         * emulos.c: Fix indentation and comments.
489         * gencode.c: Likewise.
490         * dv-m68hc11tim.c (m68hc11tim_timer_event): Handle COMPARE_EVENT.
491         (m68hc11tim_io_write_buffer): Write compare registers and
492         setup compare event.
493         * interp.c: Remove unused global variables.
494         * interrupts.c (idefs): New compare interrupts.
495         Fix indentation and comments.
496         * interrupts.h: Likewise.
497
498 2000-06-18  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
499
500         * dv-m68hc11sio.c: Fix indentation and comments.
501         Remove INT_PORT.
502         * dv-m68hc11.c: Fix indentation and comments.
503         (m68hc11cpu_port_event): Move initialization of M6811_HPRIO from here.
504         * m68hc11_sim.c (cpu_reset): To here.
505         * dv-m68hc11eepr.c: Fix indentation and comments.
506         
507 2000-06-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
508
509         * dv-nvram.c: New file, rename from dv-pram.c.
510         * dv-pram.c: Delete file.
511         * sim-main.h: Incorporate m68hc11_sim.h.
512         * m68hc11_sim.h: Delete file.
513         * configure.in: Rename pram into nvram.
514         * interp.c (sim_open): Likewise in creation of device tree.
515         
516 2000-05-31  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
517
518         * interp.c (sim_open): Create the SPI device.
519         * dv-m68hc11spi.c: New file for SPI device simulation.
520         * configure.in (hw_extra_devices): Add SPI device.
521
522 2000-05-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
523
524         * interrupts.c (interrupts_initialize): Clear XIRQ accounting.
525         (interrupts_process): Separate IRQ and XIRQ accounting.
526         (interrupts_info): Report XIRQ accounting.
527         * interrupts.h (struct interrupts): Added accounting for XIRQ.
528
529 2000-04-16  Stephane Carrez  <stcarrez@worldnet.fr>
530
531         * dv-pram.c (attach_pram_regs): Fix the 'save-modified' mode.
532         * m68hc11_sim.h (_sim_cpu): Allow configuration of cpu mode.
533         * dv-m68hc11.c (attach_m68hc11_regs): Get the cpu MODA,MODB 
534         configuration from the 'mode' device tree property.
535         (m68hc11cpu_port_event): Reset M6811_HPRIO to the cpu MODA, MODB
536         configuration.
537
538 2000-02-24  Stephane Carrez  <stcarrez@worldnet.fr>
539
540         * sim-main.h: Remove WITH_TARGET_* defines.
541         * Makefile.in (SIM_EXTRA_CFLAGS): Specify the WITH_TARGET_* flags.
542
543 2000-02-08  Stephane Carrez  <stcarrez@worldnet.fr>
544
545         * dv-m68hc11sio.c (m68hc11sio_port_event): Setup the SCI to
546         1200 baud when cpu is in bootstrap mode.
547
548         * dv-m68hc11tim.c (m68hc11tim_io_write_buffer): Be able to
549         write in the TCTN timer register.
550
551         * dv-m68hc11sio.c (m68hc11sio_io_write_buffer): Divide cpu clock
552         by 4 to obtain the E clock frequency.
553         (sccr2_desc): Use M6811_TIE for TIE bit.
554         (m68hc11sio_info): Fix baud rate report.
555
556         * dv-m68hc11tim.c (to_realtime): Likewise.
557
558         * interp.c (sim_open): When building device tree, only provide
559         devices that do not exist yet.
560
561         * emulos.c: Fix compilation pb under Windows.
562
563         * dv-m68hc11.c (attach_m68hc11_regs): Get the clock frequency
564         from the 'clock' property.
565
566 2000-01-02  Stephane Carrez  <stcarrez@worldnet.fr>
567
568         * m68hc11_sim.h (*_REGNUM): Define.
569         (_sim_cpu): New member cpu_page0_reg table.
570         * interp.c (sim_create_inferior): Fill the cpu_page0_reg table with
571         addresses of soft registers in .page0.
572         (sim_fetch_register, sim_store_register): Use cpu_page0_reg table 
573         to get/set soft registers.
574
575 1999-12-31  Stephane Carrez  <stcarrez@worldnet.fr>
576
577         * dv-m68hc11.c (m68hc11cpu_io_write_buffer): Clear byte to avoid
578         returning random values.
579
580 1999-12-17  Stephane Carrez  <stcarrez@worldnet.fr>
581
582         * gencode.c: Fix "subb N,x" that used a instead of b.
583
584 1999-09-09  Stephane Carrez  <stcarrez@worldnet.fr>
585
586         * gencode.c: Fixed sbc8 and adc8 when there was a initial carry.
587
588 1999-09-01  Stephane Carrez  <stcarrez@worldnet.fr>
589
590         * sim-main.h (SIM_HANDLES_LMA): Define to enable loading using lma.
591
592 1999-08-14  Stephane Carrez  <stcarrez@worldnet.fr>
593
594         * dv-m68hc11.c (attach_m68hc11_regs): Save the size of the
595         register region in the m68hc11cpu struct.
596         (m68hc11cpu_io_write): When the IO mapping addres changes,
597         detach the register region and re-attach it at the new address.
598         (m68hc11cpu_io_read_buffer): Renamed base_address into
599         attach_address.
600         (m68hc11cpu_io_write_buffer): Likewise. Pass the hw pointer
601         to m68hc11cpu_io_write.
602
603 1999-08-13  Stephane Carrez  <stcarrez@worldnet.fr>
604
605         * gencode.c: For sbc8, check the carry and increment the source
606         before trying to set the carry for the result.
607
608 1999-05-24  John S. Kallal <kallal@voicenet.com>
609         
610         * interp.c (sim_get_info): Don't crash if the command line is 0.
611         Define prototype for sim_get_info() and init_system().
612         (sim_info): Correct call to sim_get_info().
613         
614 1999-05-16  Stephane Carrez  <stcarrez@worldnet.fr>
615
616         * configure.in: Recognize m6811-*-*.
617         * configure: Regenerate.
618         * m68hc11_sim.h (cpu_ccr_update_add8, cpu_ccr_update_add16,
619         cpu_ccr_update_sub8, cpu_ccr_update_sub16):
620         Correct the computation of carry of 8 and 16-bits add and subtract.
621         * gencode.c: Use cpu_ccr_update_sub8 for subtraction (carry and
622         overflow set in a different manner than add).
623
624 1999-05-14  Stephane Carrez  <stcarrez@worldnet.fr>
625
626         * dv-m68hc11.c (dv_m6811_attach_address_callback): Removed a
627         trace message.
628         * interp.c (sim_open, sim_create_inferior): Initialize the
629         cpu_elf_start from the ELF header.
630         * m68hc11_sim.c (cpu_initialize): Clear the new data members.
631         (cpu_restart): Use cpu_elf_start as the starting address when
632         the flag is set.
633         (cpu_special): When cpu_use_elf_start is set, the WAI instruction
634         exits the simulator (exit status is in D).
635         * m68hc11_sim.h (_sim_cpu): Added members cpu_use_elf_start and
636         cpu_elf_star to start execution at address specified in ELF file.
637
638 1999-05-02  Stephane Carrez  <stcarrez@worldnet.fr>
639
640         * Makefile.in, config.in, configure, configure.in: New files.
641         * gencode.c: New file, generation of 68HC11 interpreter.
642         * m68hc11_sim.h, m68hc11_sim.c: New files, specific operations
643         for interpreter.
644         * interrupts.c, interrupts.h: New files, management of interrupts.
645         * interp.c, sim-main.h, 
646         * dv-m68hc11.c, dv-m68hc11eepr.c, dv-m68hc11sio.c,
647         dv-m68hc11tim.c, dv-pram.c: New files representing devices for
648         68HC11 (dv-pram.c is generic and could probably migrate to common).
649         * emulos.c: New file, basic emulation of some os.