From patchwork Tue Sep 1 13:28:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 512823 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 5B4F814016A for ; Tue, 1 Sep 2015 23:31:29 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 10AD84B867; Tue, 1 Sep 2015 15:30:27 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eessxTczA2bX; Tue, 1 Sep 2015 15:30:26 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9A6784B834; Tue, 1 Sep 2015 15:30:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 846914B823 for ; Tue, 1 Sep 2015 15:30:17 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QQhItzsn-Y-X for ; Tue, 1 Sep 2015 15:30:17 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg012-v.nifty.com (conuserg012.nifty.com [202.248.44.38]) by theia.denx.de (Postfix) with ESMTPS id F05164B82D for ; Tue, 1 Sep 2015 15:29:56 +0200 (CEST) Received: from beagle.diag.org (KD111107185228.au-net.ne.jp [111.107.185.228]) (authenticated) by conuserg012-v.nifty.com with ESMTP id t81DSsFa011568; Tue, 1 Sep 2015 22:29:25 +0900 X-Nifty-SrcIP: [111.107.185.228] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 1 Sep 2015 22:28:50 +0900 Message-Id: <1441114138-31267-12-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441114138-31267-1-git-send-email-yamada.masahiro@socionext.com> References: <1441114138-31267-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Tom Rini , Kim Phillips , gaurav rana , Yangbo Lu , Kumar Gala , Kumar Gala , Ruchika Gupta , Stefan Roese , Andy Fleming , Ying Zhang , York Sun , Matthias Fuchs Subject: [U-Boot] [PATCH 11/19] powerpc: mpc85xx: remove MPC8541CDS support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada Cc: Kumar Gala --- arch/powerpc/cpu/mpc85xx/Kconfig | 4 - arch/powerpc/include/asm/config_mpc85xx.h | 7 - board/freescale/mpc8541cds/Kconfig | 12 - board/freescale/mpc8541cds/MAINTAINERS | 7 - board/freescale/mpc8541cds/Makefile | 12 - board/freescale/mpc8541cds/ddr.c | 56 ---- board/freescale/mpc8541cds/law.c | 42 --- board/freescale/mpc8541cds/mpc8541cds.c | 427 --------------------------- board/freescale/mpc8541cds/tlb.c | 96 ------ configs/MPC8541CDS_defconfig | 3 - configs/MPC8541CDS_legacy_defconfig | 4 - doc/README.scrapyard | 1 + include/configs/MPC8541CDS.h | 465 ------------------------------ 13 files changed, 1 insertion(+), 1135 deletions(-) delete mode 100644 board/freescale/mpc8541cds/Kconfig delete mode 100644 board/freescale/mpc8541cds/MAINTAINERS delete mode 100644 board/freescale/mpc8541cds/Makefile delete mode 100644 board/freescale/mpc8541cds/ddr.c delete mode 100644 board/freescale/mpc8541cds/law.c delete mode 100644 board/freescale/mpc8541cds/mpc8541cds.c delete mode 100644 board/freescale/mpc8541cds/tlb.c delete mode 100644 configs/MPC8541CDS_defconfig delete mode 100644 configs/MPC8541CDS_legacy_defconfig delete mode 100644 include/configs/MPC8541CDS.h diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h deleted file mode 100644 index d24d1ca..0000000 diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 540d51a..296f605 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -46,9 +46,6 @@ config TARGET_P5040DS config TARGET_MPC8536DS bool "Support MPC8536DS" -config TARGET_MPC8541CDS - bool "Support MPC8541CDS" - config TARGET_MPC8544DS bool "Support MPC8544DS" @@ -154,7 +151,6 @@ source "board/freescale/bsc9132qds/Kconfig" source "board/freescale/c29xpcie/Kconfig" source "board/freescale/corenet_ds/Kconfig" source "board/freescale/mpc8536ds/Kconfig" -source "board/freescale/mpc8541cds/Kconfig" source "board/freescale/mpc8544ds/Kconfig" source "board/freescale/mpc8548cds/Kconfig" source "board/freescale/mpc8555cds/Kconfig" diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index 54d3112..fef3299 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -44,13 +44,6 @@ #define CONFIG_SYS_FSL_ERRATUM_A004508 #define CONFIG_SYS_FSL_ERRATUM_A005125 -#elif defined(CONFIG_MPC8541) -#define CONFIG_MAX_CPUS 1 -#define CONFIG_SYS_FSL_NUM_LAWS 8 -#define CONFIG_SYS_FSL_DDRC_GEN1 -#define CONFIG_SYS_FSL_SEC_COMPAT 2 -#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 - #elif defined(CONFIG_MPC8544) #define CONFIG_MAX_CPUS 1 #define CONFIG_SYS_FSL_NUM_LAWS 10 diff --git a/board/freescale/mpc8541cds/Kconfig b/board/freescale/mpc8541cds/Kconfig deleted file mode 100644 index 034eab2..0000000 diff --git a/board/freescale/mpc8541cds/MAINTAINERS b/board/freescale/mpc8541cds/MAINTAINERS deleted file mode 100644 index d421b12..0000000 diff --git a/board/freescale/mpc8541cds/Makefile b/board/freescale/mpc8541cds/Makefile deleted file mode 100644 index 78af4b8..0000000 diff --git a/board/freescale/mpc8541cds/ddr.c b/board/freescale/mpc8541cds/ddr.c deleted file mode 100644 index d2ac6c4..0000000 diff --git a/board/freescale/mpc8541cds/law.c b/board/freescale/mpc8541cds/law.c deleted file mode 100644 index 39df3f1..0000000 diff --git a/board/freescale/mpc8541cds/mpc8541cds.c b/board/freescale/mpc8541cds/mpc8541cds.c deleted file mode 100644 index 7b264dd..0000000 diff --git a/board/freescale/mpc8541cds/tlb.c b/board/freescale/mpc8541cds/tlb.c deleted file mode 100644 index fff3b4a..0000000 diff --git a/configs/MPC8541CDS_defconfig b/configs/MPC8541CDS_defconfig deleted file mode 100644 index bc9c246..0000000 diff --git a/configs/MPC8541CDS_legacy_defconfig b/configs/MPC8541CDS_legacy_defconfig deleted file mode 100644 index 55478ab..0000000 diff --git a/doc/README.scrapyard b/doc/README.scrapyard index 9b5a794..e7e2749 100644 --- a/doc/README.scrapyard +++ b/doc/README.scrapyard @@ -12,6 +12,7 @@ The list should be sorted in reverse chronological order. Board Arch CPU Commit Removed Last known maintainer/contact ================================================================================================= +MPC8541CDS powerpc mpc85xx - - Kumar Gala MPC8540ADS powerpc mpc85xx - - Kumar Gala stxgp3 powerpc mpc85xx - - Dan Malek stxssa powerpc mpc85xx - - Dan Malek