Skip to content

Commit

Permalink
ARM: delete netx machine
Browse files Browse the repository at this point in the history
After discussing with the subarch maintainers and Hilscher,
we concluded that the netx subarchitecture (Netx 100/500)
is no longer maintained or tested, and noone will miss it
if we delete it. So delete it.

There is a newer Netx 4000 architecture which we may see
included at some point, but this will be supported using
the standard multiplatform and devicetree mechanisms and is
easier to develop from scratch.

Cc: Michael Trensch <MTrensch@hilscher.com>
Acked-By: Robert Schwebel <r.schwebel@pengutronix.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed May 22, 2019
1 parent a188339 commit ceb02dc
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 2,179 deletions.
11 changes: 0 additions & 11 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -374,15 +374,6 @@ config ARCH_FOOTBRIDGE
Support for systems based on the DC21285 companion chip
("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.

config ARCH_NETX
bool "Hilscher NetX based"
select ARM_VIC
select CLKSRC_MMIO
select CPU_ARM926T
select GENERIC_CLOCKEVENTS
help
This enables support for systems based on the Hilscher NetX Soc

config ARCH_IOP13XX
bool "IOP13xx-based"
depends on MMU
Expand Down Expand Up @@ -767,8 +758,6 @@ source "arch/arm/mach-mvebu/Kconfig"

source "arch/arm/mach-mxs/Kconfig"

source "arch/arm/mach-netx/Kconfig"

source "arch/arm/mach-nomadik/Kconfig"

source "arch/arm/mach-npcm/Kconfig"
Expand Down
7 changes: 0 additions & 7 deletions arch/arm/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -638,13 +638,6 @@ choice
Say Y here if you want kernel low-level debugging support
for Mediatek mt8135 based platforms on UART3.

config DEBUG_NETX_UART
bool "Kernel low-level debugging messages via NetX UART"
depends on ARCH_NETX
help
Say Y here if you want kernel low-level debugging support
on Hilscher NetX based platforms.

config DEBUG_NOMADIK_UART
bool "Kernel low-level debugging messages via NOMADIK UART"
depends on ARCH_NOMADIK
Expand Down
1 change: 0 additions & 1 deletion arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ machine-$(CONFIG_ARCH_MXC) += imx
machine-$(CONFIG_ARCH_MEDIATEK) += mediatek
machine-$(CONFIG_ARCH_MILBEAUT) += milbeaut
machine-$(CONFIG_ARCH_MXS) += mxs
machine-$(CONFIG_ARCH_NETX) += netx
machine-$(CONFIG_ARCH_NOMADIK) += nomadik
machine-$(CONFIG_ARCH_NPCM) += npcm
machine-$(CONFIG_ARCH_NSPIRE) += nspire
Expand Down
80 changes: 0 additions & 80 deletions arch/arm/configs/netx_defconfig

This file was deleted.

36 changes: 0 additions & 36 deletions arch/arm/include/debug/netx.S

This file was deleted.

21 changes: 0 additions & 21 deletions arch/arm/mach-netx/Kconfig

This file was deleted.

12 changes: 0 additions & 12 deletions arch/arm/mach-netx/Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions arch/arm/mach-netx/Makefile.boot

This file was deleted.

77 changes: 0 additions & 77 deletions arch/arm/mach-netx/fb.c

This file was deleted.

24 changes: 0 additions & 24 deletions arch/arm/mach-netx/fb.h

This file was deleted.

Loading

0 comments on commit ceb02dc

Please sign in to comment.