aboutsummaryrefslogtreecommitdiff
path: root/utils/flashrom
Commit message (Collapse)AuthorAge
* flashrom: update to 1.2.1Rosen Penev2023-01-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@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>
* flashrom: add BUILD_VARIANT to PKG_BUILD_DIREneas U de Queiroz2020-05-08
| | | | | | | Different variants will not be built right if they all share the same build directory. Signed-off-by: Eneas U de Queiroz <cotequeiroz@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>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* flashrom: Add ARC supportRosen Penev2019-07-01
| | | | | | | | | | | | | | Mainly endian definitions are needed. Removed sys/io.h patch. It's a GNU header unsupported by uClibc-ng. Cleaned up Makefile slightly. Added HTTPS everywhere. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* flashrom: update to v1.0Jo-Philipp Wich2018-05-15
| | | | | | | | | | | | | | | | | | | | Update to flashrom version 1.0 and cherry-pick an upstream fix for deprecated libusb api usage. Fixes the following error spotted by the buildbots: ch341a_spi.c: In function 'ch341a_spi_init': ch341a_spi.c:447:2: error: 'libusb_set_debug' is deprecated: [...] libusb_set_debug(NULL, 3); // Enable information, warning and [...] ^~~~~~~~~~~~~~~~ In file included from ch341a_spi.c:25:0: .../libusb-1.0/libusb.h:1300:18: note: declared here void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); ^~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors Makefile:1030: recipe for target 'ch341a_spi.o' failed Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* flashrom: update to v0.9.9.1Álvaro Fernández Rojas2017-12-31
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* 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: include io.h to fix compile errornotnyt2016-01-17
| | | | | | This patch includes sys/io.h from flash.h to fix compile errors Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
* flashrom: make flashrom-full the default variant, remove empty dependenciesÁlvaro Fernández Rojas2015-10-08
| | | | 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: fix gcc5 buildDirk Neukirchen2015-08-19
| | | | | | | default C dialect changed with gcc5 explicitly use old C dialect Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* flashrom: fix build with muslÁlvaro Fernández Rojas2015-06-17
| | | | 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>
* flashrom: update to v0.9.8Álvaro Fernández Rojas2015-03-08
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* flashrom: Add License, bump package release.Álvaro Fernández Rojas2014-06-13
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* flashrom: fix build on Little Endian MIPS and add license.Álvaro Fernández Rojas2014-06-13
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* flashrom: Import 0.97 from packages.Álvaro Fernández Rojas2014-06-10