public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Gerhard Jaeger <g.jaeger@sysgo•com>
To: linuxppc-embedded@ozlabs•org
Subject: [PATCH] PPC44x: Fixes early bootup messages for Bamboo
Date: Mon, 11 Apr 2005 16:17:10 +0200	[thread overview]
Message-ID: <200504111617.10935.g.jaeger@sysgo.com> (raw)

While playing around with the Bamboo board (440EP based), I noticed,
that the early bootup messages won't work, because of the wrong TLB
setup for this processor. This patch fixes that issue.

-Gerhard

Signed-off-by: Gerhard Jaeger <gjaeger@sysgo•com>

--- linux-2.6.11/arch/ppc/kernel/head_44x.S.orig	2005-04-11 15:49:47.000000000 +0200
+++ linux-2.6.11/arch/ppc/kernel/head_44x.S	2005-04-11 15:50:43.000000000 +0200
@@ -190,7 +190,9 @@ skpinv:	addi	r4,r4,1				/* Increment */
 
 	/* xlat fields */
 	lis	r4,UART0_PHYS_IO_BASE@h		/* RPN depends on SoC */
+#ifndef CONFIG_440EP
 	ori	r4,r4,0x0001		/* ERPN is 1 for second 4GB page */
+#endif /* CONFIG_440EP */
 
 	/* attrib fields */
 	li	r5,0

                 reply	other threads:[~2005-04-11 14:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200504111617.10935.g.jaeger@sysgo.com \
    --to=g.jaeger@sysgo$(echo .)com \
    --cc=linuxppc-embedded@ozlabs$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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