summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-11-11 Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir12-1/+112
2007-11-11removed invalid use of _INTC_ARRAYbellard1-2/+2
2007-11-11 Fix Sun4u compileblueswir11-67/+42
2007-11-11Fix PowerPC boot device selection.j_mayer3-14/+24
2007-11-11mips_r4k warning fixes.pbrook1-6/+1
2007-11-11More generic boot devices specification, allowing more devices to be specifiedj_mayer4-10/+66
2007-11-11ARMv7 support.pbrook17-199/+3522
2007-11-10Fix build failure.pbrook1-5/+7
2007-11-10Add dummy m68k board.pbrook1-0/+66
2007-11-10Fix 64-bit host printf format mismatches.pbrook8-18/+20
2007-11-10added cpu_model parameter to cpu_init()bellard21-95/+112
2007-11-09Fix typo, spotted by Samuel Thibault.ths1-1/+1
2007-11-09Move kernel loader parameters from the cpu state to being board specific.ths3-54/+72
2007-11-08Revert "Last AIO Patch" as requested by Fabrice, it is incomplete andths1-38/+18
2007-11-08added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard1-3/+15
2007-11-07removed tracesbellard1-0/+4
2007-11-07added -startdate optionbellard1-4/+9
2007-11-05No functional changes: remove dead code and fix indentation & wrapping lines.j_mayer1-199/+196
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog5-60/+856
2007-11-04 Change sysctrl register to 32 bits (original patch by Robert Reif)blueswir11-20/+76
2007-11-04Fix memory corruption: bdrv_read/write API has been changed to takej_mayer1-4/+2
2007-11-04 Fix Solaris breakageblueswir11-5/+5
2007-11-04Add register mappings in DSP space (must be accessible for MPU too).balrog4-22/+66
2007-11-04 Constificationblueswir11-2/+2
2007-11-04 Remove target dependent codeblueswir12-8/+23
2007-11-04Make accesses with wrong width also work as apparently real hardware allows t...balrog3-20/+59
2007-11-04Fix grackle (in fact MPC106) PCI host bridge headerj_mayer1-16/+0
2007-11-04Fix PowerMac NVRAM device.j_mayer5-16/+33
2007-11-03Split I^2C controller out of hw/omap.c.balrog3-425/+472
2007-11-03Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog2-0/+433
2007-11-03Initial OMAP I^2C controller implementation (communication not tested).balrog3-2/+428
2007-11-03Add OMAP Pulse-width Tone module.balrog2-0/+103
2007-11-03Implement OMAP PWL (backlight) module.balrog2-4/+120
2007-11-03The PINT/DAV pin is active low in the chip spec, not inverted on the board.balrog2-11/+63
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