From ade5f3e69bf455b78e10da68c0ac0d2d5fdb1f6c Mon Sep 17 00:00:00 2001 From: "Terry J. Opie" Date: Wed, 7 Mar 2012 13:39:53 -0600 Subject: 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 --- src/include/usr/devicefw/userif.H | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include/usr/devicefw') 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, }; @@ -96,6 +97,16 @@ namespace DeviceFW #define DEVICE_MBOX_ADDRESS(o_status) \ DeviceFW::MAILBOX, static_cast((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(( i_record )),\ + static_cast(( i_keyword )) + /** * @brief Perform a hardware read operation. * -- cgit v1.2.3