Re: [LinuxBIOS] nVidia MCP55

2006-10-04 Thread Carl-Daniel Hailfinger
Hi, Ed Swierk wrote: > I'm about to start getting LinuxBIOS to work on an nVidia MCP55-based > mainboard, and wonder whether other folks have already began work on > this chipset. Yinghai Lu has some code for MCP55, but I don't know whether he has already finished writing a replacement for NVMM.

[LinuxBIOS] nVidia MCP55

2006-09-26 Thread Ed Swierk
Hello, I'm about to start getting LinuxBIOS to work on an nVidia MCP55-based mainboard, and wonder whether other folks have already began work on this chipset. I haven't managed to get hold of any nVidia specs yet. Any clues how to enable the serial port on the MCP55? Will it require some SMBus d

Re: [LinuxBIOS] Nvidia MCP55 support

2006-08-29 Thread Carl-Daniel Hailfinger
Lu, Yinghai wrote: > nvidia would allow AMD to release NVMM binary to LinuxBIOS. .., Is it ok > to LinuxBIOS? Does is voliatiote the GPL?. Because this code will be > called by LinuxBIOS. And it is not loaded and started by LinuxBIOS. (cpu > microcode patch code and scsi firmare is loaded and start

Re: [LinuxBIOS] Nvidia MCP55 support

2006-08-29 Thread Carl-Daniel Hailfinger
Lu, Yinghai wrote: > I'm working on MCP55 support. There is some blank in > mcp55_early_setup.c, So Current Only IDE and USB are working but the > sata/nic/pcie don't work. > > There is another option is use Nvidia binary code (NVMM) directly. Using NVMM may be easier, but what happens if we want

[LinuxBIOS] Nvidia MCP55 support

2006-08-29 Thread Lu, Yinghai
I’m working on MCP55 support. There is some blank in mcp55_early_setup.c, So Current Only IDE and USB are working but the sata/nic/pcie don’t work.   There is another option is use Nvidia binary code (NVMM) directly.   So questions is nvidia would allow AMD to release NVMM binary to Li