From d3f76d42ac8dd1c6296bb15ac71acf6abf069392 Mon Sep 17 00:00:00 2001 From: Joyce Janczyn Date: Mon, 8 Jun 1998 17:46:25 +0000 Subject: [PATCH] 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. --- sim/mn10300/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 -- 2.7.4