summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-06-07Initialize more GT64xxx registers on reset.ths1-11/+113
2007-06-07Fix some Malta PCI config bits.ths1-9/+13
2007-06-07PCI device saving for GT64xxx.ths1-0/+21
2007-06-07Implement some more Gallileo registers.ths1-17/+336
2007-06-07Fix comment.ths1-1/+1
2007-06-07Fix PCI irq mapping on Malta.ths1-2/+2
2007-06-07Fix firmware word endianness for Malta.ths1-0/+12
2007-06-06Make the Malta bootloader handling a bit more transparent.ths1-14/+17
2007-06-06Fix formatting.ths1-1/+1
2007-06-06Malta has no ISA bus.ths1-11/+2
2007-06-06Big endian byte swap for serial mmapped interface.ths1-4/+18
2007-06-06Use the correct PCI IDs for Malta.ths5-5/+81
2007-06-04Take advantage of subpage support.ths1-24/+5
2007-06-04ColdFire Ethernet support.pbrook2-1/+474
2007-06-03Fix off-by-one memory region sizes.pbrook21-39/+39
2007-06-03Spelling fixes, by Stefan Weil.ths5-8/+8
2007-06-03MCF5208 timer fix.pbrook1-5/+8
2007-06-03MCF5208 emulation.pbrook5-282/+758
2007-06-03Leave running timer alone if not reloading.pbrook1-1/+1
2007-06-01Force display update on palette change or loadvmblueswir11-1/+10
2007-06-01Add support for 5Kc/5Kf/20Kc, based on a patch by Aurelien Jarno.ths1-1/+1
2007-05-30Fix typo in comment.ths1-2/+2
2007-05-30Fix CPU (re-)selection on reset.ths3-0/+3
2007-05-30Replace target_ulong with target_phys_addr_tblueswir11-2/+2
2007-05-28SMBus support for MIPS Malta.ths3-9/+15
2007-05-28Remove a local subpage IO hack, now that general subpage IO works.balrog2-41/+21
2007-05-27Interrupt debugging DPRINTFsblueswir11-10/+22
2007-05-27New option -net nic,model=? (Mark Glines)blueswir16-0/+21
2007-05-27Handle unconnected vlan case in lanceblueswir12-22/+27
2007-05-27Use qemu_irqs between CPUs and interrupt controllerblueswir12-81/+98
2007-05-27Use qemu_irq between interrupt controller and timersblueswir13-37/+36
2007-05-27Use qemu_irqs between dma controllers and esp, lanceblueswir14-36/+33
2007-05-26Split DMA controller in twoblueswir19-76/+84
2007-05-25Implement Sparc64 CPU timers using ptimersblueswir11-0/+41
2007-05-24Change ptimer API to use 64-bit values, add save and load methodsblueswir12-98/+104
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog16-62/+1181
2007-05-23Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.balrog2-2/+2
2007-05-23Add WM8750 and MAX7310 chips (I2C slaves).balrog4-0/+803
2007-05-23Implement the PXA2xx I2C master controller.balrog8-25/+271
2007-05-23m68k/ColdFire system emulation.pbrook2-0/+902
2007-05-23Add periodic timer implementation.pbrook2-114/+207
2007-05-23I2C/SMBus framework.pbrook7-66/+561
2007-05-21Fix interrupt controller address maskingblueswir11-2/+3
2007-05-20Delete now unused define.ths1-1/+0
2007-05-19Linux loader rewrite, by H. Peter Anvin.ths1-82/+222
2007-05-19Use full 36-bit physical address space on SS10blueswir113-89/+102
2007-05-17Make TCX registers match what NetBSD expectsblueswir11-2/+3
2007-05-17Fix Qemu division by zero triggered by NetBSDblueswir11-6/+4
2007-05-17Set limits for memory size to avoid overlap with devicesblueswir11-3/+8
2007-05-17Force the primary CPU to run and other CPUs to halt, recalculate timersblueswir12-3/+16