From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Fri, 21 Sep 2012 09:38:23 -0700 Subject: [U-Boot] Disabling video in bootm (cleanup_before_linux) Message-ID: <505C97FF.7000709@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, While looking into some trouble booting the latest Linux kernel patches for i.MX6 display support, I found that the kernel driver was thrown off by the interrupt status bits in the i.MX6 IPU. Until and unless we have the ability to hand off a 'live' display, it seems that we should disable the video driver as a part of the 'bootm' process. At the very least, doing this will avoid the possibility of trash on the display during the transition. I've been looking, and I don't see a place to tap into this process. It seems that having a shutdown routine for the display drivers (cfb_console?) is the way to go. Anybody know if I'm overlooking something? Please advise, Eric