Browse Source

architecture: remove support for DEC Alpha CPUs

This architecture can be considered pretty dead

https://en.wikipedia.org/wiki/DEC_Alpha
.............................................................................
On June 25, 2001, Compaq announced that Alpha would be phased out by 2004 in
favor of Intel's Itanium, canceled the planned EV8 chip, and sold all Alpha
intellectual property to Intel.
.............................................................................
stable/0.6
Christian Wiese 10 years ago
parent
commit
f68ce312bd
5 changed files with 0 additions and 91 deletions
  1. +0
    -8
      architecture/alpha/archtest.out
  2. +0
    -21
      architecture/alpha/config.hlp
  3. +0
    -30
      architecture/alpha/config.in
  4. +0
    -25
      architecture/alpha/kernel.conf.m4
  5. +0
    -7
      architecture/alpha/kernel24-disable.lst

+ 0
- 8
architecture/alpha/archtest.out

@ -1,8 +0,0 @@
arch_sizeof_short=2
arch_sizeof_int=4
arch_sizeof_long=8
arch_sizeof_long_long=8
arch_sizeof_char_p=8
arch_bigendian=no
arch_machine=alpha
arch_target=alpha-unknown-linux-gnu

+ 0
- 21
architecture/alpha/config.hlp

@ -1,21 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: architecture/alpha/config.hlp
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
SDECFG_ALPHA_OPT
Please select the specific type of alpha-CPU you want to optimise
binaries for.
You can also choose to not optimise for any specific CPU. The resulting
binaries will run on any alpha-compatible CPU but with a significant loss
in performance.

+ 0
- 30
architecture/alpha/config.in

@ -1,30 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: architecture/alpha/config.in
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: Alpha AXP
choice SDECFG_ALPHA_OPT generic \
generic "No special optimisation" \
ev4 "Optimised for EV4 CPU" \
ev45 "Optimised for EV4.5 CPU" \
ev5 "Optimised for EV5 CPU" \
ev56 "Optimised for EV5.6 CPU" \
pca56 "Optimised for PCA5.6 CPU" \
ev6 "Optimised for EV6 CPU" \
ev67 "Optimised for EV6.7 CPU"
if [ $SDECFG_ALPHA_OPT != generic ] ; then
SDECFG_ID="$SDECFG_ID-$SDECFG_ALPHA_OPT"
fi

+ 0
- 25
architecture/alpha/kernel.conf.m4

@ -1,25 +0,0 @@
dnl --- SDE-COPYRIGHT-NOTE-BEGIN ---
dnl This copyright note is auto-generated by ./scripts/Create-CopyPatch.
dnl
dnl Filename: architecture/alpha/kernel.conf.m4
dnl Copyright (C) 2004 - 2006 The T2 SDE Project
dnl
dnl More information can be found in the files COPYING and README.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; version 2 of the License. A copy of the
dnl GNU General Public License can be found in the file COPYING.
dnl --- SDE-COPYRIGHT-NOTE-END ---
define(`ALPHA', `Alpha AXP')dnl
CONFIG_ALPHA_GENERIC=y
# CONFIG_BINFMT_EM86 is not set
include(`kernel-common.conf.m4')
include(`kernel-block.conf.m4')
CONFIG_BLK_DEV_CY82C693=y
include(`kernel-net.conf.m4')
include(`kernel-fs.conf.m4')

+ 0
- 7
architecture/alpha/kernel24-disable.lst

@ -1,7 +0,0 @@
CONFIG_NVRAM 2002-07-24 2.4.18 # nvram.c
CONFIG_FTAPE 2002-07-24 2.4.18 # ftape-calibr.c
CONFIG_ISDN_CAPI 2002-07-24 2.4.18 # b1dma.c
CONFIG_ISDN_DRV_SC 2002-07-24 2.4.18 # shmem.c
CONFIG_SCSI_DPT_I2O 2002-07-24 2.4.18 # dpt_i2o.o
CONFIG_ATM 2003-12-10 2.4.23 # nicstar.c
CONFIG_MCDX 2003-12-10 2.4.23

Loading…
Cancel
Save