]> git.proxmox.com Git - mirror_qemu.git/commit - hw/hppa/machine.c
hw/hppa: Implement DINO system board
authorHelge Deller <deller@gmx.de>
Sun, 8 Oct 2017 20:47:27 +0000 (16:47 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 31 Jan 2018 13:30:50 +0000 (05:30 -0800)
commita72bd606ca9754e2d2aecf75acd3c27564ad4fe0
treeb5750b17922ae05209e6c2c0ffe381693b7f3f6f
parent7b93dab51e929d7c2878cb5ad92b4419e3318e73
hw/hppa: Implement DINO system board

Now that we have the prerequisites in target/hppa/,
implement the hardware for a PA7100LC.

This also enables build for hppa-softmmu.

Signed-off-by: Helge Deller <deller@gmx.de>
[rth: Since it is all new code, squashed all branch development
withing hw/hppa/ to a single patch.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Makefile.objs
default-configs/hppa-softmmu.mak [new file with mode: 0644]
hw/hppa/Makefile.objs
hw/hppa/dino.c [new file with mode: 0644]
hw/hppa/hppa_hardware.h [new file with mode: 0644]
hw/hppa/hppa_sys.h [new file with mode: 0644]
hw/hppa/machine.c
hw/hppa/pci.c [new file with mode: 0644]
hw/hppa/trace-events [new file with mode: 0644]