aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/chrp/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-06-29[POWERPC] disallow building powermac and tsi108 without PCIArnd Bergmann1-2/+1
The TSI108 code and the 32 bit powermac and chrp platforms have dependency on PCI that is not easy or desirable to get rid of. The easiest fix is to always select CONFIG_PCI if one of those platforms is enabled. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2005-10-29[PATCH] ppc32: nvram driver for chrpOlaf Hering1-0/+1
This implements a nvram acccess method, similar to arch/ppc64/kernel/pSeries_nvram.c tested on CHRP B50. Signed-off-by: Olaf Hering <olh@suse.de> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-10-26powerpc: Merge 32-bit CHRP support.Paul Mackerras1-0/+3
SMP still needs more work but UP gets as far as starting userspace at least. This uses the 64-bit-style code for spinning up the cpus. Signed-off-by: Paul Mackerras <paulus@samba.org>