summaryrefslogtreecommitdiffstats
path: root/hw/mips_r4k.c
Commit message (Expand)AuthorAgeFilesLines
* Set default max_cpus to one.balrog2008-10-281-1/+0
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+1
* Use qemu-log.hblueswir12008-10-041-2/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-4/+5
* MIPS: remove empty cpu_mips_irqctrl_init()aurel322008-09-141-1/+0
* Allow diskless operation for all mips platforms.ths2008-08-131-4/+5
* Move CPU save/load registration to common code.pbrook2008-06-301-1/+0
* More efficient target register / TC accesses.ths2008-06-271-1/+1
* 8250: Customized base baudrateaurel322008-05-041-1/+2
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+1
* RAM usage information in machine definition.balrog2008-04-241-0/+1
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-1/+1
* Flash support for mips r4k pseudo-machine, byths2008-04-201-1/+13
* Remove broken ds1225y init, it is useless on this machine anyway.ths2007-12-071-2/+1
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-2/+20
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-2/+2
* Break up vl.h.pbrook2007-11-171-1/+7
* 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
OpenPOWER on IntegriCloud