From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [85.10.199.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6A42ADDDEF for ; Tue, 4 Nov 2008 07:01:41 +1100 (EST) Received: id: bigeasy by Chamillionaire.breakpoint.cc authenticated by bigeasy with local (easymta 1.00 BETA 1) id 1Kx5cG-0008AW-Sb for linuxppc-dev@ozlabs.org; Mon, 03 Nov 2008 21:01:36 +0100 From: Sebastian Andrzej Siewior To: linuxppc-dev@ozlabs.org Subject: Add kexec support for fsl-book-e [V2] Date: Mon, 3 Nov 2008 21:01:34 +0100 Message-Id: <1225742496-31319-1-git-send-email-sebastian@breakpoint.cc> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is the kernel part of the kexec support for mpc8544 / FSL BookE. This version should fix the two things Ben noticed during his review. Changelog: v1: - Removed runtime detection between fsl-book-e & no-mmu part - Marked the mmu-setup part as FSL BookE because it does not work on BooKE in general Sebastian