Commit Graph

8 Commits

Author SHA1 Message Date
Federico Capoano 9f54d98747 flashrom: strip leading whitespace from PROGRAMMER_ARGS
Newer version of meson do not allow empty arguments.

Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2024-05-04 19:07:15 +08:00
Brian Norris bc514e9689 flashrom: Update to 1.3.0, package libflashrom
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>
2023-08-06 21:05:18 -07:00
Rosen Penev 81618c5465
flashrom: switch to building with meson
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>
2020-07-19 14:43:13 -07:00
Stijn Tintel f033cd1aed flashrom: bump to 1.2
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>
2020-04-16 23:43:08 +03:00
Álvaro Fernández Rojas 375f34d362 flashrom: fix full and pci variants
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-28 09:17:44 +02:00
Álvaro Fernández Rojas 1348057082 flashrom: update to v0.9.9
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 19:04:30 +01:00
Álvaro Fernández Rojas 3deb63fafb flashrom: switch to build variants instead of config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-04 16:20:41 +02:00
Álvaro Fernández Rojas 3879265ffd flashrom: add config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-09 03:39:57 +01:00