v2 and epia

2003-09-29 Thread ron minnich
OK, I am now almost at the limit of my understanding :-) I need to set up the device_operations for the 8601. Here is the mainboard config that is relevant. northbridge via/vt8601 "vt8601" pci 0:0.0 pci 0:1.0 southbridge via/vt8231 "vt8231" pci 0:11.0

V2 and epia

2003-09-29 Thread ron minnich
I really think that if you are working on EPIA-*, you should make the cut to V2. I need the help. The port is going to be a much better job, and we won't have to keep fighting hacks in assembly code. Things that need looking at right now: - vt8231 early spd code - pci bus set up - northbridge

V2 and EPIA

2003-09-30 Thread ron minnich
OK, I just loaded from flash. Next step is to fix the PIRQ, then look at SPD and memory setup. The fix, for now, is this in auto.c static void enable_mainboard_devices(void) { device_t dev; /* dev 0 for southbridge */ dev = pci_locate_device(PCI_ID(0x1106,0x8231), 0); if (dev ==

Re: V2 and EPIA

2003-09-30 Thread Randall H. Craig
Thanks for all of your efforts, you seem to be making quick progress. I would like to try v2 out next week. Is there any documentation on the V2 build procedure? I know I sound like an idiot but what does the acronym SPD stand for? Cheers, Randall ___

Re: V2 and EPIA

2003-09-30 Thread Bari Ari
Randall H. Craig wrote: I know I sound like an idiot but what does the acronym SPD stand for? serial presence detect (SPD) You can read about it here: http://www.intel.com/technology/memory/pc133sdram/spec/spdsd12b.htm http://www.simmtester.com/page/news/showpubnews.asp?num=101 Bari __

Re: V2 and EPIA

2003-09-30 Thread ron minnich
On Tue, 30 Sep 2003, Bari Ari wrote: > Randall H. Craig wrote: > > > > I know I sound like an idiot but what does the acronym SPD stand for? > > serial presence detect (SPD) > > You can read about it here: > > http://www.intel.com/technology/memory/pc133sdram/spec/spdsd12b.htm > > http://www.s

more on V2 and epia

2003-09-29 Thread ron minnich
Filling in the blanks ... First all functions of a device save function 0 get this error: PCI: 00:11.1 missing read_resources seems like a bug. So there looks like a problem for functions other than 0. Bridges don't have a path that is named: @�: bus