summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Break up vl.h.pbrook2007-11-17186-234/+1709
* sd.c build fix.pbrook2007-11-171-3/+3
* Convert SD cards code to use qemu_irq too.balrog2007-11-176-63/+22
* Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog2007-11-176-166/+157
* Gumstix 'connex' board support by Thorsten Zitterell.balrog2007-11-172-0/+679
* Machine specific IOMMU version (Robert Reif)blueswir12007-11-172-5/+12
* Add missing definition for number of input pins for the PowerPC 970 bus.j_mayer2007-11-171-2/+4
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-13/+11
* Update OHW interface to version 3.blueswir12007-11-143-254/+324
* Fix signed/unsigned comparisons in OHCI host.balrog2007-11-132-4/+5
* removed warningbellard2007-11-111-0/+5
* removed unused variablebellard2007-11-112-2/+0
* fixed castbellard2007-11-111-1/+1
* removed unused variablesbellard2007-11-111-5/+17
* use correct printf formatbellard2007-11-113-3/+7
* fixed invalid constantbellard2007-11-111-1/+1
* removed unused codebellard2007-11-111-0/+2
* Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir12007-11-112-1/+112
* removed invalid use of _INTC_ARRAYbellard2007-11-111-2/+2
* Fix Sun4u compileblueswir12007-11-111-67/+42
* Fix PowerPC boot device selection.j_mayer2007-11-113-14/+24
* mips_r4k warning fixes.pbrook2007-11-111-6/+1
* More generic boot devices specification, allowing more devices to be specifiedj_mayer2007-11-114-10/+66
* ARMv7 support.pbrook2007-11-1117-199/+3522
* Fix build failure.pbrook2007-11-101-5/+7
* Add dummy m68k board.pbrook2007-11-101-0/+66
* Fix 64-bit host printf format mismatches.pbrook2007-11-108-18/+20
* added cpu_model parameter to cpu_init()bellard2007-11-1021-95/+112
* Fix typo, spotted by Samuel Thibault.ths2007-11-091-1/+1
* Move kernel loader parameters from the cpu state to being board specific.ths2007-11-093-54/+72
* Revert "Last AIO Patch" as requested by Fabrice, it is incomplete andths2007-11-081-38/+18
* added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard2007-11-081-3/+15
* removed tracesbellard2007-11-071-0/+4
* added -startdate optionbellard2007-11-071-4/+9
* No functional changes: remove dead code and fix indentation & wrapping lines.j_mayer2007-11-051-199/+196
* Zeroing ITR shouldn't ack irq zero.balrog2007-11-045-60/+856
* Change sysctrl register to 32 bits (original patch by Robert Reif)blueswir12007-11-041-20/+76
* Fix memory corruption: bdrv_read/write API has been changed to takej_mayer2007-11-041-4/+2
* Fix Solaris breakageblueswir12007-11-041-5/+5
* Add register mappings in DSP space (must be accessible for MPU too).balrog2007-11-044-22/+66
* Constificationblueswir12007-11-041-2/+2
* Remove target dependent codeblueswir12007-11-042-8/+23
* Make accesses with wrong width also work as apparently real hardware allows t...balrog2007-11-043-20/+59
* Fix grackle (in fact MPC106) PCI host bridge headerj_mayer2007-11-041-16/+0
* Fix PowerMac NVRAM device.j_mayer2007-11-045-16/+33
* Split I^2C controller out of hw/omap.c.balrog2007-11-033-425/+472
* Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog2007-11-032-0/+433
* Initial OMAP I^2C controller implementation (communication not tested).balrog2007-11-033-2/+428
* Add OMAP Pulse-width Tone module.balrog2007-11-032-0/+103
* Implement OMAP PWL (backlight) module.balrog2007-11-032-4/+120
OpenPOWER on IntegriCloud