summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot headerSoren Brinkmann2013-07-221-4/+10
* vexpress: Add virtio-mmio transportsPeter Maydell2013-07-191-0/+99
* vexpress: Make VEDBoardInfo extend arm_boot_infoPeter Maydell2013-07-191-16/+15
* arm/boot: Allow boards to modify the FDT blobPeter Maydell2013-07-191-0/+5
* arm/boot: Use qemu_devtree_setprop_sized_cells()Peter Maydell2013-07-191-21/+8
* ARM/highbank: add support for Calxeda ECX-2000 / MidwayAndre Przywara2013-07-151-5/+27
* ARM/highbank: prepare for adding similar machinesAndre Przywara2013-07-151-6/+23
* hw/arm/vexpress: Add alias for flash at address 0 on A15 boardPeter Maydell2013-07-151-2/+17
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-107-13/+12
|\
| * cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-096-11/+11
| * cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-2/+1
* | Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster2013-07-091-7/+1
|/
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-082-3/+5
|\
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-072-3/+5
* | hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-0411-34/+44
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-0422-125/+125
|/
* arm/boot: Free dtb blob memory after usePeter Maydell2013-06-251-5/+15
* ARM: Allow dumping of device treeJohn Rigby2013-06-251-0/+1
* arm: Remove CONFIG_FDT conditionalsPeter Maydell2013-06-141-7/+0
* exynos4210.c: register rom_mem for memory migrationIgor Mitsyanko2013-06-031-0/+1
* hw/arm/exynos4210.c: convert chipid_and_omr to an mmio regionIgor Mitsyanko2013-06-031-3/+24
* xilinx_spips: seperate SPI and QSPI as two classesPeter Crosthwaite2013-06-031-1/+1
* remove some double-includesMichael Tokarev2013-05-181-1/+0
* spitz: fix compilation failure due to pty.h namespace pollutionPaolo Bonzini2013-05-141-50/+50
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+1
* Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl2013-04-202-13/+20
|\
| * versatile_pci: Expose PCI memory space to systemPeter Maydell2013-04-192-0/+6
| * arm/realview: Fix mapping of PCI regionsPeter Maydell2013-04-191-9/+9
| * versatile_pci: Implement the PCI controller's control registersPeter Maydell2013-04-192-6/+8
| * versatile_pci: Expose PCI I/O region on Versatile PBPeter Maydell2013-04-191-2/+1
* | Remove unneeded type castsStefan Weil2013-04-195-20/+20
|/
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-2/+6
* console: simplify screendumpGerd Hoffmann2013-04-161-1/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-153-3/+3
* arm: fix location of some include filesPeter Maydell2013-04-1526-41/+41
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-083-2/+70
* hw: move last file to hw/arm/Paolo Bonzini2013-04-082-5/+1624
* hw: move ARM CPU cores to hw/cpu/, configure with default-configs/Paolo Bonzini2013-04-081-2/+0
* hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini2013-04-081-10/+1
* hw: move GPIO interfaces to hw/gpio/, configure with default-configs/Paolo Bonzini2013-04-081-2/+1
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-7/+3
* hw: move DMA controllers to hw/dma/, configure with default-configs/Paolo Bonzini2013-04-081-5/+2
* hw: move SD/MMC devices to hw/sd/, configure with default-configs/Paolo Bonzini2013-04-081-2/+2
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-10/+7
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-3/+3
* hw: move SSI controllers to hw/ssi/, configure via default-configs/Paolo Bonzini2013-04-081-2/+1
* hw: move I2C controllers to hw/i2c/, configure via default-configs/Paolo Bonzini2013-04-081-3/+2
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-7/+6
* hw: move audio devices to hw/audio/, configure via default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini2013-04-081-1/+1
OpenPOWER on IntegriCloud