summaryrefslogtreecommitdiffstats
path: root/platforms/astbmc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-06-22 15:41:47 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-06-24 15:50:12 +1000
commitc04c5945fd30bde9a15e5969cee2023126b933cc (patch)
treee537f94c0f1e378ea1a98666d715d268617a96e9 /platforms/astbmc
parenta0227fb4b20a264a93fe2f0ff7e6443330d7ba78 (diff)
downloadblackbird-skiboot-c04c5945fd30bde9a15e5969cee2023126b933cc.tar.gz
blackbird-skiboot-c04c5945fd30bde9a15e5969cee2023126b933cc.zip
astbmc/common: add FWTS annotation
Just one annotation here, pretty rare situation I think... but best to bail on this one, as this certainly isn't something we want in production. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'platforms/astbmc')
-rw-r--r--platforms/astbmc/common.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/platforms/astbmc/common.c b/platforms/astbmc/common.c
index 1ed7d42d..d38de3ba 100644
--- a/platforms/astbmc/common.c
+++ b/platforms/astbmc/common.c
@@ -78,6 +78,11 @@ static void astbmc_ipmi_setenables(void)
msg = ipmi_mkmsg_simple(IPMI_SET_ENABLES, &data, sizeof(data));
if (!msg) {
+ /**
+ * @fwts-label ASTBMCFailedSetEnables
+ * @fwts-advice AST BMC is likely to be non-functional
+ * when accessed from host.
+ */
prlog(PR_ERR, "ASTBMC: failed to set enables\n");
return;
}
OpenPOWER on IntegriCloud