* The kernel halt after "transferring control to linux(0x000000)..." on HD860(MPC860SR) board kernel 2.4.25,and 2.6.12
@ 2005-08-05 1:11 FCG WANG Baohua
2005-08-05 9:16 ` The kernel halt after "transferring control to linux(0x000000)..." on HD860(MPC860SR) board kernel 2.4.25, and 2.6.12 Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: FCG WANG Baohua @ 2005-08-05 1:11 UTC (permalink / raw)
To: galak; +Cc: linuxppc-dev, linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 608 bytes --]
Dear Gala:
I meet a problem when porting kernel 2.4.25,and 2.6.12 to a HD860 board: Whatever your config, or whatever you patch, set ppcboot enviroment,
whether use ramdisk or nfs, the kernel all display a message then halt.
"transferring control to linux (0x000000) ..."
The log_buf in Memory display that the kernel has problem at :
1. /init/main.c calibrate_delay() ;
2. /init/main.c do_initcalls() do while dead loop!!
3. /init/do_mounts.c mount_root()
Does it need any patches? thanks!
The kernel 2.4.25 is from ELDK 3.1.1, 2.6.12.3 is from kernel.org
[-- Attachment #2: Type: text/html, Size: 1984 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: The kernel halt after "transferring control to linux(0x000000)..."on HD860(MPC860SR) board kernel 2.4.25, and 2.6.12
@ 2005-08-05 5:09 Debora Liu
0 siblings, 0 replies; 4+ messages in thread
From: Debora Liu @ 2005-08-05 5:09 UTC (permalink / raw)
To: FCG WANG Baohua; +Cc: Linuxppc-embedded
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
Hello, FCG WANG Baohua
In message <2005-08-05 09:11:25 Baohua.WANG@alcatel-sbell.com.cn> you wrote:
>Dear Gala:
> I meet a problem when porting kernel 2.4.25,and 2.6.12 to a HD860 board: Whatever your config, or whatever you patch, set ppcboot enviroment,
> whether use ramdisk or nfs, the kernel all display a message then halt.
> "transferring control to linux (0x000000) ..."
Where are "transferring control to linux (0x000000) ..." ?
If are you use in The kernel 2.4.25 is from ELDK 3.1.1?
Please check you uboot.
= = = = = = = = = = = = = = = = = = = =
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Debora Liu
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡deboralh@fel.com.cn
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2005-08-05
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: The kernel halt after "transferring control to linux(0x000000)..." on HD860(MPC860SR) board kernel 2.4.25, and 2.6.12
2005-08-05 1:11 The kernel halt after "transferring control to linux(0x000000)..." on HD860(MPC860SR) board kernel 2.4.25,and 2.6.12 FCG WANG Baohua
@ 2005-08-05 9:16 ` Wolfgang Denk
2005-08-08 20:27 ` Manish Joshi
0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2005-08-05 9:16 UTC (permalink / raw)
To: FCG WANG Baohua; +Cc: linuxppc-dev, linuxppc-embedded
In message <A9DE2BAF233E444FA9C5E77A5825A01E865055@ydmail.sbell.com.cn> you wrote:
>
> I meet a problem when porting kernel 2.4.25,and 2.6.12 to a HD860
> board: Whatever your config, or whatever you patch, set ppcboot
> enviroment,
> whether use ramdisk or nfs, the kernel all display a message then
> halt.
How do you define "halt"? There is no "halt" instruction in the CPU,
so it must be doing "something".
> The log_buf in Memory display that the kernel has problem at :
>
> 1. /init/main.c calibrate_delay() ;
> 2. /init/main.c do_initcalls() do while dead loop!!
> 3. /init/do_mounts.c mount_root()
Locate the problems and fix them.
> Does it need any patches? thanks!
> The kernel 2.4.25 is from ELDK 3.1.1, 2.6.12.3 is from kernel.org
this kernel works fine on many, many other boards. It's extremely
likely that the problems are caused by your port only.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
A person who is more than casually interested in computers should be
well schooled in machine language, since it is a fundamental part of
a computer. -- Donald Knuth
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: The kernel halt after "transferring control to linux(0x000000)..." on HD860(MPC860SR) board kernel 2.4.25, and 2.6.12
2005-08-05 9:16 ` The kernel halt after "transferring control to linux(0x000000)..." on HD860(MPC860SR) board kernel 2.4.25, and 2.6.12 Wolfgang Denk
@ 2005-08-08 20:27 ` Manish Joshi
0 siblings, 0 replies; 4+ messages in thread
From: Manish Joshi @ 2005-08-08 20:27 UTC (permalink / raw)
To: Wolfgang Denk, FCG WANG Baohua; +Cc: linuxppc-dev, linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 1490 bytes --]
Hope you are connecting with right port speed.
Wolfgang Denk <wd@denx.de> wrote:In message you wrote:
>
> I meet a problem when porting kernel 2.4.25,and 2.6.12 to a HD860
> board: Whatever your config, or whatever you patch, set ppcboot
> enviroment,
> whether use ramdisk or nfs, the kernel all display a message then
> halt.
How do you define "halt"? There is no "halt" instruction in the CPU,
so it must be doing "something".
> The log_buf in Memory display that the kernel has problem at :
>
> 1. /init/main.c calibrate_delay() ;
> 2. /init/main.c do_initcalls() do while dead loop!!
> 3. /init/do_mounts.c mount_root()
Locate the problems and fix them.
> Does it need any patches? thanks!
> The kernel 2.4.25 is from ELDK 3.1.1, 2.6.12.3 is from kernel.org
this kernel works fine on many, many other boards. It's extremely
likely that the problems are caused by your port only.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
A person who is more than casually interested in computers should be
well schooled in machine language, since it is a fundamental part of
a computer. -- Donald Knuth
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded
---------------------------------
Start your day with Yahoo! - make it your home page
[-- Attachment #2: Type: text/html, Size: 1911 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-08-08 20:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-05 5:09 The kernel halt after "transferring control to linux(0x000000)..."on HD860(MPC860SR) board kernel 2.4.25, and 2.6.12 Debora Liu
-- strict thread matches above, loose matches on Subject: below --
2005-08-05 1:11 The kernel halt after "transferring control to linux(0x000000)..." on HD860(MPC860SR) board kernel 2.4.25,and 2.6.12 FCG WANG Baohua
2005-08-05 9:16 ` The kernel halt after "transferring control to linux(0x000000)..." on HD860(MPC860SR) board kernel 2.4.25, and 2.6.12 Wolfgang Denk
2005-08-08 20:27 ` Manish Joshi
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).