mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: Meelis Roos <mroos@linux.ee>
Cc: Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: Re: How to debug 2.6 PReP boot hang?
Date: Wed, 1 Sep 2004 10:27:51 -0700	[thread overview]
Message-ID: <20040901172751.GB19730@smtp.west.cox.net> (raw)
In-Reply-To: <Pine.GSO.4.44.0408181853430.23535-100000@math.ut.ee>

On Wed, Aug 18, 2004 at 11:29:02PM +0300, Meelis Roos wrote:

> > > It's the one that reorganizes boot code:
> > > PPC32: Kill off arch/ppc/boot/prep and rearrange some files.
> >
> > Sadly, that is what I expected.  Try narrowing down the differences
> > between prep/head.S and simple/head.S (or rather head.s via make
> > arch/ppc/boot/prep/head.s and simple/head.s to strip out comments, etc).
[snip]
> Some more changes and the only difference is load_kernel vs
> decompress_kernel. Changing load_kernel call in relocate.S to
> decompress_kernel makes the kernel boot. Oh, finally.
> 
> BTW, the address of OF residual data bounces around in
> r3->r29->r4->r11->r6. The old code only did r3->r11->r6 but the new code
> uses r11 for cache disabling.
> 
> This is the patch I'm using currently. I understand that this is
> probably not the right patch for inclusion :)
> 
> ===== arch/ppc/boot/simple/relocate.S 1.11 vs edited =====
> --- 1.11/arch/ppc/boot/simple/relocate.S	2004-04-03 06:13:47 +03:00
> +++ edited/arch/ppc/boot/simple/relocate.S	2004-08-18 23:27:39 +03:00
> @@ -183,7 +183,7 @@
>  	mr	r5,r6		/* Checksum */
>  	mr	r6,r11		/* Residual data */
>  	mr	r7,r25		/* Validated OFW interface */
> -	bl	load_kernel
> +	bl	decompress_kernel
> 
>  	/*
>  	 * Make sure the kernel knows we don't have things set in

Interesting..  Can you do some nm'ing to see what versions of
load_kernel / decompress_kernel end up in your image on a stock config?
And what gcc / binutils versions are you using?

-- 
Tom Rini
http://gate.crashing.org/~trini/

      reply	other threads:[~2004-09-01 17:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-28  9:19 Meelis Roos
2004-07-29 22:55 ` Tom Rini
2004-08-16 14:39   ` Meelis Roos
2004-08-16 14:53     ` Tom Rini
2004-08-18 20:29       ` Meelis Roos
2004-09-01 17:27         ` Tom Rini [this message]

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=20040901172751.GB19730@smtp.west.cox.net \
    --to=trini@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mroos@linux.ee \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®