about summary refs log tree commit diff
path: root/pkgs/tools/misc/flashrom
AgeCommit message (Collapse)AuthorFilesLines
2023-01-01flashrom: 1.2 -> 1.2.1Felix Singer1-16/+2
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-06-29maintainers: remove funfunctorajs1241-1/+1
no github account linked
2021-12-03flashrom: build with default gccRyan Burns1-3/+8
Fetch upstream patch to fix build with gcc 10
2021-11-12flashrom: fix build on aarch64Thomas1-3/+11
2021-10-13flashrom: Add support for Segger J-Link devicesFelix Singer1-10/+15
Add the build option `jlinkSupport`, which allows using libjaylink. It is necessary for Segger J-Link devices. This option is set to false by default. Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-10-13flashrom: Use Makefile instead of MesonFelix Singer1-13/+9
The Meson build system is not fully integrated, it's work in progress. For example, it doesn't know some programmers yet. Thus, use Makefile instead. To make the compilation working again, use GCC 9 instead of GCC 10. Also, put udev rules into the lib directory instead of etc, since it exists already. Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-07-01flashrom: Add Felix Singer as maintainerFelix Singer1-1/+1
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-06-30flashrom: Install udev-rules fileFelix Singer1-0/+6
Add the udev-rules file from flashrom source to the out directory. The file contains rules for programmers used by flashrom. Members of the `flashrom` system group are allowed to access these devices. Also, add a module for installing flashrom and adding flashrom to udev packages. The module can be used by setting `programs.flashrom.enable` to `true`. Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-06-09flashrom: Build and install manpageDaniel Schaefer1-1/+9
It seems flashrom has two build systems at the moment. One based on meson/ninja and one based on Make. The latter can build and install the manpage but the former cannot. ArchLinux does the same, call make after finishing the meson build.
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-11-24flashrom: mark broken on darwinSandro Jäckel1-0/+1
2020-09-09flashrom nitpick: avoid nested listVladimír Čunát1-1/+1
2020-09-07flashrom: fix aarch64 buildMilan Pässler1-2/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-16flashrom: switch to Meson build and update depsEmily1-12/+14
2020-02-12flashrom: disable on aarch64Marek Mahut1-0/+1
Reference: https://github.com/flashrom/flashrom/issues/125
2020-02-12flashrom: 1.1 -> 1.2R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-01flashrom: 1.0.1 -> 1.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flashrom/versions
2019-04-02flashrom: 1.0 -> 1.0.1Franz Pletz1-7/+7
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-04-25flashrom: fix build with gcc7Jan Malakhovski1-0/+6
2018-01-28flashrom: 0.9.9 -> 1.0Franz Pletz1-6/+6
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-05-03flashrom: 0.9.7 -> 0.9.9Franz Pletz1-3/+4
2014-11-11flashrom: fix 4936Pascal Wittmann1-1/+1
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-08-29Adding flashrom BIOS update utility. Patch by Edward O'CallaghanMichael Raskin1-0/+23