summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-04-20 12:34:30 +0000
committerPeter Stuge <peter@stuge.se>2009-04-20 12:34:30 +0000
commit44dd304c44e02ead0e92f6607e445eceb4d27a21 (patch)
tree5c8805e20abc0ba253582aecd6088f0ff2fb2af1 /README
parente39631cf505b829108466024092466699f20b392 (diff)
downloadast2050-flashrom-44dd304c44e02ead0e92f6607e445eceb4d27a21.zip
ast2050-flashrom-44dd304c44e02ead0e92f6607e445eceb4d27a21.tar.gz
Trivial README change Flashrom->flashrom
Corresponding to flashrom svn r433 and coreboot v2 svn r4141. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 2d26877..b13d1a7 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-------------------------------------------------------------------------------
-Flashrom README
+flashrom README
-------------------------------------------------------------------------------
-Flashrom is a utility for reading, writing, and erasing flash ROM chips.
+flashrom is a utility for reading, writing, 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
@@ -51,14 +51,14 @@ Usage
Exit status
-----------
-Flashrom exits with 0 on success, 1 on most failures but with 2 if /dev/mem
+flashrom exits with 0 on success, 1 on most failures but with 2 if /dev/mem
(/dev/xsvc on Solaris) can not be opened and with 3 if a call to mmap() fails.
coreboot Table and Mainboard Identification
--------------------------------------------
-Flashrom reads the coreboot table to determine the current mainboard. If no
+flashrom reads the coreboot table to determine the current mainboard. If no
coreboot table could be read or if you want to override these values, you can
specify -m, e.g.:
@@ -72,7 +72,7 @@ coreboot table is found.
ROM Layout Support
------------------
-Flashrom supports ROM layouts. This allows you to flash certain parts of
+flashrom supports ROM layouts. This allows you to flash certain parts of
the flash chip only. A ROM layout file looks like follows:
00000000:00008fff gfxrom
OpenPOWER on IntegriCloud