autoport: Update documentation to mention runtime prerequisites

Change-Id: I3b5fe953fa0e00fb827b66963d69f32d63a07b16
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10369
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
This commit is contained in:
Vladimir Serbinenko 2015-05-29 20:40:55 +02:00 committed by Edward O'Callaghan
parent 91195c6437
commit 72ee183c38
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,12 @@ likely to miss EC support
* Go into BIOS setup on target machine and enable all the devices.
This will allow autoport to detect as much as possible
* Boot into target machine under GNU/Linux
* Make sure you have GCC and golang installed
* Make sure that following components are installed:
* GCC
* golang
* lspci
* dmidecode
* acpidump
* Grab coreboot tree
* Execute following commands starting from coreboot tree