Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63999 )
Change subject: util/intemletool: suggest booting with iomem=relaxed ......................................................................
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); }