Skip to content

Commit

Permalink
Ignore LPC and XSCOM BARs from BL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dcrowell77 committed Jun 7, 2017
1 parent 5033ee3 commit 348f773
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/kernel/bltohbdatamgr.C
Expand Up @@ -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 +
Expand Down

0 comments on commit 348f773

Please sign in to comment.