summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 20:34:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 21:37:08 +0200
commit13f1affc69fe670996231f6ac160cab68ceb7f4a (patch)
tree1efa8711b31797ad43e3aca56cff961cdea1cee2
parent8c112d03adbbf94c7cb34626b26746c92d49d3e9 (diff)
alpha: remove non functional samples
-rw-r--r--target/alpha/Makefile12
-rw-r--r--target/alpha/systems/dec-alphastation-m38
-rw-r--r--target/alpha/systems/dec-multia11
-rw-r--r--target/config/Config.in.runtime1
-rw-r--r--target/linux/config/Config.in.ethernet2
-rw-r--r--target/linux/config/Config.in.serial2
6 files changed, 0 insertions, 36 deletions
diff --git a/target/alpha/Makefile b/target/alpha/Makefile
index 0d3b4f873..013409a23 100644
--- a/target/alpha/Makefile
+++ b/target/alpha/Makefile
@@ -6,9 +6,6 @@ include $(ADK_TOPDIR)/mk/kernel-build.mk
include $(ADK_TOPDIR)/mk/image.mk
KERNEL:=$(LINUX_DIR)/vmlinux
-ifeq ($(ADK_TARGET_SYSTEM_DEC_MULTIA),y)
-KERNEL:=$(LINUX_DIR)/arch/alpha/boot/bootpfile
-endif
QEMU_ARGS:=-monitor null
QEMU_ARGS+=${ADK_QEMU_ARGS}
@@ -55,20 +52,11 @@ ifeq ($(ADK_TARGET_FS),nfsroot)
targethelp:
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
@echo 'The nfs root tarball is: ${FW_DIR}/${ROOTFSUSERTARBALL}'
-ifeq ($(ADK_TARGET_SYSTEM_DEC_MULTIA),y)
- @echo 'The SRM console uses 9600 baud'
- @echo 'To netboot the Dec multia type following in SRM console:'
- @echo '>>>boot ewa0 -protocols bootp -fl "root=/dev/nfs ip=dhcp"'
-endif
endif
# image creation and kernel install
kernel-strip:
-ifeq ($(ADK_TARGET_SYSTEM_DEC_MULTIA),y)
- cp $(KERNEL) $(BUILD_DIR)/${TARGET_KERNEL}
-else
$(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
-endif
kernel-install: kernel-strip
cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/${TARGET_KERNEL}
diff --git a/target/alpha/systems/dec-alphastation-m3 b/target/alpha/systems/dec-alphastation-m3
deleted file mode 100644
index 4ac0d5166..000000000
--- a/target/alpha/systems/dec-alphastation-m3
+++ /dev/null
@@ -1,8 +0,0 @@
-config ADK_TARGET_SYSTEM_DEC_ALPHASTATION_M3
- bool "Digital Alphastation 250 4/266 (M3)"
- select ADK_TARGET_CPU_ALPHA_EV4
- select ADK_TARGET_KERNEL_WITH_COMPRESSION
- help
- Support for DEC Alphastation. See:
- https://en.wikipedia.org/wiki/AlphaStation
-
diff --git a/target/alpha/systems/dec-multia b/target/alpha/systems/dec-multia
deleted file mode 100644
index badef7e87..000000000
--- a/target/alpha/systems/dec-multia
+++ /dev/null
@@ -1,11 +0,0 @@
-config ADK_TARGET_SYSTEM_DEC_MULTIA
- bool "Digital Multia"
- select ADK_TARGET_CPU_ALPHA_EV4
- select ADK_TARGET_WITH_SERIAL
- select ADK_TARGET_WITH_NET
- select ADK_TARGET_WITH_NETDEVICE
- select ADK_TARGET_KERNEL_VMLINUX_BOOTP
- help
- Support for DEC Multia. See:
- https://en.wikipedia.org/wiki/DEC_Multia
-
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 836d7aa14..e2d254a88 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -418,7 +418,6 @@ config ADK_RUNTIME_CONSOLE_SERIAL_SPEED
|| ADK_TARGET_QEMU \
|| ADK_TARGET_GENERIC \
|| ADK_TARGET_SIM
- default "9600" if ADK_TARGET_SYSTEM_DEC_MULTIA
default "9600" if ADK_TARGET_SYSTEM_FON_FON2100
default "9600" if ADK_TARGET_SYSTEM_SGI_INDY
default "9600" if ADK_TARGET_SYSTEM_SGI_O2
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index 264098da2..cd2a7ebbb 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -156,8 +156,6 @@ config ADK_LINUX_KERNEL_DE2104X
tristate "DE2104X ethernet driver"
select ADK_LINUX_KERNEL_NET_VENDOR_DEC
select ADK_LINUX_KERNEL_NET_TULIP
- depends on ADK_TARGET_SYSTEM_DEC_MULTIA
- default y if ADK_TARGET_SYSTEM_DEC_MULTIA
default n
help
DEC Tulip ethernet driver.
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial
index 5ca3fd630..8b8281827 100644
--- a/target/linux/config/Config.in.serial
+++ b/target/linux/config/Config.in.serial
@@ -141,7 +141,6 @@ config ADK_LINUX_KERNEL_SERIAL_8250
|| ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG \
|| ADK_TARGET_SYSTEM_ORANGE_PI0 \
|| ADK_TARGET_SYSTEM_SYNOPSYS_HSDK \
- || ADK_TARGET_SYSTEM_DEC_MULTIA \
|| ADK_TARGET_SYSTEM_SOM_C6745
default y if ADK_TARGET_SYSTEM_XILINX_KINTEX7
default y if ADK_TARGET_SYSTEM_IMGTEC_CI20
@@ -177,7 +176,6 @@ config ADK_LINUX_KERNEL_SERIAL_8250
default y if ADK_TARGET_SYSTEM_ORANGE_PI0
default y if ADK_TARGET_SYSTEM_SYNOPSYS_HSDK
default y if ADK_TARGET_SYSTEM_SOM_C6745
- default y if ADK_TARGET_SYSTEM_DEC_MULTIA
default n
help
Serial driver for 8250 UART chip.