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

[LinuxBIOS] LinuxBIOSv1 won't build?

2007-01-22 Thread Corey Osgood
I've got my laptop back, and I'm trying to compile linuxbios for the rcn dc1100s, since it has the same setup as the tyan s2507, but I keep getting compile errors. With gcc 3.3.6: dualp3 dc1100s # make Makefile:501: warning: overriding commands for target `keyboard.o' Makefile:414: warning: igno

[LinuxBIOS] Read / Write to CMOS

2007-01-22 Thread mack stout
Hello list, I'm somewhat new to bios programming... but i have a handful of boxes (with Award Bios) that I need to set to pxeboot remotely. I was thinking that I might achieve this by dumping the CMOS (cat /dev/nvram > file) of a box with pxeboot on, and then writing it to a box that has pxeboot

[LinuxBIOS] r2537 - trunk/LinuxBIOSv2/util/flashrom

2007-01-22 Thread svn
Author: uwe Date: 2007-01-22 21:21:17 +0100 (Mon, 22 Jan 2007) New Revision: 2537 Added: trunk/LinuxBIOSv2/util/flashrom/sst49lfxxxc.c trunk/LinuxBIOSv2/util/flashrom/sst49lfxxxc.h Modified: trunk/LinuxBIOSv2/util/flashrom/Makefile trunk/LinuxBIOSv2/util/flashrom/README trunk/LinuxB

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