Changeset 737 for trunk/flashrom.8


Ignore:
Timestamp:
09/30/09 20:29:55 (3 years ago)
Author:
uwe
Message:

Add initial support for flashing some NVIDIA graphics cards.

The new option is '-p gfxnvidia', rest of the interface is as usual.

I tested a successful identify and read on a "RIVA TNT2 Model 64/Model 64 Pro"
card for now, erase and write did NOT work properly so far!

Please do not attempt to write/erase cards yet, unless you can recover!

In addition to the NVIDIA handling code it was required to call
programmer_shutdown() in a lot more places, otherwise the graphics card
will be disabled in the init function, but never enabled again as the
shutdown function is not called.
The shutdown handling may be changed to use atexit() later.

Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Luc Verhaegen <libv@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flashrom.8

    r712 r737  
    141141.BR "* nic3com" " (for flash ROMs on 3COM network cards)" 
    142142.sp 
     143.BR "* gfxnvidia" " (for flash ROMs on NVIDIA graphics cards)" 
     144.sp 
    143145.BR "* drkaiser" " (for flash ROMs on Dr. Kaiser PC-Waechter PCI cards)" 
    144146.sp 
     
    181183Currently the following programmers support this mechanism: 
    182184.BR nic3com , 
     185.BR gfxnvidia , 
    183186.BR satasii . 
    184187.sp 
Note: See TracChangeset for help on using the changeset viewer.