[Lunar-commits] <moonbase> flashrom: an utility to manage flash chips.

Florin Braescu florin at lunar-linux.org
Sun Feb 7 12:36:17 CET 2010


commit ebf326290b42e3414c87f47f8684fb253308e8cf
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Feb 7 13:36:17 2010 +0200

    flashrom: an utility to manage flash chips.
---
 utils/flashrom/BUILD   |    6 ++++++
 utils/flashrom/DEPENDS |    5 +++++
 utils/flashrom/DETAILS |   18 ++++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/utils/flashrom/BUILD b/utils/flashrom/BUILD
new file mode 100644
index 0000000..05af1e4
--- /dev/null
+++ b/utils/flashrom/BUILD
@@ -0,0 +1,6 @@
+(
+
+  prepare_install  &&
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/utils/flashrom/DEPENDS b/utils/flashrom/DEPENDS
new file mode 100644
index 0000000..2dce7cf
--- /dev/null
+++ b/utils/flashrom/DEPENDS
@@ -0,0 +1,5 @@
+depends  zlib
+depends  pciutils
+
+optional_depends  "libftdi"   ""  ""  "support for the external FT2232SPI flasher"
+
diff --git a/utils/flashrom/DETAILS b/utils/flashrom/DETAILS
new file mode 100644
index 0000000..138689a
--- /dev/null
+++ b/utils/flashrom/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=flashrom
+         VERSION=0.9.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=$MODULE-$VERSION-rdmsr.patch.bz2
+      SOURCE_URL=http://qa.coreboot.org/releases
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:7b06a16ccf85d8197d5ace8f4a86acfedcce5f3d
+     SOURCE2_VFY=sha1:f15d4bc78d3f5ffbdfa43c9113fa5d97075dc84d
+        WEB_SITE=http://flashrom.org/Flashrom
+         ENTERED=20100207
+         UPDATED=20100207
+           SHORT="An utility for managing flash chips"
+
+cat << EOF
+Flashrom is a utility for identifying, reading, writing, verifying and 
+erasing flash chips. 
+It's often used to flash BIOS/EFI/coreboot/firmware images.
+EOF


More information about the Lunar-commits mailing list