Skip to content

Commit

Permalink
ARM: footbridge: remove personal server platform
Browse files Browse the repository at this point in the history
Remove the personal server platform, as that has had an array overrun
issue identified. It is believed that no one is using this code.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
  • Loading branch information
Russell King committed May 5, 2021
1 parent 57ac516 commit 298a58e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 107 deletions.
1 change: 0 additions & 1 deletion arch/arm/configs/footbridge_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ CONFIG_EXPERT=y
CONFIG_MODULES=y
CONFIG_ARCH_FOOTBRIDGE=y
CONFIG_ARCH_CATS=y
CONFIG_ARCH_PERSONAL_SERVER=y
CONFIG_ARCH_EBSA285_HOST=y
CONFIG_ARCH_NETWINDER=y
CONFIG_LEDS=y
Expand Down
21 changes: 0 additions & 21 deletions arch/arm/mach-footbridge/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,6 @@ config ARCH_CATS

Saying N will reduce the size of the Footbridge kernel.

config ARCH_PERSONAL_SERVER
bool "Compaq Personal Server"
select FOOTBRIDGE_HOST
select ISA
select ISA_DMA
select FORCE_PCI
help
Say Y here if you intend to run this kernel on the Compaq
Personal Server.

Saying N will reduce the size of the Footbridge kernel.

The Compaq Personal Server is not available for purchase.
There are no product plans beyond the current research
prototypes at this time. Information is available at:

<http://www.crl.hpl.hp.com/projects/personalserver/>

If you have any questions or comments about the Compaq Personal
Server, send e-mail to <skiff@crl.dec.com>.

config ARCH_EBSA285_ADDIN
bool "EBSA285 (addin mode)"
select ARCH_EBSA285
Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-footbridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ pci-y += dc21285.o
pci-$(CONFIG_ARCH_CATS) += cats-pci.o
pci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o
pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o
pci-$(CONFIG_ARCH_PERSONAL_SERVER) += personal-pci.o

obj-$(CONFIG_ARCH_CATS) += cats-hw.o isa-timer.o
obj-$(CONFIG_ARCH_EBSA285) += ebsa285.o dc21285-timer.o
obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o isa-timer.o
obj-$(CONFIG_ARCH_PERSONAL_SERVER) += personal.o dc21285-timer.o

obj-$(CONFIG_PCI) +=$(pci-y)

Expand Down
58 changes: 0 additions & 58 deletions arch/arm/mach-footbridge/personal-pci.c

This file was deleted.

25 changes: 0 additions & 25 deletions arch/arm/mach-footbridge/personal.c

This file was deleted.

0 comments on commit 298a58e

Please sign in to comment.