/[gxemul]
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Revision 30


Jump to revision: Previous Next
Author: dpavlin
Date: Mon Oct 8 16:20:40 2007 UTC (16 years, 5 months ago)
Changed paths: 98
Log Message:
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.1325 2006/08/15 15:38:37 debug Exp $
20060723	More Transputer instructions (pfix, nfix, opr, mint, ldl, ldlp,
		eqc, rev, ajw, stl, stlf, sthf, sub, ldnl, ldnlp, ldpi, move,
		wcnt, add, bcnt).
		Adding more SPARC instructions (andcc, addcc, bl, rdpr).
		Progress on the igsfb framebuffer used by NetBSD/netwinder.
		Enabling 8-bit fills in dev_fb.
		NetBSD/netwinder 3.0.1 can now run from a disk image :-)
20060724	Cleanup/performance fix for 64-bit virtual translation table
		updates (by removing the "timestamp" stuff). A full NetBSD/pmax
		3.0.1 install for R4400 has dropped from 667 seconds to 584 :)
		Fixing the igsfb "almost vga" color (it is 24-bit, not 18-bit).
		Adding some MIPS instruction combinations (3*lw, and 3*addu).
		The 8048 keyboard now turns off interrupt enable between the
		KBR_ACK and the KBR_RSTDONE, to work better with Linux 2.6.
		Not causing PPC DEC interrupts if PPC_NO_DEC is set for a
		specific CPU; NetBSD/bebox gets slightly further than before.
		Adding some more SPARC instructions: branches, udiv.
20060725	Refreshing dev_pckbc.c a little.
		Cleanups for the SH emulation mode, and adding the first
		"compact" (16-bit) instructions: various simple movs, nop,
		shll, stc, or, ldc.
20060726	Adding dummy "pcn" (AMD PCnet NIC) PCI glue.
20060727	Various cleanups; removing stuff from cpu.h, such as
		running_translated (not really meaningful anymore), and
		page flags (breaking into the debugger clears all translations
		anyway).
		Minor MIPS instruction combination updates.
20060807	Expanding the 3*sw and 3*lw MIPS instruction combinations to
		work with 2* and 4* too, resulting in a minor performance gain.
		Implementing a usleep hack for the RM52xx/MIPS32/MIPS64 "wait"
		instruction (when emulating 1 cpu).
20060808	Experimenting with some more MIPS instruction combinations.
		Implementing support for showing a (hardcoded 12x22) text
		cursor in igsfb.
20060809	Simplifying the NetBSD/evbmips (Malta) install instructions
		somewhat (by using a NetBSD/pmax ramdisk install kernel).
20060812	Experimenting more with the MIPS 'wait' instruction.
		PCI configuration register writes can now be handled, which
		allow PCI IDE controllers to work with NetBSD/Malta 3.0.1 and
		NetBSD/cobalt 3.0.1. (Previously only NetBSD 2.1 worked.)
20060813	Updating dev_gt.c based on numbers from Alec Voropay, to enable
		Linux 2.6 to use PCI on Malta.
		Continuing on Algor interrupt stuff.
20060814	Adding support for routing ISA interrupts to two different
		interrupts, making it possible to run NetBSD/algor :-)
20060814-15	Testing for the release.

==============  RELEASE 0.4.2  ==============



Changed paths

