From: "Vijay Sampath" <vsampath@gmail.com>
To: linuxppc-embedded@ozlabs.org
Subject: Problem porting linux 2.6 on IBM405EP based boards
Date: Wed, 13 Dec 2006 09:26:31 -0800 [thread overview]
Message-ID: <758a2bbf0612130926w56d468dejf0e8e51c918d2175@mail.gmail.com> (raw)
Hello,
I am trying to port a timesys reference kernel based on 2.6.16 to our
IBM 405 EP based board. I enabled early console print and some debug
prints, and after initial configuration, snippet A below is as far as
the bootup got.
Then in head_4xx.S, I commented out the tlbia instruction (right before jump
to start_kernel). This was not because I knew what I was
doing, but the debugger indicated that I was having a TLB exception,
and that is how the code is in our working 2.4 port of the kernel.
After this, the code started executing start_kernel, but stopped
shortly thereafter (snippet B). After this every time I press a key,
the following line gets printed:
$T0740:30300a00;01:c0621fb0;#45
Its possible that I have something configured wrong, but
any guidance on what that message could possibly mean would be
appreciated. Also any information on how the tlbia instruction was
working on other platforms would also help.
Thanks,
Vijay
========snippet A======================
Transfering control to downloaded image at [0x400000]
loaded at: 00400000 00612134
zimage at: 0040582D 00524D87
initrd at: 00525000 0060FBA5
avail ram: 00613000 00800000
Linux/PPC load:
Uncompressing Linux...done.
Now booting the kernel
id mach(): done
MMU:enter
MMU:hw init
MMU:mapin
MMU:setio
MMU:exit
========snippet B======================
Transfering control to downloaded image at [0x400000]
loaded at: 00400000 00612134
zimage at: 0040582D 00524D87
initrd at: 00525000 0060FBA5
avail ram: 00613000 00800000
Linux/PPC load:
Uncompressing Linux...done.
Now booting the kernel
id mach(): done
MMU:enter
MMU:hw init
MMU:mapin
MMU:setio
MMU:exit
setup_arch: enter
setup_arch: bootmem
paging: exit
tb_ticks_per_jiffy: 512000
$T0740:30300a00;01:c0621fb0;#45
next reply other threads:[~2006-12-13 17:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-13 17:26 Vijay Sampath [this message]
2006-12-13 18:34 ` Problem porting linux 2.6 on IBM405EP based boards Scott Wood
2006-12-14 3:03 ` Vijay Sampath
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=758a2bbf0612130926w56d468dejf0e8e51c918d2175@mail.gmail.com \
--to=vsampath@gmail.com \
--cc=linuxppc-embedded@ozlabs.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 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).