aboutsummaryrefslogtreecommitdiff
path: root/utils/flashrom/patches/020-raw-access.patch
Commit message (Collapse)AuthorAge
* flashrom: Update to 1.3.0, package libflashromBrian Norris2023-08-06
| | | | | | | | | | | | Notably, the meson args for programmers changed from a series of individual 'config_$foo>, config_$bar' to a list of 'programmer=$foo,$bar' The patches were all either already merged upstream (or similar ones, at least), or aren't useful (bitbang_spi is no longer a separated programmer; it's included in the defaults). Signed-off-by: Brian Norris <computersforpeace@gmail.com>
* flashrom: switch to building with mesonRosen Penev2020-07-19
Added patches to fix meson compilation. Reworked flashrom.mk to work with meson. Several minor Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>