[coreboot-gerrit] New patch to review for coreboot: 849fac6 autoport: Update documentation to mention runtime prerequisites

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Fri May 29 22:51:30 CEST 2015


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10369

-gerrit

commit 849fac6d4ccb635c86a48e0cf74da6e93a2c0db7
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Fri May 29 20:40:55 2015 +0200

    autoport: Update documentation to mention runtime prerequisites
    
    Change-Id: I3b5fe953fa0e00fb827b66963d69f32d63a07b16
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 util/autoport/readme.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/util/autoport/readme.md b/util/autoport/readme.md
index e5ea77d..2f525a9 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
 



More information about the coreboot-gerrit mailing list