LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* MSR__EE flag cause problem
@ 2002-12-07  9:21 Liu Fred-a18596
  2002-12-07 10:46 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Liu Fred-a18596 @ 2002-12-07  9:21 UTC (permalink / raw)
  To: linuxppc-embedded


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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-07 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-07  9:21 MSR__EE flag cause problem Liu Fred-a18596
2002-12-07 10:46 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox