diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-01-18 17:48:51 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-01-18 17:48:51 +0000 |
commit | d84d9ba4450ea2c0dd4f79460b3b4b79739e8566 (patch) | |
tree | 2a380a9bebc965652fb005168a9ff14f88eb40bb /util/flashrom/README | |
parent | 7223ab7c4a2620758fd4f80e0f73d2868d589638 (diff) |
Minor documentation improvements/fixes in the README and manpage (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3059 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/README')
-rw-r--r-- | util/flashrom/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/util/flashrom/README b/util/flashrom/README index 994a163808..0ee4ba958b 100644 --- a/util/flashrom/README +++ b/util/flashrom/README @@ -2,7 +2,11 @@ Flashrom README ------------------------------------------------------------------------------- -This is the universal (coreboot) flash utility. +Flashrom is a universal flash programming utility for DIP, PLCC, or SPI +flash ROM chips. It can be used to flash BIOS/coreboot/firmware images. + +(see http://coreboot.org for details on coreboot) + Build Requirements ------------------ @@ -64,7 +68,7 @@ no coreboot table is found: ROM Layout Support ------------------ -Flashrom supports ROM layouts. This allows 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 @@ -94,7 +98,7 @@ ROM layout and the ROM image in one file (cpio, zip or something?). Disk on Chip support -------------------- -Disk on Chip support is currently disabled since it is considered unstable. +Disk on Chip support is currently disabled since it is considered unstable. Change CFLAGS in the Makefile to enable it: Remove -DDISABLE_DOC from CFLAGS. |