Re: [PATCH 13/16] ppc: Remove MPC8641HPCN board

2021-02-15 Thread Tom Rini
On Tue, Feb 09, 2021 at 09:42:54PM -0500, Tom Rini wrote:

> This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI.  The
> deadline for this conversion was the v2019.07 release.  The use of CONFIG_AHCI
> requires CONFIG_DM.  The deadline for this conversion was v2020.01.  Remove
> this board.
> 
> Cc: Priyanka Jain 
> Signed-off-by: Tom Rini 
> Reviewed-by: Priyanka Jain 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


RE: [PATCH 13/16] ppc: Remove MPC8641HPCN board

2021-02-11 Thread Priyanka Jain



>-Original Message-
>From: Tom Rini 
>Sent: Wednesday, February 10, 2021 8:13 AM
>To: u-boot@lists.denx.de
>Cc: Priyanka Jain 
>Subject: [PATCH 13/16] ppc: Remove MPC8641HPCN board
>
>This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI.
>The deadline for this conversion was the v2019.07 release.  The use of
>CONFIG_AHCI requires CONFIG_DM.  The deadline for this conversion was
>v2020.01.  Remove this board.
>
>Cc: Priyanka Jain 
>Signed-off-by: Tom Rini 
>---
Reviewed-by: Priyanka Jain 


[PATCH 13/16] ppc: Remove MPC8641HPCN board

2021-02-09 Thread Tom Rini
This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI.  The
deadline for this conversion was the v2019.07 release.  The use of CONFIG_AHCI
requires CONFIG_DM.  The deadline for this conversion was v2020.01.  Remove
this board.

Cc: Priyanka Jain 
Signed-off-by: Tom Rini 
---
 arch/powerpc/cpu/mpc86xx/Kconfig  |   7 -
 board/freescale/common/pixis.h|  24 -
 board/freescale/mpc8641hpcn/Kconfig   |  12 -
 board/freescale/mpc8641hpcn/MAINTAINERS   |   7 -
 board/freescale/mpc8641hpcn/Makefile  |   8 -
 board/freescale/mpc8641hpcn/README| 186 ---
 board/freescale/mpc8641hpcn/ddr.c | 107 
 board/freescale/mpc8641hpcn/law.c |  43 --
 board/freescale/mpc8641hpcn/mpc8641hpcn.c | 247 -
 configs/MPC8641HPCN_36BIT_defconfig   |  48 --
 configs/MPC8641HPCN_defconfig |  48 --
 include/configs/MPC8641HPCN.h | 632 --
 12 files changed, 1369 deletions(-)
 delete mode 100644 board/freescale/mpc8641hpcn/Kconfig
 delete mode 100644 board/freescale/mpc8641hpcn/MAINTAINERS
 delete mode 100644 board/freescale/mpc8641hpcn/Makefile
 delete mode 100644 board/freescale/mpc8641hpcn/README
 delete mode 100644 board/freescale/mpc8641hpcn/ddr.c
 delete mode 100644 board/freescale/mpc8641hpcn/law.c
 delete mode 100644 board/freescale/mpc8641hpcn/mpc8641hpcn.c
 delete mode 100644 configs/MPC8641HPCN_36BIT_defconfig
 delete mode 100644 configs/MPC8641HPCN_defconfig
 delete mode 100644 include/configs/MPC8641HPCN.h

diff --git a/arch/powerpc/cpu/mpc86xx/Kconfig b/arch/powerpc/cpu/mpc86xx/Kconfig
index 294485794bdf..7de42b5f2576 100644
--- a/arch/powerpc/cpu/mpc86xx/Kconfig
+++ b/arch/powerpc/cpu/mpc86xx/Kconfig
@@ -13,12 +13,6 @@ config TARGET_SBC8641D
select ARCH_MPC8641
select BOARD_EARLY_INIT_F
 
