From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org,
Sebastian Andrzej Siewior <sebastian@breakpoint.cc>,
kexec@lists.infradead.org
Subject: Re: [PATCH] powerpc: dtb and purgatory support for ppc32
Date: Thu, 02 Oct 2008 15:03:19 +0200 [thread overview]
Message-ID: <48E4C697.30105@linutronix.de> (raw)
In-Reply-To: <2AF4947A-B0E5-4530-9240-55C94A73E9FC@kernel.crashing.org>
Kumar Gala wrote:
>
> On Oct 1, 2008, at 4:20 PM, Sebastian Andrzej Siewior wrote:
>
>> From: Sebastian Siewior <bigeasy@linutronix.de>
>>
>> Some code dtb scanning & filling has been borrowed from ppc64.
>> The old behavior is still available if compiled with GameCube,
>> other PowerPC platform use the can purgatory and specify a new
>> dtb.
>> The purgatory is disabled because somehting is wrong and I dunno
>> the reason. Booting a self containd cuImage (incl. dtb / wiuthout
>> the need for a bd sturct) can be booted.
>>
>> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
>> ---
>> kexec/arch/ppc/Makefile | 1 +
>> kexec/arch/ppc/kexec-elf-ppc.c | 167 ++++++++++----
>> kexec/arch/ppc/kexec-elf-rel-ppc.c | 4 +
>> kexec/arch/ppc/kexec-ppc.c | 469
>> +++++++++++++++++++++++++++++++++++-
>> purgatory/arch/ppc/Makefile | 1 +
>> purgatory/arch/ppc/purgatory-ppc.c | 4 +
>> purgatory/arch/ppc/v2wrap.S | 54 ++++
>> 7 files changed, 652 insertions(+), 48 deletions(-)
>> create mode 100644 purgatory/arch/ppc/v2wrap.S
>
> I think I might have realized some of my confusion.. is this patch to
> the kernel or to some kexec tool? If its to the kernel I don't answer
> at all. If its to some kexec tool than that wasn't clear at all.
Patch 1 and 2 were for kernel side support. Patch 3 is kexec userland
only. I wrote this down in the patch first email (should be 0/3) but now I
see that git did not enumerate them. Sorry for that, I see that I have to
work on git skills....
The two patches tagged with [RFC] is kernel side support. The third patch
tagged with [PATCH] is also meant to be [RFC] and is the kexec userland
part against [1].
[1] git://git.kernel.org/pub/scm/linux/kernel/git/horms/kexec-tools.git
> - k
Sebastian
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org,
Sebastian Andrzej Siewior <sebastian@breakpoint.cc>,
kexec@lists.infradead.org
Subject: Re: [PATCH] powerpc: dtb and purgatory support for ppc32
Date: Thu, 02 Oct 2008 15:03:19 +0200 [thread overview]
Message-ID: <48E4C697.30105@linutronix.de> (raw)
In-Reply-To: <2AF4947A-B0E5-4530-9240-55C94A73E9FC@kernel.crashing.org>
Kumar Gala wrote:
>
> On Oct 1, 2008, at 4:20 PM, Sebastian Andrzej Siewior wrote:
>
>> From: Sebastian Siewior <bigeasy@linutronix.de>
>>
>> Some code dtb scanning & filling has been borrowed from ppc64.
>> The old behavior is still available if compiled with GameCube,
>> other PowerPC platform use the can purgatory and specify a new
>> dtb.
>> The purgatory is disabled because somehting is wrong and I dunno
>> the reason. Booting a self containd cuImage (incl. dtb / wiuthout
>> the need for a bd sturct) can be booted.
>>
>> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
>> ---
>> kexec/arch/ppc/Makefile | 1 +
>> kexec/arch/ppc/kexec-elf-ppc.c | 167 ++++++++++----
>> kexec/arch/ppc/kexec-elf-rel-ppc.c | 4 +
>> kexec/arch/ppc/kexec-ppc.c | 469
>> +++++++++++++++++++++++++++++++++++-
>> purgatory/arch/ppc/Makefile | 1 +
>> purgatory/arch/ppc/purgatory-ppc.c | 4 +
>> purgatory/arch/ppc/v2wrap.S | 54 ++++
>> 7 files changed, 652 insertions(+), 48 deletions(-)
>> create mode 100644 purgatory/arch/ppc/v2wrap.S
>
> I think I might have realized some of my confusion.. is this patch to
> the kernel or to some kexec tool? If its to the kernel I don't answer
> at all. If its to some kexec tool than that wasn't clear at all.
Patch 1 and 2 were for kernel side support. Patch 3 is kexec userland
only. I wrote this down in the patch first email (should be 0/3) but now I
see that git did not enumerate them. Sorry for that, I see that I have to
work on git skills....
The two patches tagged with [RFC] is kernel side support. The third patch
tagged with [PATCH] is also meant to be [RFC] and is the kexec userland
part against [1].
[1] git://git.kernel.org/pub/scm/linux/kernel/git/horms/kexec-tools.git
> - k
Sebastian
next prev parent reply other threads:[~2008-10-02 13:03 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-01 21:20 [RFC] kexec support on Book-e, ppc32 Sebastian Andrzej Siewior
2008-10-01 21:20 ` Sebastian Andrzej Siewior
2008-10-01 21:20 ` [RFC] powerpc: add kexec support on Book-E Sebastian Andrzej Siewior
2008-10-01 21:20 ` Sebastian Andrzej Siewior
2008-10-10 3:53 ` Benjamin Herrenschmidt
2008-10-10 3:53 ` Benjamin Herrenschmidt
2008-10-12 13:55 ` Sebastian Andrzej Siewior
2008-10-12 13:55 ` Sebastian Andrzej Siewior
2008-10-01 21:20 ` [RFC] powerpc: enable kexec support on mpc8544ds Sebastian Andrzej Siewior
2008-10-01 21:20 ` Sebastian Andrzej Siewior
2008-10-01 21:20 ` [PATCH] powerpc: dtb and purgatory support for ppc32 Sebastian Andrzej Siewior
2008-10-01 21:20 ` Sebastian Andrzej Siewior
2008-10-02 3:54 ` Kumar Gala
2008-10-02 3:54 ` Kumar Gala
2008-10-02 7:50 ` Sebastian Siewior
2008-10-02 7:50 ` Sebastian Siewior
2008-10-02 10:05 ` Simon Horman
2008-10-02 10:05 ` Simon Horman
2008-10-03 5:44 ` Mohan Kumar M
2008-10-03 5:44 ` Mohan Kumar M
2008-10-02 12:52 ` Kumar Gala
2008-10-02 12:52 ` Kumar Gala
2008-10-02 13:03 ` Sebastian Andrzej Siewior [this message]
2008-10-02 13:03 ` Sebastian Andrzej Siewior
2008-10-08 3:03 ` Simon Horman
2008-10-08 3:03 ` Simon Horman
2008-10-12 13:39 ` Sebastian Andrzej Siewior
2008-10-12 13:39 ` Sebastian Andrzej Siewior
2008-10-15 3:37 ` Simon Horman
2008-10-15 3:37 ` Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48E4C697.30105@linutronix.de \
--to=bigeasy@linutronix.de \
--cc=galak@kernel.crashing.org \
--cc=kexec@lists.infradead.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=sebastian@breakpoint.cc \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.