From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 8 Apr 2010 16:34:36 +0200 Subject: [U-Boot] [PATCH] ati_radeon: return error with when emulator fails In-Reply-To: <1270047268-25067-1-git-send-email-Ed.Swarthout@freescale.com> References: <1270047268-25067-1-git-send-email-Ed.Swarthout@freescale.com> Message-ID: <20100408163436.6e5cb886@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 31 Mar 2010 09:54:28 -0500 Ed Swarthout wrote: > Console was being switched to video even if emulator fails and > causing this hang: > > Scanning PCI bus 04 > 04 00 1095 3132 0104 00 > PCIE3 on bus 03 - 04 > Video: ATI Radeon video card (1002, 5b60) found @(2:0:0) > videoboot: Booting PCI video card bus 2, function 0, device 0 > videoboot: Video ROM failed to map! > 640x480x8 31kHz 59Hz > radeonfb: FIFO Timeout ! > > Signed-off-by: Ed Swarthout > --- > > I consider this a bug fix. I'm also sending an independent > patch that fixes the problem that caused this error. > > drivers/bios_emulator/atibios.c | 3 ++- > drivers/video/ati_radeon_fb.c | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) Applied to u-boot-video/master. Thanks! Anatolij