Skip to content

Commit

Permalink
powerpc: drop PowerQUICC II Family ADS platform support
Browse files Browse the repository at this point in the history
Based on documentation revision dates, this MPC82xx pq2fads system
predates the MPC8272-ADS variant by about a year and only has 1/2
the amount of RAM (32MB) -- largely making it useless with a modern
v6.x kernel from today.

Similar to the MPC8272-ADS the pq2fads also supported other 82xx CPU
variants, had 8MB flash, and like the 8272 ADS platform, was on a fairly
large PCB in order to have space for breakout connectors for all 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-3-paul.gortmaker@windriver.com
  • Loading branch information
Paul Gortmaker authored and Michael Ellerman committed Apr 20, 2023
1 parent 33777a4 commit 859b21a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 518 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_PQ2FADS) += cuImage.pq2fads
image-$(CONFIG_EP8248E) += dtbImage.ep8248e

# Board ports in arch/powerpc/platform/83xx/Kconfig
Expand Down
243 changes: 0 additions & 243 deletions arch/powerpc/boot/dts/pq2fads.dts

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_PQ2FADS=y
CONFIG_EP8248E=y
CONFIG_MGCOGE=y
CONFIG_PPC_83xx=y
Expand Down
80 changes: 0 additions & 80 deletions arch/powerpc/configs/pq2fads_defconfig

This file was deleted.

10 changes: 0 additions & 10 deletions arch/powerpc/platforms/82xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ menuconfig PPC_82xx

if PPC_82xx

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

config EP8248E
bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
select 8272
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 @@ -4,6 +4,5 @@
#
obj-$(CONFIG_CPM2) += pq2.o
obj-$(CONFIG_PQ2_ADS_PCI_PIC) += pq2ads-pci-pic.o
obj-$(CONFIG_PQ2FADS) += pq2fads.o
obj-$(CONFIG_EP8248E) += ep8248e.o
obj-$(CONFIG_MGCOGE) += km82xx.o
Loading

0 comments on commit 859b21a

Please sign in to comment.