diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-29 20:40:55 +0200 |
---|---|---|
committer | Edward O'Callaghan <edward.ocallaghan@koparo.com> | 2015-05-31 04:22:52 +0200 |
commit | 72ee183c384a759712f256f5f4faa7394bcea9ec (patch) | |
tree | 17af5ba14f5fd599af1495dd565311a4174c92c9 /util | |
parent | 91195c64371a1dd40a98d6998bc2c2e899ef55c9 (diff) |
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>
Diffstat (limited to 'util')
-rw-r--r-- | util/autoport/readme.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/util/autoport/readme.md b/util/autoport/readme.md index 0819289bb4..9a16fd2c76 100644 --- a/util/autoport/readme.md +++ b/util/autoport/readme.md @@ -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 |