Path Details
Directorytrunk/HISTORY modified , text changed
Directorytrunk/README modified , text changed
Directorytrunk/RELEASE modified , text changed
Directorytrunk/TODO modified , text changed
Directorytrunk/configure modified , text changed
Directorytrunk/doc/20050413-netbsd-cobalt.png deleted
Directorytrunk/doc/20050413-netbsd-cobalt_small.png deleted
Directorytrunk/doc/20050622-netbsd-evbmips-malta.png deleted
Directorytrunk/doc/20050622-netbsd-evbmips-malta_small.png deleted
Directorytrunk/doc/20060724-netbsd-netwinder-1.png added
Directorytrunk/doc/20060724-netbsd-netwinder-1_small.png added
Directorytrunk/doc/20060724-netbsd-netwinder-2.png added
Directorytrunk/doc/20060724-netbsd-netwinder-2_small.png added
Directorytrunk/doc/20060812-netbsd-cobalt-3.0.1.png added
Directorytrunk/doc/20060812-netbsd-cobalt-3.0.1_small.png added
Directorytrunk/doc/20060812-netbsd-malta-3.0.1.png added
Directorytrunk/doc/20060812-netbsd-malta-3.0.1_small.png added
Directorytrunk/doc/20060814-netbsd-algor-3.0.1.png added
Directorytrunk/doc/20060814-netbsd-algor-3.0.1_small.png added
Directorytrunk/doc/guestoses.html modified , text changed
Directorytrunk/doc/index.html modified , text changed
Directorytrunk/doc/intro.html modified , text changed
Directorytrunk/experiments/test_netbsd_pmax_install.expect modified , text changed
Directorytrunk/experiments/test_netbsd_pmax_install.r4400.expect added
Directorytrunk/experiments/test_netbsd_pmax_install.r4400.sh added
Directorytrunk/man/gxemul.1 modified , text changed
Directorytrunk/src/cpu.c modified , text changed
Directorytrunk/src/cpus/README_DYNTRANS modified , text changed
Directorytrunk/src/cpus/cpu_alpha_instr.c modified , text changed
Directorytrunk/src/cpus/cpu_arm_instr.c modified , text changed
Directorytrunk/src/cpus/cpu_dyntrans.c modified , text changed
Directorytrunk/src/cpus/cpu_mips.c modified , text changed
Directorytrunk/src/cpus/cpu_mips_coproc.c modified , text changed
Directorytrunk/src/cpus/cpu_mips_instr.c modified , text changed
Directorytrunk/src/cpus/cpu_mips_instr_loadstore.c modified , text changed
Directorytrunk/src/cpus/cpu_ppc.c modified , text changed
Directorytrunk/src/cpus/cpu_ppc_instr.c modified , text changed
Directorytrunk/src/cpus/cpu_sh.c modified , text changed
Directorytrunk/src/cpus/cpu_sh_instr.c modified , text changed
Directorytrunk/src/cpus/cpu_sparc.c modified , text changed
Directorytrunk/src/cpus/cpu_sparc_instr.c modified , text changed
Directorytrunk/src/cpus/cpu_sparc_instr_loadstore.c modified , text changed
Directorytrunk/src/cpus/cpu_transputer.c modified , text changed
Directorytrunk/src/cpus/cpu_transputer_instr.c modified , text changed
Directorytrunk/src/cpus/generate_head.c modified , text changed
Directorytrunk/src/cpus/memory_mips_v2p.c modified , text changed
Directorytrunk/src/cpus/memory_sh.c added
Directorytrunk/src/devices/Makefile.skel modified , text changed
Directorytrunk/src/devices/bus_pci.c modified , text changed
Directorytrunk/src/devices/dev_8253.c modified , text changed
Directorytrunk/src/devices/dev_algor.c modified , text changed
Directorytrunk/src/devices/dev_au1x00.c modified , text changed
Directorytrunk/src/devices/dev_bt459.c modified , text changed
Directorytrunk/src/devices/dev_cons.c modified , text changed
Directorytrunk/src/devices/dev_dc7085.c modified , text changed
Directorytrunk/src/devices/dev_fb.c modified , text changed
Directorytrunk/src/devices/dev_footbridge.c modified , text changed
Directorytrunk/src/devices/dev_gt.c modified , text changed
Directorytrunk/src/devices/dev_igsfb.c added
Directorytrunk/src/devices/dev_pckbc.c modified , text changed
Directorytrunk/src/devices/dev_rd94.c modified , text changed
Directorytrunk/src/devices/dev_scc.c modified , text changed
Directorytrunk/src/devices/dev_vr41xx.c modified , text changed
Directorytrunk/src/devices/dev_wdc.c modified , text changed
Directorytrunk/src/diskimage.c modified , text changed
Directorytrunk/src/emul.c modified , text changed
Directorytrunk/src/file.c modified , text changed
Directorytrunk/src/include/bus_pci.h modified , text changed
Directorytrunk/src/include/cpu.h modified , text changed
Directorytrunk/src/include/cpu_ppc.h modified , text changed
Directorytrunk/src/include/cpu_sh.h modified , text changed
Directorytrunk/src/include/cpu_sparc.h modified , text changed
Directorytrunk/src/include/cpu_transputer.h modified , text changed
Directorytrunk/src/include/gtreg.h modified , text changed
Directorytrunk/src/include/if_pcnreg.h added
Directorytrunk/src/include/igsfbreg.h added
Directorytrunk/src/include/kbdreg.h modified , text changed
Directorytrunk/src/include/machine.h modified , text changed
Directorytrunk/src/include/misc.h modified , text changed
Directorytrunk/src/include/opcodes_mips.h modified , text changed
Directorytrunk/src/include/wdc.h added
Directorytrunk/src/machines/Makefile.skel modified , text changed
Directorytrunk/src/machines/interrupts.c modified , text changed
Directorytrunk/src/machines/machine_algor.c modified , text changed
Directorytrunk/src/machines/machine_cobalt.c modified , text changed
Directorytrunk/src/machines/machine_dreamcast.c added
Directorytrunk/src/machines/machine_evbmips.c modified , text changed
Directorytrunk/src/machines/machine_netwinder.c modified , text changed
Directorytrunk/src/machines/machine_qemu.c modified , text changed
Directorytrunk/src/machines/machine_test.c modified , text changed
Directorytrunk/src/machines/machine_zaurus.c modified , text changed
Directorytrunk/src/memory_rw.c modified , text changed
Directorytrunk/src/promemul/arcbios.c modified , text changed
Directorytrunk/src/promemul/dec_prom.c modified , text changed
Directorytrunk/src/promemul/of.c modified , text changed
Directorytrunk/src/promemul/pc_bios.c modified , text changed
Directorytrunk/src/promemul/ps2_bios.c modified , text changed
Directorytrunk/src/promemul/yamon.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.26