Skip to content

Commit

Permalink
powerpc: drop MPC8272_ADS platform support
Browse files Browse the repository at this point in the history
The MPC8272-ADS also supported other 82xx CPU variants, had 64MB RAM,
8MB flash, and like the 85xx ADS platforms, was on a fairly large PCB
in order to have space for breakout connectors for all the features.

These 82xx platforms are two decades old, and originally made for a
small group of industry related people in order to assist in new OEM
board designs.  Given that, it makes sense to remove support today.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230224204959.17425-2-paul.gortmaker@windriver.com
  • Loading branch information
Paul Gortmaker authored and Michael Ellerman committed Apr 20, 2023
1 parent 248667f commit 33777a4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 560 deletions.
1 change: 0 additions & 1 deletion arch/powerpc/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ image-$(CONFIG_PPC_LITE5200) += cuImage.lite5200b
image-$(CONFIG_PPC_MEDIA5200) += cuImage.media5200

# Board ports in arch/powerpc/platform/82xx/Kconfig
image-$(CONFIG_MPC8272_ADS) += cuImage.mpc8272ads
image-$(CONFIG_PQ2FADS) += cuImage.pq2fads
image-$(CONFIG_EP8248E) += dtbImage.ep8248e

Expand Down
263 changes: 0 additions & 263 deletions arch/powerpc/boot/dts/mpc8272ads.dts

This file was deleted.

79 changes: 0 additions & 79 deletions arch/powerpc/configs/mpc8272_ads_defconfig

This file was deleted.

1 change: 0 additions & 1 deletion arch/powerpc/configs/ppc6xx_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ CONFIG_PPC_MPC52xx=y
CONFIG_PPC_EFIKA=y
CONFIG_PPC_MPC5200_BUGFIX=y
CONFIG_PPC_82xx=y
CONFIG_MPC8272_ADS=y
CONFIG_PQ2FADS=y
CONFIG_EP8248E=y
CONFIG_MGCOGE=y
Expand Down
11 changes: 0 additions & 11 deletions arch/powerpc/platforms/82xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ menuconfig PPC_82xx

if PPC_82xx

config MPC8272_ADS
bool "Freescale MPC8272 ADS"
select DEFAULT_UIMAGE
select PQ2ADS
select 8272
select 8260
select FSL_SOC
select PQ2_ADS_PCI_PIC if PCI
help
This option enables support for the MPC8272 ADS board

config PQ2FADS
bool "Freescale PQ2FADS"
select DEFAULT_UIMAGE
Expand Down
1 change: 0 additions & 1 deletion arch/powerpc/platforms/82xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
# Makefile for the PowerPC 82xx linux kernel.
#
obj-$(CONFIG_MPC8272_ADS) += mpc8272_ads.o
obj-$(CONFIG_CPM2) += pq2.o
obj-$(CONFIG_PQ2_ADS_PCI_PIC) += pq2ads-pci-pic.o
obj-$(CONFIG_PQ2FADS) += pq2fads.o
Expand Down
Loading

0 comments on commit 33777a4

Please sign in to comment.