Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | flashrom: Update to 1.3.0, package libflashrom | Brian Norris | 2023-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 meson | Rosen Penev | 2020-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> |