Re: [U-Boot] [PATCH 1/2] imx31_phycore: Delete

2018-04-15 Thread Stefano Babic


On 06/04/2018 22:27, Tom Rini wrote:
> This platform has been marked as orphaned since September 2013, remove.
> 
> Signed-off-by: Tom Rini 
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 1/2] imx31_phycore: Delete

2018-04-06 Thread Tom Rini
This platform has been marked as orphaned since September 2013, remove.

Signed-off-by: Tom Rini 
---
 arch/arm/Kconfig|  12 ---
 board/imx31_phycore/Kconfig |  12 ---
 board/imx31_phycore/MAINTAINERS |  11 ---
 board/imx31_phycore/Makefile|   9 ---
 board/imx31_phycore/imx31_phycore.c | 154 ---
 board/imx31_phycore/lowlevel_init.S |  88 
 configs/imx31_phycore_defconfig |  19 -
 configs/imx31_phycore_eet_defconfig |  25 --
 drivers/video/Makefile  |   1 -
 drivers/video/s6e63d6.c |  60 --
 include/configs/imx31_phycore.h | 155 
 include/s6e63d6.h   |  21 -
 12 files changed, 567 deletions(-)
 delete mode 100644 board/imx31_phycore/Kconfig
 delete mode 100644 board/imx31_phycore/MAINTAINERS
 delete mode 100644 board/imx31_phycore/Makefile
 delete mode 100644 board/imx31_phycore/imx31_phycore.c
 delete mode 100644 board/imx31_phycore/lowlevel_init.S
 delete mode 100644 configs/imx31_phycore_defconfig
 delete mode 100644 configs/imx31_phycore_eet_defconfig
 delete mode 100644 drivers/video/s6e63d6.c
 delete mode 100644 include/configs/imx31_phycore.h
 delete mode 100644 include/s6e63d6.h

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 068ea1e8776f..1d2cbbff1ff6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -444,17 +444,6 @@ config TARGET_X600
select SUPPORT_SPL
select PL011_SERIAL
 
-config TARGET_IMX31_PHYCORE
-   bool "Support imx31_phycore_eet"
-   select CPU_ARM1136
-   select BOARD_EARLY_INIT_F
-
-config TARGET_IMX31_PHYCORE_EET
-   bool "Support imx31_phycore_eet"
-   select BOARD_LATE_INIT
-   select CPU_ARM1136
-   select BOARD_EARLY_INIT_F
-
 config TARGET_MX31ADS
bool "Support mx31ads"
select CPU_ARM1136
@@ -1343,7 +1332,6 @@ source "board/gumstix/pepper/Kconfig"
 source "board/h2200/Kconfig"
 source "board/hisilicon/hikey/Kconfig"
 source "board/hisilicon/poplar/Kconfig"
-source "board/imx31_phycore/Kconfig"
 source "board/isee/igep003x/Kconfig"
 source "board/phytec/pcm051/Kconfig"
 source "board/silica/pengwyn/Kconfig"
diff --git a/board/imx31_phycore/Kconfig b/board/imx31_phycore/Kconfig
deleted file mode 100644
index e897ee1c3aca..
--- a/board/imx31_phycore/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_IMX31_PHYCORE || TARGET_IMX31_PHYCORE_EET
-
-config SYS_BOARD
-   default "imx31_phycore"
-
-config SYS_SOC
-   default "mx31"
-
-config SYS_CONFIG_NAME
-   default "imx31_phycore"
-
-endif
diff --git a/board/imx31_phycore/MAINTAINERS b/board/imx31_phycore/MAINTAINERS
deleted file mode 100644
index 41f6cae81b5d..
--- a/board/imx31_phycore/MAINTAINERS
+++ /dev/null
@@ -1,11 +0,0 @@
-IMX31_PHYCORE BOARD
-#M:-
-S: Maintained
-F: board/imx31_phycore/
-F: include/configs/imx31_phycore.h
-F: configs/imx31_phycore_defconfig
-
-IMX31_PHYCORE_EET BOARD
-#M:(resigned) Guennadi Liakhovetski 
-S: Orphan (since 2013-09)
-F: configs/imx31_phycore_eet_defconfig
diff --git a/board/imx31_phycore/Makefile b/board/imx31_phycore/Makefile
deleted file mode 100644
index e781c1393627..
--- a/board/imx31_phycore/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# (C) Copyright 2000-2006
-# Wolfgang Denk, DENX Software Engineering, w...@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-obj-y  := imx31_phycore.o
-obj-y  += lowlevel_init.o
diff --git a/board/imx31_phycore/imx31_phycore.c 
b/board/imx31_phycore/imx31_phycore.c
deleted file mode 100644
index 653246615fd9..
--- a/board/imx31_phycore/imx31_phycore.c
+++ /dev/null
@@ -1,154 +0,0 @@
-/*
- *
- * (c) 2007 Pengutronix, Sascha Hauer 
- *
- * SPDX-License-Identifier:GPL-2.0+
- */
-
-
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-
-DECLARE_GLOBAL_DATA_PTR;
-
-int dram_init(void)
-{
-   /* dram_init must store complete ramsize in gd->ram_size */
-   gd->ram_size = get_ram_size((void *)PHYS_SDRAM_1,
-   PHYS_SDRAM_1_SIZE);
-   return 0;
-}
-
-int board_init(void)
-{
-
-   gd->bd->bi_arch_number = MACH_TYPE_PCM037;  /* board id for linux */
-   gd->bd->bi_boot_params = (0x8100);  /* adress of boot parameters */
-
-   return 0;
-}
-
-int board_early_init_f(void)
-{
-   /* CS0: Nor Flash */
-   static const struct mxc_weimcs cs0 = {
-   /*sp wp bcd bcs psz pme sync dol cnc wsc ew wws edc */
-   CSCR_U(0, 0,  0,  0,  0,  0,   0,  0,  3, 15, 0,  0,  3),
-   /*   oea oen ebwa ebwn csa ebc dsz csn psr cre wrap csen */
-   CSCR_L(1,  0,   0,   0,  0,  1,  5,  0,  0,  0,   1,   1),
-   /*  ebra ebrn rwa rwn mum lah lbn lba dww dct wwu age cnc2 fce*/
-   CSCR_A(0,