diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2011-07-29 13:35:42 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2011-07-29 13:35:42 +0000 |
commit | c8375f0fc8cfab07747007d99c029d1548b97d46 (patch) | |
tree | 5ff24f26d89f5573c982c03106810f6504d57d11 /sysutils/flashrom | |
parent | 7654f8bd98fa9820d8a445e2a558524c5448d9a4 (diff) | |
download | pkgsrc-c8375f0fc8cfab07747007d99c029d1548b97d46.tar.gz |
Update flashrom to 0.9.4.
==New major user-visible features==
* Support for new programmers:
** OpenMoko Neo1973/Neo FreeRunner debug board version 2 or 3, FTDI FT2232-based (r1231)
** Olimex ARM-USB-TINY, ARM-USB-TINY-H, ARM-USB-OCD, and ARM-USB-OCD-H, FTDI FT2232-based (r1331)
** Open Graphics Project development card, OGD1 (r1241)
** Angelbird Wings PCIe SSD/88SX7042 (r1258)
** ITE IT85xx embedded controllers (r1262)
** Intel NIC with parallel flash (r1297)
* Dozens of added flash chips, chipsets, mainboards.
* Improved user interface.
* Reliability fixes for buggy hardware, buggy third party software and corner case spec conformance.
* Improved Dediprog SF100 support.
* Update port of flashrom package to Mac OS X using DirectHW.
* Improved support for protection status printing and chip unlocking.
* Fix and improve libpayload platform support.
* Add support for more than one Super I/O or EC per machine.
* Always read the flash chip before writing, for improved error checking and faster programming.
* Enable write support on NVIDIA MCP6x/MCP7x.
* Added SPI flash emulation capability to the dummy programmer.
==Infrastructural improvements and fixes==
* Shutdown function registration
* Improved error messages
* Correctness fixes
* Various workarounds for broken hardware
* Code cleanups
Diffstat (limited to 'sysutils/flashrom')
-rw-r--r-- | sysutils/flashrom/Makefile | 6 | ||||
-rw-r--r-- | sysutils/flashrom/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 995251ea937..23b21cc7692 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2011/02/08 19:33:18 jakllsch Exp $ +# $NetBSD: Makefile,v 1.3 2011/07/29 13:35:42 jakllsch Exp $ # -DISTNAME= flashrom-0.9.3 +DISTNAME= flashrom-0.9.4 PKGNAME= ${DISTNAME:S/-r/pre/} CATEGORIES= sysutils -MASTER_SITES= http://qa.coreboot.org/releases/ +MASTER_SITES= http://download.flashrom.org/releases/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jakllsch@NetBSD.org diff --git a/sysutils/flashrom/distinfo b/sysutils/flashrom/distinfo index 15f27d39740..b1ebc303ff1 100644 --- a/sysutils/flashrom/distinfo +++ b/sysutils/flashrom/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/02/08 19:33:18 jakllsch Exp $ +$NetBSD: distinfo,v 1.3 2011/07/29 13:35:42 jakllsch Exp $ -SHA1 (flashrom-0.9.3.tar.bz2) = d6208613780eb05d54bf103f0f5229405ebecd6b -RMD160 (flashrom-0.9.3.tar.bz2) = 603a686ef32c884ef46e5334752776b56f64734b -Size (flashrom-0.9.3.tar.bz2) = 252146 bytes +SHA1 (flashrom-0.9.4.tar.bz2) = 93d727f3144e0a43cc2e792e40a37c97781a6257 +RMD160 (flashrom-0.9.4.tar.bz2) = b8742aae4d631a04c0fe8c8227b95fc9e7092a1d +Size (flashrom-0.9.4.tar.bz2) = 293396 bytes |