summaryrefslogtreecommitdiff
path: root/target/hppa
diff options
context:
space:
mode:
Diffstat (limited to 'target/hppa')
-rw-r--r--target/hppa/Makefile1
-rw-r--r--target/hppa/kernel/qemu-hppa1
-rw-r--r--target/hppa/systems/hp-c37008
3 files changed, 2 insertions, 8 deletions
diff --git a/target/hppa/Makefile b/target/hppa/Makefile
index aba746bee..482479e58 100644
--- a/target/hppa/Makefile
+++ b/target/hppa/Makefile
@@ -8,6 +8,7 @@ include $(ADK_TOPDIR)/mk/image.mk
KERNEL:=$(LINUX_DIR)/$(ADK_TARGET_KERNEL)
QEMU:=qemu-system-hppa
QEMU_ARGS:=-nographic
+QEMU_ARGS+=-device e1000,netdev=adk0 -netdev user,id=adk0
# target helper text
ifeq ($(ADK_TARGET_FS),archive)
diff --git a/target/hppa/kernel/qemu-hppa b/target/hppa/kernel/qemu-hppa
index e16c3f466..e0d0e95a3 100644
--- a/target/hppa/kernel/qemu-hppa
+++ b/target/hppa/kernel/qemu-hppa
@@ -6,3 +6,4 @@ CONFIG_GSC_WAX=y
CONFIG_GSC_DINO=y
CONFIG_SERIAL_MUX=y
CONFIG_SERIAL_MUX_CONSOLE=y
+CONFIG_COMPAT_32BIT_TIME=y
diff --git a/target/hppa/systems/hp-c3700 b/target/hppa/systems/hp-c3700
deleted file mode 100644
index f0299288b..000000000
--- a/target/hppa/systems/hp-c3700
+++ /dev/null
@@ -1,8 +0,0 @@
-config ADK_TARGET_SYSTEM_HP_C3700
- bool "HP C3700 Workstation"
- select ADK_TARGET_CPU_PARISC
- select ADK_TARGET_KERNEL_WITH_COMPRESSION
- help
- HP C3700 workstation with PA-8700 750 MHz
- https://www.openpa.net/systems/hp-visualize_b1000_c3000_c3600.html
-