* PROBLEMS BOOTING KERNEL ON EMBEDDED PROCESSOR MBX821
@ 1999-08-05 16:59 Neil Blackwood
1999-08-06 8:08 ` Geert Uytterhoeven
0 siblings, 1 reply; 2+ messages in thread
From: Neil Blackwood @ 1999-08-05 16:59 UTC (permalink / raw)
To: linuxppc-dev
I have just downloaded the 2.2.0pre6 kernel for MBX8xx processors
from
the embedded directory of linuxppc.cs.nmt.edu.
We are running it on a MXX821-004A development board.
Unfortunately we seem to have a problem during the booting of the kernel.
The messages
iack = -1
and
irq = 7
are displayed continuously.
We have managed to track down the iack message in the kernel source.
In directory
linux/arch/ppc/kernel
in File
ppc8xx_pic.c
In function
mbx_i8259_action()
is the code
int irq;
irq = (inl(0x508)>>24)&0xff;
if (irq!= 0xff)printk("iack 5d\n", irq);
We think this is inconsistent if the value of irq is printed out as -1.
We have previously run a 2.1 version of the kernel successfully. Do you have
any ideas to solve the problem?
I am also looking at including floating point libraries into the kernel.
Does anything currently exist?
Neil Blackwood
ps Is this type of enquiry suitable for this mailing list or should I use
USERS.
pps I am completely new to LINUX and operating systems in general, so my
current level of understanding is very low.
------------------------------------------------------
www.terrafix.co.uk
Terrafix Ltd
23c Newfield Industrial Estate
Tunstall, Stoke on Trent
Staffordshire, UK, ST6 5PD
+44 1782 577015, +44 1782 835667 (fax)
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: PROBLEMS BOOTING KERNEL ON EMBEDDED PROCESSOR MBX821
1999-08-05 16:59 PROBLEMS BOOTING KERNEL ON EMBEDDED PROCESSOR MBX821 Neil Blackwood
@ 1999-08-06 8:08 ` Geert Uytterhoeven
0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 1999-08-06 8:08 UTC (permalink / raw)
To: Neil Blackwood; +Cc: linuxppc-dev
On Thu, 5 Aug 1999, Neil Blackwood wrote:
> I have just downloaded the 2.2.0pre6 kernel for MBX8xx processors
> from
> the embedded directory of linuxppc.cs.nmt.edu.
> We are running it on a MXX821-004A development board.
> Unfortunately we seem to have a problem during the booting of the kernel.
> The messages
>
> iack = -1
>
> and
> irq = 7
>
> are displayed continuously.
>
> We have managed to track down the iack message in the kernel source.
> In directory
> linux/arch/ppc/kernel
> in File
> ppc8xx_pic.c
> In function
>
> mbx_i8259_action()
> is the code
>
> int irq;
>
> irq = (inl(0x508)>>24)&0xff;
> if (irq!= 0xff)printk("iack 5d\n", irq);
>
> We think this is inconsistent if the value of irq is printed out as -1.
The first thing in my mind that gets triggered by this is unsigned vs. signed
chars. On most systems, `char' defaults to `signed char', but on PPC it
defaults to `unsigned char'. Either behavior complies with the C standard.
But I don't see where it gets wrong here :-(
> ps Is this type of enquiry suitable for this mailing list or should I use
> USERS.
IMHO this is the correct list.
Greetings,
Geert
--
Geert Uytterhoeven Geert.Uytterhoeven@cs.kuleuven.ac.be
Wavelets, Linux/{m68k~Amiga,PPC~CHRP} http://www.cs.kuleuven.ac.be/~geert/
Department of Computer Science -- Katholieke Universiteit Leuven -- Belgium
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-08-06 8:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-08-05 16:59 PROBLEMS BOOTING KERNEL ON EMBEDDED PROCESSOR MBX821 Neil Blackwood
1999-08-06 8:08 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).