summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/chip_accessors
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2014-06-02 15:14:43 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-27 17:10:16 -0500
commit9c4aa90f178a4f9ed68bdb0d17eec52785c5ea47 (patch)
treef6effbb3402b63985b434f85cb62815bea6b3666 /src/usr/hwpf/hwp/chip_accessors
parenta07b3a334abf5c5349a31c80ed456847efdb31bb (diff)
downloadtalos-hostboot-9c4aa90f178a4f9ed68bdb0d17eec52785c5ea47.tar.gz
talos-hostboot-9c4aa90f178a4f9ed68bdb0d17eec52785c5ea47.zip
Add basic fapi support for Naples
Change-Id: Ie0d9c6fcc3a51e01f5ecec9ac52b4933c267e80c RTC: 107939 Depends-On: I421e5a456a8d84a844f341e8c6fd462ad557e728 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11373 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/chip_accessors')
-rw-r--r--src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C b/src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C
index 8dd2b3d36..7211a8048 100644
--- a/src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C
+++ b/src/usr/hwpf/hwp/chip_accessors/getPciOscswitchConfig.C
@@ -131,6 +131,12 @@ fapi::ReturnCode getPciOscswitchConfig(
break; // break out with error
}
}
+ // TODO RTC: 109249 Check to see if DD1X is correct,
+ // it was based off Murano DD2X
+ else if (l_chipType == ENUM_ATTR_NAME_NAPLES)
+ {
+ o_val = NAPLES_DD1X;
+ }
else
{
FAPI_ERR("getPciOscswitchConfig: unexpected chip type=0x%02x",
OpenPOWER on IntegriCloud