From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 10 Jun 2010 13:32:38 +0200 Subject: [U-Boot] Regarding M96 GPU In-Reply-To: <76776D39B1974C958F5128265AB72D2A@itd210> References: <7E6C47BDF310475DBE126823ADC0F2A6@itd210> <201006101146.42730.sr@denx.de> <76776D39B1974C958F5128265AB72D2A@itd210> Message-ID: <20100610133238.09c55ce6@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Thirumalai, On Thu, 10 Jun 2010 15:26:11 +0530 "Thirumalai" wrote: > ----- Original Message ----- > From: "Stefan Roese" > To: "Thirumalai" > Sent: Thursday, June 10, 2010 3:16 PM > Subject: Re: Regarding M96 GPU > > > > Hi Thirumalai, > > > > On Thursday 10 June 2010 11:43:23 Thirumalai wrote: > >> I just want to know whether the u-boot will support M96 GPU. > >> I > >> having a graphics card which is based on the M96 and it working fine on > >> linux environment. But it is not getting detected on u-boot. I am using > >> u-boot 2010-03. > >> > >> What and all need to modify to support M96 on u-boot? You need to add a video driver for M96 which performs initialization of DDR memory controller, detects the output connector, etc. Check what Linux driver does for initialization and port this code to U-Boot. Best regards, Anatolij