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