aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc/platforms/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-06-10powerpc: Remove arch/ppc and include/asm-ppcPaul Mackerras1-25/+0
All the maintained platforms are now in arch/powerpc, so the old arch/ppc stuff can now go away. Acked-by: Adrian Bunk <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Becky Bruce <[email protected]> Acked-by: Benjamin Herrenschmidt <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Acked-by: Grant Likely <[email protected]> Acked-by: Jochen Friedrich <[email protected]> Acked-by: John Linn <[email protected]> Acked-by: Jon Loeliger <[email protected]> Acked-by: Josh Boyer <[email protected]> Acked-by: Kumar Gala <[email protected]> Acked-by: Olof Johansson <[email protected]> Acked-by: Peter Korsgaard <[email protected]> Acked-by: Scott Wood <[email protected]> Acked-by: Sean MacLennan <[email protected]> Acked-by: Segher Boessenkool <[email protected]> Acked-by: Stefan Roese <[email protected]> Acked-by: Stephen Neuendorffer <[email protected]> Acked-by: Wolfgang Denk <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2008-04-21[PPC] Remove mpc885ads and mpc86x ads boards from arch/ppcKumar Gala1-2/+0
We have a board port in arch/powerpc so we dont need this one anymore. Signed-off-by: Kumar Gala <[email protected]>
2008-04-21[PPC] Remove mpc8272 ads board from arch/ppcKumar Gala1-2/+0
We have a board port in arch/powerpc so we dont need this one anymore. Signed-off-by: Kumar Gala <[email protected]>
2007-09-17[POWERPC] Remove APUS support from arch/ppcAdrian Bunk1-4/+0
Current status of APUS: - arch/powerpc/: removed in 2.6.23 - arch/ppc/: marked BROKEN since 2 years This therefore removes the remaining parts of APUS support from arch/ppc, include/asm-ppc, arch/powerpc and include/asm-powerpc. Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2007-01-24[POWERPC] Remove the broken Gemini supportAdrian Bunk1-1/+0
Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2006-03-28ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppcPaul Mackerras1-12/+0
32-bit CHRP machines are now supported only in arch/powerpc, as are all 64-bit PowerPC processors. This means that we don't use Open Firmware on any platform in arch/ppc any more. This makes PReP support a single-platform option like every other platform support option in arch/ppc now, thus CONFIG_PPC_MULTIPLATFORM is gone from arch/ppc. CONFIG_PPC_PREP is the option that selects PReP support and is generally what has replaced CONFIG_PPC_MULTIPLATFORM within arch/ppc. _machine is all but dead now, being #defined to 0. Updated Makefiles, comments and Kconfig options generally to reflect these changes. Signed-off-by: Paul Mackerras <[email protected]>
2006-02-07[PATCH] ppc32: MPC885ADS, MPC866ADS and MPC8272ADS-specific platform stuff ↵Vitaly Bordug1-0/+3
for fs_enet Added proper ppc_sys identification and fs_platform_info's for MPC 885ADS, 866ADS and 8272ADS, utilizing function assignment to remove/do not use platform devices which conflict with PD-incompatible drivers. Signed-off-by: Vitaly Bordug <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2006-01-15[PATCH] ppc: Remove powermac support from ARCH=ppcPaul Mackerras1-10/+1
This makes it possible to build kernels for PReP and/or CHRP with ARCH=ppc by removing the (non-building) powermac support. It's now also possible to select PReP and CHRP independently. Powermac users should now build with ARCH=powerpc instead of ARCH=ppc. (This does mean that it is no longer possible to build a 32-bit kernel for a G5.) Signed-off-by: Paul Mackerras <[email protected]>
2005-10-29[PATCH] ppc32: nvram driver for chrpOlaf Hering1-0/+3
This implements a nvram acccess method, similar to arch/ppc64/kernel/pSeries_nvram.c tested on CHRP B50. Signed-off-by: Olaf Hering <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2005-09-05[PATCH] ppc32: add support for Marvell EV64360BP boardLee Nicks1-0/+1
This patch adds support for Marvell EV64360BP board. So far, it supports mpsc serial console, gigabit ethernet, jffs2 root filesystem, etc. Other device support, like watchdog, RTC, will be added later. Signed-off-by: Lee Nicks <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-09-05[PATCH] ppc32: Remove board support for PCOREKumar Gala1-1/+0
Support for the PCORE board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-09-05[PATCH] ppc32: Remove board support for MENF1Kumar Gala1-1/+0
Support for the MENF1 board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-09-05[PATCH] ppc32: Remove board support for MCPN765Kumar Gala1-1/+0
Support for the MCPN765 board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-09-05[PATCH] ppc32: Remove board support for K2Kumar Gala1-1/+0
Support for the K2 board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-09-05[PATCH] ppc32: Remove board support for ADIRKumar Gala1-1/+0
Support for the ADIR board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+53
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!