Re: [U-Boot] [PATCH 07/25] ppc: Zap TQM8272 board

2014-10-20 Thread Wolfgang Denk
Dear Marek Vasut,

In message 1413769706-8596-8-git-send-email-ma...@denx.de you wrote:
 This board is old and is using CONFIG_I2C_X, which is wrong.
 
 Signed-off-by: Marek Vasut ma...@denx.de
 Cc: Masahiro Yamada yamad...@jp.panasonic.com
 Cc: Tom Rini tr...@ti.com
 Cc: Wolfgang Denk w...@denx.de
 Cc: Simon Glass s...@chromium.org
 Cc: Heiko Schocher h...@denx.de

Assuming you also add an entry to scrapyard:

Acked-by: Wolfgang Denk w...@denx.de

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
At the source of every error which is blamed on the computer you will
find at least two human errors, including the error of blaming it  on
the computer.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 07/25] ppc: Zap TQM8272 board

2014-10-19 Thread Marek Vasut
This board is old and is using CONFIG_I2C_X, which is wrong.

Signed-off-by: Marek Vasut ma...@denx.de
Cc: Masahiro Yamada yamad...@jp.panasonic.com
Cc: Tom Rini tr...@ti.com
Cc: Wolfgang Denk w...@denx.de
Cc: Simon Glass s...@chromium.org
Cc: Heiko Schocher h...@denx.de
---
 arch/powerpc/cpu/mpc8260/Kconfig |   4 -
 arch/powerpc/cpu/mpc8260/pci.c   |   2 -
 board/tqc/tqm8272/Kconfig|  12 -
 board/tqc/tqm8272/MAINTAINERS|   6 -
 board/tqc/tqm8272/Makefile   |   8 -
 board/tqc/tqm8272/nand.c | 264 ---
 board/tqc/tqm8272/tqm8272.c  | 944 ---
 board/tqc/tqm8272/tqm8272.h  |  37 --
 configs/TQM8272_defconfig|   3 -
 include/configs/TQM8272.h| 735 --
 10 files changed, 2015 deletions(-)
 delete mode 100644 board/tqc/tqm8272/Kconfig
 delete mode 100644 board/tqc/tqm8272/MAINTAINERS
 delete mode 100644 board/tqc/tqm8272/Makefile
 delete mode 100644 board/tqc/tqm8272/nand.c
 delete mode 100644 board/tqc/tqm8272/tqm8272.c
 delete mode 100644 board/tqc/tqm8272/tqm8272.h
 delete mode 100644 configs/TQM8272_defconfig
 delete mode 100644 include/configs/TQM8272.h

diff --git a/arch/powerpc/cpu/mpc8260/Kconfig b/arch/powerpc/cpu/mpc8260/Kconfig
index e28628f..2541400 100644
--- a/arch/powerpc/cpu/mpc8260/Kconfig
+++ b/arch/powerpc/cpu/mpc8260/Kconfig
@@ -55,9 +55,6 @@ config TARGET_VOVPN_GW
 config TARGET_KM82XX
bool Support km82xx
 
-config TARGET_TQM8272
-   bool Support TQM8272
-
 endchoice
 
 source board/atc/Kconfig
@@ -76,6 +73,5 @@ source board/pm826/Kconfig
 source board/pm828/Kconfig
 source board/ppmc8260/Kconfig
 source board/sacsng/Kconfig
-source board/tqc/tqm8272/Kconfig
 
 endmenu
diff --git a/arch/powerpc/cpu/mpc8260/pci.c b/arch/powerpc/cpu/mpc8260/pci.c
index 0a47fdc..f7bb05d 100644
--- a/arch/powerpc/cpu/mpc8260/pci.c
+++ b/arch/powerpc/cpu/mpc8260/pci.c
@@ -262,8 +262,6 @@ void pci_mpc8250_init (struct pci_controller *hose)
  | SIUMCR_CS10PC00
  | SIUMCR_BCTLC00
  | SIUMCR_MMR11;
