aboutsummaryrefslogtreecommitdiff
path: root/hw/mips_malta.c
AgeCommit message (Expand)Author
2009-02-08Additional VGA options for MIPS Maltaaurel32
2009-01-24Support epoch of 1980 in RTC emulation for MIPS Magnumaurel32
2009-01-24mips: limit RAM size to 256MB on malta and qemu boardsaurel32
2009-01-18mips_malta: map the CBUS UART as the third serial portaurel32
2009-01-18add an init function parameter to qemu_chr_open()aurel32
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-01Malta & OMAP: add a name to char devicesaurel32
2008-10-28Set default max_cpus to one.balrog
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori
2008-10-04Use qemu-log.hblueswir1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-14MIPS: remove empty cpu_mips_irqctrl_init()aurel32
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir1
2008-08-13Allow diskless operation for all mips platforms.ths
2008-06-30Move CPU save/load registration to common code.pbrook
2008-05-048250: Customized base baudrateaurel32
2008-05-04Set default console sizeaurel32
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-24RAM usage information in machine definition.balrog
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-03-18SCI fixesaurel32
2008-01-04Malta flash support.ths
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-11-26Add floppy support, tested to work with www.linux-mips.org GIT head.ths
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir1
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-09Move kernel loader parameters from the cpu state to being board specific.ths
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog
2007-10-05New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-11Impement Galilleo ISD register.ths
2007-06-21Revert workaround for -nographic segfault.ths
2007-06-12Revert the Gallileo PCI mapping patch, it conflicts with the supposedlyths
2007-06-10More PCI mapping/remapping for Gallileo.ths
2007-06-09Don't try to use "vt" output in nographic mode.ths
2007-06-07Fix firmware word endianness for Malta.ths
2007-06-06Make the Malta bootloader handling a bit more transparent.ths
2007-06-06Fix formatting.ths
2007-06-06Malta has no ISA bus.ths
2007-06-06Use the correct PCI IDs for Malta.ths
2007-06-04Take advantage of subpage support.ths
2007-06-01Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno.ths
2007-05-30Fix typo in comment.ths
2007-05-30Fix CPU (re-)selection on reset.ths