summaryrefslogtreecommitdiffstats
path: root/src/include/usr/devicefw
diff options
context:
space:
mode:
authorTerry J. Opie <opiet@us.ibm.com>2012-03-07 13:39:53 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-04 21:02:11 -0500
commitade5f3e69bf455b78e10da68c0ac0d2d5fdb1f6c (patch)
tree29bcedfb462d476c4d1ace8a29cee543e465510b /src/include/usr/devicefw
parent4e29fbf87555f7d1b4c9923203f091bde397e2a6 (diff)
downloadtalos-hostboot-ade5f3e69bf455b78e10da68c0ac0d2d5fdb1f6c.tar.gz
talos-hostboot-ade5f3e69bf455b78e10da68c0ac0d2d5fdb1f6c.zip
MVPD Device Driver
- MVPD test cases - Add temp binary image file - Adjust SPD/DIMM Pres Detect tests to operate on 1 DIMM. Change-Id: Iaaacd4787ba8e8a8d74f3c427507d98a5f0b218c RTC: 35329 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/777 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/devicefw')
-rw-r--r--src/include/usr/devicefw/userif.H11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/usr/devicefw/userif.H b/src/include/usr/devicefw/userif.H
index 8d95db3a9..acd5d5ada 100644
--- a/src/include/usr/devicefw/userif.H
+++ b/src/include/usr/devicefw/userif.H
@@ -48,6 +48,7 @@ namespace DeviceFW
PRESENT,
FSI,
SPD,
+ MVPD,
LAST_ACCESS_TYPE,
};
@@ -97,6 +98,16 @@ namespace DeviceFW
DeviceFW::MAILBOX, static_cast<uint64_t*>((o_status))
/**
+ * Construct the device addressing parameters for the MVPD device ops.
+ * @param[in] i_record - The enumeration of the MVPD record to access.
+ * @param[in] i_keyword - The enumeration of the MVPD keyword, located
+ * within the i_record Record to access.
+ */
+ #define DEVICE_MVPD_ADDRESS( i_record, i_keyword )\
+ DeviceFW::MVPD, static_cast<uint64_t>(( i_record )),\
+ static_cast<uint64_t>(( i_keyword ))
+
+ /**
* @brief Perform a hardware read operation.
*
* @param[in] i_target Device target to operate on.
OpenPOWER on IntegriCloud