aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mips_r4k warning fixes.pbrook2007-11-111-6/+1
* added cpu_model parameter to cpu_init()bellard2007-11-101-5/+5
* Move kernel loader parameters from the cpu state to being board specific.ths2007-11-091-22/+26
* Set boot sequence from command line (Dan Kenigsberg).balrog2007-10-311-1/+1
* Static-ify function.ths2007-10-131-3/+4
* New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer2007-10-051-1/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-1/+1
* Fix CPU (re-)selection on reset.ths2007-05-301-0/+1
* New option -net nic,model=? (Mark Glines)blueswir12007-05-271-0/+3
* Switch default CPU to 24Kf for now, as the Linux FPU emulation inths2007-04-281-1/+1
* Unify IRQ handling.pbrook2007-04-071-13/+11
* Improved initrd support for mips.ths2007-04-011-7/+20
* Actually enable 64bit configuration.ths2007-04-011-2/+2
* MIPS -cpu selection support, by Herve Poussineau.ths2007-03-181-1/+13
* Remove useless static specifier.ths2007-03-171-1/+1
* New -cpu options: choose CPU model for emulated target.j_mayer2007-03-051-1/+1
* DS1225Y nvram device, by Herve Poussineau.ths2007-02-281-0/+1
* Replace TLSZ with TARGET_FMT_lx.ths2007-02-201-1/+1
* Add PS/2 keyboard to MIPS R4K, by Herve Poussineau.ths2007-02-181-0/+3
* Fix malta emulation for 64bit qemu.ths2007-01-241-4/+4
* Reworking MIPS interrupt handling, by Aurelien Jarno.ths2007-01-241-8/+1
* Unbreak the last patch.ths2007-01-061-2/+2
* Different MIPS BIOS binary names per endianness, and more relaxed sizeths2007-01-061-3/+7
* Fix initrd load address.ths2007-01-011-1/+1
* Check ELF binaries for machine type and endianness.ths2006-12-231-9/+3
* More serial ports for the mips machine.ths2006-12-231-1/+10
* Scrap SIGN_EXTEND32.ths2006-12-211-4/+8
* Preliminiary MIPS64 support, disabled by default due to performance impact.ths2006-12-211-6/+8
* MIPS RTC emulation.ths2006-12-071-0/+4
* Move the MIPS CPU timer in a seperate file, by Alec Voropay.ths2006-12-061-85/+13
* Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aidths2006-12-061-33/+100
* Mips IDE support. (Aurelien Jarno)pbrook2006-10-291-0/+9
* Merge common ISA access routines.pbrook2006-09-181-85/+1
* vga init changesbellard2006-08-171-2/+2
* C99 64 bit printfbellard2006-06-251-1/+1
* mips bios loading fixbellard2006-05-111-4/+0
* performance boost (on P4 hosts at least, rdtsc is a _very_ bad random generator)bellard2006-05-021-3/+6
* ELF loader (Thiemo Seufer)bellard2006-04-261-39/+41
* Allow selection of emulated network card.pbrook2006-02-051-2/+9
* do not init ne2000 if no network enabledbellard2005-12-181-1/+2
* kernel command line support (Daniel Jacobowitz)bellard2005-12-051-2/+19
* more generic serial port (initial patch by Jocelyn Mayer)bellard2005-11-231-1/+1
* cpu_single_env usage fixbellard2005-11-211-13/+19
* Add i8259 PIT to MIPS (Ralf Baechlebellard2005-08-211-0/+3
* Fix MIPS counter / compare interrupt (Ralf Baechlebellard2005-08-211-2/+4
* VGA bios support for PowerPCbellard2005-07-031-1/+1
* i8259 PIC supportbellard2005-07-021-62/+7
* added NE2000 (Ralf Baechle)bellard2005-07-021-0/+2
* init cleanup (Ralf Baechle)bellard2005-07-021-9/+6