From fb14ceb302ac06bb07b75de354fc4bc82731f6be Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 1 Mar 2024 08:48:54 +0000 Subject: [PATCH] Add flashrom.spec --- debian/README.Debian | 13 + debian/changelog | 478 ++++++++++++++++++++++++ debian/clean | 3 + debian/control | 128 +++++++ debian/copyright | 284 +++++++++++++++ debian/dirs | 1 + debian/docs | 2 + debian/files | 1 + debian/flashrom.install | 4 + debian/flashrom.manpages | 1 + debian/flashrom.udev | 92 +++++ debian/libflashrom-dev.install | 3 + debian/libflashrom1.install | 1 + debian/not-installed | 1 + debian/patches/enable-jlink | 42 +++ debian/patches/series | 1 + debian/rules | 50 +++ debian/shlibs.local | 1 + debian/source/format | 1 + debian/stamp-copyright-check | 0 debian/stamp-makefile-build | 0 debian/stamp-makefile-install | 0 debian/stamp-upstream-cruft | 0 debian/watch | 5 + flashrom.spec | 642 +++++++++++++++++++++++++++++++++ 25 files changed, 1754 insertions(+) create mode 100644 debian/README.Debian create mode 100644 debian/changelog create mode 100644 debian/clean create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/dirs create mode 100644 debian/docs create mode 100644 debian/files create mode 100644 debian/flashrom.install create mode 100644 debian/flashrom.manpages create mode 100644 debian/flashrom.udev create mode 100644 debian/libflashrom-dev.install create mode 100644 debian/libflashrom1.install create mode 100644 debian/not-installed create mode 100644 debian/patches/enable-jlink create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/shlibs.local create mode 100644 debian/source/format create mode 100644 debian/stamp-copyright-check create mode 100644 debian/stamp-makefile-build create mode 100644 debian/stamp-makefile-install create mode 100644 debian/stamp-upstream-cruft create mode 100644 debian/watch create mode 100644 flashrom.spec diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 000000000..5dd82d97a --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,13 @@ +flashrom for Debian +------------------- + +WARNING: Be careful with the write and erase operations (-w and -E)! If you + accidentally overwrite the BIOS of your computer with a broken + or incorrect BIOS, your computer will be broken and cannot be + easily recovered! You have been warned! + +In case this _does_ happen to you, DO NOT REBOOT! The flashrom developers +might be able to help you recover. They can be contacted either via IRC +(#flashrom on irc.freenode.net) or via email (http://flashrom.org/Mailinglist). + + -- Uwe Hermann Sat, 05 Dec 2009 18:12:05 +0100 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..4ce38981f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,478 @@ +flashrom (1.3.0-2.1+m) mantic; urgency=medium + + * Merge from Debian unstable. Remaining changes: + + d/p/series,d/control: keep libjaylink disabled to avoid MIR, LP: 2007283 + + -- Sean Rhodes Tue, 23 May 2023 09:14:13 +0200 + +flashrom (1.3.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove no longer used debian/flashrom.pc + (pkg-config file is now generated during the build). + * libflashrom-dev: Remove the unnecessary Requires.private + from flashrom.pc. (Closes: #1031448) + + -- Adrian Bunk Sat, 25 Feb 2023 17:13:29 +0200 + +flashrom (1.3.0-2ubuntu1) lunar; urgency=medium + + * d/p/series,d/control: keep libjaylink disabled to avoid MIR (LP: #2007283) + + -- Lukas Märdian Tue, 14 Feb 2023 16:03:02 +0100 + +flashrom (1.3.0-2) unstable; urgency=medium + + * d/rules: + - Drop meson configure options not recognized anymore. (Closes: #1030550) + - Enable jlink_spi programmer. (Closes: #976639) + * d/control: add libjaylink-dev to build-depends. + * New version meson also builds the missing programmers. (Closes: #955387) + + -- Gürkan Myczko Mon, 06 Feb 2023 11:32:07 +0100 + +flashrom (1.3.0-1) unstable; urgency=medium + + * New upstream version. + * Update maintainer address. + * Bump standards version to 4.6.2. + * Bump debhelper version to 13, drop d/compat. + * d/clean: add flashrom.8. + * d/manpages renamed to d/flashrom.manpages. + * d/not-installed: added. + + -- Gürkan Myczko Fri, 03 Feb 2023 11:41:24 +0100 + +flashrom (1.2-5) unstable; urgency=medium + + [ Mario Limonciello ] + * debian/control: + - Explicitly depend on libflashrom1 in libflashrom-dev + - Drop ninja-build dependency (meson depends on it) + - Drop dh-exec dependency (not needed) + + [ Pino Toscano ] + * debian/control: + - Remove extra libusb-dev dep (Closes: #951798) + + -- Mario Limonciello Thu, 05 Mar 2020 07:50:28 -0600 + +flashrom (1.2-4) unstable; urgency=medium + + * debian/rules: + - Don't build twice with meson and autotools + - Remove unneeded comments + - Only build configuration options that work on x86 on x86 + (Fix FTBFS on many architectures) + * debian/*.install + - Use wildcards to install all the files + * Fix the pkgconfig location + * Only install the headers that are needed + * debian/control: + - Add me to uploaders. + - Set EFI team as new maintainer. + * debian/libflashrom.install: + - Fix installation of .so file to correct package + - Remove dh-exec from header + + -- Mario Limonciello Wed, 04 Mar 2020 20:06:53 -0600 + +flashrom (1.2-3) unstable; urgency=medium + + * Also install pkg-config file. + + -- Gürkan Myczko Fri, 21 Feb 2020 07:57:36 +0100 + +flashrom (1.2-2) unstable; urgency=medium + + * Build additional packages. (Closes: #951589) + * d/control: drop CDBS. + * Bump debhelper version to 11. + + -- Gürkan Myczko Wed, 19 Feb 2020 07:09:31 +0100 + +flashrom (1.2-1) unstable; urgency=medium + + * New upstream version. (Closes: #948192) + * Bump standards version to 4.5.0. + * Add Vcs fields. + + -- Gürkan Myczko Mon, 10 Feb 2020 07:05:32 +0100 + +flashrom (1.1-1) unstable; urgency=medium + + * New upstream version. + * debian/watch: activated. + * debian/patches: fixed upstream. + + -- Gürkan Myczko Sun, 07 Jul 2019 11:21:58 +0200 + +flashrom (1.0.1-1) experimental; urgency=medium + + * New upstream version. + * Apply github pr#71 to fix libusb call. + * Add Jeremiah C. Foster as co-maintainer. + * Apply patch reproducible_build, thanks Chris Lamb. (Closes: #834957) + + -- Gürkan Myczko Thu, 31 Jan 2019 09:58:20 +0100 + +flashrom (1.0-1) unstable; urgency=medium + + * New upstream version. (Closes: #892065) + * New maintainer. (Closes: #919434) + * debian/control: add myself to Uploaders field. (Closes: #919050) + * Bump debhelper version to 10. + * Bump standards version to 4.2.1. + + -- Gürkan Myczko Thu, 04 Oct 2018 08:57:59 +0200 + +flashrom (0.9.9+r1954-1) unstable; urgency=medium + + * New upstream release. + * Don't build-depend on libftdi1-dev on Hurd, it's not available. + + -- Uwe Hermann Sun, 13 Mar 2016 20:41:00 +0100 + +flashrom (0.9.9~rc1+r1946-1) unstable; urgency=medium + + * New upstream release (Closes: #788426, #802342). + + Partial support for alpha, hppa, m68k, sh, and s390 (Closes: 774405). + * debian/control: + + On kFreeBSD only build-depend on libusb-1.0-0-dev, that + package also includes the old libusb 0.1 API (Closes: #815947). + Thanks Steven Chamberlain for the patch! + + Don't build-depend on libusb-1.0-0-dev on Hurd, it's not available. + + Add pkg-config to build-depends, since it is used by the upstream + Makefile. Otherwise the Makefile uses hardcoded guesses, which + are not always correct. + + Drop "Recommends: dmidecode [any-i386 any-amd64 ia64 armhf]". + Upstream has its own code now, no longer uses dmidecode by default. + * debian/rules: Add "export DEB_BUILD_MAINT_OPTIONS = hardening=+all". + * Standards-Version: 3.9.7 (no changes required). + * Package description: Update list of supported devices. + + -- Uwe Hermann Tue, 01 Mar 2016 00:07:45 +0100 + +flashrom (0.9.9~rc1+r1942-1) unstable; urgency=medium + + * Acknowledge NMU, thanks Anibal Monsalve Salazar! (Closes: #775428). + * New upstream release (Closes: #786917). + + Dediprog SF100 support is now enabled by default (Closes: #639957). + + debian/patches/20_svn_version.patch: Drop, no longer needed (if the + tarball is generated via 'make tarball' from svn checkout). + + debian/patches/mips-fix-internal.patch: Drop, fixed upstream. + * New build-depends: libusb-1.0-0-dev (in addition to libusb-dev). + * Updated build-depends: libftdi-dev -> libftdi1-dev (Closes: #810372). + + -- Uwe Hermann Tue, 23 Feb 2016 19:34:07 +0100 + +flashrom (0.9.7+r1852-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS on mipsel. + Patch by Dejan Latinovic . + Add mips-fix-internal.patch. + Closes: #775428. + + -- Anibal Monsalve Salazar Wed, 14 Oct 2015 09:21:36 +0100 + +flashrom (0.9.7+r1852-1) unstable; urgency=medium + + * New upstream release. + * Standards-Version: 3.9.6 (no changes required). + * Use 'Architecture: any', flashrom should build/work pretty much everywhere. + * debian/patches: + + 10_disable_linuxspi.patch: Drop. + + 20_svn_version.patch: Update. + * Shorten dmidecode 'Recommends' to [any-i386 any-amd64 ia64 armhf]. + * Add missing upstream ChangeLog file (via "svn log"). + + -- Uwe Hermann Mon, 27 Oct 2014 21:20:52 +0100 + +flashrom (0.9.7+r1782-1) unstable; urgency=high + + * New upstream release (Closes: #746734, #690478). + * debian/compat: Upgrade from 5 to 9. + * Standards-Version: 3.9.5 (no changes required). + + -- Uwe Hermann Sat, 03 May 2014 17:39:35 +0200 + +flashrom (0.9.6.1+r1563-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Hermann Wed, 08 Aug 2012 23:39:15 +0200 + +flashrom (0.9.5.2+r1546-1) unstable; urgency=medium + + * New upstream release. + + -- Uwe Hermann Fri, 29 Jun 2012 20:49:55 +0200 + +flashrom (0.9.5.2+r1517-1) unstable; urgency=low + + * New upstream release. + * Standards-Version: 3.9.3 (no changes required). + + -- Uwe Hermann Sat, 07 Apr 2012 23:27:50 +0200 + +flashrom (0.9.5.1+r1508-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Hermann Sun, 26 Feb 2012 15:44:49 +0100 + +flashrom (0.9.5+r1503-1) unstable; urgency=low + + * New upstream release. + * debian/docs: Add mysteries_intel.txt. + + -- Uwe Hermann Mon, 20 Feb 2012 11:54:48 +0100 + +flashrom (0.9.4+r1394-1) unstable; urgency=low + + * New upstream release. + * debian/patches/10_svnversion.patch: Drop, no longer needed. + + -- Uwe Hermann Thu, 28 Jul 2011 21:29:32 +0200 + +flashrom (0.9.3+r1323-1) unstable; urgency=low + + * New upstream release. + * Standards-Version: 3.9.2 (no changes required). + * debian/rules: Delete .libdeps file in 'clean' target. + + -- Uwe Hermann Fri, 03 Jun 2011 16:53:47 +0200 + +flashrom (0.9.2+r1141-2) unstable; urgency=high + + * Drop alpha and netbsd-alpha from the arch list for now (builds fail). + + Keeping "urgency=high" due to high-priority fixes in the last upload, + in order to allow those fixes to migrate to testing. + + It's unclear how well alpha (if at all) is supported upstream at this + point. There's a compile-time #error in the upstream code breaking + the build intentionally on alpha right now. + Alpha support will be re-enabled as soon as this has been sorted out + upstream, but it may take quite a while. + + -- Uwe Hermann Tue, 17 Aug 2010 00:50:27 +0200 + +flashrom (0.9.2+r1141-1) unstable; urgency=high + + * New upstream release. Urgency high due to multiple critical bugfixes that + could potentially brick the PC (or worse: laptop) of users. + Other important fixes include: + + Properly writing Atmel AT25 chips would fail on some SPI controllers. + + Fix breakage with brick-potential on various non-x86 architectures. + + Fix broken reads on Winbond W25x16, especially on some ICH SPI chipsets. + + Fix write failure on 3COM NICs with parallel flash. + + Fix "byte merge" related corruption on some VIA chipsets. + + Fix some format string bugs. + + Fix hard hang on some recent (e.g. QM57) Intel chipsets. + * Install new upstream udev rules file to allow users to use flashrom + without root permissions on some (USB-based) programmers. + * Standards-Version: 3.9.1 (no changes required). + * debian/copyright: Updates. + + -- Uwe Hermann Sun, 15 Aug 2010 19:07:19 +0200 + +flashrom (0.9.2+r1028-1) unstable; urgency=low + + * New upstream release. + * Add dmidecode as Recommends on architectures where it's available. + * debian/README.Debian: Fix typo. + * debian/copyright: Update upstream svn URL. + + -- Uwe Hermann Fri, 04 Jun 2010 18:13:52 +0200 + +flashrom (0.9.1+r946-1) unstable; urgency=high + + * New upstream release. + + Urgency high, as it fixes multiple important bugs, including such bugs + which can potentially "brick" a user's mainboard. Details at + http://www.flashrom.org/pipermail/flashrom/2010-March/002507.html. + + This build should have a non-truncated manpage (Closes: #566217). + * Standards-Version: 3.8.4 (no changes required). + + -- Uwe Hermann Wed, 17 Mar 2010 09:50:05 +0100 + +flashrom (0.9.1+r873-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Hermann Wed, 20 Jan 2010 15:18:23 +0100 + +flashrom (0.9.1+r792-1) unstable; urgency=low + + * New upstream release. + * debian/control, debian/copyright: Update upstream website to flashrom.org. + + -- Uwe Hermann Tue, 08 Dec 2009 10:13:35 +0100 + +flashrom (0.9.1+r736-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Hermann Tue, 29 Sep 2009 13:09:58 +0200 + +flashrom (0.9.1+r706-1) unstable; urgency=low + + * New upstream release. + * Standards-Version: 3.8.3 (no changes required). + * debian/copyright: Update. + + -- Uwe Hermann Mon, 31 Aug 2009 18:32:13 +0200 + +flashrom (0.9+r631-1) unstable; urgency=low + + * New upstream release. + + The command line usage has changed a bit in this release: + + Combined operations like -wv or -Ewv are no longer allowed. + + The -w option automatically does an auto-verify after writing + (but you can also explicitly do it via 'flashrom -v file'). + + The -E option is also automatically verified per default. + + Support for external programmers was added (-p), see manpage. + + Acer Aspire One is now marked unsupported upstream (Closes: #528308). + * Add build-dependency on libftdi-dev, flashrom now supports an + external libftdi-based programmer (ft2232spi). + * debian/patches/20_drop_svndef.patch: Drop, we use 'make tarball' now, + which properly handles svn version printing in flashrom. + * Standards-Version: 3.8.2 (no changes required). + * debian/copyright: Update. + + -- Uwe Hermann Thu, 25 Jun 2009 14:18:53 +0200 + +flashrom (0.9+r544-1) unstable; urgency=low + + * New upstream release. + * debian/patches/10_makefile.patch: Drop, no longer needed. + * debian/copyright: Update. + + -- Uwe Hermann Thu, 21 May 2009 21:34:03 +0200 + +flashrom (0.9+r446-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Hermann Sat, 11 Apr 2009 16:28:33 +0200 + +flashrom (0.0+r3844-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Hermann Sat, 27 Dec 2008 09:05:27 +0100 + +flashrom (0.0+r3734-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Hermann Sat, 08 Nov 2008 01:38:08 +0100 + +flashrom (0.0+r3613-1) unstable; urgency=low + + * New upstream release. + * debian/watch: Add dummy file to silence lintian (we track svn revisions). + + -- Uwe Hermann Sat, 27 Sep 2008 19:28:36 +0200 + +flashrom (0.0+r3397-1) unstable; urgency=low + + * New upstream release. + * Standards-Version: 3.8.0 (no changes required). + + -- Uwe Hermann Mon, 30 Jun 2008 17:11:25 +0200 + +flashrom (0.0+r3274-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + pciutils-dev was renamed to libpci-dev (Closes: #478379). + + Drop ia64 from architectures list for now, unlikely to work. + + Don't link with -lz anymore, don't build-depend on zlib1g-dev. + We don't explicitly need zlib, libpci-dev now properly depends on it. + * Add upstream changelog ('svn log' output) to the package (Closes: #467398). + + -- Uwe Hermann Sun, 04 May 2008 00:34:44 +0200 + +flashrom (0.0+r3112-2) unstable; urgency=low + + * Fix debian/rules to make it work on Ubuntu, too (Closes: #466994). + + -- Uwe Hermann Sat, 23 Feb 2008 21:17:09 +0100 + +flashrom (0.0+r3112-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Hermann Thu, 21 Feb 2008 00:11:54 +0100 + +flashrom (0.0+r3073-1) unstable; urgency=low + + * New upstream release (Closes: #462248). + + Flashrom is now installed in /usr/sbin instead of /usr/bin. + + The manpage is now in section 8 (not 1). + + Fix broken references to old bug tracker URL (Closes: #460554). + * Restrict list of architectures to the known-working ones for now. + More architectures will gradually be re-added if we're sure they work. + + These are known to work: amd64, i386, kfreebsd-amd64, kfreebsd-i386 + + These should work (untested, though): alpha, hurd-i386, ia64, + netbsd-alpha, netbsd-i386 + + These are disabled for now, as flashrom will very likely not work: arm, + armel, armeb, hppa, m32r, m68k, mips, mipsel, powerpc, sh, sparc, s390 + * Standards-Version: 3.7.3 (no changes required). + * debian/control: + + Add Homepage field. + + Update package description. + * debian/copyright: Update URLs and list of authors. + * Simplified packaging a bit. + + -- Uwe Hermann Thu, 24 Jan 2008 13:47:48 +0100 + +flashrom (0.0+r2769-1) unstable; urgency=low + + * New upstream release. + * Do not attempt to build flashrom on S/390, as it doesn't build + and is not useful there anyway (Closes: #404342, #418712). + It is yet to be determined on which other architectures flashrom can + work and on which not. + * Honour DEB_BUILD_OPTIONS=nostrip variable by removing hardcoded 'strip' + invocation in the Makefile and letting cdbs handle it (Closes: #436850). + + -- Uwe Hermann Tue, 11 Sep 2007 17:54:11 +0200 + +flashrom (0.0+r2739-1) unstable; urgency=low + + * New upstream release. + + -- Uwe Hermann Sun, 15 Jul 2007 15:23:51 +0200 + +flashrom (0.0+r2601-1) unstable; urgency=low + + * New upstream release. + * Drop a few patches which are now merged upstream. + + -- Uwe Hermann Tue, 10 Apr 2007 12:38:58 +0200 + +flashrom (0.0+r2526-2) unstable; urgency=medium + + * Add missing build dependency on zlib1g-dev (Closes: #403322). + Thanks Julien Danjou and + Alex de Oliveira Silva . + * Standards-Version: 3.7.2.2 (no changes required). + + -- Uwe Hermann Tue, 19 Dec 2006 10:36:04 +0100 + +flashrom (0.0+r2526-1) unstable; urgency=low + + * New upstream release. + * Do not compile in DoC support (it's considered unsupported upstream). + This will also make the flash part identification process a lot faster. + + -- Uwe Hermann Thu, 14 Dec 2006 18:37:07 +0100 + +flashrom (0.0+r2504-1) unstable; urgency=low + + * Initial release (Closes: #399893). + + -- Uwe Hermann Thu, 14 Dec 2006 16:56:49 +0100 + diff --git a/debian/clean b/debian/clean new file mode 100644 index 000000000..26f7c4c67 --- /dev/null +++ b/debian/clean @@ -0,0 +1,3 @@ +build_details.txt +obj-*/ +flashrom.8 diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..360d55227 --- /dev/null +++ b/debian/control @@ -0,0 +1,128 @@ +Source: flashrom +Section: electronics +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian EFI +Uploaders: Jeremiah C. Foster , Mario Limonciello , Gürkan Myczko +Build-Depends: + debhelper-compat (= 13), + pkg-config, + libpci-dev, + libusb-1.0-0-dev [!hurd-i386], + libftdi1-dev [!hurd-i386], + meson +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/myczko-guest/flashrom +Vcs-Git: https://salsa.debian.org/myczko-guest/flashrom.git +Homepage: http://www.flashrom.org + +Package: flashrom +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Identify, read, write, erase, and verify BIOS/ROM/flash chips + flashrom is a tool for identifying, reading, writing, verifying and erasing + flash chips. It's often used to flash BIOS/EFI/coreboot/firmware/optionROM + 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/40/48, + and BGA chips, which use various protocols such as LPC, FWH, parallel + flash, or SPI. + . + The tool can be used to flash BIOS/firmware images for example -- be it + proprietary BIOS images or coreboot (previously known as LinuxBIOS) images. + . + It can also be used to read the current existing BIOS/firmware from a + flash chip. + . + Currently supported programmers include: + . + * internal (for in-system flashing in the mainboard) + * dummy (virtual programmer for testing flashrom) + * nic3com (for flash ROMs on 3COM network cards) + * nicrealtek (for flash ROMs on Realtek and SMC 1211 network cards) + * nicnatsemi (for flash ROMs on National Semiconductor DP838* network cards) + * nicintel (for parallel flash ROMs on Intel 10/100Mbit network cards) + * gfxnvidia (for flash ROMs on NVIDIA graphics cards) + * drkaiser (for flash ROMs on Dr. Kaiser PC-Waechter PCI cards) + * satasii (for flash ROMs on Silicon Image SATA/IDE controllers) + * satamv (for flash ROMs on Marvell SATA controllers) + * atahpt (for flash ROMs on Highpoint ATA/RAID controllers) + * atavia (for flash ROMs on VIA VT6421A SATA controllers) + * atapromise (for flash ROMs on Promise PDC2026x ATA/RAID controllers) + * it8212 (for flash ROMs on ITE IT8212F ATA/RAID controller) + * ft2232_spi (for SPI flash ROMs attached to an FT2232/FT4232H/FT232H family + based USB SPI programmer), including the DLP Design DLP-USB1232H, + FTDI FT2232H Mini-Module, FTDI FT4232H Mini-Module, openbiosprog-spi, + Amontec JTAGkey/JTAGkey-tiny/JTAGkey-2, Dangerous Prototypes Bus Blaster, + Olimex ARM-USB-TINY/-H, Olimex ARM-USB-OCD/-H, TIAO/DIYGADGET USB + Multi-Protocol Adapter (TUMPA), TUMPA Lite, GOEPEL PicoTAP, + Google Servo v1/v2, and FIC OpenMoko Neo1973 Debug board. + * serprog (for flash ROMs attached to a programmer speaking serprog), + including AVR flasher by Urja Rannikko, AVR flasher by eightdot, + Arduino Mega flasher by fritz, InSystemFlasher by Juhana Helovuo, + and atmegaXXu2-flasher by Stefan Tauner. + * buspirate_spi (for SPI flash ROMs attached to a Bus Pirate) + * dediprog (for SPI flash ROMs attached to a Dediprog SF100) + * rayer_spi (for SPI flash ROMs attached to a RayeR parport based programmer) + * pony_spi (for SPI flash ROMs attached to a SI-Prog serial port + bitbanging adapter) + * nicintel_spi (for SPI flash ROMs on Intel Gigabit network cards) + * ogp_spi (for SPI flash ROMs on Open Graphics Project graphics card) + * linux_spi (for SPI flash ROMs accessible via /dev/spidevX.Y on Linux) + * usbblaster_spi (for SPI flash ROMs attached to an Altera USB-Blaster) + * nicintel_eeprom (for SPI EEPROMs on Intel Gigabit network cards) + * mstarddc_spi (for SPI flash ROMs accessible through DDC in MSTAR-equipped + displays) + * pickit2_spi (for SPI flash ROMs accessible via Microchip PICkit2) + * ch341a_spi (for SPI flash ROMs attached to WCH CH341A) + +Package: libflashrom-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libflashrom1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: BIOS/ROM/flash chips - development files + flashrom is a tool for identifying, reading, writing, verifying and erasing + flash chips. It's often used to flash BIOS/EFI/coreboot/firmware/optionROM + 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/40/48, + and BGA chips, which use various protocols such as LPC, FWH, parallel + flash, or SPI. + . + The tool can be used to flash BIOS/firmware images for example -- be it + proprietary BIOS images or coreboot (previously known as LinuxBIOS) images. + . + It can also be used to read the current existing BIOS/firmware from a + flash chip. + . + This package provides flashrom header development files. + +Package: libflashrom1 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Identify, read, write, erase, and verify BIOS/ROM/flash chips - library + flashrom is a tool for identifying, reading, writing, verifying and erasing + flash chips. It's often used to flash BIOS/EFI/coreboot/firmware/optionROM + 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/40/48, + and BGA chips, which use various protocols such as LPC, FWH, parallel + flash, or SPI. + . + The tool can be used to flash BIOS/firmware images for example -- be it + proprietary BIOS images or coreboot (previously known as LinuxBIOS) images. + . + It can also be used to read the current existing BIOS/firmware from a + flash chip. + . + This package provides flashrom library development files. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..84e2af425 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,284 @@ +This package was debianized by Uwe Hermann on +Thu, 23 Nov 2006 14:48:04 +0100. + +It was downloaded from: + + svn://flashrom.org/flashrom/trunk + +Upstream Authors: + + Various flashrom developers + +------------------------------------------------------------------------------- + +Files: * +Copyright: © 2000 Silicon Integrated System Corporation +License: GPL-2+ + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +------------------------------------------------------------------------------- + +Files: atahpt.c, gfxnvidia.c, nic3com.c, pcidev.c, util/z60_flashrom.rules +Copyright: © 2009-2010 Uwe Hermann +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: bitbang_spi.c, buspirate_spi.c, dediprog.c, processor_enable.c, rayer_spi.c, chipdrivers.h, hwaccess.h, spi.h, mcp6x_spi.c +Copyright: © 2009-2010 Carl-Daniel Hailfinger +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: board_enable.c +Copyright: © 2005-2007 coresystems GmbH + © 2006 Uwe Hermann + © 2007-2009 Luc Verhaegen + © 2007 Carl-Daniel Hailfinger +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: cbtable.c +Copyright: © 2002 Steven James + © 2002 Linux Networx + © 2006-2009 coresystems GmbH + © 2010 Carl-Daniel Hailfinger +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: chipset_enable.c +Copyright: © 2000 Silicon Integrated System Corporation + © 2005-2009 coresystems GmbH + © 2006 Uwe Hermann + © 2007-2009 Carl-Daniel Hailfinger + © 2009 Kontron Modular Computers GmbH +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: cli_classic.c +Copyright: © 2000 Silicon Integrated System Corporation + © 2004 Tyan Corp + © 2005-2008 coresystems GmbH + © 2008-2010 Carl-Daniel Hailfinger +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: cli_output.c +Copyright: © 2009 Sean Nelson +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: dmi.c +Copyright: © 2009-2010 Michael Karcher +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: drkaiser.c, nicrealtek.c +Copyright: © 2009 Joerg Fischer +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: dummyflasher.c, hwaccess.c, internal.c, programmer.c, programmer.h +Copyright: © 2007-2010 Carl-Daniel Hailfinger +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: coreboot_tables.h +Copyright: © 2002 Linux Networx + © 2005-2007 coresystems GmbH +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: flashchips.c +Copyright: © 2000 Silicon Integrated System Corporation + © 2004 Tyan Corp + © 2005-2008 coresystems GmbH + © 2006-2009 Carl-Daniel Hailfinger + © 2009 Sean Nelson +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: flashchips.h, flash.h +Copyright: © 2000 Silicon Integrated System Corporation + © 2000 Ronald G. Minnich + © 2005-2009 coresystems GmbH + © 2006-2009 Carl-Daniel Hailfinger +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: flashrom.c +Copyright: © 2000 Silicon Integrated System Corporation + © 2004 Tyan Corp + © 2005-2008 coresystems GmbH + © 2008,2009 Carl-Daniel Hailfinger +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: ft2232_spi.c +Copyright: © 2009 Paul Fox + © 2009-2010 Carl-Daniel Hailfinger +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: ichspi.c +Copyright: © 2008 Stefan Wildemann + © 2008 Claus Gindhart + © 2008 Dominik Geyer + © 2008 coresystems GmbH + © 2009-2010 Carl-Daniel Hailfinger +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: it87spi.c +Copyright: © 2007-2009 Carl-Daniel Hailfinger + © 2008 Ronald Hoogenboom + © 2008 coresystems GmbH +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: jedec.c +Copyright: © 2000 Silicon Integrated System Corporation + © 2006 Giampiero Giancipoli + © 2006 coresystems GmbH + © 2007 Carl-Daniel Hailfinger + © 2009 Sean Nelson +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: layout.c, w39v080fa.c +Copyright: © 2005-2008 coresystems GmbH +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: Makefile, spi25.c, spi.c +Copyright: © 2005-2008 coresystems GmbH + © 2007-2010 Carl-Daniel Hailfinger +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: nicnatsemi.c +Copyright: © 2010 Andrew Morgan +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: physmap.c +Copyright: © 2008-2009 Peter Stuge + © 2009 coresystems GmbH + © 2010 Carl-Daniel Hailfinger + © 2010 Rudolf Marek +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: pm49fl00x.c +Copyright: © 2004 Tyan Corporation + © 2007 Nikolay Petukhov + © 2007 Reinder E.N. de Haan +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: print.c, print_wiki.c +Copyright: © 2009 Uwe Hermann + © 2009 Carl-Daniel Hailfinger +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: satasii.c +Copyright: © 2009 Rudolf Marek +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: sb600spi.c +Copyright: © 2008 Wang Qingpei + © 2008 Joe Bao + © 2008 Advanced Micro Devices, Inc + © 2009-2010 Carl-Daniel Hailfinger +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: serial.c, serprog.c +Copyright: © 2009 Urja Rannikko + © 2009-2010 Carl-Daniel Hailfinger +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: sst28sf040.c, sst49lfxxxc.c +Copyright: © 2000 Silicon Integrated System Corporation + © 2005-2007 coresystems GmbH + © 2009 Sean Nelson +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: sst_fwhub.c +Copyright: © 2000 Silicon Integrated System Corporation + © 2009 Kontron Modular Computers + © 2009 Sean Nelson +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: stm50flw0x0x.c +Copyright: © 2008 Claus Gindhart + © 2009 Sean Nelson +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: udelay.c +Copyright: © 2000 Silicon Integrated System Corporation + © 2009-2010 Carl-Daniel Hailfinger +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: w29ee011.c +Copyright: © 2007 Markus Boas +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: w39v040c.c +Copyright: © 2008-2009 Peter Stuge +License: GPL-2+ + +------------------------------------------------------------------------------- + +Files: wbsio_spi.c +Copyright: © 2008 Peter Stuge +Copyright: © 2009-2010 Carl-Daniel Hailfinger +License: GPL-2 + +------------------------------------------------------------------------------- + +Files: debian/* +Copyright: © 2006-2014 Uwe Hermann +License: PD + The packaging done by Uwe Hermann is hereby + released as public domain. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 000000000..236670a2d --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/sbin diff --git a/debian/docs b/debian/docs new file mode 100644 index 000000000..d00c3e5c5 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +Documentation/serprog-protocol.txt +Documentation/mysteries_intel.txt diff --git a/debian/files b/debian/files new file mode 100644 index 000000000..979fc3abd --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +flashrom_1.3.0-2.1+m_source.buildinfo electronics optional diff --git a/debian/flashrom.install b/debian/flashrom.install new file mode 100644 index 000000000..03432bdb3 --- /dev/null +++ b/debian/flashrom.install @@ -0,0 +1,4 @@ +debian/tmp/usr/sbin +debian/tmp/usr/share/bash-completion/completions +debian/tmp/usr/share/doc/flashrom/html + diff --git a/debian/flashrom.manpages b/debian/flashrom.manpages new file mode 100644 index 000000000..9780aa834 --- /dev/null +++ b/debian/flashrom.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man8/flashrom.8 diff --git a/debian/flashrom.udev b/debian/flashrom.udev new file mode 100644 index 000000000..59de68be7 --- /dev/null +++ b/debian/flashrom.udev @@ -0,0 +1,92 @@ +## +## This file is part of the flashrom project. +## +## Copyright (C) 2010 Uwe Hermann +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## + +## +## Please keep this list sorted alphabetically by vendor/device name. +## + +## +## This is tested on udev version 154, other versions may need small fixes. +## +## Note that you might want to change the "plugdev" group to whatever is +## suitable for your respective distribution. +## + +ACTION!="add|change", GOTO="flashrom_rules_end" +SUBSYSTEM!="usb|usb_device", GOTO="flashrom_rules_end" + +# Amontec JTAGkey(2) +# http://www.amontec.com/jtagkey.shtml +ATTRS{idVendor}=="0403", ATTRS{idProduct}=="cff8", MODE="664", GROUP="plugdev" + +# Buspirate +# http://dangerousprototypes.com/2009/10/08/bus-pirate-raw-spi-mode/ +ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev" + +# Dediprog SF100 +# http://www.dediprog.com/SPI-flash-in-circuit-programming/SF100 +ATTRS{idVendor}=="0483", ATTRS{idProduct}=="dada", MODE="664", GROUP="plugdev" + +# DLP Design DLP-USB1232H +# http://www.dlpdesign.com/usb/usb1232h.shtml +ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="664", GROUP="plugdev" + +# FIC OpenMoko Neo1973 Debug board (V2+) +# http://wiki.openmoko.org/wiki/Neo1973_Debug_Board_v2 +ATTRS{idVendor}=="1457", ATTRS{idProduct}=="5118", MODE="664", GROUP="plugdev" + +# FTDI FT4232H Mini-Module +# http://www.ftdichip.com/Products/EvaluationKits/FT4232H_MiniModule.htm +ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6011", MODE="664", GROUP="plugdev" + +# GOEPEL PicoTAP +# http://www.goepel.com/jtagboundary-scan/hardware/picotap.html +ATTRS{idVendor}=="096c", ATTRS{idProduct}=="1449", MODE="664", GROUP="plugdev" + +# Google servo debug board +# https://www.chromium.org/chromium-os/servo +ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5001", MODE="664", GROUP="plugdev" +ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5002", MODE="664", GROUP="plugdev" +ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5003", MODE="664", GROUP="plugdev" + +# Olimex ARM-USB-OCD +# http://olimex.com/dev/arm-usb-ocd.html +ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0003", MODE="664", GROUP="plugdev" + +# Olimex ARM-USB-OCD-H +# http://olimex.com/dev/arm-usb-ocd-h.html +ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002b", MODE="664", GROUP="plugdev" + +# Olimex ARM-USB-TINY +# http://olimex.com/dev/arm-usb-tiny.html +ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0004", MODE="664", GROUP="plugdev" + +# Olimex ARM-USB-TINY-H +# http://olimex.com/dev/arm-usb-tiny-h.html +ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002a", MODE="664", GROUP="plugdev" + +# TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) +# http://www.diygadget.com/tiao-usb-multi-protocol-adapter-jtag-spi-i2c-serial.html +ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a98", MODE="664", GROUP="plugdev" + +# TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) Lite +# http://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_Lite_User's_Manual +ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a99", MODE="664", GROUP="plugdev" + +# Winchiphead (WCH) CH341a based programmer +ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", MODE="664", GROUP="plugdev" + +LABEL="flashrom_rules_end" diff --git a/debian/libflashrom-dev.install b/debian/libflashrom-dev.install new file mode 100644 index 000000000..862146ae3 --- /dev/null +++ b/debian/libflashrom-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/*/pkgconfig +debian/tmp/usr/lib/*/libflashrom*.so diff --git a/debian/libflashrom1.install b/debian/libflashrom1.install new file mode 100644 index 000000000..a195f3302 --- /dev/null +++ b/debian/libflashrom1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/libflashrom.so.* diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 000000000..dad352090 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1 @@ +usr/lib/*/libflashrom.a diff --git a/debian/patches/enable-jlink b/debian/patches/enable-jlink new file mode 100644 index 000000000..a91344f89 --- /dev/null +++ b/debian/patches/enable-jlink @@ -0,0 +1,42 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + flashrom (1.3.0-2) unstable; urgency=medium + . + * d/rules: + - Drop meson configure options not recognized anymore. + (Closes: #1030550) + - Enable jlink_spi programmer. (Closes: #976639) + * d/control: add libjaylink-dev to build-depends. +Author: Gürkan Myczko +Bug-Debian: https://bugs.debian.org/976639 +Bug-Debian: https://bugs.debian.org/1030550 + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: (upstream|backport|vendor|other), (|commit:) +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: (no|not-needed|) +Applied-Upstream: , (|commit:) +Reviewed-By: +Last-Update: 2023-02-06 + +--- flashrom-1.3.0.orig/meson.build ++++ flashrom-1.3.0/meson.build +@@ -278,7 +278,6 @@ programmer = { + 'groups' : [ group_jlink, group_external ], + 'srcs' : files('jlink_spi.c'), + 'flags' : [ '-DCONFIG_JLINK_SPI=1' ], +- 'default' : false, + }, + 'linux_mtd' : { + 'systems' : [ 'linux' ], diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 000000000..4f7e31cab --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +#enable-jlink diff --git a/debian/rules b/debian/rules new file mode 100755 index 000000000..b1ada742b --- /dev/null +++ b/debian/rules @@ -0,0 +1,50 @@ +#!/usr/bin/make -f + +DEB_MAKE_INSTALL_TARGET := install PREFIX=$(CURDIR)/debian/flashrom/usr + +# Reduce the number of unneeded dependencies with --as-needed. +LDFLAGS += "-Wl,--as-needed" + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +ifeq "$(DEB_HOST_ARCH)" "amd64" + export BUILD= +else ifeq "$(DEB_HOST_ARCH)" "i386" + export BUILD= +else + export BUILD= +#-Dconfig_atahpt=false \ +# -Dconfig_atapromise=false \ +# -Dconfig_atavia=false \ +# -Dconfig_drkaiser=false \ +# -Dconfig_gfxnvidia=false \ +# -Dconfig_it8212=false \ +# -Dconfig_nic3com=false \ +# -Dconfig_nicintel_eeprom=false \ +# -Dconfig_nicintel=false \ +# -Dconfig_nicintel_spi=false \ +# -Dconfig_nicnatsemi=false \ +# -Dconfig_nicrealtek=false \ +# -Dconfig_ogp_spi=false \ +# -Dconfig_rayer_spi=false \ +# -Dconfig_satamv=false \ +# -Dconfig_satasii=false \ +# -Dconfig_internal=false +endif + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -Smeson -- $$BUILD + +override_dh_auto_build: + dh_auto_build -Smeson + make man8/flashrom.8 + +override_dh_auto_install: + dh_auto_install -Smeson + perl -ni -e '/Requires.private.*/ or print' debian/tmp/usr/lib/*/pkgconfig/flashrom.pc + +override_dh_installdocs: + dh_installdocs diff --git a/debian/shlibs.local b/debian/shlibs.local new file mode 100644 index 000000000..dd5f1ad66 --- /dev/null +++ b/debian/shlibs.local @@ -0,0 +1 @@ +libflashrom 1.3 libflashrom (>> 1.3-0), libflashrom (<< 1.3-99) diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/debian/stamp-copyright-check b/debian/stamp-copyright-check new file mode 100644 index 000000000..e69de29bb diff --git a/debian/stamp-makefile-build b/debian/stamp-makefile-build new file mode 100644 index 000000000..e69de29bb diff --git a/debian/stamp-makefile-install b/debian/stamp-makefile-install new file mode 100644 index 000000000..e69de29bb diff --git a/debian/stamp-upstream-cruft b/debian/stamp-upstream-cruft new file mode 100644 index 000000000..e69de29bb diff --git a/debian/watch b/debian/watch new file mode 100644 index 000000000..165286c8e --- /dev/null +++ b/debian/watch @@ -0,0 +1,5 @@ +version=4 +# GitHub hosted projects +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%$1.tar.gz%" \ + https://github.com/flashrom/flashrom/tags \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate diff --git a/flashrom.spec b/flashrom.spec new file mode 100644 index 000000000..cc1dab799 --- /dev/null +++ b/flashrom.spec @@ -0,0 +1,642 @@ +Name: flashrom +Version: 1.3 +Release: 0%{?dist} +Summary: Simple program for reading/writing flash chips content +License: GPLv2 +URL: https://github.com/StarLabsLtd/flashrom +Source0: %{url}/archive/refs/tags/%{version}-0.tar.gz + +BuildRequires: gnupg2 +BuildRequires: gcc +BuildRequires: meson +BuildRequires: pciutils-devel +%if ! 0%{?rhel} +BuildRequires: libjaylink-devel +BuildRequires: libftdi-devel +%endif +BuildRequires: libusb1-devel +BuildRequires: systemd +BuildRequires: zlib-devel +%ifarch %{ix86} x86_64 aarch64 +BuildRequires: dmidecode +BuildRequires: python3-sphinx +Requires: dmidecode +%endif +Requires: udev +# see rhbz #495226 +ExcludeArch: s390 s390x + + +%description +flashrom is a utility for identifying, reading, writing, verifying and erasing +flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM +images on mainboards, network/graphics/storage controller cards, and various +other programmer devices. + +%package devel +Summary: Development package for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +Files for development with %{name}. + +%prep +%autosetup -p1 -n %{name}-%{version}-0 +# Replace GROUP="plugdev" specifiers with TAG+="uaccess" +sed -e 's/MODE="[0-9]*", GROUP="plugdev"/TAG+="uaccess"/g' util/flashrom_udev.rules -i + +%build +%meson -Dtests=disabled +%meson_build + +%install +%meson_install + +install -D -p -m 0644 util/flashrom_udev.rules %{buildroot}/%{_udevrulesdir}/60_flashrom.rules +rm %{buildroot}/%{_libdir}/libflashrom.a + +%files +%license COPYING +%{_sbindir}/%{name} +%{_mandir}/man8/%{name}.* +%{_udevrulesdir}/60_flashrom.rules +%{_libdir}/libflashrom.so.1 +%{_libdir}/libflashrom.so.1.0.0 +/usr/share/bash-completion/completions/flashrom.bash +/usr/share/doc/flashrom/html + +%files devel +%{_includedir}/libflashrom.h +%{_libdir}/libflashrom.so +%{_libdir}/pkgconfig/flashrom.pc + +%changelog +* Wed Jul 19 2023 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sun Jun 18 2023 Yaakov Selkowitz - 1.3.0-2 +- Drop unused libusb-0.1 dependency + +* Thu Feb 09 2023 Richard Hughes - 1.3.0-1 +- Update to latest upstream release + +* Thu Jan 19 2023 Fedora Release Engineering - 1.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jul 21 2022 Fedora Release Engineering - 1.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 1.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 21 2021 Fedora Release Engineering - 1.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Dec 26 2020 Peter Lemenkov - 1.2-5 +- Added jlink support + +* Tue Dec 22 2020 Robert Scheck - 1.2-4 +- Perform source file verification during %%prep + +* Mon Jul 27 2020 Fedora Release Engineering - 1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Feb 17 2020 Richard Hughes - 1.2-2 +- Build the package using meson to get the libflashrom shared library support + required by fwupd. + +* Tue Feb 11 2020 mrnuke - 1.2-1 +- Update to flashrom 1.2 (Release was intended to fix #1799344) + +* Tue Feb 11 2020 Robert Scheck - 1.1-4 +- Added upstream patch to declare usb_ctx as static (#1799344) + +* Tue Jan 28 2020 Fedora Release Engineering - 1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 28 2019 Peter Robinson 1.1-1 +- Update to flashrom 1.1 + +* Mon May 27 2019 David Hendricks - 1.1-0.1 +- Update to flashrom 1.1-rc1 +- Drop flashrom-1.0-AT25DF021A.patch since it's been merged + +* Sun Apr 28 2019 Robert Scheck - 1.0.1-1 +- Corrected package version from v1.0.1 to 1.0.1 + +* Fri Apr 26 2019 David Hendricks - v1.0.1-1 +- Update to flashrom 1.0.1 + +* Thu Jan 31 2019 Fedora Release Engineering - 1.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Aug 28 2018 mrnuke - 1.0-6 +- Fix udev rule sed-ing +- Drop the 'z' prefix of the udev rules + +* Fri Jul 13 2018 Fedora Release Engineering - 1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 26 2018 Dan Horák - 1.0-4 +- Add support for the Atmel device on the Talos II Power9 mainboard + +* Fri Feb 09 2018 Igor Gnatenko - 1.0-3 +- Escape macros in %%changelog + +* Wed Feb 07 2018 Fedora Release Engineering - 1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 2 2018 David Hendricks - 1.0-1 +- Update to flashrom 1.0 + +* Fri Oct 20 2017 David Hendricks - 0.9.9.1-1 +- Update to flashrom 0.9.9.1 + +* Wed Oct 04 2017 mrnuke - 0.9.9-6 +- Drop uaccess.patch in favor of sed script + +* Wed Aug 02 2017 Fedora Release Engineering - 0.9.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.9.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Mar 12 2017 Peter Robinson 0.9.9-3 +- Tweak arch build rules, minor spec cleanups +- Use %%license +- Build on aarch64 + +* Wed Mar 8 2017 Peter Lemenkov - 0.9.9-2 +- Proper udev rules + +* Sun Feb 26 2017 Alexandru Gagniuc - 0.9.9-1 +- Update to flashrom 0.9.9 +- Drop the autotools patches (they were rejected upstream) +- Update description to match flashrom.org main page +- Use {optflags} macro to set CFLAGS + +* Fri Feb 10 2017 Fedora Release Engineering - 0.9.7-5.svn1850 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 0.9.7-4.svn1850 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.9.7-3.svn1850 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Jan 13 2015 Peter Jones - 0.9.7-2.svn1850 +- Enable support for DediProg SF100, since it's very common. + +* Thu Sep 11 2014 Peter Lemenkov - 0.9.7-1.svn1850 +- Add support for Winbond W25Q40.V chips +- Add support for Macronix MX23L1654, MX23L6454 and MX23L12854 mask ROMs +- Add support for Intel Wildcat Point PCH +- Add support for Intel Silvermont: Bay Trail, Rangeley and Avoton +- Add support for S25FL128P, S25FL129P chips +- Add support for a bunch of 29GL parallel flash chips +- Add support for Atmel AT49LH004 and AT49LH00B4 +- Add new programmer for SPI EEPROMs attached to Intel 82580 NICs +- Add support for AMD Bolton chipset +- Add Board Enable for ASUS Vintage 2 PH1 (P5LD2-MQ) +- Add support for Macronix MX29F022(N)B and MX29F022(N)T +- Add support for Macronix MX25U12835F +- Add support for Sanyo LE25FW106 +- Add IT8212F PCI ATA controller as programmer +- Add support for Atmel (now Adesto) AT25DL081 and AT25DL161 +- Add VIA VT6421A LPC programmer driver +- Add support for ESMT F25L32PA +- Add support for Sanyo LE25FW406A +- Add support for new AMD SPI controller (SPI 100) +- Add support for Sanyo LE25FU406B +- Add support for SST25LF020A +- Add support for Spansion S25FL132K and S25FL164K +- Add support for SST25WF08 +- Add support for Macronix MX23L3254 mask ROM +- Add support for TUMPA Lite +- Add support for Intel 82574L +- Add board enable for ASUS A7V8X-MX +- Add board enable for ASUS P5LD2-VM DH +- Add board enable for abit BF6 +- Add support for SST25VF512A, ST25VF020, SST25VF020B chips +- Add pinout for Wiggler LPT +- Add pinout for Atmel STK200/300 +- Add pinout for Altera ByteBlasterMV +- Add support for ST M50LPW080 chip +- Add an internal DMI decoder +- Add board enable for Bcom WinNET P680 +- Add support for AT45CS1282 chip +- Add support for AT45DB321C +- Add support for Atmel AT45DB* chips +- Add support for Fujitsu MBM29LV160BE/TE +- Add ability to select between chips on GIGABYTE DualBIOS boards +- Temporarily disable ftdi support + +* Sat Aug 16 2014 Fedora Release Engineering - 0.9.6.1-7.svn1705 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.9.6.1-6.svn1705 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Jul 30 2013 Peter Lemenkov - 0.9.6.1-5.svn1705 +- Handle active IMCs in AMD chipsets +- Rename Numonyx and ST (SGS/Thomson) chips to Micron +- Various cross-platform fixes +- Add support for remaining Numonyx (Micron) N25Q chips +- Add support for Spansion S25FL...S chips +- Add support for Spansion S25FL2 chips +- Add support for Micron/Numonyx/ST M25PX80 +- Add support for AMIC A25LQ16 and A25LQ64 +- Add support for more Eon EN25QH chips +- Add support for Eon EN25S series +- Add support for Numonyx M45PE series +- Add support for some GigaDevice GD25* chips +- Add support for all Sanyo LE25FW chips +- Add support for Nantronics N25 series +- Fix unlocking function for most Atmel AT2[56]D* chips +- Add W25Q...W series +- dediprog: fix SPI clock setting + +* Tue May 21 2013 Peter Lemenkov - 0.9.6.1-4.svn1673 +- dediprog: add support for chip select +- Add support for PMC Pm25LD series flash chips +- Add Altera USB-Blaster SPI programmer +- Add support for Intel Lynx Point low-power and Wellsburg chipsets +- Add support for Macronix MX25U1635E, MX25U3235E/F and MX25U6435E/F chips +- Add (untested) board enable for ASUS P4PE-X/TE + +* Wed Feb 13 2013 Fedora Release Engineering - 0.9.6.1-3.svn1639 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Dec 30 2012 Peter Lemenkov - 0.9.6.1-2.svn1639 +- Updated to the latest svn ver. 1639 (post-release snapshot for 0.9.6.1) +- Support for Atmel's AT25F series of SPI flash chips +- Support for Intel S33 series flash chips +- Add a "device" parameter for Dediprog +- (Untested) board enable for Asus DSAN-DX +- Support for Winbond W39F010/W39L010/W39L020 +- Support for Atmel AT26DF041 +- Support for Numonyx N25Q016 and N25Q032 +- Support for SST's 25WF series of SPI flash chips +- Support for GigaDevice GD25LQ32 +- Board enable for MSI K8N Neo Platinum + +* Sat Sep 08 2012 Peter Lemenkov - 0.9.6.1-1.svn1596 +- Updated to the latest svn ver. 1596 (post-release snapshot for 0.9.6.1) +- (Untested) board enable for ASUS P5LD2-VM m/b +- Support for Eon EN25F64 flashchip +- Support for AJAWe added to pony_spi +- Support for Realtek RTL8169 NIC +- (Untested) board enable for DFI AD77 m/b +- Support for Via VX800/VX820, VX855/VX875, and VX900 chipsets +- Support for Atmel AT49(H)F010, AT49F080 and AT49F080T flashchips +- Support (board enable) for Biostar M7VIQ m/b + +* Thu Jul 19 2012 Fedora Release Engineering - 0.9.5.2-5.svn1547 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jul 11 2012 Peter Lemenkov - 0.9.5.2-4.svn1547 +- Enable support for USB programmers (FT2232, FT4232, etc), see rhbz #839179. +- Add board enable for MSI K9N SLI (MS-7250 VER:2.1) +- Add support for PMC Pm39LV512 flashchip +- Add support for Eon EN25QH32 flashchip +- Add Winbond W836xx SuperI/O detection +- Add ITE IT8707F/IT8710F SiperI/O detection + +* Mon Jul 2 2012 Peter Robinson - 0.9.5.2-3.svn1530 +- Enable building on ARM + +* Sun May 06 2012 Peter Lemenkov - 0.9.5.2-2.svn1530 +- Updated to latest svn ver. 1530 (post-release snapshot for 0.9.5.2) +- Support for w83697 family SuperIO chips +- Add board enable for ASUS P5BV-R +- PonyProg2000 SPI hardware support +- Add UNTESTED support for future Intel chipsets (DH89xxCC and Lynx Point) +- Add support for for the Atmel AT49F040 chip +- Add support for the Eon EN29LV640B chip +- Add GigaDevice GD25QXX series support +- Add support for the Numonyx N25Q064 chip +- Disable Linux SPI on EPEL 5 (see rhbz #808775) + +* Sat Mar 31 2012 Peter Lemenkov - 0.9.5.2-1.svn1517 +- Updated to latest svn ver. 1517 (post-release snapshot for 0.9.5.2) +- Add (untested) board enable for ASUS TUSL2-C +- Add board enable for ASUS OPLX-M. +- Add support for SFDP (JESD216) +- Support compilation for the ARM architecture (not enabled in the spec-file) +- Board enable for TriGem Anaheim-3 +- Add support for RDC R6030 chipset + +* Thu Feb 02 2012 Peter Lemenkov - 0.9.4-4.svn1487 +- Updated to latest svn ver. 1487 (post-release snapshot for 0.9.4) +- Add board enable for the MSC Q7 Tunnel Creek board +- Add board enable for AOpen i945GMx-VFX (used in FCS ESPRIMO Q5010) +- Mark ABIT NF-M2S, ASUS P5K-VM, ASUS M5A99X EVO, ASUS Z8PE-D12, PC Engines Alix.2d3 + boards as tested +- Mark Pm29F002T, AMIC A49LF040A, Winbond W39V040FC flashchips as tested +- Add board enable for ASUS A7N8X-VM/400 +- Add board enable for ASRock ConRoeXFire-eSATA2 +- Add board enable for ASUS P4GV-LA (Guppy) +- Add board enables for the ASUS P5N-D and P5N-E SLI +- Add board enable for Sun Ultra 40 M2 + +* Fri Jan 13 2012 Fedora Release Engineering - 0.9.4-3.svn1455 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Oct 21 2011 Peter Lemenkov - 0.9.4-2.svn1455 +- Updated to latest svn ver. 1455 (post-release snapshot for 0.9.4) +- Added lots of new boards and several chipsets and flashchips +- Lots of other cleanups and enhancements + +* Fri Aug 12 2011 Peter Lemenkov - 0.9.4-1.svn1412 +- Updated to latest svn ver. 1412 (post-release snapshot for 0.9.4) +- Experimental support for Apple PowerPC Macs reflashing +- Added support for the Dangerous Prototypes Bus Blaster +- Board enable for ASUS P5GD2 Premium +- (Untested) board enable for Asus P5LD2 +- Board enable for ASUS A8M2N-LA (HP OEM "NodusM3-GL8E") +- Add J-7BXAN to the list of supported boards +- Add ASUS P4S533-X to the list of supported boards +- Add ASUS M4A785TD-V EVO to the list of supported board +- Add GA-945PL-S3P (rev. 6.6) to the list of supported boards +- Add MS-7142 (K8MM-V) to the list of supported boards +- Add MS-7369 (K9N Neo V2) to the list of supported boards +- Add X7DBT-INF to the list of supported boards +- Add support for the GIGABYTE GA-8SIMLH board +- Support for EN25Q(H) series SPI flash chips +- Add satamv programmer + +* Tue Jul 12 2011 Peter Lemenkov - 0.9.3-5.svn1368 +- Updated to latest svn ver. 1368 (post-release snapshot for 0.9.3) +- Added 32 (yes, thirty-two) new boards +- Lots of other cleanups and enhancements + +* Sat May 14 2011 Peter Lemenkov - 0.9.3-4.svn1299 +- Updated to latest svn ver. 1299 (post-release snapshot for 0.9.3) +- Intel NIC with parallel flash support (Intel 8255xER/82551IT Fast Ethernet + Controller and Intel 82557/8/9/0/1 Ethernet Pro 100) +- Fixed multiple detection of the same chip +- Added support for the Via VX855 chipset +- Added support for more than one Super I/O or EC per machine +- Board enable for Foxconn 6150K8MD-8EKRSH +- List AMD SB850 as supported (it has the same PCI ID as SB700) +- Fixed build on PowerPC (see rhbz #683414) + +* Wed Mar 09 2011 Peter Lemenkov - 0.9.3-3.svn1280 +- Updated to latest svn ver. 1280 (post-release snapshot for 0.9.3) +- Board enable for Asus P4P800-VM +- Support for ST M25PX16 chip +- Support for W39L040 chip +- Board enable for Gigabyte GA-K8N51GMF +- Support for ITE IT8500/IT8502 embedded controllers +- Support for AMD Am29LV001BB, Am29LV001BT, Am29LV002BB, Am29LV002BT, + Am29LV004BB, Am29LV004BT, Am29LV008BB, Am29LV008BT chips +- Support for Angelbird Wings PCIe SSD (Marvell 88SX7042 SATA controller) +- Fix for rhbz #680715 + +* Tue Feb 08 2011 Fedora Release Engineering - 0.9.3-2.svn1250 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Jan 4 2011 Peter Lemenkov 0.9.3-1.svn1250 +- Updated to latest svn ver. 1250 (post-release snapshot for 0.9.3) +- Initial rtl8169 support (UNTESTED) +- Fix decoding of SB600 LPC ROM protection registers +- Erasing/writing of Winbond W39V040FB chips +- Support for the Open Graphics Project development card +- Support for SST SST25VF010 chip +- Board-enable for the MSI MS-6391 (845 Pro4) +- Support for Spansion S25FL004A, S25FL032A, and S25FL064A chips +- Add chunked write ability to the Dediprog SF100 driver +- Support bulk read on Dediprog SF100 +- Support for the OpenMoko Neo1973/Neo FreeRunner debug board (ver, 2 or 3) +- Real partial writes were implemented +- Add SPI flash emulation capability to the dummy programmer +- Board enable for the EPoX EP-8NPA7I board +- Fixed build on EL-5 + +* Tue Oct 26 2010 Peter Lemenkov 0.9.3-0.1.svn1205 +- Ver. 0.9.3 (pre-release, exported from SCM) + +* Wed Sep 29 2010 jkeating - 0.9.2-7.svn1180 +- Rebuilt for gcc bug 634757 + +* Fri Sep 24 2010 Peter Lemenkov 0.9.2-6.svn1180 +- Added autotools support + +* Tue Sep 21 2010 Peter Lemenkov 0.9.2-5.svn1180 +- Patch no.3 merged upstream + +* Fri Sep 17 2010 Peter Lemenkov 0.9.2-4.svn1158 +- Enable building on PowerPC (only external flashers enabled so far). + See rhbz #283491. + +* Sun Sep 12 2010 Peter Lemenkov 0.9.2-3.svn1158 +- Clean up spec-file +- Updated to latest svn ver. 1158 +- Doubles the number of known boards! + +* Sun Jun 13 2010 Peter Lemenkov 0.9.2-2 +- Added missing Requires - dmidecode (for accurate board matching) + +* Thu Jun 3 2010 Peter Lemenkov 0.9.2-1 +- Support for new external flashers +- Dozens of added flash chips, chipsets, mainboards +- Selective blockwise erase +- Improved user interface +- Reliability fixes +- Mainboard matching via DMI strings +- Laptop detection which triggers safety measures + +* Wed Apr 28 2010 Peter Lemenkov 0.9.1-4.svn995 +- Updated to latest svn ver. 995 +- Lots of new chips and m/b + +* Fri Mar 12 2010 Peter Lemenkov 0.9.1-3.svn931 +- Updated to latest svn ver. 931 +- ASUS A7V8X-X board +- MS-7202 board +- Asus M2NBP-VM CSM board +- HP Vectra VL420SFF board +- Eon EN29F010 chip +- Abit IP35 Pro board +- HP Vectra VL400 board +- Intel E28F004S5 flash chip +- Lots of bugfixes + +* Mon Feb 8 2010 Peter Lemenkov 0.9.1-2.svn893 +- Updated to latest svn ver. 893 +- ST M29W512B chip +- Tekram P6Pro-A5 board +- Fixed GIGABYTE GA-7ZM board +- SST39SF512 chip +- Fixed SyncMOS S29C51004T chip +- Intel NM10 chipset +- Fixed A25L40PU and A2540PT chip +- Spansion S25FL008A chip +- MSI 651M-L board +- Several Eon EN25Bxx{T,B} chips +- Fixed Sharp LHF00L04 chip +- VIA VT8233A chipset +- MSI K8N Neo4-F board +- Intel Poulsbo chipset +- ECS K7S6A board +- ASRock M3A790GXH/128M board +- Asus M2V-MX board +- Shuttle AK31 board +- Fixed MSI KT4V board +- Asus P4B266LM board +- Asrock P4i65GV board +- Intel 3400 series / 5 series chipset +- W25x32 and W25x64 chips +- Sanyo LF25FW203A chip (sometimes labeled as 25FW203T) +- Shuttle FN25 (SN25P) board +- EPoX EP-8RDA3+ board +- ASUS P5ND2-SLI Deluxe board +- nVidia nForce 4 chipset +- VIA VT82C596 chipset +- Wyse Winterm S50 board +- Dell S1850 board +- Dr. Kaiser PC-Waechter PCI devices + +* Fri Sep 4 2009 Peter Lemenkov 0.9.1-1 +- Ver. 0.9.1 +- See release notes at http://www.coreboot.org/Flashrom/0.9.1 +- Dropped the only patch (no longer needed) +- Changed project's URL + +* Fri Jul 24 2009 Fedora Release Engineering - 0.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue May 5 2009 Peter Lemenkov 0.9.0-1 +- Ver. 0.9.0 + +* Tue Apr 14 2009 Peter Lemenkov 0-0.18.20090414svn4107 +- Various manpage / README fixes +- Board enable support for HP DL145 G3 +- high coreboot table support +- Since now we're using ExclusiveArch + +* Wed Mar 11 2009 Peter Lemenkov 0-0.17.20090311svn3984 +- MSI MS-7046 board enable +- Intel Desktop Board D201GLY +- Add Am29F080B Am29LV081B SST39VF080 support (untested) +- Board enable for GIGABYTE GA-MA78G-DS3H + +* Tue Feb 24 2009 Fedora Release Engineering - 0-0.16.20090112svn3852 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Jan 8 2009 Peter Lemenkov 0-0.15.20090112svn3852 +- Changed license to GPLv2 +- SST49LF020 support +- AMD-768 chipset support +- i631x LPC support +- Support the MX29LV040C +- AMD SB700 flash enable +- Support for the AMD/ATI SB600 southbridge SPI +- SST25VF080B flash chip support +- Support for 32Mbit SPI flash SST25VF032B +- Support for bunch of Fujitsu and Macronix chips + +* Mon Nov 3 2008 Peter Lemenkov 0-0.14.20081103svn3723 +- Dump ICH8/ICH9/ICH10 SPI registers +- Add additional SPI sector erase and chip erase command +- Add support for the ST M50FW002 chip +- Support for some Numonyx parts (M25PE) +- SPI boot flash support on EP80579 +- Support for the Intel 82371MX (MPIIX) southbridge +- Support for the Intel 82371FB PIIX and 82371SB (PIIX3) southbridges +- Support for the VIA VT82C586A/B chipset +- ICH10 support to flashrom +- Support for AM29F002(N)B[BT] + +* Mon Oct 6 2008 Peter Lemenkov 0-0.13.20080928svn3602 +- More ExcludeArch + +* Sun Sep 28 2008 Peter Lemenkov 0-0.12.20080928svn3602 +- Proper support for EN29F002(A)(N)[BT] +- Recognize the Intel EP80579 LPC flash interface +- Add support for MSI KT4V +- Support for Winbond W39V040C and MSI K8T Neo2-F + +* Sun Jul 6 2008 Peter Lemenkov 0-0.11.20080607svn3418 +- AMIC A29002 +- flashing system with Nvidia MCP67 +- PCI IDs for EPIA-CN +- VIA SPI controller on VT8237S +- ICH7 SPI support +- support for AMIC Technology A49LF040A +- Board enable and autodetection for GIGABYTE GA-7VT600 +- Add support for Amic Technology A29040B flash chip +- Board enable and autodetection for BioStar P4M80-M4 +- Add support for the ASUS P4B266 board +- Add support for Amic A25L40P SPI flash + +* Fri Jun 6 2008 Peter Lemenkov 0-0.10.20080517svn3332 +- Exclude sparc64 + +* Sat May 17 2008 Peter Lemenkov 0-0.9.20080517svn3332 +- Fixed %%patch0 + +* Sat May 17 2008 Peter Lemenkov 0-0.8.20080517svn3332 +- Support Pm49FL004/2 Block Locking Registers +- Add support for the Atmel AT25DF321 SPI flash +- Lots of new SST flash chip IDs +- Add lots of ATMEL SPI flash chips +- Add SST39VF512, SST39VF010, SST39VF040 support +- Add ICH9 detection to flashrom +- Support for the Winbond W39V080FA series of chips +- Support for flashing on the Kontron 986LCD-M board +- Add board_enable for Artec Group DBE61 and DBE62 + +* Sat Feb 9 2008 Peter Lemenkov 0-0.7.20080209svn3099 +- Add board enable for VIA EPIA SP +- support for devices using AMD Geode companion chip CS5536 that have the + Boot ROM on NOR flash that is directly connected to FLASH_CS3 (Boot + Flash Chip Select) +- Add support for the PMC Pm25LV family of SPI flash chips +- Add ids and chip entry for Spansion S25FL016A +- Support for MX25L3205D chip +- Enable MX25L8005 support + +* Wed Jan 9 2008 Peter Lemenkov 0-0.6.20080109svn3036 +- support for SST25VF040B flash chip +- enable ga_2761gxdk board +- support for EN29F002(A)(N)B chips +- support for EON EN29F002AT flash chip +- support for 25VF016B flash chip +- support for ST M25P05-A, M25P10-A, M25P20, M25P40, M25P16, M25P32, + M25P64 and M25P128 flash chips +- support for ST M25P80 flash chip +- support for AT49F002, AT49F002N, AT49F002T and AT49F002NT flash chips +- enable Acorp 6A815EPD board + +* Sun Nov 18 2007 Peter Lemenkov 0-0.5.20071118svn2967 +- svn ver. 2967 (support for Intel 440MX systems, Fujitsu MBM29F400TC, + AMD Geode CS5536) + +* Sun Oct 28 2007 Peter Lemenkov 0-0.4.20071028svn2897 +- typo fix + +* Sun Oct 28 2007 Peter Lemenkov 0-0.3.20071028svn2897 +- svn ver. 2897 (support for Gigabyte M61P-S3 SPI m/b, Am29LV040B chip) +- flashrom executable now sits in sbindir since it's administrator's tool + +* Wed Oct 3 2007 Peter Lemenkov 0-0.2.20071003svn2817 +- Added correct BZ# for ExludeArch issue +- Preserved timestamp then installing flashrom +- svn ver. 2817 (support for IT8716F added, added COPYING) + +* Thu Sep 6 2007 Peter Lemenkov 0-0.1.20070830svn2753 +- svn ver. 2753 (support for W29C040P and W29EE011 chips added) +- New naming scheme + +* Wed Aug 22 2007 Peter Lemenkov 0.0-1.2744svn +- svnver. 2744 + +* Sun Aug 5 2007 Peter Lemenkov 0.0-1.2742svn +- Initial build for FC-Extras