summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/chrp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] disallow building powermac and tsi108 without PCIArnd Bergmann2007-06-291-2/+1Star
| | | | | | | | | | | 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>
* [PATCH] ppc32: nvram driver for chrpOlaf Hering2005-10-291-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>
* powerpc: Merge 32-bit CHRP support.Paul Mackerras2005-10-261-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>