From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Danter Date: Thu, 7 Aug 2008 13:05:38 +0100 Subject: [U-Boot-Users] GT-64120 PCI init Message-ID: 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, 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. Having not done this before can anyone suggest where to start? Thanks Rich