-#elif defined(CONFIG_TQM8272)
-/* nothing to do for this Board here */
 #else
/*
 * Setting required to enable IRQ1-IRQ7 (SIUMCR [DPPC]),
diff --git a/board/tqc/tqm8272/Kconfig b/board/tqc/tqm8272/Kconfig
deleted file mode 100644
index 7b5cd8b..000
--- a/board/tqc/tqm8272/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_TQM8272
-
-config SYS_BOARD
-   default tqm8272
-
-config SYS_VENDOR
-   default tqc
-
-config SYS_CONFIG_NAME
-   default TQM8272
-
-endif
diff --git a/board/tqc/tqm8272/MAINTAINERS b/board/tqc/tqm8272/MAINTAINERS
deleted file mode 100644
index 988d2b1..000
--- a/board/tqc/tqm8272/MAINTAINERS
+++ /dev/null
@@ -1,6 +0,0 @@
-TQM8272 BOARD
-#M:-
-S: Maintained
-F: board/tqc/tqm8272/
-F: include/configs/TQM8272.h
-F: configs/TQM8272_defconfig
diff --git a/board/tqc/tqm8272/Makefile b/board/tqc/tqm8272/Makefile
deleted file mode 100644
index 8bf0241..000
--- a/board/tqc/tqm8272/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# (C) Copyright 2001-2008
-# Wolfgang Denk, DENX Software Engineering, w...@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-obj-y  = tqm8272.o ../tqm8xx/load_sernum_ethaddr.o nand.o
diff --git a/board/tqc/tqm8272/nand.c b/board/tqc/tqm8272/nand.c
deleted file mode 100644
index 7fb2dfa..000
--- a/board/tqc/tqm8272/nand.c
+++ /dev/null
@@ -1,264 +0,0 @@
-/*
- * (C) Copyright 2008
- * Heiko Schocher, DENX Software Engineering, h...@denx.de.
- *
- * SPDX-License-Identifier:GPL-2.0+
- */
-
-#include common.h
-#include ioports.h
-#include mpc8260.h
-
-#include tqm8272.h
-
-/* UPM pattern for bus clock = 66.7 MHz */
-static const uint upmTable67[] =
-{
-/* Offset  UPM Read Single RAM array entry - NAND Read Data */
-/* 0x00 */ 0x0fa3f100, 0x0fa3b000, 0x0fa33100, 0x0fa33000,
-/* 0x04 */ 0x0fa33000, 0x0fa33004, 0xfc01, 0xfc00,
-
-   /* UPM Read Burst RAM array entry - unused */
-/* 0x08 */ 0xfc00, 0xfc00, 0xfc00, 0xfc00,
-/* 0x0C */ 0xfc00, 0xfc00, 0xfc00, 0xfc00,
-
-   /* UPM Read Burst RAM array entry - unused */
-/* 0x10 */ 0xfc00, 0xfc00, 0xfc00, 0xfc00,
-/* 0x14 */ 0xfc00, 0xfc00, 0xfc00, 0xfc00,
-
-   /* UPM Write Single RAM array entry - NAND Write Data, ADDR 
and CMD */
-/* 0x18 */ 0x00a3fc00, 0x00a3fc00, 0x00a3fc00, 0x00a3fc00,
-/* 0x1C */ 0x0fa3fc00, 0x0fa3fc04, 0xfc01, 0xfc00,
-
-   /* UPM Write Burst RAM array entry - unused */
-/* 0x20 */ 0xfc00, 0xfc00, 0xfc00, 0xfc00,
-/* 0x24 */ 0xfc00, 0xfc00, 0xfc00, 0xfc00,
-/* 0x28 */ 0xfc00, 0xfc00, 0xfc00, 0xfc00,
-/* 0x2C */ 0xfc00, 0xfc00, 0xfc00, 0xfc01,
-
-   /* UPM Refresh Timer RAM array