
8 Aug
2008
8 Aug
'08
4:31 a.m.
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. http://www.linux-mips.org/archives/linux-mips/2006-12/msg00233.html
Thanks Rich
Good luck, gvb