summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf
diff options
context:
space:
mode:
authorMissy Connell <missyc@us.ibm.com>2012-09-10 16:05:01 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-10-09 17:10:32 -0500
commit1bf8c6b8376efacd03e3ec62d5ded5b2be4bff39 (patch)
treec266815232142e67f15a61ffcbdf09407737f259 /src/include/usr/hwpf
parentfb1836fd7b1b8839815595db08ae740ec7b86347 (diff)
downloadtalos-hostboot-1bf8c6b8376efacd03e3ec62d5ded5b2be4bff39.tar.gz
talos-hostboot-1bf8c6b8376efacd03e3ec62d5ded5b2be4bff39.zip
Extend VMM to 32M
Add mmLinearMap to create block at a specified phys addr. Added iv_MaptoPhy in the block to indicate we are physically mapped block and to not apply the HRMOR. Change-Id: I75ddb19b82ae9a2035ff873edff8a34a33c74639 RTC:43401 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1846 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
-rw-r--r--src/include/usr/hwpf/plat/fapiPlatReasonCodes.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/plat/fapiPlatReasonCodes.H b/src/include/usr/hwpf/plat/fapiPlatReasonCodes.H
index 1de3d90b1..4ea439e17 100644
--- a/src/include/usr/hwpf/plat/fapiPlatReasonCodes.H
+++ b/src/include/usr/hwpf/plat/fapiPlatReasonCodes.H
@@ -76,6 +76,7 @@ namespace fapi
MOD_ATTR_PROC_PCIE_BAR_BASE_ADDR_GET = 0x25,
MOD_ATTR_PROC_PCIE_BAR_SIZE_GET = 0x26,
MOD_MVPD_ACCESS = 0x27,
+ MOD_EXIT_CACHE_CONTAINED = 0x28,
};
/**
@@ -111,6 +112,7 @@ namespace fapi
RC_ATTR_UNSUPPORTED_PROC_NUM = HWPF_COMP_ID | 0x22,
RC_INVALID_RECORD = HWPF_COMP_ID | 0x23,
RC_INVALID_KEYWORD = HWPF_COMP_ID | 0x24,
+ RC_MM_EXTEND_FAILED = HWPF_COMP_ID | 0x25,
};
/**
OpenPOWER on IntegriCloud