-config TARGET_MPC8641HPCN
-   bool "Support MPC8641HPCN"
-   select ARCH_MPC8641
-   select FSL_DDR_INTERACTIVE
-   imply SCSI
-
 config TARGET_XPEDITE517X
bool "Support xpedite517x"
select ARCH_MPC8641
@@ -57,7 +51,6 @@ config SYS_FSL_NUM_LAWS
Number of local access windows. This is fixed per SoC.
If not sure, do not change.
 
-source "board/freescale/mpc8641hpcn/Kconfig"
 source "board/sbc8641d/Kconfig"
 source "board/xes/xpedite517x/Kconfig"
 
diff --git a/board/freescale/common/pixis.h b/board/freescale/common/pixis.h
index 36c94862a55b..049f1967c595 100644
--- a/board/freescale/common/pixis.h
+++ b/board/freescale/common/pixis.h
@@ -72,30 +72,6 @@ typedef struct pixis {
u8 res2[34];
 } __attribute__ ((packed)) pixis_t;
 
-#elif defined(CONFIG_TARGET_MPC8641HPCN)
-typedef struct pixis {
-   u8 id;
-   u8 ver;
-   u8 pver;
-   u8 csr;
-   u8 rst;
-   u8 pwr;
-   u8 aux;
-   u8 spd;
-   u8 res[8];
-   u8 vctl;
-   u8 vstat;
-   u8 vcfgen0;
-   u8 vcfgen1;
-   u8 vcore0;
-   u8 res1;
-   u8 vboot;
-   u8 vspeed[2];
-   u8 vclkh;
-   u8 vclkl;
-   u8 watch;
-   u8 res3[36];
-} __attribute__ ((packed)) pixis_t;
 #else
 #error Need to define pixis_t for this board
 #endif
diff --git a/board/freescale/mpc8641hpcn/Kconfig 
b/board/freescale/mpc8641hpcn/Kconfig
deleted file mode 100644
index ae45d6333748..
--- a/board/freescale/mpc8641hpcn/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_MPC8641HPCN
-
-config SYS_BOARD
-   default "mpc8641hpcn"
-
-config SYS_VENDOR
-   default "freescale"
-
-config SYS_CONFIG_NAME
-   default "MPC8641HPCN"
-
-endif
diff --git a/board/freescale/mpc8641hpcn/MAINTAINERS 
b/board/freescale/mpc8641hpcn/MAINTAINERS
deleted file mode 100644
index c95721876751..
--- a/board/freescale/mpc8641hpcn/MAINTAINERS
+++ /dev/null
@@ -1,7 +0,0 @@
-MPC8641HPCN BOARD
-M: Priyanka Jain 
-S: Maintained
-F: board/freescale/mpc8641hpcn/
-F: include/configs/MPC8641HPCN.h
-F: configs/MPC8641HPCN_defconfig
-F: configs/MPC8641HPCN_36BIT_defconfig
diff --git a/board/freescale/mpc8641hpcn/Makefile 
b/board/freescale/mpc8641hpcn/Makefile
deleted file mode 100644
index 86b87193dd66..
--- a/board/freescale/mpc8641hpcn/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-#
-# (C) Copyright 2001
-# Wolfgang Denk, DENX Software Engineering, w...@denx.de.
-
-obj-y  += mpc8641hpcn.o
-obj-y  += law.o
-obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o
diff --git a/board/freescale/mpc8641hpcn/README 
b/board/freescale/mpc8641hpcn/README
deleted file mode 100644
index 77909a838332..
--- a/board/freescale/mpc8641hpcn/README
+++ /dev/null
@@ -1,186 +0,0 @@
-Freescale MPC8641HPCN board
-===
-
-Created 05/24/2006 Haiying Wang

-
-1. Building U-Boot
---
-The 86xx HPCN code base is known to compile using:
-Binutils 2.15, Gcc 3.4.3, Glibc 2.3.3
-
-$ make MPC8641HPCN_config
-Configuring