Skip to content

Commit

Permalink
hw/hppa: Implement DINO system board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hdeller authored and rth7680 committed Jan 31, 2018
1 parent 7b93dab commit a72bd60
Show file tree
Hide file tree
Showing 9 changed files with 938 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ trace-events-subdirs += hw/vfio
trace-events-subdirs += hw/acpi
trace-events-subdirs += hw/arm
trace-events-subdirs += hw/alpha
trace-events-subdirs += hw/hppa
trace-events-subdirs += hw/xen
trace-events-subdirs += hw/ide
trace-events-subdirs += ui
Expand Down
14 changes: 14 additions & 0 deletions default-configs/hppa-softmmu.mak
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
include pci.mak
include usb.mak
CONFIG_SERIAL=y
CONFIG_SERIAL_ISA=y
CONFIG_ISA_BUS=y
CONFIG_I8259=y
CONFIG_VIRTIO_PCI=$(CONFIG_PCI)
CONFIG_VIRTIO=y
CONFIG_E1000_PCI=y
CONFIG_IDE_ISA=y
CONFIG_IDE_CMD646=y
# CONFIG_IDE_MMIO=y
CONFIG_VIRTIO_VGA=y
CONFIG_MC146818RTC=y
2 changes: 1 addition & 1 deletion hw/hppa/Makefile.objs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
obj-y += machine.o
obj-y += machine.o pci.o dino.o
Loading

0 comments on commit a72bd60

Please sign in to comment.