Port details |
- flashrom Utility for reading, writing, verifying, and erasing flash ROM chips
- 1.3.0_3 sysutils =7 1.3.0_3Version of this port present on the latest quarterly branch.
- Maintainer: mizhka@FreeBSD.org
- Port Added: 2009-05-06 23:25:48
- Last Update: 2024-04-11 21:38:36
- Commit Hash: b381867
- People watching this port, also watch:: libdrm, node, openssl, tmux, coreutils
- License: GPLv2
- WWW:
- https://www.flashrom.org/
- Description:
- flashrom is a utility for detecting, reading, writing, verifying and erasing
flash chips. It is often used to flash BIOS/EFI/coreboot/firmware images
in-system using a supported mainboard, but it also supports flashing of network
cards (NICs), SATA controller cards, and other external devices which can
program flash chips.
It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and TSOP40
chips, which use various protocols such as LPC, FWH, parallel flash, or SPI.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- flashrom>0:sysutils/flashrom
- To install the port:
- cd /usr/ports/sysutils/flashrom/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/flashrom
- pkg install flashrom
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flashrom
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: riscv64
- distinfo:
- TIMESTAMP = 1677403671
SHA256 (flashrom-v1.3.0.tar.bz2) = a053234453ccd012e79f3443bdcc61625cf97b7fd7cb4cdd8bfbffbe8b149623
SIZE (flashrom-v1.3.0.tar.bz2) = 489782
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmocka>=0 : sysutils/cmocka
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- dmidecode : sysutils/dmidecode
- Library dependencies:
-
- libpci.so : devel/libpci
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for flashrom-1.3.0_3:
DMIDECODE=on: Use dmidecode to gather DMI information
DOCS=on: Build and/or install documentation
FTDI=off: Enable external FT2232SPI flasher support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_flashrom
- USES:
- meson pkgconfig tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0_3 11 Apr 2024 21:38:36 |
Piotr Kubaj (pkubaj) |
sysutils/flashrom: enable on aarch64
Builds and works fine. |
1.3.0_3 12 Feb 2024 12:52:02 |
Michael Zhilin (mizhka) |
sysutils/flashrom: fix linker error by LLVM17
PR: 276288
Reported by: ohartmann@walstatt.org (O. Hartmann), pkg-fallout
MFH: 2024Q1
Sponsored by: Postgres Professional |
1.3.0_2 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.3.0_1 27 Apr 2023 12:35:56 |
Michael Zhilin (mizhka) |
sysutils/flashrom: change buildtool to meson
Change buildtool to meson and remove redundant bits
This commit is caused by ticket 271092 "update to 1.3 caused missing
INTERNAL_CONFIG option". The aim is to involve meson tool for configure
and installation parts.
Reported by: franco@opnsense.org
PR: 271092 |
1.3.0 26 Feb 2023 09:30:17 |
Michael Zhilin (mizhka) |
sysutils/flashrom: update to 1.3.0 |
1.2.1 10 Jan 2023 08:06:46 |
Michael Zhilin (mizhka) |
sysutils/flashrom: update to 1.2.1
Changelog: https://www.flashrom.org/Flashrom/1.2.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2 09 Dec 2020 02:50:22 |
linimon |
Also mark NOT_FOR riscv64, like aarch64.
The error message is just slightly different:
./platform.h:172:2: error: Unable to determine endianness.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
1.2 31 May 2020 08:14:56 |
ehaupt |
- Update sysutils/flashrom to 1.2
- Pacify portfmt/portlint/portclippy
PR: 246776
Approved by: mizhka@gmail.com (maintainer) |
1.1 02 Sep 2019 21:32:45 |
swills |
sysutils/flashrom: update to 1.1
PR: 239800
Submitted by: Michael Zhilin <mizhka@gmail.com> (maintainer) |
1.0_1 29 Mar 2019 22:49:25 |
linimon |
Mark as unbuildable on aarch64:
./hwaccess.h:126:2: error: Unable to determine endianness.
While here, pet portlint by removing whitespace at EOL.
Approved by: portmgr (tier-2 blanket) |
1.0_1 01 Nov 2018 15:16:52 |
linimon |
Unbreak on aarch64 and possibly others.
PR: 230043
Submitted by: greg at unrelenting dot technology
Approved by: maintainer |
1.0_1 11 Oct 2018 09:12:46 |
manu |
sysutils/flashrom: Enable buspirate interface by default
Tested with my buspirate and two spi flash.
While here, pet portlint.
Approved by: mizhka@gmail.com (maintainer), bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17350 |
1.0 11 Mar 2018 11:27:16 |
tobik |
sysutils/flashrom: Assign to Michael Zhilin |
1.0 11 Mar 2018 11:13:48 |
tobik |
sysutils/flashrom: Update to 1.0
- Reset maintainer after > 3 consecutive timeouts
- Simplify port
- Add LICENSE_FILE
- Follow MASTER_SITES 308
PR: 224850
Submitted by: Michael Zhilin <mizhka@gmail.com> (update to 1.0)
Approved by: maintainer timeout (2 months) |
0.9.9_2 19 Aug 2017 13:05:18 |
bsam |
devel/libftdi1: Update to version 1.4 and bump dependent ports. |
0.9.9_1 20 Feb 2017 20:24:12 |
tobik |
Add patch to turn off the IEXTEN local flag and fix serprog hangs
PR: 214637
Submitted by: Michael Zhiling <mizhka@gmail.com>
Approved by: lme (mentor), maintainer timeout (nukama+maintainer@gmail.com, 3
months)
Differential Revision: https://reviews.freebsd.org/D9696 |
0.9.9 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.9.9 27 Mar 2016 22:11:02 |
amdmi3 |
- Update to 0.9.9
- Remove some now unnecessary build flags from the port
- Switch to using libftdi1 as suggested by the release notes
PR: 207954
Submitted by: t@tobik.me
Approved by: maintainer timeout (nukama+maintainer@gmail.com, 2 weeks) |
0.9.8 16 Jan 2016 18:40:27 |
miwi |
- Update to 0.9.8
PR: 205662
Submitted by: Tobias Kortkamp
Approved by: maintainer timeout (2+ weeks) |
0.9.7_2 20 Feb 2015 16:47:30 |
arved |
Remove Werror to allow compilation with latest clang
PR: 196460 |
0.9.7_2 03 Aug 2014 11:36:57 |
pi |
devel/libftdi: USES=libtool, fix build, bump dependencies
comms/linrad
comms/lirc
devel/urjtag
devel/openocd
sysutils/lcdproc
sysutils/flashrom
devel/xc3sprog is already bumped via PR 188055 |
0.9.7_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.9.7_1 03 Feb 2014 16:07:36 |
nemysis |
- Bump PORTREVISION
- Use the new format for LIB_DEPENDS
- Reordering Options
- USES gmake instead of USE_GMAKE
- Move support for Buspirate into an OPTION
- Add FTDI to default Options
- Support STAGEDIR
- Change DOCS
PR: ports/186334
Submitted by: Hakisho Nukama <nukama@gmail.com> |
0.9.7 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.9.7 31 Aug 2013 21:13:21 |
rm |
- update to 0.9.7
- change maintainer's email
- drop LICENSE_FILE for standard license (GPLv2)
- mark MAKE_JOBS_UNSAFE (thanks to stefanct and idwer)
- whitespace fixes, while here
PR: 181654
Submitted by: Hakisho Nukama <nukama@gmail.com> (maintainer) |
0.9.6.1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.9.6.1 19 Feb 2013 15:48:24 |
gahr |
- Fix build with clang by removing duplicate const specifiers
- While at it, get rid of useless PTHREAD_CFLAGS / PTHREAD_LIBS |
0.9.6.1 27 Aug 2012 20:28:36 |
madpilot |
- Update to 0.9.6.1
- Fix pkgconf dependency
- Convert to OPTIONSng
- Remove ABI version from LIB_DEPENDS
PR: ports/170888
Submitted by: Hakisho Nukama <nukama@gmail.com> (maintainer, via email)
Approved by: crees, tabthorpe (mentors, implicit) |
0.9.5.2 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
0.9.5.2 20 Mar 2012 05:12:12 |
avl |
- Update to 0.9.5.2
- Chase devel/libftdi shlib bump
- Move LICENSE section earlier to make portlint happy
- Pass maintainership to submitter
PR: ports/165258
Submitted by: Hakisho Nukama <nukama at gmail.com>
Feature safe: yes |
0.9.4 01 Sep 2011 06:44:28 |
avl |
- Update to 0.9.4
PR: ports/159708
Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu> |
0.9.3_1 27 Jun 2011 05:42:34 |
avl |
- Make dmidecode an optional dependency
PR: ports/157540
Submitted by: Mark Johnston <markjdb at gmail.com> |
0.9.3 03 Dec 2010 01:50:42 |
avl |
- Update to 0.9.3
- Add license information |
0.9.2 10 Jun 2010 22:29:32 |
avl |
- Update to 0.9.2
- Update pkg-descr
Requested by: Anton Yuzhaninov <citrin at citrin.ru> |
0.9.1_1 12 Mar 2010 04:01:38 |
fluffy |
- Chase libpci shlib bump |
0.9.1 10 Sep 2009 03:05:41 |
avl |
- Update to 0.9.1
Approved by: tabthorpe, glarkin (mentors, implicit) |
0.9.0_1 29 May 2009 04:00:19 |
linimon |
Mark as not for sparc64: uses i386 assembly. |
0.9.0_1 28 May 2009 20:44:16 |
avl |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
0.9.0_1 20 May 2009 20:30:23 |
skreuzer |
Add man page
Honor NO_INSTALL_MANPAGES
PR: ports/134336
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: wxs (mentor) |
0.9.0 06 May 2009 23:25:15 |
amdmi3 |
flashrom is a utility for reading, writing, verifying and erasing flash ROM
chips. It's often used to flash BIOS/coreboot/firmware images.
It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and
TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash,
or SPI.
WWW: http://www.coreboot.org/Flashrom
PR: 134267
Submitted by: Alexander Logvinov <ports at logvinov dot com> |