
These have not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com Cc: Dan Malek dan@embeddedalley.com ---
arch/powerpc/cpu/mpc85xx/Kconfig | 8 - board/stx/stxgp3/Kconfig | 12 - board/stx/stxgp3/MAINTAINERS | 6 - board/stx/stxgp3/Makefile | 12 - board/stx/stxgp3/ddr.c | 46 ---- board/stx/stxgp3/flash.c | 499 --------------------------------------- board/stx/stxgp3/law.c | 42 ---- board/stx/stxgp3/stxgp3.c | 331 -------------------------- board/stx/stxgp3/tlb.c | 114 --------- board/stx/stxssa/Kconfig | 12 - board/stx/stxssa/MAINTAINERS | 7 - board/stx/stxssa/Makefile | 11 - board/stx/stxssa/ddr.c | 47 ---- board/stx/stxssa/law.c | 44 ---- board/stx/stxssa/stxssa.c | 370 ----------------------------- board/stx/stxssa/tlb.c | 90 ------- configs/stxgp3_defconfig | 5 - configs/stxssa_4M_defconfig | 5 - configs/stxssa_defconfig | 5 - doc/README.scrapyard | 2 + include/configs/stxgp3.h | 354 --------------------------- include/configs/stxssa.h | 440 ---------------------------------- 22 files changed, 2 insertions(+), 2460 deletions(-) delete mode 100644 board/stx/stxgp3/Kconfig delete mode 100644 board/stx/stxgp3/MAINTAINERS delete mode 100644 board/stx/stxgp3/Makefile delete mode 100644 board/stx/stxgp3/ddr.c delete mode 100644 board/stx/stxgp3/flash.c delete mode 100644 board/stx/stxgp3/law.c delete mode 100644 board/stx/stxgp3/stxgp3.c delete mode 100644 board/stx/stxgp3/tlb.c delete mode 100644 board/stx/stxssa/Kconfig delete mode 100644 board/stx/stxssa/MAINTAINERS delete mode 100644 board/stx/stxssa/Makefile delete mode 100644 board/stx/stxssa/ddr.c delete mode 100644 board/stx/stxssa/law.c delete mode 100644 board/stx/stxssa/stxssa.c delete mode 100644 board/stx/stxssa/tlb.c delete mode 100644 configs/stxgp3_defconfig delete mode 100644 configs/stxssa_4M_defconfig delete mode 100644 configs/stxssa_defconfig delete mode 100644 include/configs/stxgp3.h delete mode 100644 include/configs/stxssa.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 3e8d0b1..ae0823a 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -137,12 +137,6 @@ config TARGET_CONTROLCENTERD config TARGET_KMP204X bool "Support kmp204x"
-config TARGET_STXGP3 - bool "Support stxgp3" - -config TARGET_STXSSA - bool "Support stxssa" - config TARGET_XPEDITE520X bool "Support xpedite520x"
@@ -191,8 +185,6 @@ source "board/gdsys/p1022/Kconfig" source "board/keymile/kmp204x/Kconfig" source "board/sbc8548/Kconfig" source "board/socrates/Kconfig" -source "board/stx/stxgp3/Kconfig" -source "board/stx/stxssa/Kconfig" source "board/xes/xpedite520x/Kconfig" source "board/xes/xpedite537x/Kconfig" source "board/xes/xpedite550x/Kconfig" diff --git a/board/stx/stxgp3/Kconfig b/board/stx/stxgp3/Kconfig deleted file mode 100644 index 910b31b..0000000 diff --git a/board/stx/stxgp3/MAINTAINERS b/board/stx/stxgp3/MAINTAINERS deleted file mode 100644 index bd5743c..0000000 diff --git a/board/stx/stxgp3/Makefile b/board/stx/stxgp3/Makefile deleted file mode 100644 index 78e2d6c..0000000 diff --git a/board/stx/stxgp3/ddr.c b/board/stx/stxgp3/ddr.c deleted file mode 100644 index 41d4cfe..0000000 diff --git a/board/stx/stxgp3/flash.c b/board/stx/stxgp3/flash.c deleted file mode 100644 index 61066a4..0000000 diff --git a/board/stx/stxgp3/law.c b/board/stx/stxgp3/law.c deleted file mode 100644 index 611fa4b..0000000 diff --git a/board/stx/stxgp3/stxgp3.c b/board/stx/stxgp3/stxgp3.c deleted file mode 100644 index c80d525..0000000 diff --git a/board/stx/stxgp3/tlb.c b/board/stx/stxgp3/tlb.c deleted file mode 100644 index 7c877b2..0000000 diff --git a/board/stx/stxssa/Kconfig b/board/stx/stxssa/Kconfig deleted file mode 100644 index bd47b04..0000000 diff --git a/board/stx/stxssa/MAINTAINERS b/board/stx/stxssa/MAINTAINERS deleted file mode 100644 index b7cc89b..0000000 diff --git a/board/stx/stxssa/Makefile b/board/stx/stxssa/Makefile deleted file mode 100644 index b1d4b0a..0000000 diff --git a/board/stx/stxssa/ddr.c b/board/stx/stxssa/ddr.c deleted file mode 100644 index 1ccd4c5..0000000 diff --git a/board/stx/stxssa/law.c b/board/stx/stxssa/law.c deleted file mode 100644 index 72373f5..0000000 diff --git a/board/stx/stxssa/stxssa.c b/board/stx/stxssa/stxssa.c deleted file mode 100644 index 6e4eed8..0000000 diff --git a/board/stx/stxssa/tlb.c b/board/stx/stxssa/tlb.c deleted file mode 100644 index 49c630c..0000000 diff --git a/configs/stxgp3_defconfig b/configs/stxgp3_defconfig deleted file mode 100644 index 816092d..0000000 diff --git a/configs/stxssa_4M_defconfig b/configs/stxssa_4M_defconfig deleted file mode 100644 index 7547906..0000000 diff --git a/configs/stxssa_defconfig b/configs/stxssa_defconfig deleted file mode 100644 index ec812c1..0000000 diff --git a/doc/README.scrapyard b/doc/README.scrapyard index d97e82f..9cda0bd 100644 --- a/doc/README.scrapyard +++ b/doc/README.scrapyard @@ -12,6 +12,8 @@ The list should be sorted in reverse chronological order.
Board Arch CPU Commit Removed Last known maintainer/contact ================================================================================================= +stxgp3 powerpc mpc85xx - - Dan Malek dan@embeddedalley.com +stxssa powerpc mpc85xx - - Dan Malek dan@embeddedalley.com cmi_mpc5xx powerpc mpc5xx - - zeus powerpc ppc4xx - - Stefan Roese sr@denx.de sbc405 powerpc ppc4xx - - diff --git a/include/configs/stxgp3.h b/include/configs/stxgp3.h deleted file mode 100644 index 25b7d5f..0000000 diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h deleted file mode 100644 index ee16fea..0000000