From: Joyce Janczyn Date: Mon, 8 Jun 1998 17:46:25 +0000 (+0000) Subject: Add timer and serial devices (mn103tim and mn103ser), support X-Git-Tag: gdb-4_18~1984 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3f76d42ac8dd1c6296bb15ac71acf6abf069392;p=external%2Fbinutils.git Add timer and serial devices (mn103tim and mn103ser), support --board=am32 for runtime control of device simulation, and adjust interrupt settings to support am32 instead of am30. --- diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 7360a73..8854b26 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,4 +1,26 @@ +Mon June 8 13:30:00 1998 Joyce Janczyn + * interp.c: (mn10300_option_handler): New function parses arguments + using sim-options. start-sanitize-am30 + * (board): Add --board option for specifying am32. + * (sim_open): Create new timer and serial devices and control + configuration of other am32 devices via board option. + * dv-mn103tim.c, dv-mn103ser.c: New files for timers and serial devices. + * dv-mn103cpu.c: Fix typos in opening comments. + * dv-mn103int.c: Adjust interrupt controller settings for am32 instead of am30. + * configure.in: Add mn103tim and mn103ser to hw_device list. + * configure: Re-generate. +end-sanitize-am30 + +start-sanitize-am30 +Mon May 25 20:50:35 1998 Andrew Cagney + + * dv-mn103int.c, dv-mn103cpu.c: Rename *_callback to *_method. + + * dv-mn103cpu.c, dv-mn103int.c: Include hw-main.h and + sim-main.h. Declare a struct hw_descriptor instead of struct + hw_device_descriptor. + Mon May 25 17:33:33 1998 Andrew Cagney * dv-mn103cpu.c (struct mn103cpu): Change type of pending_handler