Skip to content

Commit 3ca64d0

Browse files
arndbglaubitz
authored andcommitted
sh: Remove stale microdev board
This board was an early prototype platform for early SH4 CPUs and related to the already removed SH5 cayman platform. The microdev board itself has been kept in the tree for this long despite being in a bad shape even 20 years ago when it got merged, with no working PCI support and ugly workarounds for its I/O port implementation that try to emulate PC style peripheral access despite being quite different in reality. As far as I can tell, the ethernet, display, USB and PCI devices on it already broke at some point (afbb9d8, 46bc858), so I think we can just removeit entirely. Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 0bb80ec commit 3ca64d0

File tree

11 files changed

+1
-773
lines changed

11 files changed

+1
-773
lines changed

arch/sh/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ config ARCH_HAS_ILOG2_U64
124124

125125
config NO_IOPORT_MAP
126126
def_bool !PCI
127-
depends on !SH_SH4202_MICRODEV && !SH_SHMIN && !SH_HP6XX && \
128-
!SH_SOLUTION_ENGINE
127+
depends on !SH_SHMIN && !SH_HP6XX && !SH_SOLUTION_ENGINE
129128

130129
config IO_TRAPPED
131130
bool

arch/sh/boards/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,6 @@ config SH_EDOSK7760
289289
Select if configuring for a Renesas EDOSK7760
290290
evaluation board.
291291

292-
config SH_SH4202_MICRODEV
293-
bool "SH4-202 MicroDev"
294-
depends on CPU_SUBTYPE_SH4_202
295-
help
296-
Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
297-
with an SH4-202 CPU.
298-
299292
config SH_LANDISK
300293
bool "LANDISK"
301294
depends on CPU_SUBTYPE_SH7751R

arch/sh/boards/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ obj-$(CONFIG_SH_SDK7780) += mach-sdk7780/
3333
obj-$(CONFIG_SH_SDK7786) += mach-sdk7786/
3434
obj-$(CONFIG_SH_X3PROTO) += mach-x3proto/
3535
obj-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp/
36-
obj-$(CONFIG_SH_SH4202_MICRODEV)+= mach-microdev/
3736
obj-$(CONFIG_SH_LANDISK) += mach-landisk/
3837
obj-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2/
3938
obj-$(CONFIG_SH_RSK) += mach-rsk/

arch/sh/boards/mach-microdev/Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

arch/sh/boards/mach-microdev/fdc37c93xapm.c

Lines changed: 0 additions & 157 deletions
This file was deleted.

arch/sh/boards/mach-microdev/io.c

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)