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