Stefan Reinauer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/63999?usp=email )
Change subject: util/inteltool: suggest booting with iomem=relaxed ......................................................................
util/inteltool: suggest booting with iomem=relaxed
Signed-off-by: Peter Lemenkov lemenkov@gmail.com Change-Id: Ib80efd7d1ba516cb0ae4bdb86f95877855195ce0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63999 Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/inteltool/rootcmplx.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved
diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c index eee6899..c9703e2 100644 --- a/util/inteltool/rootcmplx.c +++ b/util/inteltool/rootcmplx.c @@ -135,6 +135,7 @@
if (rcba == NULL) { perror("Error mapping RCBA"); + printf("Try booting with iomem=relaxed.\n"); exit(1); }