diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-05-31 18:00:57 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-05-31 18:00:57 +0000 |
commit | b8afecd0f5b87d319e5be385d670bb6bf368d7f8 (patch) | |
tree | 97fc6f5f98b27d821d7a3a917742ea8020bd4528 /flashrom.8 | |
parent | 1dfe0ff1745118406f2ca0d03340dd346cc39770 (diff) | |
download | flashrom-b8afecd0f5b87d319e5be385d670bb6bf368d7f8.tar.gz flashrom-b8afecd0f5b87d319e5be385d670bb6bf368d7f8.tar.bz2 flashrom-b8afecd0f5b87d319e5be385d670bb6bf368d7f8.zip |
Add IT87xx SPI as external flasher option
This is a fast way to test if a IT87xx board_enable() would work.
Corresponding to flashrom svn r557.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Tested-by: Harald Gutmann <harald.gutmann@gmx.net>
Acked-by: Harald Gutmann <harald.gutmann@gmx.net>
Diffstat (limited to 'flashrom.8')
-rw-r--r-- | flashrom.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flashrom.8 b/flashrom.8 index 193fc28a4..8a7baba61 100644 --- a/flashrom.8 +++ b/flashrom.8 @@ -133,6 +133,8 @@ Specify the programmer device. Currently supported are: .sp .BR "* satasii" " (for flash ROMs on Silicon Image SATA/IDE controllers)" .sp +.BR "* it87spi" " (for flash ROMs behind a IT87xx SuperI/O LPC/SPI translation unit)" +.sp If you have multiple supported PCI cards which can program flash chips (NICs, SATA/IDE controllers, etc.) in your system, you must use the .B "flashrom -p xxxx=bb:dd.f" |