summaryrefslogtreecommitdiffstats
path: root/resources/flashrom/patch/flashchips.c.diff.lenovobios_macronix
Commit message (Collapse)AuthorAgeFilesLines
* Removed redundant flashchip definitions in flashromFrancis Rowe2014-12-291-148/+0
| | | | | | | | | | | | For X200 owners with one of the Macronix flash chips. There are multiple definitions for almost the same chip, and they are all detected at once. Normally the user has to use the -c argument in flashrom to select a flash chip. With this modification, they can run flashrom without the argument. Deletion of redundant flash chip definitions is now also handled by getflashrom instead of builddeps-flashrom. builddeps-flashrom now only patches for i945 lenovo bios sst/macronix.
* Update flashrom (again)Francis Rowe2014-12-141-0/+148
builddeps-flashrom updated to use diff's instead of whole copies of flashchips.c, when building patched executables. (this makes updating and maintaining flashrom easier)