aboutsummaryrefslogtreecommitdiff
path: root/utils/flashrom/flashrom.mk
Commit message (Collapse)AuthorAge
* 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>
* flashrom: bump to 1.2Stijn Tintel2020-04-16
| | | | | | | | | | | | | | | Add new PCI and USB drivers to flashrom.mk to disable them in other build variant.s Fix DefineConfig calls to use new config symbols, and have it only append NEED_FEATURE=yes to MAKE_FLAGS. Appending NEED_FEATURE=no would still enable the feature because upstream compares against an empty string instead of comparing to yes. Drop libusb-compat dependency as all drivers use libusb-1 now. Remove upstreamed patch 010-add-arc.patch. Rework 0001-fix_internal_bitbang.patch, give it a correct prefix and more descriptive name. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* flashrom: fix full and pci variantsÁlvaro Fernández Rojas2016-03-28
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* flashrom: update to v0.9.9Álvaro Fernández Rojas2016-03-14
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* flashrom: switch to build variants instead of config optionsÁlvaro Fernández Rojas2015-10-04
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* flashrom: add config optionsÁlvaro Fernández Rojas2015-03-09
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>