From 41fa24a108cc3f1e6ecc1fb9cce6cf1d9c5a5764 Mon Sep 17 00:00:00 2001 From: Nan Li Date: Thu, 10 Nov 2016 20:12:37 +0800 Subject: Add IPMI Get Self Test Results support As discussed in design meeting, before the whole ipmi stack is implemented, we don't plan to support "self test". So just respond with self test function not implemented in this controller. Resolves openbmc/openbmc#436 Change-Id: Icd72e07674ce857f98ac036df2b7d6f6b93f1914 Signed-off-by: Nan Li --- apphandler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apphandler.h') diff --git a/apphandler.h b/apphandler.h index a17ee7f..f59e315 100644 --- a/apphandler.h +++ b/apphandler.h @@ -19,6 +19,7 @@ enum ipmi_netfn_app_cmds { // Get capability bits IPMI_CMD_GET_DEVICE_ID = 0x01, + IPMI_CMD_GET_SELF_TEST_RESULTS = 0x04, IPMI_CMD_SET_ACPI = 0x06, IPMI_CMD_GET_DEVICE_GUID = 0x08, IPMI_CMD_RESET_WD = 0x22, -- cgit v1.2.1