diff options
| author | Bill Hoffa <wghoffa@us.ibm.com> | 2019-06-25 10:32:16 -0500 |
|---|---|---|
| committer | Nicholas E Bofferding <bofferdn@us.ibm.com> | 2019-08-30 13:15:28 -0500 |
| commit | e22e362f3cd9b96b845f8c51acd6da97c78554a4 (patch) | |
| tree | 4b37414e32dbbdb9cc7cdbdd8aabb27fba49e918 /src/usr/mmio | |
| parent | 38845b6460903998891709c6a4bfcaec2a9ed837 (diff) | |
| download | talos-hostboot-e22e362f3cd9b96b845f8c51acd6da97c78554a4.tar.gz talos-hostboot-e22e362f3cd9b96b845f8c51acd6da97c78554a4.zip | |
Axone 2-Proc Standalone Sim Enablement
- XML Additions for all targets on 2nd proc
Change-Id: Ib8a860e4679e08253076abbbade98f4ba172e81d
RTC: 208448
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82685
Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/usr/mmio')
| -rw-r--r-- | src/usr/mmio/mmio.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/mmio/mmio.C b/src/usr/mmio/mmio.C index 7d85dee8f..ff7eec661 100644 --- a/src/usr/mmio/mmio.C +++ b/src/usr/mmio/mmio.C @@ -122,7 +122,7 @@ errlHndl_t mmioSetup() // Apply the MMIO base offset so we get the final address l_realAddr += l_omiBaseAddr; - // Map the device with a kernal call, each device, the MC, is 32 GB + // Map the device with a kernel call, each device, the MC, is 32 GB uint64_t l_virtAddr = reinterpret_cast<uint64_t> (mmio_dev_map(reinterpret_cast<void *>(l_realAddr), THIRTYTWO_GB)); |

