summaryrefslogtreecommitdiff
path: root/hw/mips_r4k.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-24Fix malta emulation for 64bit qemu.ths1-4/+4
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths1-8/+1
2007-01-06Unbreak the last patch.ths1-2/+2
2007-01-06Different MIPS BIOS binary names per endianness, and more relaxed sizeths1-3/+7
2007-01-01Fix initrd load address.ths1-1/+1
2006-12-23Check ELF binaries for machine type and endianness.ths1-9/+3
2006-12-23More serial ports for the mips machine.ths1-1/+10
2006-12-21Scrap SIGN_EXTEND32.ths1-4/+8
2006-12-21Preliminiary MIPS64 support, disabled by default due to performance impact.ths1-6/+8
2006-12-07MIPS RTC emulation.ths1-0/+4
2006-12-06Move the MIPS CPU timer in a seperate file, by Alec Voropay.ths1-85/+13
2006-12-06Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aidths1-33/+100
2006-10-29Mips IDE support. (Aurelien Jarno)pbrook1-0/+9
2006-09-18Merge common ISA access routines.pbrook1-85/+1
2006-08-17vga init changesbellard1-2/+2
2006-06-25C99 64 bit printfbellard1-1/+1
2006-05-11mips bios loading fixbellard1-4/+0
2006-05-02performance boost (on P4 hosts at least, rdtsc is a _very_ bad random generator)bellard1-3/+6
2006-04-26ELF loader (Thiemo Seufer)bellard1-39/+41
2006-02-05Allow selection of emulated network card.pbrook1-2/+9
2005-12-18do not init ne2000 if no network enabledbellard1-1/+2
2005-12-05kernel command line support (Daniel Jacobowitz)bellard1-2/+19
2005-11-23more generic serial port (initial patch by Jocelyn Mayer)bellard1-1/+1
2005-11-21cpu_single_env usage fixbellard1-13/+19
2005-08-21Add i8259 PIT to MIPS (Ralf Baechlebellard1-0/+3
2005-08-21Fix MIPS counter / compare interrupt (Ralf Baechlebellard1-2/+4
2005-07-03VGA bios support for PowerPCbellard1-1/+1
2005-07-02i8259 PIC supportbellard1-62/+7
2005-07-02added NE2000 (Ralf Baechle)bellard1-0/+2
2005-07-02init cleanup (Ralf Baechle)bellard1-9/+6
2005-07-02fixed random register (Ralf Baechle)bellard1-3/+3
2005-07-02kernel load fix (Ralf Baechle)bellard1-3/+4
2005-07-02MIPS target (Jocelyn Mayer)bellard1-0/+309