From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Fri, 22 Oct 2004 09:14:20 +0200 Subject: [U-Boot-Users] Switching of LCD controller before reboot? Message-ID: <4178B34C.7090106@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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