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