summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-06-06 21:32:05 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-07 01:05:01 -0400
commit348f773c8691b2d074411c741a048e6f08cd887e (patch)
tree5d7cb30c1cfcaefa72e99b5875f4fa4f0317d30c
parent5033ee305e23c423d9f589c4e5265646d85ec964 (diff)
downloadtalos-hostboot-348f773c8691b2d074411c741a048e6f08cd887e.tar.gz
talos-hostboot-348f773c8691b2d074411c741a048e6f08cd887e.zip
Ignore LPC and XSCOM BARs from BL
Temporarily disable use of MMIO BAR remapping Change-Id: Idc01a4f05834a8d6c07fce40850846028d9f8f47 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41463 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/kernel/bltohbdatamgr.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kernel/bltohbdatamgr.C b/src/kernel/bltohbdatamgr.C
index 775741b04..1623cf485 100644
--- a/src/kernel/bltohbdatamgr.C
+++ b/src/kernel/bltohbdatamgr.C
@@ -147,6 +147,11 @@ printk("lpc=%lX, xscom=%lX\n", i_data.lpcBAR, i_data.xscomBAR );
}
+ //@fixme-RTC:149250-Remove this hack
+ iv_data.lpcBAR = MMIO_GROUP0_CHIP0_LPC_BASE_ADDR;
+ iv_data.xscomBAR = MMIO_GROUP0_CHIP0_XSCOM_BASE_ADDR;
+ printk( "Use default LPC/XSCOM\n" );
+
// Size of data that needs to be preserved and pinned.
iv_preservedSize = ALIGN_PAGE(iv_data.secureRomSize +
OpenPOWER on IntegriCloud