From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 17 Mar 2009 14:13:03 +0100 Subject: [U-Boot] About PCI of U-BOOT of CANYONLANDS In-Reply-To: <49BFA0BE.7060103@fsi.co.jp> References: <49BFA0BE.7060103@fsi.co.jp> Message-ID: <200903171413.03396.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 17 March 2009, Kazuaki Ichinohe wrote: > I am testing the video display of U-BOOT by using PCI of CANYONLANDS. > I added the following lines. > > #ifdef CONFIG_VIDEO > #define CONFIG_BIOSEMU > #define CONFIG_ATI_RADEON_FB > #define VIDEO_IO_OFFSET 0xD8000000 > #define CONFIG_SYS_ISA_IO_BASE_ADDRESS VIDEO_IO_OFFSET > #define CONFIG_VIDEO_SW_CURSOR > #define CONFIG_VIDEO_LOGO > #define CONFIG_CFB_CONSOLE > #define CONFIG_SPLASH_SCREEN > #define CONFIG_VGA_AS_SINGLE_DEVICE > #define CONFIG_CMD_BMP > #endif /* #ifdef CONFIG_VIDEO */ > > However, if the memory space of PCI is read, the exception is generated. > Do you have any information for PCI of U-BOOT of CANYONLANDS? PCI should be working on Canyonlands. At least it was the last time I tested. I never tested with an PCI Video card though. Which U-Boot version are you using? What's the exact error message? Please post the complete bootlog. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================