Skip to content

Commit

Permalink
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
Browse files Browse the repository at this point in the history
There was for long time no activity in the mpx5xxx area.
We need to go further and convert to Kconfig, but it
turned out, nobody is interested anymore in mpc5xxx,
so remove it.

Signed-off-by: Heiko Schocher <[email protected]>
  • Loading branch information
hsdenx authored and trini committed Jun 16, 2017
1 parent 88024dc commit 064b55c
Show file tree
Hide file tree
Showing 269 changed files with 14 additions and 34,007 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ matrix:
- env:
- BUILDMAN="mips"
TOOLCHAIN="mips"
- env:
- BUILDMAN="mpc512x"
- env:
- BUILDMAN="mpc5xx"
- env:
- BUILDMAN="mpc5xxx"
- env:
- BUILDMAN="mpc83xx"
- env:
Expand Down
6 changes: 0 additions & 6 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,6 @@ M: Wolfgang Denk <[email protected]>
S: Maintained
F: arch/powerpc/

POWERPC MPC5XXX
M: Wolfgang Denk <[email protected]>
S: Maintained
T: git git://git.denx.de/u-boot-mpc5xxx.git
F: arch/powerpc/cpu/mpc5*/

POWERPC MPC8XX
M: Wolfgang Denk <[email protected]>
S: Maintained
Expand Down
25 changes: 1 addition & 24 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,6 @@ The following options need to be configured:
* Adds the "fdt" command
* The bootm command automatically updates the fdt

OF_CPU - The proper name of the cpus node (only required for
MPC512X and MPC5xxx based boards).
OF_SOC - The proper name of the soc node (only required for
MPC512X and MPC5xxx based boards).
OF_TBCLK - The timebase frequency.
OF_STDOUT_PATH - The path to the console device

Expand Down Expand Up @@ -1232,27 +1228,14 @@ The following options need to be configured:

- USB Support:
At the moment only the UHCI host controller is
supported (PIP405, MIP405, MPC5200); define
supported (PIP405, MIP405); define
CONFIG_USB_UHCI to enable it.
define CONFIG_USB_KEYBOARD to enable the USB Keyboard
and define CONFIG_USB_STORAGE to enable the USB
storage devices.
Note:
Supported are USB Keyboards and USB Floppy drives
(TEAC FD-05PUB).
MPC5200 USB requires additional defines:
CONFIG_USB_CLOCK
for 528 MHz Clock: 0x0001bbbb
CONFIG_PSC3_USB
for USB on PSC3
CONFIG_USB_CONFIG
for differential drivers: 0x00001000
for single ended drivers: 0x00005000
for differential drivers on PSC3: 0x00000100
for single ended drivers on PSC3: 0x00004100
CONFIG_SYS_USB_EVENT_POLL
May be defined to allow interrupt polling
instead of using asynchronous interrupts

CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the
txfilltuning field in the EHCI controller on reset.
Expand Down Expand Up @@ -1894,12 +1877,6 @@ The following options need to be configured:
In such cases CONFIG_GPIO_LED_INVERTED_TABLE may be defined
with a list of GPIO LEDs that have inverted polarity.

- CAN Support: CONFIG_CAN_DRIVER

Defining CONFIG_CAN_DRIVER enables CAN driver support
on those systems that support this (optional)
feature.

- I2C Support: CONFIG_SYS_I2C

This enable the NEW i2c subsystem, and will allow you to use
Expand Down
2 changes: 0 additions & 2 deletions api/api_platform-powerpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ int platform_sys_info(struct sys_info *si)

#if defined(CONFIG_E500) || defined(CONFIG_MPC86xx)
#define bi_bar bi_immr_base
#elif defined(CONFIG_MPC5xxx)
#define bi_bar bi_mbar_base
#elif defined(CONFIG_MPC83xx)
#define bi_bar bi_immrbar
#endif
Expand Down
8 changes: 0 additions & 8 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ choice
prompt "CPU select"
optional

config MPC512X
bool "MPC512X"

config MPC5xxx
bool "MPC5xxx"

config MPC83xx
bool "MPC83xx"
select CREATE_ARCH_SYMLINK
Expand Down Expand Up @@ -42,8 +36,6 @@ config 4xx

endchoice

source "arch/powerpc/cpu/mpc512x/Kconfig"
source "arch/powerpc/cpu/mpc5xxx/Kconfig"
source "arch/powerpc/cpu/mpc83xx/Kconfig"
source "arch/powerpc/cpu/mpc85xx/Kconfig"
source "arch/powerpc/cpu/mpc86xx/Kconfig"
Expand Down
34 changes: 0 additions & 34 deletions arch/powerpc/cpu/mpc512x/Kconfig

This file was deleted.

18 changes: 0 additions & 18 deletions arch/powerpc/cpu/mpc512x/Makefile

This file was deleted.

15 changes: 0 additions & 15 deletions arch/powerpc/cpu/mpc512x/asm-offsets.h

This file was deleted.

7 changes: 0 additions & 7 deletions arch/powerpc/cpu/mpc512x/config.mk

This file was deleted.

193 changes: 0 additions & 193 deletions arch/powerpc/cpu/mpc512x/cpu.c

This file was deleted.

Loading

0 comments on commit 064b55c

Please sign in to comment.