* Monster patch - may destablize MIPS sims for a little while.
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 18 May 1998 15:55:05 +0000 (15:55 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 18 May 1998 15:55:05 +0000 (15:55 +0000)
commit3fa454e95fe104add1b25e53a8dc1decc1c270f1
tree9bb506f391e5eaece890333cda94a9a3f2e219af
parentd9c2c0c569da93bb393a078ebadbb89c1b6cca3b
* Monster patch - may destablize MIPS sims for a little while.
* Followup patch for SCEI PR 15853
* First check-in of TX3904 interrupt controller devices for ECC. [sanitized]
* First implementation of MIPS hardware interrupt emulation.
Mon May 18 18:22:42 1998  Frank Ch. Eigler  <fche@cygnus.com>
* configure.in (SIM_AC_OPTION_HARDWARE): Added common hardware
  modules.  Recognize TX39 target with "mips*tx39" pattern.
* configure: Rebuilt.
* sim-main.h (*): Added many macros defining bits in
  TX39 control registers.
(SignalInterrupt): Send actual PC instead of NULL.
(SignalNMIReset): New exception type.
* interp.c (board): New variable for future use to identify
a particular board being simulated.
(mips_option_handler,mips_options): Added "--board" option.
(interrupt_event): Send actual PC.
(sim_open): Make memory layout conditional on board setting.
(signal_exception): Initial implementation of hardware interrupt
  handling.  Accept another break instruction variant for simulator
  exit.
(decode_coproc): Implement RFE instruction for TX39.
(mips.igen): Decode RFE instruction as such.
start-sanitize-tx3904
* configure.in (tx3904cpu,tx3904irc): Added devices for tx3904.
* interp.c: Define "jmr3904" and "jmr3904debug" board types and
bbegin to implement memory map.
* dv-tx3904cpu.c: New file.
* dv-tx3904irc.c: New file.
end-sanitize-tx3904
sim/mips/.Sanitize
sim/mips/ChangeLog
sim/mips/configure
sim/mips/configure.in
sim/mips/dv-tx3904cpu.c [new file with mode: 0644]
sim/mips/dv-tx3904irc.c [new file with mode: 0644]
sim/mips/interp.c
sim/mips/mips.igen
sim/mips/sim-main.h