* Re: Re: MPC8245 reboot
@ 2005-08-04 9:29 Debora Liu
2005-08-04 10:18 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Debora Liu @ 2005-08-04 9:29 UTC (permalink / raw)
To: Mark A. Greer; +Cc: Linuxppc-embedded
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 495 bytes --]
Hello, Mark A. Greer
In message <2005-08-04 02:39:32 mgreer@mvista.com> you wrote:
>IIRC, the sandpoint uses the PC style port 92 mechanism to reset the board.
>You need to look at your hardware docs to see how your board can be reset.
>Don't expect the sandpoint reset code to work for you.
If do reboot board by jump address of uboot start address?
= = = = = = = = = = = = = = = = = = = =
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Debora Liu
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡deboralh@fel.com.cn
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2005-08-04
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MPC8245 reboot
2005-08-04 9:29 Re: MPC8245 reboot Debora Liu
@ 2005-08-04 10:18 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2005-08-04 10:18 UTC (permalink / raw)
To: Debora Liu; +Cc: Linuxppc-embedded
In message <20050804092525.15A4A67EBC@ozlabs.org> you wrote:
>
> If do reboot board by jump address of uboot start address?
Bad idea. That address may not be mapped at all, or not at the right
physical address. Also, just jumping to a boot loader entry point
does not cause a hardware reset, so any devices that might be stuck
will remain stuck.
You should always try to cause a real reset; there are several
methods in use for this, like using a watchdog reset, causing a
machine check, etc. Just see existing code.
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
All these theories, diverse as they are, have two things in common:
they explain the observed facts, and they are completeley and utterly
wrong. - Terry Pratchett, _The Light Fantastic_
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-04 10:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-04 9:29 Re: MPC8245 reboot Debora Liu
2005-08-04 10:18 ` Wolfgang Denk
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).