public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Switching of LCD controller before reboot?
@ 2004-10-22  7:14 Steven Scholz
  2004-10-22 12:35 ` R: " Paolo Broggini
  0 siblings, 1 reply; 9+ messages in thread
From: Steven Scholz @ 2004-10-22  7:14 UTC (permalink / raw)
  To: u-boot

Hi there,

my i.MX based board does not reboot but hangs when doing "reset" (on u-boot) or 
"reboot" (on linux) when the internal LCD contoller is enabled. Thus I have to 
disable the LCD contoller before doing that.

Something else:

The AT91RM9200DK needs to "shutdown the console to avoid strange chars during 
reset".

So my question is:
Where would be the appropriate place for stuff like that?
Should we clobber cpu/arm920t/cpu.c with all the processor or board specific 
reset related stuff?
Or would it be better to have something like

         cpu_init,               /* basic cpu dependent setup */
         board_init,             /* basic board dependent setup */
...
         cpu_reset,              /* basic cpu dependent reset */
         board_reset,            /* basic board dependent reset */
or
	prepare_reset

based on defines like CONFIG_BOARD_PRE_RESET or something?

Thanks.

-- 
Steven Scholz

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

end of thread, other threads:[~2004-10-22 18:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22  7:14 [U-Boot-Users] Switching of LCD controller before reboot? Steven Scholz
2004-10-22 12:35 ` R: " Paolo Broggini
2004-10-22 13:13   ` Steven Scholz
2004-10-22 13:51     ` Paolo Broggini
2004-10-22 13:54       ` Steven Scholz
2004-10-22 14:36         ` Paolo Broggini
2004-10-22 18:45           ` Wolfgang Denk
2004-10-22 18:43       ` Wolfgang Denk
2004-10-22 18:41     ` Wolfgang Denk

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