summaryrefslogtreecommitdiffstats
path: root/nicintel_eeprom.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-02-08 21:57:52 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-02-08 21:57:52 +0000
commit2e0a0d55399da5fc1449459646e156f288498e29 (patch)
treece836bcb29d7d9da86ee583a88236b020985ba36 /nicintel_eeprom.c
parente6f5a06c6d4821688e2af7750928c507c7007e9f (diff)
downloadflashrom-2e0a0d55399da5fc1449459646e156f288498e29.zip
flashrom-2e0a0d55399da5fc1449459646e156f288498e29.tar.gz
Add a bunch of new/tested stuff and various small changes 22
Tested mainboards: OK: - AOpen UK79G-1394 (used in EZ18 barebones) Reported by Lawrence Gough - ASUS M4N78 SE Reported by Dima Veselov - ASUS P5LD2-VM Mark board enable as tested (reported by Dima Veselov) - GIGABYTE GA-970A-UD3P (rev. 2.0) Reported by trucmar on IRC - GIGABYTE GA-990FXA-UD3 (rev. 4.0) Reported by ROKO__ on IRC - GIGABYTE GA-H77-DS3H (rev. 1.1) Reported by Evgeniy Edigarev - GIGABYTE GA-P55-USB3 (rev. 2.0) Binary file (standard input) matches Corresponding to flashrom svn r1879.
Diffstat (limited to 'nicintel_eeprom.c')
-rw-r--r--nicintel_eeprom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nicintel_eeprom.c b/nicintel_eeprom.c
index 2d6def1..b5d4202 100644
--- a/nicintel_eeprom.c
+++ b/nicintel_eeprom.c
@@ -275,7 +275,7 @@ static const struct opaque_master opaque_master_nicintel_ee = {
.erase = nicintel_ee_erase,
};
-static int nicintel_spi_shutdown(void *eecp)
+static int nicintel_ee_shutdown(void *eecp)
{
uint32_t old_eec = *(uint32_t *)eecp;
/* Request bitbanging and unselect the chip first to be safe. */
@@ -323,7 +323,7 @@ int nicintel_ee_init(void)
return 1;
*eecp = eec;
- if (register_shutdown(nicintel_spi_shutdown, eecp))
+ if (register_shutdown(nicintel_ee_shutdown, eecp))
return 1;
}
OpenPOWER on IntegriCloud