All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Liu Fred-a18596" <a18596@email.mot.com>
To: <linuxppc-embedded@lists.linuxppc.org>
Subject: MSR__EE flag cause problem
Date: Sat, 7 Dec 2002 17:21:20 +0800	[thread overview]
Message-ID: <003701c29dd2$01ddeed0$940879c8@sc.mcel.mot.com> (raw)


Hi, Greetings,

I am porting PPCBoot-1.1.5 to a PPC852 board. When PPCboot executes this
statement

       set_msr(get_msr() | MSR_EE);

in "interrupt_init()" which located at "cpu/mpc8xx/interrupts.c", the
console will display random characters.
But if I get rid of MSR_EE, that is "set_msr(get_msr());", then PPCBoot will
go on and display prompt.

I am a newbie for 8xx. What should I do?

BR,
Fred


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2002-12-07  9:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-07  9:21 Liu Fred-a18596 [this message]
2002-12-07 10:46 ` MSR__EE flag cause problem Wolfgang Denk

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='003701c29dd2$01ddeed0$940879c8@sc.mcel.mot.com' \
    --to=a18596@email.mot.com \
    --cc=fred@sc23.sc.mcel.mot.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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.