On 16.09.2010 05:27, Mattias Mattsson wrote:
On Thu, Sep 16, 2010 at 00:23, Andrew Cleveland evil.saltine@gmail.com wrote:
Hello,
I have an ECS Geforce6100SM-M (v1.0 I believe); here is the output of 'flashrom -V', 'lspci -nnvvvxxx', and 'superiotool -deV' as requested on IRC.
Official BIOS download: http://download.ecsusa.com/dlfileecs/bios/mb/p4/GeForce6100SM-M/61SM523.zip
Please try the attached patch and report back with the output of flashrom -Vw
--- board_enable.c (revision 1176) +++ board_enable.c (working copy) @@ -818,6 +818,30 @@ }
/*
- Suited for:
- Elitegroup GeForce6100SM-M
- */
+static int board_ecs_geforce6100smm(void)
Are you sure this is disabling SMM (System Management Mode), and not messing with some GPIO? SMM is not really related to SMBus, only the names are similar.
Side note: Should we tag all reverse engineered stuff in the flashrom tree with VENDORINFONEEDED? That would allow us to ask those vendors for details (or for a sanity check) if we ever have a contact person there.
Looks good apart from the name. Will ack if you signoff.
Regards, Carl-Daniel