From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 07 Aug 2008 22:31:31 -0400 Subject: [U-Boot-Users] GT-64120 PCI init In-Reply-To: References: Message-ID: <489BB003.4040908@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Richard Danter wrote: > Hi all, > > I have an old MIPS board with a GT-64120 that I would like to port > U-Boot to. I have so far got it to boot from flash, init SDRAM and a > serial console and give me a prompt so I can run some commands. I am > also able to write flash for saving env vars, etc. To make this really > useful however I need to get PCI working and then Ethernet. > > I don't see any 64120 driver/init code in the sources so unless I have > missed something I guess I am going to have to write some. Looks like it. > Having not done this before can anyone suggest where to start? Data sheets if you have them. Google says linux drivers may be a useful reference. > Thanks > Rich Good luck, gvb