linux-stable/arch/powerpc/platforms/52xx
Benjamin Herrenschmidt 28794d34ec powerpc/kconfig: Kill PPC_MULTIPLATFORM
CONFIG_PPC_MULTIPLATFORM is a remain of the pre-powerpc days and isn't
really meaningful anymore. It was basically equivalent to PPC64 || 6xx.

This removes it along with the following changes:

 - 32-bit platforms that relied on PPC32 && PPC_MULTIPLATFORM now rely
   on 6xx which is what they want anyway.

 - A new symbol, PPC_BOOK3S, is defined that represent compliance with
   the "Server" variant of the architecture. This is set when either 6xx
   or PPC64 is set and open the door for future BOOK3E 64-bit.

 - 64-bit platforms that relied on PPC64 && PPC_MULTIPLATFORM now use
   PPC64 && PPC_BOOK3S

 - A separate and selectable CONFIG_PPC_OF_BOOT_TRAMPOLINE option is now
   used to control the use of prom_init.c

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2009-03-11 17:11:35 +11:00
..
efika.c [POWERPC] Add common clock setting routine mpc52xx_psc_set_clkdiv() 2008-01-26 15:32:18 -07:00
Kconfig powerpc/kconfig: Kill PPC_MULTIPLATFORM 2009-03-11 17:11:35 +11:00
lite5200.c [POWERPC] Replace remaining __FUNCTION__ occurrences 2008-04-01 20:43:09 +11:00
lite5200_pm.c powerpc/mpc5200: Document and tidy irq driver 2008-12-21 02:54:26 -07:00
lite5200_sleep.S [POWERPC] MPC5200 low power mode 2007-09-19 15:25:34 +10:00
Makefile powerpc/5200: Add support for the Media5200 board from Freescale 2009-02-04 13:39:17 -07:00
media5200.c powerpc/5200: Add support for the Media5200 board from Freescale 2009-02-04 13:39:17 -07:00
mpc52xx_common.c powerpc/5200: Add 'simple-bus' to the of_platform probe list. 2009-02-26 23:19:36 -07:00
mpc52xx_gpio.c powerpc/5200: Rework GPT driver to also be an IRQ controller 2009-02-04 13:35:42 -07:00
mpc52xx_gpt.c powerpc/5200: Rework GPT driver to also be an IRQ controller 2009-02-04 13:35:42 -07:00
mpc52xx_pci.c powerpc/5200: Bugfix for PCI mapping of memory and IMMR 2009-01-29 17:08:41 -07:00
mpc52xx_pic.c powerpc/5200: Refactor mpc5200 interrupt controller driver 2009-02-04 13:33:20 -07:00
mpc52xx_pm.c powerpc/mpc5200: Document and tidy irq driver 2008-12-21 02:54:26 -07:00
mpc52xx_sleep.S [POWERPC] mpc52xx suspend to deep-sleep 2007-05-07 20:31:15 +10:00
mpc5200_simple.c powerpc/5200: Add support for the digsy MTC board. 2009-02-04 13:39:17 -07:00