Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

2007-02-09 Thread Ward Vandewege
On Fri, Jan 19, 2007 at 09:44:14AM -0800, Lu, Yinghai wrote: > Please check the MCP55 support with usbdebug. > > MB included: > Nvidia l1_2pvv > Gigabyte m57sli Has anyone tried LinuxBIOS on such a Gigabyte board? We're looking at buying some new desktop machines, and the Gigabyte M57SLI-S4 (http

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

2007-01-25 Thread Lu, Yinghai
, targets YH -Original Message- From: ron minnich [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 7:04 PM To: Lu, Yinghai Cc: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1 On 1/19/07, Lu, Yinghai <[EMAIL PROTECTED]>

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

2007-01-25 Thread ron minnich
On 1/19/07, Lu, Yinghai <[EMAIL PROTECTED]> wrote: > > > -Original Message- > From: Lu, Yinghai > Sent: Thursday, January 18, 2007 9:06 PM > To: 'Ronald G Minnich'; Eric W. Biederman > Cc: linuxbios@linuxbios.org > Subject: MCP55 LinuxBIOS with USB debug etc. > > Please check the MCP55 supp

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

2007-01-25 Thread Uwe Hermann
Hi, On Mon, Jan 22, 2007 at 10:38:37AM -0800, Ed Swierk wrote: > This issue is probably not important enough to block committing the > code if it's otherwise okay. Maybe the best thing would be just to > open a tracker issue for this, [...] Done: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug

2007-01-23 Thread Lu, Yinghai
, January 23, 2007 5:08 PM To: Lu, Yinghai Cc: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug You may need to use smbus_send_byte(hub_address, hub_channel); or smbus_write_byte(hub_address, hub_channel

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug

2007-01-23 Thread bxshi
You may need to use smbus_send_byte(hub_address, hub_channel); or smbus_write_byte(hub_address, hub_channel); smbus_write_byte may need three parametres, smbus_write_byte(device ,address ,val). for PCA9545 to enable one channel need four steps , 1. outb(hub_address, base_io+02) 2. outb(

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug

2007-01-23 Thread Lu, Yinghai
[mailto:[EMAIL PROTECTED] On Behalf Of bxshi Sent: Monday, January 22, 2007 11:04 PM To: [EMAIL PROTECTED] Cc: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug Dr. Lu, In mcp55_smbus.h static int do_smbus_send_byte(unsigned smbus_io_base, unsigned device, uns

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug

2007-01-22 Thread bxshi
Dr. Lu, In mcp55_smbus.h static int do_smbus_send_byte(unsigned smbus_io_base, unsigned device, unsigned char val) { . outb(0, smbus_io_base + SMBHSTCMD); . } I wonder why you write 0 to SMBHSTCMD ? if we are using a smbus_hub , I think we should write the channel number we

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

2007-01-22 Thread Ed Swierk
On 1/20/07, Uwe Hermann <[EMAIL PROTECTED]> wrote: > great work Yinghai! Thanks a lot! Yes, it's great to see some code finally getting released. My own code is still stuck somewhere in nVidia legal limbo, but it's mainly a subset of Yinghai's except for the particular mainboard (DFI LANParty) sup

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

2007-01-20 Thread yhlu
Please don't forget mcp55 support in util/flashrom. YH On 1/20/07, yhlu <[EMAIL PROTECTED]> wrote: > Thanks. > > Please don't forget > > On 1/20/07, Uwe Hermann <[EMAIL PROTECTED]> wrote: > > Hi, > > > > great work Yinghai! Thanks a lot! > > > > Here's the whole blob in patch format (only 'nsf' a

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

2007-01-20 Thread yhlu
Thanks. Please don't forget On 1/20/07, Uwe Hermann <[EMAIL PROTECTED]> wrote: > Hi, > > great work Yinghai! Thanks a lot! > > Here's the whole blob in patch format (only 'nsf' and > 'readme_mcp55.txt' are missing from the patch; I attached them as single > files to this mail). > > Please do _not

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

2007-01-19 Thread Lu, Yinghai
Too much difference. May take several days to produce patch. YH -Original Message- From: Stefan Reinauer [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 10:08 AM To: Lu, Yinghai Cc: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

Re: [LinuxBIOS] MCP55 LinuxBIOS with USB debug etc. part 1

2007-01-19 Thread Stefan Reinauer
* Lu, Yinghai <[EMAIL PROTECTED]> [070119 18:44]: > > > -Original Message- > From: Lu, Yinghai > Sent: Thursday, January 18, 2007 9:06 PM > To: 'Ronald G Minnich'; Eric W. Biederman > Cc: linuxbios@linuxbios.org > Subject: MCP55 LinuxBIOS with USB debug etc. > > Please check the MCP55 s