summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-10-31Add copyright and license header.ths1-0/+20
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog21-81/+101
2007-10-31OHCI USB isochronous transfers support (Arnon Gilboa).balrog1-17/+340
2007-10-29Add a qemu_irq_invert() shortcut for inverting a signal.balrog3-19/+18
2007-10-29Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog4-6/+868
2007-10-29Fix PreP PCI IRQ mapping.j_mayer1-2/+1
2007-10-29Temporary hack to avoid Qemu crash at PowerPC reset time.j_mayer2-4/+18
2007-10-29Implement PreP reset port.j_mayer1-1/+5
2007-10-29PowerPC 601 / 620 / 970 need a 1MB firmware.j_mayer3-0/+25
2007-10-29Implement OMAP MicroWire controller.balrog3-16/+200
2007-10-28* sort the PowerPC target object filesj_mayer11-482/+876
2007-10-28Give an opaque to the m48t59 direct access routines to make it easierj_mayer2-7/+13
2007-10-28Add OMAP Shared GPIO module.balrog3-1/+186
2007-10-28Handle MMC card insertion/removal/readonly signals.balrog4-2/+57
2007-10-28Add PalmT|E matrix keypad connected to OMAP GPIOs.balrog2-6/+37
2007-10-28Implement OMAP1 MPU I/O module.balrog2-2/+295
2007-10-28Less debug noise from the mipsnet driver.ths1-3/+3
2007-10-21Bugfix: now PCI NICs really work on PowerPC PreP platform.j_mayer1-2/+2
2007-10-21Allow use of PCI NICs on PowerPC PreP platform.j_mayer1-6/+1
2007-10-20"QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain.ths1-1/+1
2007-10-20Enable ACPI interrupts, by Igor Lvovsky.ths1-0/+1
2007-10-20Check the Galilleo config register instead of hardcoding the endianness.ths1-22/+8
2007-10-20Avoid PreP target kernel freeze waiting for IRQs.j_mayer1-1/+1
2007-10-18Only map BIOS space when it was actually loaded.ths1-9/+8
2007-10-17Second half of mipssim support, plus documentation improvements.ths2-0/+436
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir12-2/+2
2007-10-14Implement time-base start/stop helpers.j_mayer1-29/+92
2007-10-14Fix memory corruption reported by Julian Sewardj_mayer1-1/+1
2007-10-14Do not allow PowerPC CPU restart after entering checkstop mode.j_mayer1-7/+1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-12/+14
2007-10-13Static-ify function.ths1-3/+4
2007-10-09Match values with the ones documented in the PIIX4 datasheet.ths1-1/+3
2007-10-09Fix vmmouse for 64bit guest, by Dan Kenigsberg.ths1-1/+1
2007-10-09Don't route PIC interrupts through the local APIC if the local APICths2-3/+37
2007-10-08EtraxFS board support, by Edgar E. Iglesias.ths3-0/+568
2007-10-07PowerPC target coding style fixes.j_mayer1-6/+5
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer3-17/+20
2007-10-07Share devices that might be useful for all PowerPC 40x & 440 implementationsj_mayer4-525/+587
2007-10-07 More user timer fixes (Robert Reif)blueswir11-68/+86
2007-10-06 More detabificationblueswir111-458/+458
2007-10-06 Implement user mode for timersblueswir12-20/+76
2007-10-06 Support for loading a real BIOS image (Robert Reif)blueswir11-5/+7
2007-10-05New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer10-13/+35
2007-10-04Implement PL110 byte order config bit (original patch by Richard Purdie).balrog2-37/+95
2007-10-04USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog1-28/+118
2007-10-04sh775x interrupt controller by Magnus Damm.balrog5-90/+630
2007-10-04Several corrections in the spitzkbd keymap (patch by Juergen Lock).balrog2-2/+13
2007-10-04We must reset the PowerPC CPU _after_ registering it, as hardware resetj_mayer1-2/+4
2007-10-03Fix PowerPC initialisation and first reset:j_mayer2-11/+16
2007-10-03We never have to export ppc_set_irq.j_mayer2-1/+5