[U-Boot] [PATCH 07/19] powerpc: ppc4xx: remove zeus support

Masahiro Yamada yamada.masahiro at socionext.com
Tue Sep 1 15:28:46 CEST 2015


This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
Cc: Stefan Roese <sr at denx.de>
---

 arch/powerpc/cpu/ppc4xx/Kconfig |   4 -
 arch/powerpc/cpu/ppc4xx/start.S |  15 --
 board/zeus/Kconfig              |   9 -
 board/zeus/MAINTAINERS          |   6 -
 board/zeus/Makefile             |   8 -
 board/zeus/README               |  73 -------
 board/zeus/update.c             |  89 ---------
 board/zeus/zeus.c               | 410 ----------------------------------------
 configs/zeus_defconfig          |   4 -
 doc/README.scrapyard            |   1 +
 include/configs/zeus.h          | 350 ----------------------------------
 11 files changed, 1 insertion(+), 968 deletions(-)
 delete mode 100644 board/zeus/Kconfig
 delete mode 100644 board/zeus/MAINTAINERS
 delete mode 100644 board/zeus/Makefile
 delete mode 100644 board/zeus/README
 delete mode 100644 board/zeus/update.c
 delete mode 100644 board/zeus/zeus.c
 delete mode 100644 configs/zeus_defconfig
 delete mode 100644 include/configs/zeus.h

diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index 16c049e..23ecc89 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -11,9 +11,6 @@ choice
 config TARGET_T3CORP
 	bool "Support t3corp"
 
-config TARGET_ZEUS
-	bool "Support zeus"
-
 config TARGET_ACADIA
 	bool "Support acadia"
 
@@ -176,6 +173,5 @@ source "board/xes/xpedite1000/Kconfig"
 source "board/xilinx/ml507/Kconfig"
 source "board/xilinx/ppc405-generic/Kconfig"
 source "board/xilinx/ppc440-generic/Kconfig"
-source "board/zeus/Kconfig"
 
 endmenu
diff --git a/arch/powerpc/cpu/ppc4xx/start.S b/arch/powerpc/cpu/ppc4xx/start.S
index 7a0f0d2..77d4040 100644
--- a/arch/powerpc/cpu/ppc4xx/start.S
+++ b/arch/powerpc/cpu/ppc4xx/start.S
@@ -1805,21 +1805,6 @@ ppc405ep_init:
 	bne	_pci_66mhz
 #endif /* CONFIG_TAIHU */
 
-#if defined(CONFIG_ZEUS)
-	mfdcr	r4, CPC0_BOOT
-	andi.	r5, r4, CPC0_BOOT_SEP at l
-	bne	strap_1			/* serial eeprom present */
-	lis	r3,0x0000
-	addi	r3,r3,0x3030
-	lis	r4,0x8042
-	addi	r4,r4,0x223e
-	b	1f
-strap_1:
-	mfdcr	r3, CPC0_PLLMR0
-	mfdcr	r4, CPC0_PLLMR1
-	b	1f
-#endif
-
 	addis	r3,0,PLLMR0_DEFAULT at h	/* PLLMR0 default value */
 	ori	r3,r3,PLLMR0_DEFAULT at l	/* */
 	addis	r4,0,PLLMR1_DEFAULT at h	/* PLLMR1 default value */
diff --git a/board/zeus/Kconfig b/board/zeus/Kconfig
deleted file mode 100644
index 6779650..0000000
diff --git a/board/zeus/MAINTAINERS b/board/zeus/MAINTAINERS
deleted file mode 100644
index 3118710..0000000
diff --git a/board/zeus/Makefile b/board/zeus/Makefile
deleted file mode 100644
index aa3658a..0000000
diff --git a/board/zeus/README b/board/zeus/README
deleted file mode 100644
index 1848d8c..0000000
diff --git a/board/zeus/update.c b/board/zeus/update.c
deleted file mode 100644
index ac738ef..0000000
diff --git a/board/zeus/zeus.c b/board/zeus/zeus.c
deleted file mode 100644
index e2b12f6..0000000
diff --git a/configs/zeus_defconfig b/configs/zeus_defconfig
deleted file mode 100644
index da2ff3c..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index c958601..438ac8c 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
 =================================================================================================
+zeus             powerpc     ppc4xx         -           -           Stefan Roese <sr at denx.de>
 sbc405           powerpc     ppc4xx         -           -
 pcs440ep         powerpc     ppc4xx         -           -           Stefan Roese <sr at denx.de>
 p3p440           powerpc     ppc4xx         -           -           Stefan Roese <sr at denx.de>
diff --git a/include/configs/zeus.h b/include/configs/zeus.h
deleted file mode 100644
index 2bc4e1a..0000000
-- 
1.9.1



More information about the U-Boot mailing list