diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-12-01 10:51:08 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-12-01 10:51:08 +0000 |
commit | 70597f96c45e225a42f395cdf16b4ad62459dc3b (patch) | |
tree | f24612f8a535d590a94f8ea9afa4bf620c0b35cc /util | |
parent | 45065d90d974108c963ce63af4d5bd267aa7273a (diff) |
mention build dependencies in Makefile.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2114 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r-- | util/flashrom/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/util/flashrom/README b/util/flashrom/README index fab2b16f24..fd91cb6f55 100644 --- a/util/flashrom/README +++ b/util/flashrom/README @@ -1,5 +1,18 @@ This is the universal LinuxBIOS flash utility. +build requirements +------------------ + +To build the flashrom utility you need to have the following packages +installed on your linux system: + +* pciutils +* pciutils-devel + + +usage +----- + usage: ./flashrom [-rwvE] [-V] [-c chipname] [-s exclude_start] [-e exclude_end] [file] |