summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-01-17Disable Malta floppy controller for now, by Aurelien Jarno.ths1-3/+3
2007-01-17ARM boot fix (Jason Wessel).pbrook1-2/+2
2007-01-16ARM ELF loader.pbrook4-25/+35
2007-01-15MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.ths1-0/+590
2007-01-15Gallileo GT64xxx support, by Aurelien Jarno.ths1-0/+582
2007-01-15PIIX4 support, by Aurelien Jarno.ths1-0/+63
2007-01-10Devfn number for the PIIX3 southbridge, by Aurelien Jarno.ths2-4/+4
2007-01-10Devfn number for network PCI cards, by Aurelien Jarno.ths9-16/+16
2007-01-10Restore SCSI disk attaching, by Igor Kovalenko.ths1-0/+7
2007-01-07Revert -disk patch, as requested by Fabrice. The general idea of thisths2-18/+14
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-05Fix for hard disk translation hints, by Volker Ruppert.ths1-2/+12
2007-01-05Fix comment, by Volker Ruppert.ths1-2/+3
2007-01-05Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.ths1-1/+18
2007-01-05Dynamic handling of guest mice, by Lonnie Mendez.ths4-6/+9
2007-01-02Arm GIC stuck interrupt fix.pbrook1-3/+6
2007-01-01Fix initrd load address.ths1-1/+1
2006-12-24Fix SCSI cdrom boot, thanks Blue Swirl.ths2-8/+31
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-22Sparc64 build fix (Igor Kovalenko).pbrook1-2/+2
2006-12-22SCSI emulation improvements, by Chuck Brazie.ths1-14/+12
2006-12-22Fix CDROM change, by Anthony Liguori.ths1-0/+12
2006-12-21Don't cast lvalues, fixes compiler warning.ths1-2/+4
2006-12-21Avoid "unused variable" compiler warning.ths1-1/+2
2006-12-21Remove unused variable.ths1-1/+0
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-10Fix PCI config space overflow, by Herbert Xu.ths1-8/+16
2006-12-10Fix sector size overflow, by Herbert Xu.ths1-1/+1
2006-12-07Spelling fixes, thanks to Stefan Weil.ths3-3/+3
2006-12-07MIPS RTC emulation.ths1-0/+4
2006-12-07Move date/time init to the RTC implementation.ths2-22/+25
2006-12-06Move the MIPS CPU timer in a seperate file, by Alec Voropay.ths2-85/+98
2006-12-06Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aidths1-33/+100
2006-11-19Add casts for 64-bit hosts.pbrook1-2/+2
2006-11-14ARM timer counts down, not up.pbrook1-5/+5
2006-10-29Mips IDE support. (Aurelien Jarno)pbrook1-0/+9
2006-10-22ColdFire target.pbrook1-2/+3
2006-10-18Fix typo in pixel conversion templates.pbrook1-1/+1
2006-10-08APIC init fix + APIC get_irq fix (Juergen Keil)bellard1-4/+3
2006-10-02SMI enable bit supportbellard1-13/+2
2006-10-01ARM GIC bug.pbrook1-1/+1
2006-09-28PCI IRC routing fix.pbrook1-3/+4
2006-09-25VBE 4 bit bank selection fix (Volker Rupper)bellard1-1/+5
2006-09-24implement i440 instead of i450 ISA memory mappings to be compatible with Bochsbellard1-54/+41
2006-09-24moved PCI init to BIOS - added ISA memory mapping registers and SMM supportbellard1-225/+123
2006-09-24moved MP table init to BIOSbellard1-163/+15
2006-09-24moved ACPI table init to BIOSbellard2-837/+0