Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (3c67c85bfaf3340f39c74e284d6df7264c9ab22a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (3c67c85bfaf3340f39c74e284d6df7264c9ab22a)
  • Date: Sat, 27 Mar 2010 21:34:09 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

ChangeLog | 3 +++
utils/flashrom/BUILD | 1 +
utils/flashrom/DEPENDS | 6 ++++++
utils/flashrom/DETAILS | 41 +++++++++++++++++++++++++++++++++++++++++
utils/flashrom/HISTORY | 4 ++++
utils/flashrom/INSTALL | 1 +
utils/flashrom/PREPARE | 6 ++++++
7 files changed, 62 insertions(+)

New commits:
commit 3c67c85bfaf3340f39c74e284d6df7264c9ab22a
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/flashrom: new spell, utility for manipulating flash chips

diff --git a/ChangeLog b/ChangeLog
index 7c361d7..01b6270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-03-28 Quentin Rameau <quinq AT sourcemage.org>
+ * utils/flashrom: new spell, utility for manipulating flash chips
+
2010-03-27 Ladislav Hagara <hgr AT vabo.cz>
* archive/rpm2targz: new spell, convert a .rpm file to a
.tar.{gz,bz2..}

diff --git a/utils/flashrom/BUILD b/utils/flashrom/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/flashrom/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/flashrom/DEPENDS b/utils/flashrom/DEPENDS
new file mode 100755
index 0000000..9ec18a7
--- /dev/null
+++ b/utils/flashrom/DEPENDS
@@ -0,0 +1,6 @@
+if [[ ${FLASHROM_SCM} == "y" ]]
+then
+ depends subversion
+fi &&
+depends pciutils &&
+depends zlib
diff --git a/utils/flashrom/DETAILS b/utils/flashrom/DETAILS
new file mode 100755
index 0000000..916ea2d
--- /dev/null
+++ b/utils/flashrom/DETAILS
@@ -0,0 +1,41 @@
+ SPELL=flashrom
+if [[ ${FLASHROM_SCM} == "y" ]]
+then
+ VERSION=scm
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=svn://coreboot.org/flashrom/trunk:${SOURCE%.tar.bz2}
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+else
+ VERSION=0.9.1
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=http://qa.coreboot.org/releases/${SOURCE}
+
SOURCE_HASH=sha512:9d4c44fdc944bdaa8340aa6d62be8f586e9c6f5d926d5ae20d9d9c03c95471e79a90a7d6bdb8ebc43c087b1e46a06bbb074a27c41202ef116fbb5407b5ef06a4
+fi
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SOURCE%.tar.bz2}
+ WEB_SITE=http://flashrom.org/Flashrom
+ ENTERED=20100328
+ LICENSE[0]=GPL
+ SHORT="utility for identifying, reading, writing, verifying and
erasing 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.
+ - Supports more than 205 flash chips, 75 chipsets, 130 mainboards, and 17
+ devices (PCI or USB) which can be used as external programmers.
+ - Supports parallel, LPC, FWH and SPI flash interfaces and various chip
+ packages (DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, TSOP40, TSOP48, and
more)
+ - No physical access needed, root access is sufficient.
+ - No bootable floppy disk, bootable CD-ROM or other media needed.
+ - No keyboard or monitor needed. Simply reflash remotely via SSH.
+ - No instant reboot needed. Reflash your chip in a running system, verify
it,
+ be happy. The new firmware will be present next time you boot.
+ - Crossflashing and hotflashing is possible as long as the flash chips are
+ electrically and logically compatible (same protocol). Great for
recovery.
+ - Scriptability. Reflash a whole pool of identical machines at the same
time
+ from the command line. It is recommended to check flashrom output and
error
+ codes.
+ - Speed. flashrom is often much faster than most vendor flash tools.
+ - Portability. Supports DOS, Linux, FreeBSD, NetBSD, DragonFly BSD,
Solaris,
+ Mac OS X, and other Unix-like OSes. Partial Windows support is available,
+ and full Windows support exists as a patch.
+EOF
diff --git a/utils/flashrom/HISTORY b/utils/flashrom/HISTORY
new file mode 100644
index 0000000..c68e8be
--- /dev/null
+++ b/utils/flashrom/HISTORY
@@ -0,0 +1,4 @@
+2010-03-28 Quentin Rameau <quinq AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, BUILD, INSTALL, HISTORY:
+ spell created
+
diff --git a/utils/flashrom/INSTALL b/utils/flashrom/INSTALL
new file mode 100755
index 0000000..621f3f8
--- /dev/null
+++ b/utils/flashrom/INSTALL
@@ -0,0 +1 @@
+make PREFIX=${INSTALL_ROOT}/usr install
diff --git a/utils/flashrom/PREPARE b/utils/flashrom/PREPARE
new file mode 100755
index 0000000..849c43e
--- /dev/null
+++ b/utils/flashrom/PREPARE
@@ -0,0 +1,6 @@
+config_query FLASHROM_SCM "Build SCM (svn) version?" n &&
+
+if [[ ${FLASHROM_SCM} == "y" ]]
+then
+ config_query FLASHROM_SCM_AUTOUPDATE "Update on every system update?" n
+fi



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (3c67c85bfaf3340f39c74e284d6df7264c9ab22a), Quentin Rameau, 03/27/2010

Archive powered by MHonArc 2.6.24.

Top of Page