aboutsummaryrefslogtreecommitdiff
path: root/i18n/fr_FR/resources/flashrom/patch/lenovobios_sst.diff
diff options
context:
space:
mode:
authorLibreboot Contributor <contributor@libreboot.org>2020-04-02 20:59:23 +0200
committerLibreboot Contributor <contributor@libreboot.org>2020-04-02 20:59:43 +0200
commita2f4bef6de0e1f5770d489e861c78890f81229c1 (patch)
treebc74ce87d44cfcae1eecff62c0fbf6a97b1812fc /i18n/fr_FR/resources/flashrom/patch/lenovobios_sst.diff
parentc6cb6cf4769cd535eee9abfd41fbf717a51d067c (diff)
downloadlibrebootfr-a2f4bef6de0e1f5770d489e861c78890f81229c1.tar.gz
librebootfr-a2f4bef6de0e1f5770d489e861c78890f81229c1.zip
link to french version of gplv3 at the top of i18n/fr_FR/COPYING . Also, we remove files that we haven't translated yet, it weights a lot.
Diffstat (limited to 'i18n/fr_FR/resources/flashrom/patch/lenovobios_sst.diff')
-rw-r--r--i18n/fr_FR/resources/flashrom/patch/lenovobios_sst.diff26
1 files changed, 0 insertions, 26 deletions
diff --git a/i18n/fr_FR/resources/flashrom/patch/lenovobios_sst.diff b/i18n/fr_FR/resources/flashrom/patch/lenovobios_sst.diff
deleted file mode 100644
index d762bb25..00000000
--- a/i18n/fr_FR/resources/flashrom/patch/lenovobios_sst.diff
+++ /dev/null
@@ -1,26 +0,0 @@
---- flashchips.c 2014-12-30 01:59:49.846383043 +0000
-+++ flashchips.c.i945lenovobios_sst 2014-12-30 02:03:51.367580645 +0000
-@@ -10886,12 +10886,12 @@
- .name = "SST25VF016B",
- .bustype = BUS_SPI,
- .manufacture_id = SST_ID,
-- .model_id = SST_SST25VF016B,
-+ .model_id = 0x41,
- .total_size = 2048,
- .page_size = 256,
- .feature_bits = FEATURE_WRSR_EITHER,
- .tested = TEST_OK_PREW,
-- .probe = probe_spi_rdid,
-+ .probe = probe_spi_res2,
- .probe_timing = TIMING_ZERO,
- .block_erasers =
- {
-@@ -10914,7 +10914,7 @@
- },
- .printlock = spi_prettyprint_status_register_sst25vf016,
- .unlock = spi_disable_blockprotect,
-- .write = spi_aai_write,
-+ .write = spi_chip_write_1,
- .read = spi_chip_read,
- .voltage = {2700, 3600},
- },