Peter Lemenkov has uploaded this change for review.

View Change

util/intemletool: suggest booting with iomem=relaxed

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Change-Id: Ib80efd7d1ba516cb0ae4bdb86f95877855195ce0
---
M util/inteltool/rootcmplx.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/63999/1
diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c
index bdafa1e..64d332a 100644
--- a/util/inteltool/rootcmplx.c
+++ b/util/inteltool/rootcmplx.c
@@ -130,6 +130,7 @@

if (rcba == NULL) {
perror("Error mapping RCBA");
+ printf("Try booting with iomem=relaxed.\n");
exit(1);
}


To view, visit change 63999. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib80efd7d1ba516cb0ae4bdb86f95877855195ce0
Gerrit-Change-Number: 63999
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Lemenkov <lemenkov@gmail.com>
Gerrit-MessageType: newchange