* [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards
@ 2015-09-01 13:28 Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 01/19] powerpc: ppc4xx: remove alpr support Masahiro Yamada
` (19 more replies)
0 siblings, 20 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: u-boot
I sent the RFC version two weeks ago
to announce the final call for PowerPC unmaintained boards.
Some were converted to Generic Board, and some were not.
This series really intends to delete
non-generic PowerPC boards.
I added entries to doc/README.scrapyard in this version.
Masahiro Yamada (19):
powerpc: ppc4xx: remove alpr support
powerpc: ppc4xx: remove csb272, csb472 support
powerpc: ppc4xx: remove lwmon5 support
powerpc: ppc4xx: remove p3p440 support
powerpc: ppc4xx: remove pcs440ep support
powerpc: ppc4xx: remove sbc405 support
powerpc: ppc4xx: remove zeus support
powerpc: mpc5xx: remove cmi_mpc5xx support
powerpc: mpc85xx: remove stxgp3, stxssa support
powerpc: mpc85xx: remove MPC8540ADS support
powerpc: mpc85xx: remove MPC8541CDS support
powerpc: mpc85xx: remove MPC8544DS support
powerpc: mpc85xx: remove MPC8548CDS support
powerpc: mpc85xx: remove MPC8555CDS support
powerpc: mpc85xx: remove MPC8560ADS support
powerpc: mpc85xx: remove MPC8568MDS support
powerpc: mpc85xx: remove MPC8569MDS support
powerpc: mpc86xx: remove MPC8610HPCD support
powerpc: mpc86xx: remove sbc8641d support
arch/powerpc/cpu/mpc5xx/Kconfig | 4 -
arch/powerpc/cpu/mpc85xx/Kconfig | 40 --
arch/powerpc/cpu/mpc85xx/cpu.c | 18 -
arch/powerpc/cpu/mpc85xx/pci.c | 23 -
arch/powerpc/cpu/mpc85xx/speed.c | 7 +-
arch/powerpc/cpu/mpc86xx/Kconfig | 8 -
arch/powerpc/cpu/ppc4xx/Kconfig | 33 --
arch/powerpc/cpu/ppc4xx/start.S | 15 -
arch/powerpc/include/asm/config_mpc85xx.h | 13 -
arch/powerpc/include/asm/fsl_lbc.h | 4 +-
arch/powerpc/include/asm/global_data.h | 6 -
arch/powerpc/include/asm/immap_85xx.h | 5 +-
board/cmi/Kconfig | 9 -
board/cmi/MAINTAINERS | 6 -
board/cmi/Makefile | 8 -
board/cmi/README | 84 ---
board/cmi/cmi.c | 57 --
board/cmi/flash.c | 501 -----------------
board/csb272/Kconfig | 9 -
board/csb272/MAINTAINERS | 6 -
board/csb272/Makefile | 9 -
board/csb272/csb272.c | 171 ------
board/csb272/init.S | 196 -------
board/csb472/Kconfig | 9 -
board/csb472/MAINTAINERS | 6 -
board/csb472/Makefile | 9 -
board/csb472/csb472.c | 138 -----
board/csb472/init.S | 192 -------
board/freescale/mpc8540ads/Kconfig | 12 -
board/freescale/mpc8540ads/MAINTAINERS | 6 -
board/freescale/mpc8540ads/Makefile | 11 -
board/freescale/mpc8540ads/ddr.c | 46 --
board/freescale/mpc8540ads/law.c | 42 --
board/freescale/mpc8540ads/mpc8540ads.c | 242 --------
board/freescale/mpc8540ads/tlb.c | 95 ----
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 ----
board/freescale/mpc8544ds/Kconfig | 12 -
board/freescale/mpc8544ds/MAINTAINERS | 6 -
board/freescale/mpc8544ds/Makefile | 12 -
board/freescale/mpc8544ds/README | 122 ----
board/freescale/mpc8544ds/ddr.c | 59 --
board/freescale/mpc8544ds/law.c | 18 -
board/freescale/mpc8544ds/mpc8544ds.c | 320 -----------
board/freescale/mpc8544ds/tlb.c | 75 ---
board/freescale/mpc8548cds/Kconfig | 12 -
board/freescale/mpc8548cds/MAINTAINERS | 8 -
board/freescale/mpc8548cds/Makefile | 12 -
board/freescale/mpc8548cds/ddr.c | 56 --
board/freescale/mpc8548cds/law.c | 19 -
board/freescale/mpc8548cds/mpc8548cds.c | 358 ------------
board/freescale/mpc8548cds/tlb.c | 87 ---
board/freescale/mpc8555cds/Kconfig | 12 -
board/freescale/mpc8555cds/MAINTAINERS | 7 -
board/freescale/mpc8555cds/Makefile | 12 -
board/freescale/mpc8555cds/ddr.c | 56 --
board/freescale/mpc8555cds/law.c | 42 --
board/freescale/mpc8555cds/mpc8555cds.c | 428 --------------
board/freescale/mpc8555cds/tlb.c | 96 ----
board/freescale/mpc8560ads/Kconfig | 12 -
board/freescale/mpc8560ads/MAINTAINERS | 6 -
board/freescale/mpc8560ads/Makefile | 11 -
board/freescale/mpc8560ads/ddr.c | 46 --
board/freescale/mpc8560ads/law.c | 42 --
board/freescale/mpc8560ads/mpc8560ads.c | 462 ---------------
board/freescale/mpc8560ads/tlb.c | 95 ----
board/freescale/mpc8568mds/Kconfig | 12 -
board/freescale/mpc8568mds/MAINTAINERS | 6 -
board/freescale/mpc8568mds/Makefile | 13 -
board/freescale/mpc8568mds/bcsr.c | 61 --
board/freescale/mpc8568mds/bcsr.h | 93 ----
board/freescale/mpc8568mds/ddr.c | 56 --
board/freescale/mpc8568mds/law.c | 41 --
board/freescale/mpc8568mds/mpc8568mds.c | 356 ------------
board/freescale/mpc8568mds/tlb.c | 84 ---
board/freescale/mpc8569mds/Kconfig | 12 -
board/freescale/mpc8569mds/MAINTAINERS | 7 -
board/freescale/mpc8569mds/Makefile | 13 -
board/freescale/mpc8569mds/README | 77 ---
board/freescale/mpc8569mds/bcsr.c | 50 --
board/freescale/mpc8569mds/bcsr.h | 72 ---
board/freescale/mpc8569mds/ddr.c | 66 ---
board/freescale/mpc8569mds/law.c | 41 --
board/freescale/mpc8569mds/mpc8569mds.c | 585 -------------------
board/freescale/mpc8569mds/tlb.c | 95 ----
board/freescale/mpc8610hpcd/Kconfig | 12 -
board/freescale/mpc8610hpcd/MAINTAINERS | 6 -
board/freescale/mpc8610hpcd/Makefile | 9 -
board/freescale/mpc8610hpcd/README | 73 ---
board/freescale/mpc8610hpcd/ddr.c | 59 --
board/freescale/mpc8610hpcd/law.c | 22 -
board/freescale/mpc8610hpcd/mpc8610hpcd.c | 329 -----------
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 71 ---
board/lwmon5/Kconfig | 9 -
board/lwmon5/MAINTAINERS | 7 -
board/lwmon5/Makefile | 9 -
board/lwmon5/config.mk | 18 -
board/lwmon5/init.S | 75 ---
board/lwmon5/kbd.c | 490 ----------------
board/lwmon5/lwmon5.c | 558 -------------------
board/lwmon5/sdram.c | 247 --------
board/pcs440ep/Kconfig | 9 -
board/pcs440ep/MAINTAINERS | 6 -
board/pcs440ep/Makefile | 9 -
board/pcs440ep/config.mk | 23 -
board/pcs440ep/flash.c | 607 --------------------
board/pcs440ep/init.S | 56 --
board/pcs440ep/pcs440ep.c | 755 -------------------------
board/prodrive/alpr/Kconfig | 12 -
board/prodrive/alpr/MAINTAINERS | 6 -
board/prodrive/alpr/Makefile | 9 -
board/prodrive/alpr/alpr.c | 215 -------
board/prodrive/alpr/config.mk | 16 -
board/prodrive/alpr/fpga.c | 239 --------
board/prodrive/alpr/init.S | 53 --
board/prodrive/alpr/nand.c | 124 -----
board/prodrive/p3p440/Kconfig | 12 -
board/prodrive/p3p440/MAINTAINERS | 6 -
board/prodrive/p3p440/Makefile | 9 -
board/prodrive/p3p440/config.mk | 16 -
board/prodrive/p3p440/init.S | 38 --
board/prodrive/p3p440/p3p440.c | 177 ------
board/prodrive/p3p440/p3p440.h | 24 -
board/sbc405/Kconfig | 9 -
board/sbc405/MAINTAINERS | 6 -
board/sbc405/Makefile | 8 -
board/sbc405/sbc405.c | 91 ---
board/sbc405/strataflash.c | 774 --------------------------
board/sbc8641d/Kconfig | 9 -
board/sbc8641d/MAINTAINERS | 6 -
board/sbc8641d/Makefile | 10 -
board/sbc8641d/README | 28 -
board/sbc8641d/ddr.c | 56 --
board/sbc8641d/law.c | 40 --
board/sbc8641d/sbc8641d.c | 261 ---------
board/stx/stxgp3/Kconfig | 12 -
board/stx/stxgp3/MAINTAINERS | 6 -
board/stx/stxgp3/Makefile | 12 -
board/stx/stxgp3/ddr.c | 46 --
board/stx/stxgp3/flash.c | 499 -----------------
board/stx/stxgp3/law.c | 42 --
board/stx/stxgp3/stxgp3.c | 331 -----------
board/stx/stxgp3/tlb.c | 114 ----
board/stx/stxssa/Kconfig | 12 -
board/stx/stxssa/MAINTAINERS | 7 -
board/stx/stxssa/Makefile | 11 -
board/stx/stxssa/ddr.c | 47 --
board/stx/stxssa/law.c | 44 --
board/stx/stxssa/stxssa.c | 370 ------------
board/stx/stxssa/tlb.c | 90 ---
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/MPC8540ADS_defconfig | 3 -
configs/MPC8541CDS_defconfig | 3 -
configs/MPC8541CDS_legacy_defconfig | 4 -
configs/MPC8544DS_defconfig | 5 -
configs/MPC8548CDS_36BIT_defconfig | 6 -
configs/MPC8548CDS_defconfig | 5 -
configs/MPC8548CDS_legacy_defconfig | 6 -
configs/MPC8555CDS_defconfig | 3 -
configs/MPC8555CDS_legacy_defconfig | 4 -
configs/MPC8560ADS_defconfig | 3 -
configs/MPC8568MDS_defconfig | 3 -
configs/MPC8569MDS_ATM_defconfig | 6 -
configs/MPC8569MDS_defconfig | 5 -
configs/MPC8610HPCD_defconfig | 4 -
configs/alpr_defconfig | 7 -
configs/cmi_mpc5xx_defconfig | 6 -
configs/csb272_defconfig | 4 -
configs/csb472_defconfig | 4 -
configs/lcd4_lwmon5_defconfig | 6 -
configs/lwmon5_defconfig | 4 -
configs/p3p440_defconfig | 4 -
configs/pcs440ep_defconfig | 4 -
configs/sbc405_defconfig | 4 -
configs/sbc8641d_defconfig | 4 -
configs/stxgp3_defconfig | 5 -
configs/stxssa_4M_defconfig | 5 -
configs/stxssa_defconfig | 5 -
configs/zeus_defconfig | 4 -
doc/README.scrapyard | 22 +-
drivers/ddr/fsl/ctrl_regs.c | 4 -
drivers/ddr/fsl/mpc85xx_ddr_gen1.c | 3 -
drivers/input/keyboard.c | 6 +-
drivers/video/mb862xx.c | 3 +-
include/configs/MPC8540ADS.h | 448 ---------------
include/configs/MPC8541CDS.h | 465 ----------------
include/configs/MPC8544DS.h | 513 -----------------
include/configs/MPC8548CDS.h | 604 --------------------
include/configs/MPC8555CDS.h | 461 ---------------
include/configs/MPC8560ADS.h | 488 ----------------
include/configs/MPC8568MDS.h | 490 ----------------
include/configs/MPC8569MDS.h | 582 -------------------
include/configs/MPC8610HPCD.h | 666 ----------------------
include/configs/alpr.h | 351 ------------
include/configs/cmi_mpc5xx.h | 240 --------
include/configs/csb272.h | 282 ----------
include/configs/csb472.h | 281 ----------
include/configs/lwmon5.h | 692 -----------------------
include/configs/p3p440.h | 302 ----------
include/configs/pcs440ep.h | 457 ---------------
include/configs/sbc405.h | 252 ---------
include/configs/sbc8641d.h | 590 --------------------
include/configs/stxgp3.h | 354 ------------
include/configs/stxssa.h | 440 ---------------
include/configs/zeus.h | 350 ------------
include/status_led.h | 13 -
216 files changed, 29 insertions(+), 24342 deletions(-)
delete mode 100644 board/cmi/Kconfig
delete mode 100644 board/cmi/MAINTAINERS
delete mode 100644 board/cmi/Makefile
delete mode 100644 board/cmi/README
delete mode 100644 board/cmi/cmi.c
delete mode 100644 board/cmi/flash.c
delete mode 100644 board/csb272/Kconfig
delete mode 100644 board/csb272/MAINTAINERS
delete mode 100644 board/csb272/Makefile
delete mode 100644 board/csb272/csb272.c
delete mode 100644 board/csb272/init.S
delete mode 100644 board/csb472/Kconfig
delete mode 100644 board/csb472/MAINTAINERS
delete mode 100644 board/csb472/Makefile
delete mode 100644 board/csb472/csb472.c
delete mode 100644 board/csb472/init.S
delete mode 100644 board/freescale/mpc8540ads/Kconfig
delete mode 100644 board/freescale/mpc8540ads/MAINTAINERS
delete mode 100644 board/freescale/mpc8540ads/Makefile
delete mode 100644 board/freescale/mpc8540ads/ddr.c
delete mode 100644 board/freescale/mpc8540ads/law.c
delete mode 100644 board/freescale/mpc8540ads/mpc8540ads.c
delete mode 100644 board/freescale/mpc8540ads/tlb.c
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 board/freescale/mpc8544ds/Kconfig
delete mode 100644 board/freescale/mpc8544ds/MAINTAINERS
delete mode 100644 board/freescale/mpc8544ds/Makefile
delete mode 100644 board/freescale/mpc8544ds/README
delete mode 100644 board/freescale/mpc8544ds/ddr.c
delete mode 100644 board/freescale/mpc8544ds/law.c
delete mode 100644 board/freescale/mpc8544ds/mpc8544ds.c
delete mode 100644 board/freescale/mpc8544ds/tlb.c
delete mode 100644 board/freescale/mpc8548cds/Kconfig
delete mode 100644 board/freescale/mpc8548cds/MAINTAINERS
delete mode 100644 board/freescale/mpc8548cds/Makefile
delete mode 100644 board/freescale/mpc8548cds/ddr.c
delete mode 100644 board/freescale/mpc8548cds/law.c
delete mode 100644 board/freescale/mpc8548cds/mpc8548cds.c
delete mode 100644 board/freescale/mpc8548cds/tlb.c
delete mode 100644 board/freescale/mpc8555cds/Kconfig
delete mode 100644 board/freescale/mpc8555cds/MAINTAINERS
delete mode 100644 board/freescale/mpc8555cds/Makefile
delete mode 100644 board/freescale/mpc8555cds/ddr.c
delete mode 100644 board/freescale/mpc8555cds/law.c
delete mode 100644 board/freescale/mpc8555cds/mpc8555cds.c
delete mode 100644 board/freescale/mpc8555cds/tlb.c
delete mode 100644 board/freescale/mpc8560ads/Kconfig
delete mode 100644 board/freescale/mpc8560ads/MAINTAINERS
delete mode 100644 board/freescale/mpc8560ads/Makefile
delete mode 100644 board/freescale/mpc8560ads/ddr.c
delete mode 100644 board/freescale/mpc8560ads/law.c
delete mode 100644 board/freescale/mpc8560ads/mpc8560ads.c
delete mode 100644 board/freescale/mpc8560ads/tlb.c
delete mode 100644 board/freescale/mpc8568mds/Kconfig
delete mode 100644 board/freescale/mpc8568mds/MAINTAINERS
delete mode 100644 board/freescale/mpc8568mds/Makefile
delete mode 100644 board/freescale/mpc8568mds/bcsr.c
delete mode 100644 board/freescale/mpc8568mds/bcsr.h
delete mode 100644 board/freescale/mpc8568mds/ddr.c
delete mode 100644 board/freescale/mpc8568mds/law.c
delete mode 100644 board/freescale/mpc8568mds/mpc8568mds.c
delete mode 100644 board/freescale/mpc8568mds/tlb.c
delete mode 100644 board/freescale/mpc8569mds/Kconfig
delete mode 100644 board/freescale/mpc8569mds/MAINTAINERS
delete mode 100644 board/freescale/mpc8569mds/Makefile
delete mode 100644 board/freescale/mpc8569mds/README
delete mode 100644 board/freescale/mpc8569mds/bcsr.c
delete mode 100644 board/freescale/mpc8569mds/bcsr.h
delete mode 100644 board/freescale/mpc8569mds/ddr.c
delete mode 100644 board/freescale/mpc8569mds/law.c
delete mode 100644 board/freescale/mpc8569mds/mpc8569mds.c
delete mode 100644 board/freescale/mpc8569mds/tlb.c
delete mode 100644 board/freescale/mpc8610hpcd/Kconfig
delete mode 100644 board/freescale/mpc8610hpcd/MAINTAINERS
delete mode 100644 board/freescale/mpc8610hpcd/Makefile
delete mode 100644 board/freescale/mpc8610hpcd/README
delete mode 100644 board/freescale/mpc8610hpcd/ddr.c
delete mode 100644 board/freescale/mpc8610hpcd/law.c
delete mode 100644 board/freescale/mpc8610hpcd/mpc8610hpcd.c
delete mode 100644 board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
delete mode 100644 board/lwmon5/Kconfig
delete mode 100644 board/lwmon5/MAINTAINERS
delete mode 100644 board/lwmon5/Makefile
delete mode 100644 board/lwmon5/config.mk
delete mode 100644 board/lwmon5/init.S
delete mode 100644 board/lwmon5/kbd.c
delete mode 100644 board/lwmon5/lwmon5.c
delete mode 100644 board/lwmon5/sdram.c
delete mode 100644 board/pcs440ep/Kconfig
delete mode 100644 board/pcs440ep/MAINTAINERS
delete mode 100644 board/pcs440ep/Makefile
delete mode 100644 board/pcs440ep/config.mk
delete mode 100644 board/pcs440ep/flash.c
delete mode 100644 board/pcs440ep/init.S
delete mode 100644 board/pcs440ep/pcs440ep.c
delete mode 100644 board/prodrive/alpr/Kconfig
delete mode 100644 board/prodrive/alpr/MAINTAINERS
delete mode 100644 board/prodrive/alpr/Makefile
delete mode 100644 board/prodrive/alpr/alpr.c
delete mode 100644 board/prodrive/alpr/config.mk
delete mode 100644 board/prodrive/alpr/fpga.c
delete mode 100644 board/prodrive/alpr/init.S
delete mode 100644 board/prodrive/alpr/nand.c
delete mode 100644 board/prodrive/p3p440/Kconfig
delete mode 100644 board/prodrive/p3p440/MAINTAINERS
delete mode 100644 board/prodrive/p3p440/Makefile
delete mode 100644 board/prodrive/p3p440/config.mk
delete mode 100644 board/prodrive/p3p440/init.S
delete mode 100644 board/prodrive/p3p440/p3p440.c
delete mode 100644 board/prodrive/p3p440/p3p440.h
delete mode 100644 board/sbc405/Kconfig
delete mode 100644 board/sbc405/MAINTAINERS
delete mode 100644 board/sbc405/Makefile
delete mode 100644 board/sbc405/sbc405.c
delete mode 100644 board/sbc405/strataflash.c
delete mode 100644 board/sbc8641d/Kconfig
delete mode 100644 board/sbc8641d/MAINTAINERS
delete mode 100644 board/sbc8641d/Makefile
delete mode 100644 board/sbc8641d/README
delete mode 100644 board/sbc8641d/ddr.c
delete mode 100644 board/sbc8641d/law.c
delete mode 100644 board/sbc8641d/sbc8641d.c
delete mode 100644 board/stx/stxgp3/Kconfig
delete mode 100644 board/stx/stxgp3/MAINTAINERS
delete mode 100644 board/stx/stxgp3/Makefile
delete mode 100644 board/stx/stxgp3/ddr.c
delete mode 100644 board/stx/stxgp3/flash.c
delete mode 100644 board/stx/stxgp3/law.c
delete mode 100644 board/stx/stxgp3/stxgp3.c
delete mode 100644 board/stx/stxgp3/tlb.c
delete mode 100644 board/stx/stxssa/Kconfig
delete mode 100644 board/stx/stxssa/MAINTAINERS
delete mode 100644 board/stx/stxssa/Makefile
delete mode 100644 board/stx/stxssa/ddr.c
delete mode 100644 board/stx/stxssa/law.c
delete mode 100644 board/stx/stxssa/stxssa.c
delete mode 100644 board/stx/stxssa/tlb.c
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/MPC8540ADS_defconfig
delete mode 100644 configs/MPC8541CDS_defconfig
delete mode 100644 configs/MPC8541CDS_legacy_defconfig
delete mode 100644 configs/MPC8544DS_defconfig
delete mode 100644 configs/MPC8548CDS_36BIT_defconfig
delete mode 100644 configs/MPC8548CDS_defconfig
delete mode 100644 configs/MPC8548CDS_legacy_defconfig
delete mode 100644 configs/MPC8555CDS_defconfig
delete mode 100644 configs/MPC8555CDS_legacy_defconfig
delete mode 100644 configs/MPC8560ADS_defconfig
delete mode 100644 configs/MPC8568MDS_defconfig
delete mode 100644 configs/MPC8569MDS_ATM_defconfig
delete mode 100644 configs/MPC8569MDS_defconfig
delete mode 100644 configs/MPC8610HPCD_defconfig
delete mode 100644 configs/alpr_defconfig
delete mode 100644 configs/cmi_mpc5xx_defconfig
delete mode 100644 configs/csb272_defconfig
delete mode 100644 configs/csb472_defconfig
delete mode 100644 configs/lcd4_lwmon5_defconfig
delete mode 100644 configs/lwmon5_defconfig
delete mode 100644 configs/p3p440_defconfig
delete mode 100644 configs/pcs440ep_defconfig
delete mode 100644 configs/sbc405_defconfig
delete mode 100644 configs/sbc8641d_defconfig
delete mode 100644 configs/stxgp3_defconfig
delete mode 100644 configs/stxssa_4M_defconfig
delete mode 100644 configs/stxssa_defconfig
delete mode 100644 configs/zeus_defconfig
delete mode 100644 include/configs/MPC8540ADS.h
delete mode 100644 include/configs/MPC8541CDS.h
delete mode 100644 include/configs/MPC8544DS.h
delete mode 100644 include/configs/MPC8548CDS.h
delete mode 100644 include/configs/MPC8555CDS.h
delete mode 100644 include/configs/MPC8560ADS.h
delete mode 100644 include/configs/MPC8568MDS.h
delete mode 100644 include/configs/MPC8569MDS.h
delete mode 100644 include/configs/MPC8610HPCD.h
delete mode 100644 include/configs/alpr.h
delete mode 100644 include/configs/cmi_mpc5xx.h
delete mode 100644 include/configs/csb272.h
delete mode 100644 include/configs/csb472.h
delete mode 100644 include/configs/lwmon5.h
delete mode 100644 include/configs/p3p440.h
delete mode 100644 include/configs/pcs440ep.h
delete mode 100644 include/configs/sbc405.h
delete mode 100644 include/configs/sbc8641d.h
delete mode 100644 include/configs/stxgp3.h
delete mode 100644 include/configs/stxssa.h
delete mode 100644 include/configs/zeus.h
--
1.9.1
^ permalink raw reply [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 01/19] powerpc: ppc4xx: remove alpr support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 02/19] powerpc: ppc4xx: remove csb272, csb472 support Masahiro Yamada
` (18 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
Cc: Stefan Roese <sr@denx.de>
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/prodrive/alpr/Kconfig | 12 --
board/prodrive/alpr/MAINTAINERS | 6 -
board/prodrive/alpr/Makefile | 9 --
board/prodrive/alpr/alpr.c | 215 ------------------------
board/prodrive/alpr/config.mk | 16 --
board/prodrive/alpr/fpga.c | 239 ---------------------------
board/prodrive/alpr/init.S | 53 ------
board/prodrive/alpr/nand.c | 124 --------------
configs/alpr_defconfig | 7 -
doc/README.scrapyard | 3 +-
include/configs/alpr.h | 351 ----------------------------------------
12 files changed, 2 insertions(+), 1037 deletions(-)
delete mode 100644 board/prodrive/alpr/Kconfig
delete mode 100644 board/prodrive/alpr/MAINTAINERS
delete mode 100644 board/prodrive/alpr/Makefile
delete mode 100644 board/prodrive/alpr/alpr.c
delete mode 100644 board/prodrive/alpr/config.mk
delete mode 100644 board/prodrive/alpr/fpga.c
delete mode 100644 board/prodrive/alpr/init.S
delete mode 100644 board/prodrive/alpr/nand.c
delete mode 100644 configs/alpr_defconfig
delete mode 100644 include/configs/alpr.h
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index 10b86e0..e8c0ca0 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -140,9 +140,6 @@ config TARGET_MIP405
config TARGET_PIP405
bool "Support PIP405"
-config TARGET_ALPR
- bool "Support alpr"
-
config TARGET_P3P440
bool "Support p3p440"
@@ -197,7 +194,6 @@ source "board/mosaixtech/icon/Kconfig"
source "board/mpl/mip405/Kconfig"
source "board/mpl/pip405/Kconfig"
source "board/pcs440ep/Kconfig"
-source "board/prodrive/alpr/Kconfig"
source "board/prodrive/p3p440/Kconfig"
source "board/sbc405/Kconfig"
source "board/t3corp/Kconfig"
diff --git a/board/prodrive/alpr/Kconfig b/board/prodrive/alpr/Kconfig
deleted file mode 100644
index 543b455..0000000
diff --git a/board/prodrive/alpr/MAINTAINERS b/board/prodrive/alpr/MAINTAINERS
deleted file mode 100644
index 31baabb..0000000
diff --git a/board/prodrive/alpr/Makefile b/board/prodrive/alpr/Makefile
deleted file mode 100644
index 812d041..0000000
diff --git a/board/prodrive/alpr/alpr.c b/board/prodrive/alpr/alpr.c
deleted file mode 100644
index 31c1ab5..0000000
diff --git a/board/prodrive/alpr/config.mk b/board/prodrive/alpr/config.mk
deleted file mode 100644
index 0ccb2e6..0000000
diff --git a/board/prodrive/alpr/fpga.c b/board/prodrive/alpr/fpga.c
deleted file mode 100644
index 3133f94..0000000
diff --git a/board/prodrive/alpr/init.S b/board/prodrive/alpr/init.S
deleted file mode 100644
index 7ff7a59..0000000
diff --git a/board/prodrive/alpr/nand.c b/board/prodrive/alpr/nand.c
deleted file mode 100644
index ca40cea..0000000
diff --git a/configs/alpr_defconfig b/configs/alpr_defconfig
deleted file mode 100644
index b7cd74d..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index fb1ed42..cdb2b6e 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -12,7 +12,8 @@ The list should be sorted in reverse chronological order.
Board Arch CPU Commit Removed Last known maintainer/contact
=================================================================================================
-cam_enc_4xx arm arm926ejs - - Heiko Schocher <hs@denx.de>
+alpr powerpc ppc4xx - - Stefan Roese <sr@denx.de>
+cam_enc_4xx arm arm926ejs 8d775763 2015-08-20 Heiko Schocher <hs@denx.de>
atstk1003 avr32 - e5354b8a 2015-06-10 Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
atstk1004 avr32 - e5354b8a 2015-06-10 Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
atstk1006 avr32 - e5354b8a 2015-06-10 Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
diff --git a/include/configs/alpr.h b/include/configs/alpr.h
deleted file mode 100644
index f113ebd..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 02/19] powerpc: ppc4xx: remove csb272, csb472 support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 01/19] powerpc: ppc4xx: remove alpr support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 03/19] powerpc: ppc4xx: remove lwmon5 support Masahiro Yamada
` (17 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: u-boot
These have not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Tolunay Orkun <torkun@nextio.com>
---
arch/powerpc/cpu/ppc4xx/Kconfig | 8 --
board/csb272/Kconfig | 9 --
board/csb272/MAINTAINERS | 6 -
board/csb272/Makefile | 9 --
board/csb272/csb272.c | 171 ------------------------
board/csb272/init.S | 196 ----------------------------
board/csb472/Kconfig | 9 --
board/csb472/MAINTAINERS | 6 -
board/csb472/Makefile | 9 --
board/csb472/csb472.c | 138 --------------------
board/csb472/init.S | 192 ---------------------------
configs/csb272_defconfig | 4 -
configs/csb472_defconfig | 4 -
doc/README.scrapyard | 1 +
include/configs/csb272.h | 282 ----------------------------------------
include/configs/csb472.h | 281 ---------------------------------------
16 files changed, 1 insertion(+), 1324 deletions(-)
delete mode 100644 board/csb272/Kconfig
delete mode 100644 board/csb272/MAINTAINERS
delete mode 100644 board/csb272/Makefile
delete mode 100644 board/csb272/csb272.c
delete mode 100644 board/csb272/init.S
delete mode 100644 board/csb472/Kconfig
delete mode 100644 board/csb472/MAINTAINERS
delete mode 100644 board/csb472/Makefile
delete mode 100644 board/csb472/csb472.c
delete mode 100644 board/csb472/init.S
delete mode 100644 configs/csb272_defconfig
delete mode 100644 configs/csb472_defconfig
delete mode 100644 include/configs/csb272.h
delete mode 100644 include/configs/csb472.h
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index e8c0ca0..c6bbe12 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -8,12 +8,6 @@ choice
prompt "Target select"
optional
-config TARGET_CSB272
- bool "Support csb272"
-
-config TARGET_CSB472
- bool "Support csb472"
-
config TARGET_LWMON5
bool "Support lwmon5"
select SUPPORT_SPL
@@ -176,8 +170,6 @@ source "board/amcc/yosemite/Kconfig"
source "board/amcc/yucca/Kconfig"
source "board/avnet/fx12mm/Kconfig"
source "board/avnet/v5fx30teval/Kconfig"
-source "board/csb272/Kconfig"
-source "board/csb472/Kconfig"
source "board/esd/cpci2dp/Kconfig"
source "board/esd/cpci405/Kconfig"
source "board/esd/plu405/Kconfig"
diff --git a/board/csb272/Kconfig b/board/csb272/Kconfig
deleted file mode 100644
index eed04f0..0000000
diff --git a/board/csb272/MAINTAINERS b/board/csb272/MAINTAINERS
deleted file mode 100644
index 4bc95ea..0000000
diff --git a/board/csb272/Makefile b/board/csb272/Makefile
deleted file mode 100644
index 36ec9b6..0000000
diff --git a/board/csb272/csb272.c b/board/csb272/csb272.c
deleted file mode 100644
index dc2c950..0000000
diff --git a/board/csb272/init.S b/board/csb272/init.S
deleted file mode 100644
index bf1d986..0000000
diff --git a/board/csb472/Kconfig b/board/csb472/Kconfig
deleted file mode 100644
index 53b1e7a..0000000
diff --git a/board/csb472/MAINTAINERS b/board/csb472/MAINTAINERS
deleted file mode 100644
index 25041ed..0000000
diff --git a/board/csb472/Makefile b/board/csb472/Makefile
deleted file mode 100644
index 5f7e8b5..0000000
diff --git a/board/csb472/csb472.c b/board/csb472/csb472.c
deleted file mode 100644
index b1de18c..0000000
diff --git a/board/csb472/init.S b/board/csb472/init.S
deleted file mode 100644
index 7383a70..0000000
diff --git a/configs/csb272_defconfig b/configs/csb272_defconfig
deleted file mode 100644
index c9cc680..0000000
diff --git a/configs/csb472_defconfig b/configs/csb472_defconfig
deleted file mode 100644
index e46b965..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index cdb2b6e..87e2b35 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
=================================================================================================
+csb272/csb472 powerpc ppc4xx - - Tolunay Orkun <torkun@nextio.com>
alpr powerpc ppc4xx - - Stefan Roese <sr@denx.de>
cam_enc_4xx arm arm926ejs 8d775763 2015-08-20 Heiko Schocher <hs@denx.de>
atstk1003 avr32 - e5354b8a 2015-06-10 Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
diff --git a/include/configs/csb272.h b/include/configs/csb272.h
deleted file mode 100644
index 71cb5df..0000000
diff --git a/include/configs/csb472.h b/include/configs/csb472.h
deleted file mode 100644
index 5bd3867..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 03/19] powerpc: ppc4xx: remove lwmon5 support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 01/19] powerpc: ppc4xx: remove alpr support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 02/19] powerpc: ppc4xx: remove csb272, csb472 support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 04/19] powerpc: ppc4xx: remove p3p440 support Masahiro Yamada
` (16 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: u-boot
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Remove CONFIG_LWMON5 references.
(Also, remove undefined CONFIG_WD_MAX_RATE while I am here.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Stefan Roese <sr@denx.de>
---
arch/powerpc/cpu/ppc4xx/Kconfig | 5 -
arch/powerpc/include/asm/global_data.h | 6 -
board/lwmon5/Kconfig | 9 -
board/lwmon5/MAINTAINERS | 7 -
board/lwmon5/Makefile | 9 -
board/lwmon5/config.mk | 18 -
board/lwmon5/init.S | 75 ----
board/lwmon5/kbd.c | 490 -----------------------
board/lwmon5/lwmon5.c | 558 --------------------------
board/lwmon5/sdram.c | 247 ------------
configs/lcd4_lwmon5_defconfig | 6 -
configs/lwmon5_defconfig | 4 -
doc/README.scrapyard | 1 +
drivers/video/mb862xx.c | 3 +-
include/configs/lwmon5.h | 692 ---------------------------------
15 files changed, 2 insertions(+), 2128 deletions(-)
delete mode 100644 board/lwmon5/Kconfig
delete mode 100644 board/lwmon5/MAINTAINERS
delete mode 100644 board/lwmon5/Makefile
delete mode 100644 board/lwmon5/config.mk
delete mode 100644 board/lwmon5/init.S
delete mode 100644 board/lwmon5/kbd.c
delete mode 100644 board/lwmon5/lwmon5.c
delete mode 100644 board/lwmon5/sdram.c
delete mode 100644 configs/lcd4_lwmon5_defconfig
delete mode 100644 configs/lwmon5_defconfig
delete mode 100644 include/configs/lwmon5.h
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index c6bbe12..883463a 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -8,10 +8,6 @@ choice
prompt "Target select"
optional
-config TARGET_LWMON5
- bool "Support lwmon5"
- select SUPPORT_SPL
-
config TARGET_PCS440EP
bool "Support pcs440ep"
@@ -181,7 +177,6 @@ source "board/gdsys/405ex/Kconfig"
source "board/gdsys/dlvision/Kconfig"
source "board/gdsys/gdppc440etx/Kconfig"
source "board/gdsys/intip/Kconfig"
-source "board/lwmon5/Kconfig"
source "board/mosaixtech/icon/Kconfig"
source "board/mpl/mip405/Kconfig"
source "board/mpl/pip405/Kconfig"
diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h
index 4090975..2527ef8 100644
--- a/arch/powerpc/include/asm/global_data.h
+++ b/arch/powerpc/include/asm/global_data.h
@@ -106,12 +106,6 @@ struct arch_global_data {
#ifdef CONFIG_SYS_FPGA_COUNT
unsigned fpga_state[CONFIG_SYS_FPGA_COUNT];
#endif
-#if defined(CONFIG_WD_MAX_RATE)
- unsigned long long wdt_last; /* trace watch-dog triggering rate */
-#endif
-#if defined(CONFIG_LWMON5)
- unsigned long kbd_status;
-#endif
};
#include <asm-generic/global_data.h>
diff --git a/board/lwmon5/Kconfig b/board/lwmon5/Kconfig
deleted file mode 100644
index 90566d8..0000000
diff --git a/board/lwmon5/MAINTAINERS b/board/lwmon5/MAINTAINERS
deleted file mode 100644
index 7402ab6..0000000
diff --git a/board/lwmon5/Makefile b/board/lwmon5/Makefile
deleted file mode 100644
index 02478ca..0000000
diff --git a/board/lwmon5/config.mk b/board/lwmon5/config.mk
deleted file mode 100644
index d0348e8..0000000
diff --git a/board/lwmon5/init.S b/board/lwmon5/init.S
deleted file mode 100644
index e5207c2..0000000
diff --git a/board/lwmon5/kbd.c b/board/lwmon5/kbd.c
deleted file mode 100644
index 97962da..0000000
diff --git a/board/lwmon5/lwmon5.c b/board/lwmon5/lwmon5.c
deleted file mode 100644
index e9aa0b7..0000000
diff --git a/board/lwmon5/sdram.c b/board/lwmon5/sdram.c
deleted file mode 100644
index 5dfbb0b..0000000
diff --git a/configs/lcd4_lwmon5_defconfig b/configs/lcd4_lwmon5_defconfig
deleted file mode 100644
index b911dbd..0000000
diff --git a/configs/lwmon5_defconfig b/configs/lwmon5_defconfig
deleted file mode 100644
index 0a6da68..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 87e2b35..2697451 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
=================================================================================================
+lwmon5 powerpc ppc4xx - - Stefan Roese <sr@denx.de>
csb272/csb472 powerpc ppc4xx - - Tolunay Orkun <torkun@nextio.com>
alpr powerpc ppc4xx - - Stefan Roese <sr@denx.de>
cam_enc_4xx arm arm926ejs 8d775763 2015-08-20 Heiko Schocher <hs@denx.de>
diff --git a/drivers/video/mb862xx.c b/drivers/video/mb862xx.c
index 1c74e97..868c512 100644
--- a/drivers/video/mb862xx.c
+++ b/drivers/video/mb862xx.c
@@ -419,8 +419,7 @@ void *video_hw_init (void)
board_disp_init ();
#endif
-#if (defined(CONFIG_LWMON5) || \
- defined(CONFIG_SOCRATES)) && !(CONFIG_POST & CONFIG_SYS_POST_SYSMON)
+#if defined(CONFIG_SOCRATES) && !(CONFIG_POST & CONFIG_SYS_POST_SYSMON)
/* Lamp on */
board_backlight_switch (1);
#endif
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h
deleted file mode 100644
index 513167e..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 04/19] powerpc: ppc4xx: remove p3p440 support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (2 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 03/19] powerpc: ppc4xx: remove lwmon5 support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 05/19] powerpc: ppc4xx: remove pcs440ep support Masahiro Yamada
` (15 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
Cc: Stefan Roese <sr@denx.de>
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/prodrive/p3p440/Kconfig | 12 --
board/prodrive/p3p440/MAINTAINERS | 6 -
board/prodrive/p3p440/Makefile | 9 --
board/prodrive/p3p440/config.mk | 16 --
board/prodrive/p3p440/init.S | 38 -----
board/prodrive/p3p440/p3p440.c | 177 ----------------------
board/prodrive/p3p440/p3p440.h | 24 ---
configs/p3p440_defconfig | 4 -
doc/README.scrapyard | 1 +
include/configs/p3p440.h | 302 --------------------------------------
11 files changed, 1 insertion(+), 592 deletions(-)
delete mode 100644 board/prodrive/p3p440/Kconfig
delete mode 100644 board/prodrive/p3p440/MAINTAINERS
delete mode 100644 board/prodrive/p3p440/Makefile
delete mode 100644 board/prodrive/p3p440/config.mk
delete mode 100644 board/prodrive/p3p440/init.S
delete mode 100644 board/prodrive/p3p440/p3p440.c
delete mode 100644 board/prodrive/p3p440/p3p440.h
delete mode 100644 configs/p3p440_defconfig
delete mode 100644 include/configs/p3p440.h
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index 883463a..b2e3110 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -130,9 +130,6 @@ config TARGET_MIP405
config TARGET_PIP405
bool "Support PIP405"
-config TARGET_P3P440
- bool "Support p3p440"
-
config TARGET_XPEDITE1000
bool "Support xpedite1000"
@@ -181,7 +178,6 @@ source "board/mosaixtech/icon/Kconfig"
source "board/mpl/mip405/Kconfig"
source "board/mpl/pip405/Kconfig"
source "board/pcs440ep/Kconfig"
-source "board/prodrive/p3p440/Kconfig"
source "board/sbc405/Kconfig"
source "board/t3corp/Kconfig"
source "board/xes/xpedite1000/Kconfig"
diff --git a/board/prodrive/p3p440/Kconfig b/board/prodrive/p3p440/Kconfig
deleted file mode 100644
index cf53aac..0000000
diff --git a/board/prodrive/p3p440/MAINTAINERS b/board/prodrive/p3p440/MAINTAINERS
deleted file mode 100644
index 68fd1a9..0000000
diff --git a/board/prodrive/p3p440/Makefile b/board/prodrive/p3p440/Makefile
deleted file mode 100644
index d62f75d..0000000
diff --git a/board/prodrive/p3p440/config.mk b/board/prodrive/p3p440/config.mk
deleted file mode 100644
index f18b097..0000000
diff --git a/board/prodrive/p3p440/init.S b/board/prodrive/p3p440/init.S
deleted file mode 100644
index 35b1afa..0000000
diff --git a/board/prodrive/p3p440/p3p440.c b/board/prodrive/p3p440/p3p440.c
deleted file mode 100644
index 929e8eb..0000000
diff --git a/board/prodrive/p3p440/p3p440.h b/board/prodrive/p3p440/p3p440.h
deleted file mode 100644
index a164f95..0000000
diff --git a/configs/p3p440_defconfig b/configs/p3p440_defconfig
deleted file mode 100644
index 84e683b..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 2697451..0a54b71 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
=================================================================================================
+p3p440 powerpc ppc4xx - - Stefan Roese <sr@denx.de>
lwmon5 powerpc ppc4xx - - Stefan Roese <sr@denx.de>
csb272/csb472 powerpc ppc4xx - - Tolunay Orkun <torkun@nextio.com>
alpr powerpc ppc4xx - - Stefan Roese <sr@denx.de>
diff --git a/include/configs/p3p440.h b/include/configs/p3p440.h
deleted file mode 100644
index eb14003..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 05/19] powerpc: ppc4xx: remove pcs440ep support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (3 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 04/19] powerpc: ppc4xx: remove p3p440 support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 06/19] powerpc: ppc4xx: remove sbc405 support Masahiro Yamada
` (14 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
Cc: Stefan Roese <sr@denx.de>
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/pcs440ep/Kconfig | 9 -
board/pcs440ep/MAINTAINERS | 6 -
board/pcs440ep/Makefile | 9 -
board/pcs440ep/config.mk | 23 --
board/pcs440ep/flash.c | 607 --------------------------------
board/pcs440ep/init.S | 56 ---
board/pcs440ep/pcs440ep.c | 755 ----------------------------------------
configs/pcs440ep_defconfig | 4 -
doc/README.scrapyard | 1 +
include/configs/pcs440ep.h | 457 ------------------------
11 files changed, 1 insertion(+), 1930 deletions(-)
delete mode 100644 board/pcs440ep/Kconfig
delete mode 100644 board/pcs440ep/MAINTAINERS
delete mode 100644 board/pcs440ep/Makefile
delete mode 100644 board/pcs440ep/config.mk
delete mode 100644 board/pcs440ep/flash.c
delete mode 100644 board/pcs440ep/init.S
delete mode 100644 board/pcs440ep/pcs440ep.c
delete mode 100644 configs/pcs440ep_defconfig
delete mode 100644 include/configs/pcs440ep.h
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index b2e3110..e379a6f 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -8,9 +8,6 @@ choice
prompt "Target select"
optional
-config TARGET_PCS440EP
- bool "Support pcs440ep"
-
config TARGET_SBC405
bool "Support sbc405"
@@ -177,7 +174,6 @@ source "board/gdsys/intip/Kconfig"
source "board/mosaixtech/icon/Kconfig"
source "board/mpl/mip405/Kconfig"
source "board/mpl/pip405/Kconfig"
-source "board/pcs440ep/Kconfig"
source "board/sbc405/Kconfig"
source "board/t3corp/Kconfig"
source "board/xes/xpedite1000/Kconfig"
diff --git a/board/pcs440ep/Kconfig b/board/pcs440ep/Kconfig
deleted file mode 100644
index 5b280f6..0000000
diff --git a/board/pcs440ep/MAINTAINERS b/board/pcs440ep/MAINTAINERS
deleted file mode 100644
index 6eccc85..0000000
diff --git a/board/pcs440ep/Makefile b/board/pcs440ep/Makefile
deleted file mode 100644
index 4fc24d6..0000000
diff --git a/board/pcs440ep/config.mk b/board/pcs440ep/config.mk
deleted file mode 100644
index b90d5d0..0000000
diff --git a/board/pcs440ep/flash.c b/board/pcs440ep/flash.c
deleted file mode 100644
index 8c5e94f..0000000
diff --git a/board/pcs440ep/init.S b/board/pcs440ep/init.S
deleted file mode 100644
index c0e83de..0000000
diff --git a/board/pcs440ep/pcs440ep.c b/board/pcs440ep/pcs440ep.c
deleted file mode 100644
index 267c001..0000000
diff --git a/configs/pcs440ep_defconfig b/configs/pcs440ep_defconfig
deleted file mode 100644
index b01f63a..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 0a54b71..f535762 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
=================================================================================================
+pcs440ep powerpc ppc4xx - - Stefan Roese <sr@denx.de>
p3p440 powerpc ppc4xx - - Stefan Roese <sr@denx.de>
lwmon5 powerpc ppc4xx - - Stefan Roese <sr@denx.de>
csb272/csb472 powerpc ppc4xx - - Tolunay Orkun <torkun@nextio.com>
diff --git a/include/configs/pcs440ep.h b/include/configs/pcs440ep.h
deleted file mode 100644
index 77e20cf..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 06/19] powerpc: ppc4xx: remove sbc405 support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (4 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 05/19] powerpc: ppc4xx: remove pcs440ep support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 07/19] powerpc: ppc4xx: remove zeus support Masahiro Yamada
` (13 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/sbc405/Kconfig | 9 -
board/sbc405/MAINTAINERS | 6 -
board/sbc405/Makefile | 8 -
board/sbc405/sbc405.c | 91 -----
board/sbc405/strataflash.c | 774 ----------------------------------------
configs/sbc405_defconfig | 4 -
doc/README.scrapyard | 1 +
include/configs/sbc405.h | 252 -------------
9 files changed, 1 insertion(+), 1148 deletions(-)
delete mode 100644 board/sbc405/Kconfig
delete mode 100644 board/sbc405/MAINTAINERS
delete mode 100644 board/sbc405/Makefile
delete mode 100644 board/sbc405/sbc405.c
delete mode 100644 board/sbc405/strataflash.c
delete mode 100644 configs/sbc405_defconfig
delete mode 100644 include/configs/sbc405.h
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig
index e379a6f..16c049e 100644
--- a/arch/powerpc/cpu/ppc4xx/Kconfig
+++ b/arch/powerpc/cpu/ppc4xx/Kconfig
@@ -8,9 +8,6 @@ choice
prompt "Target select"
optional
-config TARGET_SBC405
- bool "Support sbc405"
-
config TARGET_T3CORP
bool "Support t3corp"
@@ -174,7 +171,6 @@ source "board/gdsys/intip/Kconfig"
source "board/mosaixtech/icon/Kconfig"
source "board/mpl/mip405/Kconfig"
source "board/mpl/pip405/Kconfig"
-source "board/sbc405/Kconfig"
source "board/t3corp/Kconfig"
source "board/xes/xpedite1000/Kconfig"
source "board/xilinx/ml507/Kconfig"
diff --git a/board/sbc405/Kconfig b/board/sbc405/Kconfig
deleted file mode 100644
index 4e7e843..0000000
diff --git a/board/sbc405/MAINTAINERS b/board/sbc405/MAINTAINERS
deleted file mode 100644
index 2abad25..0000000
diff --git a/board/sbc405/Makefile b/board/sbc405/Makefile
deleted file mode 100644
index 3f2b0e2..0000000
diff --git a/board/sbc405/sbc405.c b/board/sbc405/sbc405.c
deleted file mode 100644
index cafc844..0000000
diff --git a/board/sbc405/strataflash.c b/board/sbc405/strataflash.c
deleted file mode 100644
index 7ddc97c..0000000
diff --git a/configs/sbc405_defconfig b/configs/sbc405_defconfig
deleted file mode 100644
index 0bc0ab2..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index f535762..c958601 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
=================================================================================================
+sbc405 powerpc ppc4xx - -
pcs440ep powerpc ppc4xx - - Stefan Roese <sr@denx.de>
p3p440 powerpc ppc4xx - - Stefan Roese <sr@denx.de>
lwmon5 powerpc ppc4xx - - Stefan Roese <sr@denx.de>
diff --git a/include/configs/sbc405.h b/include/configs/sbc405.h
deleted file mode 100644
index b2adea9..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 07/19] powerpc: ppc4xx: remove zeus support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (5 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 06/19] powerpc: ppc4xx: remove sbc405 support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 08/19] powerpc: mpc5xx: remove cmi_mpc5xx support Masahiro Yamada
` (12 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
Cc: Stefan Roese <sr@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@denx.de>
sbc405 powerpc ppc4xx - -
pcs440ep powerpc ppc4xx - - Stefan Roese <sr@denx.de>
p3p440 powerpc ppc4xx - - Stefan Roese <sr@denx.de>
diff --git a/include/configs/zeus.h b/include/configs/zeus.h
deleted file mode 100644
index 2bc4e1a..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 08/19] powerpc: mpc5xx: remove cmi_mpc5xx support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (6 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 07/19] powerpc: ppc4xx: remove zeus support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 09/19] powerpc: mpc85xx: remove stxgp3, stxssa support Masahiro Yamada
` (11 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
---
arch/powerpc/cpu/mpc5xx/Kconfig | 4 -
board/cmi/Kconfig | 9 -
board/cmi/MAINTAINERS | 6 -
board/cmi/Makefile | 8 -
board/cmi/README | 84 -------
board/cmi/cmi.c | 57 -----
board/cmi/flash.c | 501 ----------------------------------------
configs/cmi_mpc5xx_defconfig | 6 -
doc/README.scrapyard | 1 +
include/configs/cmi_mpc5xx.h | 240 -------------------
include/status_led.h | 13 --
11 files changed, 1 insertion(+), 928 deletions(-)
delete mode 100644 board/cmi/Kconfig
delete mode 100644 board/cmi/MAINTAINERS
delete mode 100644 board/cmi/Makefile
delete mode 100644 board/cmi/README
delete mode 100644 board/cmi/cmi.c
delete mode 100644 board/cmi/flash.c
delete mode 100644 configs/cmi_mpc5xx_defconfig
delete mode 100644 include/configs/cmi_mpc5xx.h
diff --git a/arch/powerpc/cpu/mpc5xx/Kconfig b/arch/powerpc/cpu/mpc5xx/Kconfig
index 5275447..d81bfd2 100644
--- a/arch/powerpc/cpu/mpc5xx/Kconfig
+++ b/arch/powerpc/cpu/mpc5xx/Kconfig
@@ -8,15 +8,11 @@ choice
prompt "Target select"
optional
-config TARGET_CMI_MPC5XX
- bool "Support cmi_mpc5xx"
-
config TARGET_PATI
bool "Support PATI"
endchoice
-source "board/cmi/Kconfig"
source "board/mpl/pati/Kconfig"
endmenu
diff --git a/board/cmi/Kconfig b/board/cmi/Kconfig
deleted file mode 100644
index 6efe6b1..0000000
diff --git a/board/cmi/MAINTAINERS b/board/cmi/MAINTAINERS
deleted file mode 100644
index 60701bf..0000000
diff --git a/board/cmi/Makefile b/board/cmi/Makefile
deleted file mode 100644
index cd3bb0d..0000000
diff --git a/board/cmi/README b/board/cmi/README
deleted file mode 100644
index 0edd50a..0000000
diff --git a/board/cmi/cmi.c b/board/cmi/cmi.c
deleted file mode 100644
index 37028c3..0000000
diff --git a/board/cmi/flash.c b/board/cmi/flash.c
deleted file mode 100644
index d9986f9..0000000
diff --git a/configs/cmi_mpc5xx_defconfig b/configs/cmi_mpc5xx_defconfig
deleted file mode 100644
index abebfab..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 438ac8c..d97e82f 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
=================================================================================================
+cmi_mpc5xx powerpc mpc5xx - -
zeus powerpc ppc4xx - - Stefan Roese <sr@denx.de>
sbc405 powerpc ppc4xx - -
pcs440ep powerpc ppc4xx - - Stefan Roese <sr@denx.de>
diff --git a/include/configs/cmi_mpc5xx.h b/include/configs/cmi_mpc5xx.h
deleted file mode 100644
index d081865..0000000
diff --git a/include/status_led.h b/include/status_led.h
index a5e35df..f6be181 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -64,19 +64,6 @@ void status_led_set (int led, int state);
* filling this file up with lots of custom board stuff.
*/
-/***** CMI ********************************************************/
-#elif defined(CONFIG_CMI)
-# define STATUS_LED_DIR im_mios.mios_mpiosm32ddr
-# define STATUS_LED_DAT im_mios.mios_mpiosm32dr
-
-# define STATUS_LED_BIT 0x2000 /* Select one of the 16 possible*/
- /* MIOS outputs */
-# define STATUS_LED_PERIOD (CONFIG_SYS_HZ / 2) /* Blinking periode is 500 ms */
-# define STATUS_LED_STATE STATUS_LED_BLINKING
-
-# define STATUS_LED_ACTIVE 1 /* LED on for bit == 0 */
-# define STATUS_LED_BOOT 0 /* LED 0 used for boot status */
-
#elif defined(CONFIG_V38B)
# define STATUS_LED_BIT 0x0010 /* Timer7 GPIO */
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 09/19] powerpc: mpc85xx: remove stxgp3, stxssa support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (7 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 08/19] powerpc: mpc5xx: remove cmi_mpc5xx support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 10/19] powerpc: mpc85xx: remove MPC8540ADS support Masahiro Yamada
` (10 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: u-boot
These have not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Dan Malek <dan@embeddedalley.com>
---
arch/powerpc/cpu/mpc85xx/Kconfig | 8 -
board/stx/stxgp3/Kconfig | 12 -
board/stx/stxgp3/MAINTAINERS | 6 -
board/stx/stxgp3/Makefile | 12 -
board/stx/stxgp3/ddr.c | 46 ----
board/stx/stxgp3/flash.c | 499 ---------------------------------------
board/stx/stxgp3/law.c | 42 ----
board/stx/stxgp3/stxgp3.c | 331 --------------------------
board/stx/stxgp3/tlb.c | 114 ---------
board/stx/stxssa/Kconfig | 12 -
board/stx/stxssa/MAINTAINERS | 7 -
board/stx/stxssa/Makefile | 11 -
board/stx/stxssa/ddr.c | 47 ----
board/stx/stxssa/law.c | 44 ----
board/stx/stxssa/stxssa.c | 370 -----------------------------
board/stx/stxssa/tlb.c | 90 -------
configs/stxgp3_defconfig | 5 -
configs/stxssa_4M_defconfig | 5 -
configs/stxssa_defconfig | 5 -
doc/README.scrapyard | 2 +
include/configs/stxgp3.h | 354 ---------------------------
include/configs/stxssa.h | 440 ----------------------------------
22 files changed, 2 insertions(+), 2460 deletions(-)
delete mode 100644 board/stx/stxgp3/Kconfig
delete mode 100644 board/stx/stxgp3/MAINTAINERS
delete mode 100644 board/stx/stxgp3/Makefile
delete mode 100644 board/stx/stxgp3/ddr.c
delete mode 100644 board/stx/stxgp3/flash.c
delete mode 100644 board/stx/stxgp3/law.c
delete mode 100644 board/stx/stxgp3/stxgp3.c
delete mode 100644 board/stx/stxgp3/tlb.c
delete mode 100644 board/stx/stxssa/Kconfig
delete mode 100644 board/stx/stxssa/MAINTAINERS
delete mode 100644 board/stx/stxssa/Makefile
delete mode 100644 board/stx/stxssa/ddr.c
delete mode 100644 board/stx/stxssa/law.c
delete mode 100644 board/stx/stxssa/stxssa.c
delete mode 100644 board/stx/stxssa/tlb.c
delete mode 100644 configs/stxgp3_defconfig
delete mode 100644 configs/stxssa_4M_defconfig
delete mode 100644 configs/stxssa_defconfig
delete mode 100644 include/configs/stxgp3.h
delete mode 100644 include/configs/stxssa.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 3e8d0b1..ae0823a 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -137,12 +137,6 @@ config TARGET_CONTROLCENTERD
config TARGET_KMP204X
bool "Support kmp204x"
-config TARGET_STXGP3
- bool "Support stxgp3"
-
-config TARGET_STXSSA
- bool "Support stxssa"
-
config TARGET_XPEDITE520X
bool "Support xpedite520x"
@@ -191,8 +185,6 @@ source "board/gdsys/p1022/Kconfig"
source "board/keymile/kmp204x/Kconfig"
source "board/sbc8548/Kconfig"
source "board/socrates/Kconfig"
-source "board/stx/stxgp3/Kconfig"
-source "board/stx/stxssa/Kconfig"
source "board/xes/xpedite520x/Kconfig"
source "board/xes/xpedite537x/Kconfig"
source "board/xes/xpedite550x/Kconfig"
diff --git a/board/stx/stxgp3/Kconfig b/board/stx/stxgp3/Kconfig
deleted file mode 100644
index 910b31b..0000000
diff --git a/board/stx/stxgp3/MAINTAINERS b/board/stx/stxgp3/MAINTAINERS
deleted file mode 100644
index bd5743c..0000000
diff --git a/board/stx/stxgp3/Makefile b/board/stx/stxgp3/Makefile
deleted file mode 100644
index 78e2d6c..0000000
diff --git a/board/stx/stxgp3/ddr.c b/board/stx/stxgp3/ddr.c
deleted file mode 100644
index 41d4cfe..0000000
diff --git a/board/stx/stxgp3/flash.c b/board/stx/stxgp3/flash.c
deleted file mode 100644
index 61066a4..0000000
diff --git a/board/stx/stxgp3/law.c b/board/stx/stxgp3/law.c
deleted file mode 100644
index 611fa4b..0000000
diff --git a/board/stx/stxgp3/stxgp3.c b/board/stx/stxgp3/stxgp3.c
deleted file mode 100644
index c80d525..0000000
diff --git a/board/stx/stxgp3/tlb.c b/board/stx/stxgp3/tlb.c
deleted file mode 100644
index 7c877b2..0000000
diff --git a/board/stx/stxssa/Kconfig b/board/stx/stxssa/Kconfig
deleted file mode 100644
index bd47b04..0000000
diff --git a/board/stx/stxssa/MAINTAINERS b/board/stx/stxssa/MAINTAINERS
deleted file mode 100644
index b7cc89b..0000000
diff --git a/board/stx/stxssa/Makefile b/board/stx/stxssa/Makefile
deleted file mode 100644
index b1d4b0a..0000000
diff --git a/board/stx/stxssa/ddr.c b/board/stx/stxssa/ddr.c
deleted file mode 100644
index 1ccd4c5..0000000
diff --git a/board/stx/stxssa/law.c b/board/stx/stxssa/law.c
deleted file mode 100644
index 72373f5..0000000
diff --git a/board/stx/stxssa/stxssa.c b/board/stx/stxssa/stxssa.c
deleted file mode 100644
index 6e4eed8..0000000
diff --git a/board/stx/stxssa/tlb.c b/board/stx/stxssa/tlb.c
deleted file mode 100644
index 49c630c..0000000
diff --git a/configs/stxgp3_defconfig b/configs/stxgp3_defconfig
deleted file mode 100644
index 816092d..0000000
diff --git a/configs/stxssa_4M_defconfig b/configs/stxssa_4M_defconfig
deleted file mode 100644
index 7547906..0000000
diff --git a/configs/stxssa_defconfig b/configs/stxssa_defconfig
deleted file mode 100644
index ec812c1..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index d97e82f..9cda0bd 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -12,6 +12,8 @@ The list should be sorted in reverse chronological order.
Board Arch CPU Commit Removed Last known maintainer/contact
=================================================================================================
+stxgp3 powerpc mpc85xx - - Dan Malek <dan@embeddedalley.com>
+stxssa powerpc mpc85xx - - Dan Malek <dan@embeddedalley.com>
cmi_mpc5xx powerpc mpc5xx - -
zeus powerpc ppc4xx - - Stefan Roese <sr@denx.de>
sbc405 powerpc ppc4xx - -
diff --git a/include/configs/stxgp3.h b/include/configs/stxgp3.h
deleted file mode 100644
index 25b7d5f..0000000
diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h
deleted file mode 100644
index ee16fea..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 10/19] powerpc: mpc85xx: remove MPC8540ADS support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (8 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 09/19] powerpc: mpc85xx: remove stxgp3, stxssa support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 11/19] powerpc: mpc85xx: remove MPC8541CDS support Masahiro Yamada
` (9 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
Cc: Kumar Gala <kumar.gala@freescale.com>
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
arch/powerpc/include/asm/config_mpc85xx.h | 6 -
board/freescale/mpc8540ads/Kconfig | 12 -
board/freescale/mpc8540ads/MAINTAINERS | 6 -
board/freescale/mpc8540ads/Makefile | 11 -
board/freescale/mpc8540ads/ddr.c | 46 ---
board/freescale/mpc8540ads/law.c | 42 ---
board/freescale/mpc8540ads/mpc8540ads.c | 242 ----------------
board/freescale/mpc8540ads/tlb.c | 95 -------
configs/MPC8540ADS_defconfig | 3 -
doc/README.scrapyard | 1 +
include/configs/MPC8540ADS.h | 448 ------------------------------
12 files changed, 1 insertion(+), 915 deletions(-)
delete mode 100644 board/freescale/mpc8540ads/Kconfig
delete mode 100644 board/freescale/mpc8540ads/MAINTAINERS
delete mode 100644 board/freescale/mpc8540ads/Makefile
delete mode 100644 board/freescale/mpc8540ads/ddr.c
delete mode 100644 board/freescale/mpc8540ads/law.c
delete mode 100644 board/freescale/mpc8540ads/mpc8540ads.c
delete mode 100644 board/freescale/mpc8540ads/tlb.c
delete mode 100644 configs/MPC8540ADS_defconfig
delete mode 100644 include/configs/MPC8540ADS.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index ae0823a..540d51a 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_MPC8540ADS
- bool "Support MPC8540ADS"
-
config TARGET_MPC8541CDS
bool "Support MPC8541CDS"
@@ -157,7 +154,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/mpc8540ads/Kconfig"
source "board/freescale/mpc8541cds/Kconfig"
source "board/freescale/mpc8544ds/Kconfig"
source "board/freescale/mpc8548cds/Kconfig"
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 7a5487b..54d3112 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -44,12 +44,6 @@
#define CONFIG_SYS_FSL_ERRATUM_A004508
#define CONFIG_SYS_FSL_ERRATUM_A005125
-#elif defined(CONFIG_MPC8540)
-#define CONFIG_MAX_CPUS 1
-#define CONFIG_SYS_FSL_NUM_LAWS 8
-#define CONFIG_SYS_FSL_DDRC_GEN1
-#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000
-
#elif defined(CONFIG_MPC8541)
#define CONFIG_MAX_CPUS 1
#define CONFIG_SYS_FSL_NUM_LAWS 8
diff --git a/board/freescale/mpc8540ads/Kconfig b/board/freescale/mpc8540ads/Kconfig
deleted file mode 100644
index 35a8545..0000000
diff --git a/board/freescale/mpc8540ads/MAINTAINERS b/board/freescale/mpc8540ads/MAINTAINERS
deleted file mode 100644
index acc4821..0000000
diff --git a/board/freescale/mpc8540ads/Makefile b/board/freescale/mpc8540ads/Makefile
deleted file mode 100644
index 6f82c7f..0000000
diff --git a/board/freescale/mpc8540ads/ddr.c b/board/freescale/mpc8540ads/ddr.c
deleted file mode 100644
index 41d4cfe..0000000
diff --git a/board/freescale/mpc8540ads/law.c b/board/freescale/mpc8540ads/law.c
deleted file mode 100644
index 41f2e02..0000000
diff --git a/board/freescale/mpc8540ads/mpc8540ads.c b/board/freescale/mpc8540ads/mpc8540ads.c
deleted file mode 100644
index 1069e2c..0000000
diff --git a/board/freescale/mpc8540ads/tlb.c b/board/freescale/mpc8540ads/tlb.c
deleted file mode 100644
index d5ee791..0000000
diff --git a/configs/MPC8540ADS_defconfig b/configs/MPC8540ADS_defconfig
deleted file mode 100644
index 41af349..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 9cda0bd..9b5a794 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
=================================================================================================
+MPC8540ADS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
stxgp3 powerpc mpc85xx - - Dan Malek <dan@embeddedalley.com>
stxssa powerpc mpc85xx - - Dan Malek <dan@embeddedalley.com>
cmi_mpc5xx powerpc mpc5xx - -
diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h
deleted file mode 100644
index 931816b..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 11/19] powerpc: mpc85xx: remove MPC8541CDS support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (9 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 10/19] powerpc: mpc85xx: remove MPC8540ADS support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 12/19] powerpc: mpc85xx: remove MPC8544DS support Masahiro Yamada
` (8 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
Cc: Kumar Gala <kumar.gala@freescale.com>
---
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/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 <kumar.gala@freescale.com>
MPC8540ADS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
stxgp3 powerpc mpc85xx - - Dan Malek <dan@embeddedalley.com>
stxssa powerpc mpc85xx - - Dan Malek <dan@embeddedalley.com>
diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h
deleted file mode 100644
index d24d1ca..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 12/19] powerpc: mpc85xx: remove MPC8544DS support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (10 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 11/19] powerpc: mpc85xx: remove MPC8541CDS support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 13/19] powerpc: mpc85xx: remove MPC8548CDS support Masahiro Yamada
` (7 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
board/freescale/mpc8544ds/Kconfig | 12 -
board/freescale/mpc8544ds/MAINTAINERS | 6 -
board/freescale/mpc8544ds/Makefile | 12 -
board/freescale/mpc8544ds/README | 122 --------
board/freescale/mpc8544ds/ddr.c | 59 ----
board/freescale/mpc8544ds/law.c | 18 --
board/freescale/mpc8544ds/mpc8544ds.c | 320 ---------------------
board/freescale/mpc8544ds/tlb.c | 75 -----
configs/MPC8544DS_defconfig | 5 -
doc/README.scrapyard | 1 +
include/configs/MPC8544DS.h | 513 ----------------------------------
12 files changed, 1 insertion(+), 1146 deletions(-)
delete mode 100644 board/freescale/mpc8544ds/Kconfig
delete mode 100644 board/freescale/mpc8544ds/MAINTAINERS
delete mode 100644 board/freescale/mpc8544ds/Makefile
delete mode 100644 board/freescale/mpc8544ds/README
delete mode 100644 board/freescale/mpc8544ds/ddr.c
delete mode 100644 board/freescale/mpc8544ds/law.c
delete mode 100644 board/freescale/mpc8544ds/mpc8544ds.c
delete mode 100644 board/freescale/mpc8544ds/tlb.c
delete mode 100644 configs/MPC8544DS_defconfig
delete mode 100644 include/configs/MPC8544DS.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 296f605..4a41a1f 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_MPC8544DS
- bool "Support MPC8544DS"
-
config TARGET_MPC8548CDS
bool "Support MPC8548CDS"
@@ -151,7 +148,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/mpc8544ds/Kconfig"
source "board/freescale/mpc8548cds/Kconfig"
source "board/freescale/mpc8555cds/Kconfig"
source "board/freescale/mpc8560ads/Kconfig"
diff --git a/board/freescale/mpc8544ds/Kconfig b/board/freescale/mpc8544ds/Kconfig
deleted file mode 100644
index c3e25b8..0000000
diff --git a/board/freescale/mpc8544ds/MAINTAINERS b/board/freescale/mpc8544ds/MAINTAINERS
deleted file mode 100644
index 328be7f..0000000
diff --git a/board/freescale/mpc8544ds/Makefile b/board/freescale/mpc8544ds/Makefile
deleted file mode 100644
index 3359eea..0000000
diff --git a/board/freescale/mpc8544ds/README b/board/freescale/mpc8544ds/README
deleted file mode 100644
index b49c3c0..0000000
diff --git a/board/freescale/mpc8544ds/ddr.c b/board/freescale/mpc8544ds/ddr.c
deleted file mode 100644
index aa30cab..0000000
diff --git a/board/freescale/mpc8544ds/law.c b/board/freescale/mpc8544ds/law.c
deleted file mode 100644
index e72a1f4..0000000
diff --git a/board/freescale/mpc8544ds/mpc8544ds.c b/board/freescale/mpc8544ds/mpc8544ds.c
deleted file mode 100644
index 66fb228..0000000
diff --git a/board/freescale/mpc8544ds/tlb.c b/board/freescale/mpc8544ds/tlb.c
deleted file mode 100644
index 24aa4ec..0000000
diff --git a/configs/MPC8544DS_defconfig b/configs/MPC8544DS_defconfig
deleted file mode 100644
index ab0c79b..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index e7e2749..34f9adc 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
=================================================================================================
+MPC8544DS powerpc mpc85xx - -
MPC8541CDS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
MPC8540ADS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
stxgp3 powerpc mpc85xx - - Dan Malek <dan@embeddedalley.com>
diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h
deleted file mode 100644
index d7aa501..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 13/19] powerpc: mpc85xx: remove MPC8548CDS support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (11 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 12/19] powerpc: mpc85xx: remove MPC8544DS support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 14/19] powerpc: mpc85xx: remove MPC8555CDS support Masahiro Yamada
` (6 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
board/freescale/mpc8548cds/Kconfig | 12 -
board/freescale/mpc8548cds/MAINTAINERS | 8 -
board/freescale/mpc8548cds/Makefile | 12 -
board/freescale/mpc8548cds/ddr.c | 56 ---
board/freescale/mpc8548cds/law.c | 19 -
board/freescale/mpc8548cds/mpc8548cds.c | 358 -------------------
board/freescale/mpc8548cds/tlb.c | 87 -----
configs/MPC8548CDS_36BIT_defconfig | 6 -
configs/MPC8548CDS_defconfig | 5 -
configs/MPC8548CDS_legacy_defconfig | 6 -
doc/README.scrapyard | 1 +
include/configs/MPC8548CDS.h | 604 --------------------------------
13 files changed, 1 insertion(+), 1177 deletions(-)
delete mode 100644 board/freescale/mpc8548cds/Kconfig
delete mode 100644 board/freescale/mpc8548cds/MAINTAINERS
delete mode 100644 board/freescale/mpc8548cds/Makefile
delete mode 100644 board/freescale/mpc8548cds/ddr.c
delete mode 100644 board/freescale/mpc8548cds/law.c
delete mode 100644 board/freescale/mpc8548cds/mpc8548cds.c
delete mode 100644 board/freescale/mpc8548cds/tlb.c
delete mode 100644 configs/MPC8548CDS_36BIT_defconfig
delete mode 100644 configs/MPC8548CDS_defconfig
delete mode 100644 configs/MPC8548CDS_legacy_defconfig
delete mode 100644 include/configs/MPC8548CDS.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 4a41a1f..6a9cc13 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_MPC8548CDS
- bool "Support MPC8548CDS"
-
config TARGET_MPC8555CDS
bool "Support MPC8555CDS"
@@ -148,7 +145,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/mpc8548cds/Kconfig"
source "board/freescale/mpc8555cds/Kconfig"
source "board/freescale/mpc8560ads/Kconfig"
source "board/freescale/mpc8568mds/Kconfig"
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig
deleted file mode 100644
index 09f3b0b..0000000
diff --git a/board/freescale/mpc8548cds/MAINTAINERS b/board/freescale/mpc8548cds/MAINTAINERS
deleted file mode 100644
index 6f22922..0000000
diff --git a/board/freescale/mpc8548cds/Makefile b/board/freescale/mpc8548cds/Makefile
deleted file mode 100644
index f797df2..0000000
diff --git a/board/freescale/mpc8548cds/ddr.c b/board/freescale/mpc8548cds/ddr.c
deleted file mode 100644
index b31ea34..0000000
diff --git a/board/freescale/mpc8548cds/law.c b/board/freescale/mpc8548cds/law.c
deleted file mode 100644
index 5578fc2..0000000
diff --git a/board/freescale/mpc8548cds/mpc8548cds.c b/board/freescale/mpc8548cds/mpc8548cds.c
deleted file mode 100644
index ca9b43c..0000000
diff --git a/board/freescale/mpc8548cds/tlb.c b/board/freescale/mpc8548cds/tlb.c
deleted file mode 100644
index 363e043..0000000
diff --git a/configs/MPC8548CDS_36BIT_defconfig b/configs/MPC8548CDS_36BIT_defconfig
deleted file mode 100644
index 11d67ef..0000000
diff --git a/configs/MPC8548CDS_defconfig b/configs/MPC8548CDS_defconfig
deleted file mode 100644
index 6a9ce6a..0000000
diff --git a/configs/MPC8548CDS_legacy_defconfig b/configs/MPC8548CDS_legacy_defconfig
deleted file mode 100644
index 381947f..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 34f9adc..fe2ae27 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
=================================================================================================
+MPC8548CDS powerpc mpc85xx - -
MPC8544DS powerpc mpc85xx - -
MPC8541CDS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
MPC8540ADS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
deleted file mode 100644
index eef1b1e..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 14/19] powerpc: mpc85xx: remove MPC8555CDS support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (12 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 13/19] powerpc: mpc85xx: remove MPC8548CDS support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 15/19] powerpc: mpc85xx: remove MPC8560ADS support Masahiro Yamada
` (5 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
Cc: Kumar Gala <kumar.gala@freescale.com>
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
arch/powerpc/cpu/mpc85xx/pci.c | 23 --
arch/powerpc/include/asm/immap_85xx.h | 5 +-
board/freescale/mpc8555cds/Kconfig | 12 -
board/freescale/mpc8555cds/MAINTAINERS | 7 -
board/freescale/mpc8555cds/Makefile | 12 -
board/freescale/mpc8555cds/ddr.c | 56 ----
board/freescale/mpc8555cds/law.c | 42 ---
board/freescale/mpc8555cds/mpc8555cds.c | 428 -----------------------------
board/freescale/mpc8555cds/tlb.c | 96 -------
configs/MPC8555CDS_defconfig | 3 -
configs/MPC8555CDS_legacy_defconfig | 4 -
doc/README.scrapyard | 1 +
drivers/ddr/fsl/ctrl_regs.c | 4 -
drivers/ddr/fsl/mpc85xx_ddr_gen1.c | 3 -
drivers/input/keyboard.c | 6 +-
include/configs/MPC8555CDS.h | 461 --------------------------------
17 files changed, 5 insertions(+), 1162 deletions(-)
delete mode 100644 board/freescale/mpc8555cds/Kconfig
delete mode 100644 board/freescale/mpc8555cds/MAINTAINERS
delete mode 100644 board/freescale/mpc8555cds/Makefile
delete mode 100644 board/freescale/mpc8555cds/ddr.c
delete mode 100644 board/freescale/mpc8555cds/law.c
delete mode 100644 board/freescale/mpc8555cds/mpc8555cds.c
delete mode 100644 board/freescale/mpc8555cds/tlb.c
delete mode 100644 configs/MPC8555CDS_defconfig
delete mode 100644 configs/MPC8555CDS_legacy_defconfig
delete mode 100644 include/configs/MPC8555CDS.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 6a9cc13..e0f0459 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_MPC8555CDS
- bool "Support MPC8555CDS"
-
config TARGET_MPC8560ADS
bool "Support MPC8560ADS"
@@ -145,7 +142,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/mpc8555cds/Kconfig"
source "board/freescale/mpc8560ads/Kconfig"
source "board/freescale/mpc8568mds/Kconfig"
source "board/freescale/mpc8569mds/Kconfig"
diff --git a/arch/powerpc/cpu/mpc85xx/pci.c b/arch/powerpc/cpu/mpc85xx/pci.c
index c6d2fda..2192cc4 100644
--- a/arch/powerpc/cpu/mpc85xx/pci.c
+++ b/arch/powerpc/cpu/mpc85xx/pci.c
@@ -120,29 +120,6 @@ pci_mpc85xx_init(struct pci_controller *board_hose)
pci_register_hose(hose);
-#if defined(CONFIG_MPC8555CDS) || defined(CONFIG_MPC8541CDS)
- /*
- * This is a SW workaround for an apparent HW problem
- * in the PCI controller on the MPC85555/41 CDS boards.
- * The first config cycle must be to a valid, known
- * device on the PCI bus in order to trick the PCI
- * controller state machine into a known valid state.
- * Without this, the first config cycle has the chance
- * of hanging the controller permanently, just leaving
- * it in a semi-working state, or leaving it working.
- *
- * Pick on the Tundra, Device 17, to get it right.
- */
- {
- u8 header_type;
-
- pci_hose_read_config_byte(hose,
- PCI_BDF(0,BRIDGE_ID,0),
- PCI_HEADER_TYPE,
- &header_type);
- }
-#endif
-
hose->last_busno = pci_hose_scan(hose);
#ifdef CONFIG_MPC85XX_PCI2
diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h
index 0c9d85e..828acf6 100644
--- a/arch/powerpc/include/asm/immap_85xx.h
+++ b/arch/powerpc/include/asm/immap_85xx.h
@@ -124,10 +124,7 @@ typedef struct ccsr_i2c {
u8 res[4096 - 1 * sizeof(struct fsl_i2c)];
} ccsr_i2c_t;
-#if defined(CONFIG_MPC8540) \
- || defined(CONFIG_MPC8541) \
- || defined(CONFIG_MPC8548) \
- || defined(CONFIG_MPC8555)
+#if defined(CONFIG_MPC8548)
/* DUART Registers */
typedef struct ccsr_duart {
u8 res1[1280];
diff --git a/board/freescale/mpc8555cds/Kconfig b/board/freescale/mpc8555cds/Kconfig
deleted file mode 100644
index 04bd572..0000000
diff --git a/board/freescale/mpc8555cds/MAINTAINERS b/board/freescale/mpc8555cds/MAINTAINERS
deleted file mode 100644
index 1ef6690..0000000
diff --git a/board/freescale/mpc8555cds/Makefile b/board/freescale/mpc8555cds/Makefile
deleted file mode 100644
index d32d005..0000000
diff --git a/board/freescale/mpc8555cds/ddr.c b/board/freescale/mpc8555cds/ddr.c
deleted file mode 100644
index d2ac6c4..0000000
diff --git a/board/freescale/mpc8555cds/law.c b/board/freescale/mpc8555cds/law.c
deleted file mode 100644
index 39df3f1..0000000
diff --git a/board/freescale/mpc8555cds/mpc8555cds.c b/board/freescale/mpc8555cds/mpc8555cds.c
deleted file mode 100644
index de5f566..0000000
diff --git a/board/freescale/mpc8555cds/tlb.c b/board/freescale/mpc8555cds/tlb.c
deleted file mode 100644
index fff3b4a..0000000
diff --git a/configs/MPC8555CDS_defconfig b/configs/MPC8555CDS_defconfig
deleted file mode 100644
index 3bdbb0c..0000000
diff --git a/configs/MPC8555CDS_legacy_defconfig b/configs/MPC8555CDS_legacy_defconfig
deleted file mode 100644
index 8e53ee0..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index fe2ae27..f400913 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
=================================================================================================
+MPC8555CDS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
MPC8548CDS powerpc mpc85xx - -
MPC8544DS powerpc mpc85xx - -
MPC8541CDS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
diff --git a/drivers/ddr/fsl/ctrl_regs.c b/drivers/ddr/fsl/ctrl_regs.c
index 8367c95..fc10cea 100644
--- a/drivers/ddr/fsl/ctrl_regs.c
+++ b/drivers/ddr/fsl/ctrl_regs.c
@@ -1768,10 +1768,6 @@ static void set_ddr_sdram_clk_cntl(fsl_ddr_cfg_regs_t *ddr,
unsigned int clk_adjust; /* Clock adjust */
unsigned int ss_en = 0; /* Source synchronous enable */
-#if defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555)
- /* Per FSL Application Note: AN2805 */
- ss_en = 1;
-#endif
clk_adjust = popts->clk_adjust;
ddr->ddr_sdram_clk_cntl = (0
| ((ss_en & 0x1) << 31)
diff --git a/drivers/ddr/fsl/mpc85xx_ddr_gen1.c b/drivers/ddr/fsl/mpc85xx_ddr_gen1.c
index 8dd4a91..670642f 100644
--- a/drivers/ddr/fsl/mpc85xx_ddr_gen1.c
+++ b/drivers/ddr/fsl/mpc85xx_ddr_gen1.c
@@ -49,9 +49,6 @@ void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs,
out_be32(&ddr->timing_cfg_2, regs->timing_cfg_2);
out_be32(&ddr->sdram_mode, regs->ddr_sdram_mode);
out_be32(&ddr->sdram_interval, regs->ddr_sdram_interval);
-#if defined(CONFIG_MPC8555) || defined(CONFIG_MPC8541)
- out_be32(&ddr->sdram_clk_cntl, regs->ddr_sdram_clk_cntl);
-#endif
/*
* 200 painful micro-seconds must elapse between
diff --git a/drivers/input/keyboard.c b/drivers/input/keyboard.c
index be0f333..e24bf66 100644
--- a/drivers/input/keyboard.c
+++ b/drivers/input/keyboard.c
@@ -30,7 +30,7 @@
#define KBD_BUFFER_LEN 0x20 /* size of the keyboardbuffer */
-#if defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC8540) || defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555)
+#if defined(CONFIG_MPC5xxx)
int ps2ser_check(void);
#endif
@@ -72,7 +72,7 @@ static void kbd_put_queue(char data)
/* test if a character is in the queue */
static int kbd_testc(struct stdio_dev *dev)
{
-#if defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC8540) || defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555)
+#if defined(CONFIG_MPC5xxx)
/* no ISR is used, so received chars must be polled */
ps2ser_check();
#endif
@@ -87,7 +87,7 @@ static int kbd_getc(struct stdio_dev *dev)
{
char c;
while(in_pointer==out_pointer) {
-#if defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC8540) || defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555)
+#if defined(CONFIG_MPC5xxx)
/* no ISR is used, so received chars must be polled */
ps2ser_check();
#endif
diff --git a/include/configs/MPC8555CDS.h b/include/configs/MPC8555CDS.h
deleted file mode 100644
index 675ca87..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 15/19] powerpc: mpc85xx: remove MPC8560ADS support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (13 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 14/19] powerpc: mpc85xx: remove MPC8555CDS support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 16/19] powerpc: mpc85xx: remove MPC8568MDS support Masahiro Yamada
` (4 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
Cc: Kumar Gala <kumar.gala@freescale.com>
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
arch/powerpc/cpu/mpc85xx/cpu.c | 18 --
arch/powerpc/cpu/mpc85xx/speed.c | 7 +-
arch/powerpc/include/asm/fsl_lbc.h | 4 +-
board/freescale/mpc8560ads/Kconfig | 12 -
board/freescale/mpc8560ads/MAINTAINERS | 6 -
board/freescale/mpc8560ads/Makefile | 11 -
board/freescale/mpc8560ads/ddr.c | 46 ---
board/freescale/mpc8560ads/law.c | 42 ---
board/freescale/mpc8560ads/mpc8560ads.c | 462 ------------------------------
board/freescale/mpc8560ads/tlb.c | 95 -------
configs/MPC8560ADS_defconfig | 3 -
doc/README.scrapyard | 1 +
include/configs/MPC8560ADS.h | 488 --------------------------------
14 files changed, 4 insertions(+), 1195 deletions(-)
delete mode 100644 board/freescale/mpc8560ads/Kconfig
delete mode 100644 board/freescale/mpc8560ads/MAINTAINERS
delete mode 100644 board/freescale/mpc8560ads/Makefile
delete mode 100644 board/freescale/mpc8560ads/ddr.c
delete mode 100644 board/freescale/mpc8560ads/law.c
delete mode 100644 board/freescale/mpc8560ads/mpc8560ads.c
delete mode 100644 board/freescale/mpc8560ads/tlb.c
delete mode 100644 configs/MPC8560ADS_defconfig
delete mode 100644 include/configs/MPC8560ADS.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index e0f0459..c6dec3d 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_MPC8560ADS
- bool "Support MPC8560ADS"
-
config TARGET_MPC8568MDS
bool "Support MPC8568MDS"
@@ -142,7 +139,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/mpc8560ads/Kconfig"
source "board/freescale/mpc8568mds/Kconfig"
source "board/freescale/mpc8569mds/Kconfig"
source "board/freescale/mpc8572ds/Kconfig"
diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c
index ef08489..fbdc66c 100644
--- a/arch/powerpc/cpu/mpc85xx/cpu.c
+++ b/arch/powerpc/cpu/mpc85xx/cpu.c
@@ -292,23 +292,6 @@ int checkcpu (void)
int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
-/* Everything after the first generation of PQ3 parts has RSTCR */
-#if defined(CONFIG_MPC8540) || defined(CONFIG_MPC8541) || \
- defined(CONFIG_MPC8555) || defined(CONFIG_MPC8560)
- unsigned long val, msr;
-
- /*
- * Initiate hard reset in debug control register DBCR0
- * Make sure MSR[DE] = 1. This only resets the core.
- */
- msr = mfmsr ();
- msr |= MSR_DE;
- mtmsr (msr);
-
- val = mfspr(DBCR0);
- val |= 0x70000000;
- mtspr(DBCR0,val);
-#else
volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR);
/* Attempt board-specific reset */
@@ -317,7 +300,6 @@ int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
/* Next try asserting HRESET_REQ */
out_be32(&gur->rstcr, 0x2);
udelay(100);
-#endif
return 1;
}
diff --git a/arch/powerpc/cpu/mpc85xx/speed.c b/arch/powerpc/cpu/mpc85xx/speed.c
index d954fe2..6c29f51 100644
--- a/arch/powerpc/cpu/mpc85xx/speed.c
+++ b/arch/powerpc/cpu/mpc85xx/speed.c
@@ -624,8 +624,7 @@ void get_sys_info(sys_info_t *sys_info)
* for four times the clock divider values.
*/
lcrr_div *= 4;
-#elif !defined(CONFIG_MPC8540) && !defined(CONFIG_MPC8541) && \
- !defined(CONFIG_MPC8555) && !defined(CONFIG_MPC8560)
+#else
/*
* Yes, the entire PQ38 family use the same
* bit-representation for twice the clock divider values.
@@ -680,9 +679,7 @@ int get_clocks (void)
* for that SOC. This information is taken from application note
* AN2919.
*/
-#if defined(CONFIG_MPC8540) || defined(CONFIG_MPC8541) || \
- defined(CONFIG_MPC8560) || defined(CONFIG_MPC8555) || \
- defined(CONFIG_P1022)
+#if defined(CONFIG_P1022)
gd->arch.i2c1_clk = sys_info.freq_systembus;
#elif defined(CONFIG_MPC8544)
/*
diff --git a/arch/powerpc/include/asm/fsl_lbc.h b/arch/powerpc/include/asm/fsl_lbc.h
index 402edd7..6ea120d 100644
--- a/arch/powerpc/include/asm/fsl_lbc.h
+++ b/arch/powerpc/include/asm/fsl_lbc.h
@@ -325,9 +325,7 @@ void lbc_sdram_init(void);
*/
#define LCRR_CLKDIV 0x0000001F
#define LCRR_CLKDIV_SHIFT 0
-#if defined(CONFIG_MPC83xx) || defined (CONFIG_MPC8540) || \
- defined(CONFIG_MPC8541) || defined (CONFIG_MPC8555) || \
- defined(CONFIG_MPC8560)
+#if defined(CONFIG_MPC83xx)
#define LCRR_CLKDIV_2 0x00000002
#define LCRR_CLKDIV_4 0x00000004
#define LCRR_CLKDIV_8 0x00000008
diff --git a/board/freescale/mpc8560ads/Kconfig b/board/freescale/mpc8560ads/Kconfig
deleted file mode 100644
index 828c068..0000000
diff --git a/board/freescale/mpc8560ads/MAINTAINERS b/board/freescale/mpc8560ads/MAINTAINERS
deleted file mode 100644
index 96e6da2..0000000
diff --git a/board/freescale/mpc8560ads/Makefile b/board/freescale/mpc8560ads/Makefile
deleted file mode 100644
index 685168e..0000000
diff --git a/board/freescale/mpc8560ads/ddr.c b/board/freescale/mpc8560ads/ddr.c
deleted file mode 100644
index 41d4cfe..0000000
diff --git a/board/freescale/mpc8560ads/law.c b/board/freescale/mpc8560ads/law.c
deleted file mode 100644
index 41f2e02..0000000
diff --git a/board/freescale/mpc8560ads/mpc8560ads.c b/board/freescale/mpc8560ads/mpc8560ads.c
deleted file mode 100644
index f99d639..0000000
diff --git a/board/freescale/mpc8560ads/tlb.c b/board/freescale/mpc8560ads/tlb.c
deleted file mode 100644
index d5ee791..0000000
diff --git a/configs/MPC8560ADS_defconfig b/configs/MPC8560ADS_defconfig
deleted file mode 100644
index aa84d28..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index f400913..802ba6c 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
=================================================================================================
+MPC8560ADS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
MPC8555CDS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
MPC8548CDS powerpc mpc85xx - -
MPC8544DS powerpc mpc85xx - -
diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h
deleted file mode 100644
index 5a481d5..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 16/19] powerpc: mpc85xx: remove MPC8568MDS support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (14 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 15/19] powerpc: mpc85xx: remove MPC8560ADS support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 17/19] powerpc: mpc85xx: remove MPC8569MDS support Masahiro Yamada
` (3 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
board/freescale/mpc8568mds/Kconfig | 12 -
board/freescale/mpc8568mds/MAINTAINERS | 6 -
board/freescale/mpc8568mds/Makefile | 13 -
board/freescale/mpc8568mds/bcsr.c | 61 ----
board/freescale/mpc8568mds/bcsr.h | 93 ------
board/freescale/mpc8568mds/ddr.c | 56 ----
board/freescale/mpc8568mds/law.c | 41 ---
board/freescale/mpc8568mds/mpc8568mds.c | 356 -----------------------
board/freescale/mpc8568mds/tlb.c | 84 ------
configs/MPC8568MDS_defconfig | 3 -
doc/README.scrapyard | 1 +
include/configs/MPC8568MDS.h | 490 --------------------------------
13 files changed, 1 insertion(+), 1219 deletions(-)
delete mode 100644 board/freescale/mpc8568mds/Kconfig
delete mode 100644 board/freescale/mpc8568mds/MAINTAINERS
delete mode 100644 board/freescale/mpc8568mds/Makefile
delete mode 100644 board/freescale/mpc8568mds/bcsr.c
delete mode 100644 board/freescale/mpc8568mds/bcsr.h
delete mode 100644 board/freescale/mpc8568mds/ddr.c
delete mode 100644 board/freescale/mpc8568mds/law.c
delete mode 100644 board/freescale/mpc8568mds/mpc8568mds.c
delete mode 100644 board/freescale/mpc8568mds/tlb.c
delete mode 100644 configs/MPC8568MDS_defconfig
delete mode 100644 include/configs/MPC8568MDS.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index c6dec3d..0a5abf9 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_MPC8568MDS
- bool "Support MPC8568MDS"
-
config TARGET_MPC8569MDS
bool "Support MPC8569MDS"
@@ -139,7 +136,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/mpc8568mds/Kconfig"
source "board/freescale/mpc8569mds/Kconfig"
source "board/freescale/mpc8572ds/Kconfig"
source "board/freescale/p1010rdb/Kconfig"
diff --git a/board/freescale/mpc8568mds/Kconfig b/board/freescale/mpc8568mds/Kconfig
deleted file mode 100644
index 4e178c5..0000000
diff --git a/board/freescale/mpc8568mds/MAINTAINERS b/board/freescale/mpc8568mds/MAINTAINERS
deleted file mode 100644
index 379d8cc..0000000
diff --git a/board/freescale/mpc8568mds/Makefile b/board/freescale/mpc8568mds/Makefile
deleted file mode 100644
index 612fb51..0000000
diff --git a/board/freescale/mpc8568mds/bcsr.c b/board/freescale/mpc8568mds/bcsr.c
deleted file mode 100644
index 4a6105c..0000000
diff --git a/board/freescale/mpc8568mds/bcsr.h b/board/freescale/mpc8568mds/bcsr.h
deleted file mode 100644
index 215534e..0000000
diff --git a/board/freescale/mpc8568mds/ddr.c b/board/freescale/mpc8568mds/ddr.c
deleted file mode 100644
index 6db92ef..0000000
diff --git a/board/freescale/mpc8568mds/law.c b/board/freescale/mpc8568mds/law.c
deleted file mode 100644
index ae06966..0000000
diff --git a/board/freescale/mpc8568mds/mpc8568mds.c b/board/freescale/mpc8568mds/mpc8568mds.c
deleted file mode 100644
index a5c5d9d..0000000
diff --git a/board/freescale/mpc8568mds/tlb.c b/board/freescale/mpc8568mds/tlb.c
deleted file mode 100644
index b5e2fec..0000000
diff --git a/configs/MPC8568MDS_defconfig b/configs/MPC8568MDS_defconfig
deleted file mode 100644
index ac0ec8c..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 802ba6c..3c37c49 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
=================================================================================================
+MPC8568MDS powerpc mpc85xx - -
MPC8560ADS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
MPC8555CDS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
MPC8548CDS powerpc mpc85xx - -
diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h
deleted file mode 100644
index 05e5a3d..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 17/19] powerpc: mpc85xx: remove MPC8569MDS support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (15 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 16/19] powerpc: mpc85xx: remove MPC8568MDS support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 18/19] powerpc: mpc86xx: remove MPC8610HPCD support Masahiro Yamada
` (2 subsequent siblings)
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
board/freescale/mpc8569mds/Kconfig | 12 -
board/freescale/mpc8569mds/MAINTAINERS | 7 -
board/freescale/mpc8569mds/Makefile | 13 -
board/freescale/mpc8569mds/README | 77 -----
board/freescale/mpc8569mds/bcsr.c | 50 ---
board/freescale/mpc8569mds/bcsr.h | 72 ----
board/freescale/mpc8569mds/ddr.c | 66 ----
board/freescale/mpc8569mds/law.c | 41 ---
board/freescale/mpc8569mds/mpc8569mds.c | 585 --------------------------------
board/freescale/mpc8569mds/tlb.c | 95 ------
configs/MPC8569MDS_ATM_defconfig | 6 -
configs/MPC8569MDS_defconfig | 5 -
doc/README.scrapyard | 1 +
include/configs/MPC8569MDS.h | 582 -------------------------------
15 files changed, 1 insertion(+), 1615 deletions(-)
delete mode 100644 board/freescale/mpc8569mds/Kconfig
delete mode 100644 board/freescale/mpc8569mds/MAINTAINERS
delete mode 100644 board/freescale/mpc8569mds/Makefile
delete mode 100644 board/freescale/mpc8569mds/README
delete mode 100644 board/freescale/mpc8569mds/bcsr.c
delete mode 100644 board/freescale/mpc8569mds/bcsr.h
delete mode 100644 board/freescale/mpc8569mds/ddr.c
delete mode 100644 board/freescale/mpc8569mds/law.c
delete mode 100644 board/freescale/mpc8569mds/mpc8569mds.c
delete mode 100644 board/freescale/mpc8569mds/tlb.c
delete mode 100644 configs/MPC8569MDS_ATM_defconfig
delete mode 100644 configs/MPC8569MDS_defconfig
delete mode 100644 include/configs/MPC8569MDS.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 0a5abf9..1ad8fc8 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_MPC8569MDS
- bool "Support MPC8569MDS"
-
config TARGET_MPC8572DS
bool "Support MPC8572DS"
@@ -136,7 +133,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/mpc8569mds/Kconfig"
source "board/freescale/mpc8572ds/Kconfig"
source "board/freescale/p1010rdb/Kconfig"
source "board/freescale/p1022ds/Kconfig"
diff --git a/board/freescale/mpc8569mds/Kconfig b/board/freescale/mpc8569mds/Kconfig
deleted file mode 100644
index 4871857..0000000
diff --git a/board/freescale/mpc8569mds/MAINTAINERS b/board/freescale/mpc8569mds/MAINTAINERS
deleted file mode 100644
index c181407..0000000
diff --git a/board/freescale/mpc8569mds/Makefile b/board/freescale/mpc8569mds/Makefile
deleted file mode 100644
index 5f6e021..0000000
diff --git a/board/freescale/mpc8569mds/README b/board/freescale/mpc8569mds/README
deleted file mode 100644
index 3d12a96..0000000
diff --git a/board/freescale/mpc8569mds/bcsr.c b/board/freescale/mpc8569mds/bcsr.c
deleted file mode 100644
index 178d9f8..0000000
diff --git a/board/freescale/mpc8569mds/bcsr.h b/board/freescale/mpc8569mds/bcsr.h
deleted file mode 100644
index 6f4d139..0000000
diff --git a/board/freescale/mpc8569mds/ddr.c b/board/freescale/mpc8569mds/ddr.c
deleted file mode 100644
index ef404b1..0000000
diff --git a/board/freescale/mpc8569mds/law.c b/board/freescale/mpc8569mds/law.c
deleted file mode 100644
index a388ad1..0000000
diff --git a/board/freescale/mpc8569mds/mpc8569mds.c b/board/freescale/mpc8569mds/mpc8569mds.c
deleted file mode 100644
index 836578f..0000000
diff --git a/board/freescale/mpc8569mds/tlb.c b/board/freescale/mpc8569mds/tlb.c
deleted file mode 100644
index 1328a58..0000000
diff --git a/configs/MPC8569MDS_ATM_defconfig b/configs/MPC8569MDS_ATM_defconfig
deleted file mode 100644
index 719ca84..0000000
diff --git a/configs/MPC8569MDS_defconfig b/configs/MPC8569MDS_defconfig
deleted file mode 100644
index bb1a4fb..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 3c37c49..b3b001b 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
=================================================================================================
+MPC8569MDS powerpc mpc85xx - -
MPC8568MDS powerpc mpc85xx - -
MPC8560ADS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
MPC8555CDS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h
deleted file mode 100644
index ad80829..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 18/19] powerpc: mpc86xx: remove MPC8610HPCD support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (16 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 17/19] powerpc: mpc85xx: remove MPC8569MDS support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support Masahiro Yamada
2015-09-01 13:47 ` [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards York Sun
19 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
---
arch/powerpc/cpu/mpc86xx/Kconfig | 4 -
board/freescale/mpc8610hpcd/Kconfig | 12 -
board/freescale/mpc8610hpcd/MAINTAINERS | 6 -
board/freescale/mpc8610hpcd/Makefile | 9 -
board/freescale/mpc8610hpcd/README | 73 ---
board/freescale/mpc8610hpcd/ddr.c | 59 ---
board/freescale/mpc8610hpcd/law.c | 22 -
board/freescale/mpc8610hpcd/mpc8610hpcd.c | 329 -------------
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 71 ---
configs/MPC8610HPCD_defconfig | 4 -
doc/README.scrapyard | 1 +
include/configs/MPC8610HPCD.h | 666 --------------------------
12 files changed, 1 insertion(+), 1255 deletions(-)
delete mode 100644 board/freescale/mpc8610hpcd/Kconfig
delete mode 100644 board/freescale/mpc8610hpcd/MAINTAINERS
delete mode 100644 board/freescale/mpc8610hpcd/Makefile
delete mode 100644 board/freescale/mpc8610hpcd/README
delete mode 100644 board/freescale/mpc8610hpcd/ddr.c
delete mode 100644 board/freescale/mpc8610hpcd/law.c
delete mode 100644 board/freescale/mpc8610hpcd/mpc8610hpcd.c
delete mode 100644 board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
delete mode 100644 configs/MPC8610HPCD_defconfig
delete mode 100644 include/configs/MPC8610HPCD.h
diff --git a/arch/powerpc/cpu/mpc86xx/Kconfig b/arch/powerpc/cpu/mpc86xx/Kconfig
index fe1859d..46d15e2 100644
--- a/arch/powerpc/cpu/mpc86xx/Kconfig
+++ b/arch/powerpc/cpu/mpc86xx/Kconfig
@@ -11,9 +11,6 @@ choice
config TARGET_SBC8641D
bool "Support sbc8641d"
-config TARGET_MPC8610HPCD
- bool "Support MPC8610HPCD"
-
config TARGET_MPC8641HPCN
bool "Support MPC8641HPCN"
@@ -22,7 +19,6 @@ config TARGET_XPEDITE517X
endchoice
-source "board/freescale/mpc8610hpcd/Kconfig"
source "board/freescale/mpc8641hpcn/Kconfig"
source "board/sbc8641d/Kconfig"
source "board/xes/xpedite517x/Kconfig"
diff --git a/board/freescale/mpc8610hpcd/Kconfig b/board/freescale/mpc8610hpcd/Kconfig
deleted file mode 100644
index 8f713be..0000000
diff --git a/board/freescale/mpc8610hpcd/MAINTAINERS b/board/freescale/mpc8610hpcd/MAINTAINERS
deleted file mode 100644
index de6ab89..0000000
diff --git a/board/freescale/mpc8610hpcd/Makefile b/board/freescale/mpc8610hpcd/Makefile
deleted file mode 100644
index 2613004..0000000
diff --git a/board/freescale/mpc8610hpcd/README b/board/freescale/mpc8610hpcd/README
deleted file mode 100644
index 31a9af3..0000000
diff --git a/board/freescale/mpc8610hpcd/ddr.c b/board/freescale/mpc8610hpcd/ddr.c
deleted file mode 100644
index aa30cab..0000000
diff --git a/board/freescale/mpc8610hpcd/law.c b/board/freescale/mpc8610hpcd/law.c
deleted file mode 100644
index 20b8fed..0000000
diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd.c b/board/freescale/mpc8610hpcd/mpc8610hpcd.c
deleted file mode 100644
index 95e398c..0000000
diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c b/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
deleted file mode 100644
index 8f4183b..0000000
diff --git a/configs/MPC8610HPCD_defconfig b/configs/MPC8610HPCD_defconfig
deleted file mode 100644
index f0e1370..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index b3b001b..2a3ba4c 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
=================================================================================================
+MPC8610HPCD powerpc mpc86xx - -
MPC8569MDS powerpc mpc85xx - -
MPC8568MDS powerpc mpc85xx - -
MPC8560ADS powerpc mpc85xx - - Kumar Gala <kumar.gala@freescale.com>
diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h
deleted file mode 100644
index de56c48..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (17 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 18/19] powerpc: mpc86xx: remove MPC8610HPCD support Masahiro Yamada
@ 2015-09-01 13:28 ` Masahiro Yamada
2015-09-01 14:19 ` Paul Gortmaker
2015-09-01 13:47 ` [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards York Sun
19 siblings, 1 reply; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 13:28 UTC (permalink / raw)
To: 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 <yamada.masahiro@socionext.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
---
arch/powerpc/cpu/mpc86xx/Kconfig | 4 -
board/sbc8641d/Kconfig | 9 -
board/sbc8641d/MAINTAINERS | 6 -
board/sbc8641d/Makefile | 10 -
board/sbc8641d/README | 28 --
board/sbc8641d/ddr.c | 56 ----
board/sbc8641d/law.c | 40 ---
board/sbc8641d/sbc8641d.c | 261 -----------------
configs/sbc8641d_defconfig | 4 -
doc/README.scrapyard | 1 +
include/configs/sbc8641d.h | 590 ---------------------------------------
11 files changed, 1 insertion(+), 1008 deletions(-)
delete mode 100644 board/sbc8641d/Kconfig
delete mode 100644 board/sbc8641d/MAINTAINERS
delete mode 100644 board/sbc8641d/Makefile
delete mode 100644 board/sbc8641d/README
delete mode 100644 board/sbc8641d/ddr.c
delete mode 100644 board/sbc8641d/law.c
delete mode 100644 board/sbc8641d/sbc8641d.c
delete mode 100644 configs/sbc8641d_defconfig
delete mode 100644 include/configs/sbc8641d.h
diff --git a/arch/powerpc/cpu/mpc86xx/Kconfig b/arch/powerpc/cpu/mpc86xx/Kconfig
index 46d15e2..0dcee70 100644
--- a/arch/powerpc/cpu/mpc86xx/Kconfig
+++ b/arch/powerpc/cpu/mpc86xx/Kconfig
@@ -8,9 +8,6 @@ choice
prompt "Target select"
optional
-config TARGET_SBC8641D
- bool "Support sbc8641d"
-
config TARGET_MPC8641HPCN
bool "Support MPC8641HPCN"
@@ -20,7 +17,6 @@ config TARGET_XPEDITE517X
endchoice
source "board/freescale/mpc8641hpcn/Kconfig"
-source "board/sbc8641d/Kconfig"
source "board/xes/xpedite517x/Kconfig"
endmenu
diff --git a/board/sbc8641d/Kconfig b/board/sbc8641d/Kconfig
deleted file mode 100644
index 8dfc90c..0000000
diff --git a/board/sbc8641d/MAINTAINERS b/board/sbc8641d/MAINTAINERS
deleted file mode 100644
index a50b541..0000000
diff --git a/board/sbc8641d/Makefile b/board/sbc8641d/Makefile
deleted file mode 100644
index a9b2026..0000000
diff --git a/board/sbc8641d/README b/board/sbc8641d/README
deleted file mode 100644
index a051466..0000000
diff --git a/board/sbc8641d/ddr.c b/board/sbc8641d/ddr.c
deleted file mode 100644
index b31ea34..0000000
diff --git a/board/sbc8641d/law.c b/board/sbc8641d/law.c
deleted file mode 100644
index c4e736b..0000000
diff --git a/board/sbc8641d/sbc8641d.c b/board/sbc8641d/sbc8641d.c
deleted file mode 100644
index 6bdf1a2..0000000
diff --git a/configs/sbc8641d_defconfig b/configs/sbc8641d_defconfig
deleted file mode 100644
index b67c7c0..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 2a3ba4c..81fbc97 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
=================================================================================================
+sbc8641d powerpc mpc86xx - - Paul Gortmaker <paul.gortmaker@windriver.com>
MPC8610HPCD powerpc mpc86xx - -
MPC8569MDS powerpc mpc85xx - -
MPC8568MDS powerpc mpc85xx - -
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h
deleted file mode 100644
index 00aab6b..0000000
--
1.9.1
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
` (18 preceding siblings ...)
2015-09-01 13:28 ` [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support Masahiro Yamada
@ 2015-09-01 13:47 ` York Sun
2015-09-01 14:37 ` Tom Rini
19 siblings, 1 reply; 24+ messages in thread
From: York Sun @ 2015-09-01 13:47 UTC (permalink / raw)
To: u-boot
On 09/01/2015 08:28 AM, Masahiro Yamada wrote:
> I sent the RFC version two weeks ago
> to announce the final call for PowerPC unmaintained boards.
>
> Some were converted to Generic Board, and some were not.
>
> This series really intends to delete
> non-generic PowerPC boards.
>
> I added entries to doc/README.scrapyard in this version.
>
>
I sent a patch about two weeks ago to convert powerpc boards to generic,
http://patchwork.ozlabs.org/patch/508453/.
I have been travelling so merging the patch has been delayed. I will try to
squeeze some time to merge it.
York
^ permalink raw reply [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support
2015-09-01 13:28 ` [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support Masahiro Yamada
@ 2015-09-01 14:19 ` Paul Gortmaker
0 siblings, 0 replies; 24+ messages in thread
From: Paul Gortmaker @ 2015-09-01 14:19 UTC (permalink / raw)
To: u-boot
On 2015-09-01 09:28 AM, Masahiro Yamada wrote:
> 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@socionext.com>
> Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
NACK. I've sent the conversion patches a week ago or so.
https://www.mail-archive.com/u-boot at lists.denx.de/msg183343.html
Paul.
--
> ---
>
> arch/powerpc/cpu/mpc86xx/Kconfig | 4 -
> board/sbc8641d/Kconfig | 9 -
> board/sbc8641d/MAINTAINERS | 6 -
> board/sbc8641d/Makefile | 10 -
> board/sbc8641d/README | 28 --
> board/sbc8641d/ddr.c | 56 ----
> board/sbc8641d/law.c | 40 ---
> board/sbc8641d/sbc8641d.c | 261 -----------------
> configs/sbc8641d_defconfig | 4 -
> doc/README.scrapyard | 1 +
> include/configs/sbc8641d.h | 590 ---------------------------------------
> 11 files changed, 1 insertion(+), 1008 deletions(-)
> delete mode 100644 board/sbc8641d/Kconfig
> delete mode 100644 board/sbc8641d/MAINTAINERS
> delete mode 100644 board/sbc8641d/Makefile
> delete mode 100644 board/sbc8641d/README
> delete mode 100644 board/sbc8641d/ddr.c
> delete mode 100644 board/sbc8641d/law.c
> delete mode 100644 board/sbc8641d/sbc8641d.c
> delete mode 100644 configs/sbc8641d_defconfig
> delete mode 100644 include/configs/sbc8641d.h
>
> diff --git a/arch/powerpc/cpu/mpc86xx/Kconfig b/arch/powerpc/cpu/mpc86xx/Kconfig
> index 46d15e2..0dcee70 100644
> --- a/arch/powerpc/cpu/mpc86xx/Kconfig
> +++ b/arch/powerpc/cpu/mpc86xx/Kconfig
> @@ -8,9 +8,6 @@ choice
> prompt "Target select"
> optional
>
> -config TARGET_SBC8641D
> - bool "Support sbc8641d"
> -
> config TARGET_MPC8641HPCN
> bool "Support MPC8641HPCN"
>
> @@ -20,7 +17,6 @@ config TARGET_XPEDITE517X
> endchoice
>
> source "board/freescale/mpc8641hpcn/Kconfig"
> -source "board/sbc8641d/Kconfig"
> source "board/xes/xpedite517x/Kconfig"
>
> endmenu
> diff --git a/board/sbc8641d/Kconfig b/board/sbc8641d/Kconfig
> deleted file mode 100644
> index 8dfc90c..0000000
> diff --git a/board/sbc8641d/MAINTAINERS b/board/sbc8641d/MAINTAINERS
> deleted file mode 100644
> index a50b541..0000000
> diff --git a/board/sbc8641d/Makefile b/board/sbc8641d/Makefile
> deleted file mode 100644
> index a9b2026..0000000
> diff --git a/board/sbc8641d/README b/board/sbc8641d/README
> deleted file mode 100644
> index a051466..0000000
> diff --git a/board/sbc8641d/ddr.c b/board/sbc8641d/ddr.c
> deleted file mode 100644
> index b31ea34..0000000
> diff --git a/board/sbc8641d/law.c b/board/sbc8641d/law.c
> deleted file mode 100644
> index c4e736b..0000000
> diff --git a/board/sbc8641d/sbc8641d.c b/board/sbc8641d/sbc8641d.c
> deleted file mode 100644
> index 6bdf1a2..0000000
> diff --git a/configs/sbc8641d_defconfig b/configs/sbc8641d_defconfig
> deleted file mode 100644
> index b67c7c0..0000000
> diff --git a/doc/README.scrapyard b/doc/README.scrapyard
> index 2a3ba4c..81fbc97 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
> =================================================================================================
> +sbc8641d powerpc mpc86xx - - Paul Gortmaker <paul.gortmaker@windriver.com>
> MPC8610HPCD powerpc mpc86xx - -
> MPC8569MDS powerpc mpc85xx - -
> MPC8568MDS powerpc mpc85xx - -
> diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h
> deleted file mode 100644
> index 00aab6b..0000000
>
^ permalink raw reply [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards
2015-09-01 13:47 ` [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards York Sun
@ 2015-09-01 14:37 ` Tom Rini
2015-09-01 15:46 ` Masahiro Yamada
0 siblings, 1 reply; 24+ messages in thread
From: Tom Rini @ 2015-09-01 14:37 UTC (permalink / raw)
To: u-boot
On Tue, Sep 01, 2015 at 08:47:41AM -0500, York Sun wrote:
>
>
> On 09/01/2015 08:28 AM, Masahiro Yamada wrote:
> > I sent the RFC version two weeks ago
> > to announce the final call for PowerPC unmaintained boards.
> >
> > Some were converted to Generic Board, and some were not.
> >
> > This series really intends to delete
> > non-generic PowerPC boards.
> >
> > I added entries to doc/README.scrapyard in this version.
> >
> >
> I sent a patch about two weeks ago to convert powerpc boards to generic,
> http://patchwork.ozlabs.org/patch/508453/.
>
> I have been travelling so merging the patch has been delayed. I will try to
> squeeze some time to merge it.
Yes, sorry Masahiro, I assigned York a bunch of conversion stuff in
patchwork and am sure there will be a pull request soon.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150901/f262f9c5/attachment.sig>
^ permalink raw reply [flat|nested] 24+ messages in thread
* [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards
2015-09-01 14:37 ` Tom Rini
@ 2015-09-01 15:46 ` Masahiro Yamada
0 siblings, 0 replies; 24+ messages in thread
From: Masahiro Yamada @ 2015-09-01 15:46 UTC (permalink / raw)
To: u-boot
2015-09-01 23:37 GMT+09:00 Tom Rini <trini@konsulko.com>:
> On Tue, Sep 01, 2015 at 08:47:41AM -0500, York Sun wrote:
>>
>>
>> On 09/01/2015 08:28 AM, Masahiro Yamada wrote:
>> > I sent the RFC version two weeks ago
>> > to announce the final call for PowerPC unmaintained boards.
>> >
>> > Some were converted to Generic Board, and some were not.
>> >
>> > This series really intends to delete
>> > non-generic PowerPC boards.
>> >
>> > I added entries to doc/README.scrapyard in this version.
>> >
>> >
>> I sent a patch about two weeks ago to convert powerpc boards to generic,
>> http://patchwork.ozlabs.org/patch/508453/.
>>
>> I have been travelling so merging the patch has been delayed. I will try to
>> squeeze some time to merge it.
>
> Yes, sorry Masahiro, I assigned York a bunch of conversion stuff in
> patchwork and am sure there will be a pull request soon.
OK, I've marked 10/19 - 19/19 as Rejected.
01/19 - 09/19 are still alive (unless I am missing other conversion patches.)
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 24+ messages in thread
end of thread, other threads:[~2015-09-01 15:46 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 13:28 [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 01/19] powerpc: ppc4xx: remove alpr support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 02/19] powerpc: ppc4xx: remove csb272, csb472 support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 03/19] powerpc: ppc4xx: remove lwmon5 support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 04/19] powerpc: ppc4xx: remove p3p440 support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 05/19] powerpc: ppc4xx: remove pcs440ep support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 06/19] powerpc: ppc4xx: remove sbc405 support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 07/19] powerpc: ppc4xx: remove zeus support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 08/19] powerpc: mpc5xx: remove cmi_mpc5xx support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 09/19] powerpc: mpc85xx: remove stxgp3, stxssa support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 10/19] powerpc: mpc85xx: remove MPC8540ADS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 11/19] powerpc: mpc85xx: remove MPC8541CDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 12/19] powerpc: mpc85xx: remove MPC8544DS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 13/19] powerpc: mpc85xx: remove MPC8548CDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 14/19] powerpc: mpc85xx: remove MPC8555CDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 15/19] powerpc: mpc85xx: remove MPC8560ADS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 16/19] powerpc: mpc85xx: remove MPC8568MDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 17/19] powerpc: mpc85xx: remove MPC8569MDS support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 18/19] powerpc: mpc86xx: remove MPC8610HPCD support Masahiro Yamada
2015-09-01 13:28 ` [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support Masahiro Yamada
2015-09-01 14:19 ` Paul Gortmaker
2015-09-01 13:47 ` [U-Boot] [PATCH 00/19] Janitorial: powerpc: remove PowerPC non-generic boards York Sun
2015-09-01 14:37 ` Tom Rini
2015-09-01 15:46 ` Masahiro Yamada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox