From 70597f96c45e225a42f395cdf16b4ad62459dc3b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 1 Dec 2005 10:51:08 +0000 Subject: [PATCH] mention build dependencies in Makefile. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2114 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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]