blob: 870a1365da082f7ec6e7427c8cd4a2f27e5f75f8 [file] [log] [blame]
Jia, Chunhuia835eaa2018-09-05 09:00:41 +08001/*
2// Copyright (c) 2018 Intel Corporation
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15*/
16
17#pragma once
18
Suryakanth Sekard509eb92018-11-15 17:44:11 +053019#include <user_channel/user_layer.hpp>
Jason M. Bills64796042018-10-03 16:51:55 -070020enum class IPMINetfnIntelOEMGeneralCmd
Jia, Chunhuia835eaa2018-09-05 09:00:41 +080021{
Richard Marian Thomaiyar390b4352019-08-24 17:39:46 +053022 cmdGetSmSignal = 0x14,
23 cmdSetSmSignal = 0x15,
Jia, Chunhuia835eaa2018-09-05 09:00:41 +080024 cmdSetBIOSID = 0x26,
25 cmdGetOEMDeviceInfo = 0x27,
Cheng C Yang773703a2019-08-15 09:41:11 +080026 cmdSetColdRedundancyConfig = 0x2d,
27 cmdGetColdRedundancyConfig = 0x2e,
Jason M. Bills64796042018-10-03 16:51:55 -070028 cmdGetAICSlotFRUIDSlotPosRecords = 0x31,
Jia, Chunhuia835eaa2018-09-05 09:00:41 +080029 cmdSetSystemGUID = 0x41,
Jason M. Billsb02bf092019-08-15 13:01:56 -070030 cmdDisableBMCSystemReset = 0x42,
31 cmdGetBMCResetDisables = 0x43,
Jia, Chunhuicc49b542019-03-20 15:41:07 +080032 cmdSendEmbeddedFWUpdStatus = 0x44,
Jason M. Bills64796042018-10-03 16:51:55 -070033 cmdSetPowerRestoreDelay = 0x54,
34 cmdGetPowerRestoreDelay = 0x55,
Zhu, Yungebe560b02019-04-21 21:19:21 -040035 cmdSetFaultIndication = 0x57,
Suryakanth Sekard509eb92018-11-15 17:44:11 +053036 cmdSetOEMUser2Activation = 0x5A,
Richard Marian Thomaiyarfc5e9852019-04-14 15:06:27 +053037 cmdSetSpecialUserPassword = 0x5F,
Yong Li703922d2018-11-06 13:25:31 +080038 cmdSetShutdownPolicy = 0x60,
39 cmdGetShutdownPolicy = 0x62,
James Feist91244a62019-02-19 15:04:54 -080040 cmdSetFanConfig = 0x89,
41 cmdGetFanConfig = 0x8a,
James Feistacc8a4e2019-04-02 14:23:57 -070042 cmdSetFanSpeedOffset = 0x8c,
43 cmdGetFanSpeedOffset = 0x8d,
James Feist63efafa2019-07-24 12:39:21 -070044 cmdSetDimmOffset = 0x8e,
45 cmdGetDimmOffset = 0x8f,
James Feist5f957ca2019-03-14 15:33:55 -070046 cmdSetFscParameter = 0x90,
47 cmdGetFscParameter = 0x91,
Jia, Chunhuia835eaa2018-09-05 09:00:41 +080048 cmdGetChassisIdentifier = 0x92,
Richard Marian Thomaiyarea537d52019-04-24 21:33:48 +053049 cmdReadBaseBoardProductId = 0x93,
Jason M. Bills64796042018-10-03 16:51:55 -070050 cmdGetProcessorErrConfig = 0x9A,
51 cmdSetProcessorErrConfig = 0x9B,
Richard Marian Thomaiyar1f0839c2019-08-25 20:10:52 +053052 cmdSetManufacturingData = 0xA1,
53 cmdGetManufacturingData = 0xA2,
Kuiying Wang45f04982018-12-26 09:23:08 +080054 cmdGetLEDStatus = 0xB0,
Richard Marian Thomaiyar390b4352019-08-24 17:39:46 +053055 cmdControlBmcServices = 0xB1,
56 cmdGetBmcServiceStatus = 0xB2,
Richard Marian Thomaiyar666dd012019-08-02 20:55:37 +053057 cmdMtmKeepAlive = 0xB5,
Chen Yugang39736d52019-07-12 16:24:33 +080058 cmdGetNmiStatus = 0xE5,
Chen,Yugang4f7e76b2019-08-20 09:28:06 +080059 cmdSetEfiBootOptions = 0xEA,
60 cmdGetEfiBootOptions = 0xEB,
Chen Yugang39736d52019-07-12 16:24:33 +080061 cmdSetNmiStatus = 0xED,
Jia, Chunhuia835eaa2018-09-05 09:00:41 +080062};
63
Yong Li23737fe2019-02-19 08:49:55 +080064enum class IPMINetfnIntelOEMPlatformCmd
65{
66 cmdCfgHostSerialPortSpeed = 0x90,
67};
68
Jason M. Bills64796042018-10-03 16:51:55 -070069enum class IPMIIntelOEMReturnCodes
Jia, Chunhuia835eaa2018-09-05 09:00:41 +080070{
71 ipmiCCPayloadActive = 0x80,
72 ipmiCCInvalidPCIESlotID = 0x80,
73 ipmiCCParameterNotSupported = 0x80,
74 ipmiCCPayloadAlreadyDeactivated = 0x80,
75 ipmiCCSetInProcess = 0x81,
76 ipmiCCPayloadDisable = 0x81,
77 ipmiCCLostArbitration = 0x81,
78 ipmiCCInvalidCablePortIndex = 0x81,
79 ipmiCCHealthStatusNotAvailable = 0x81,
80 ipmiCCBusError = 0x82,
81 ipmiCCReadOnly = 0x82,
82 ipmiCCWriteOnly = 0x82,
83 ipmiCCNoCablePresent = 0x82,
84 ipmiCCDataCollectionInProgress = 0x82,
85 ipmiCCPayloadActivationLimitReached = 0x82,
86 ipmiCCNACKOnWrite = 0x83,
87 ipmiCCDataCollectionFailed = 0x83,
88 ipmiCCCanNotActivateWithEncrption = 0x83,
89 ipmiCCCanNotActivateWithoutEncryption = 0x84,
90 ipmiCCInvalidChecksum = 0x85,
91 ipmiCCNoCabledPCIEPortsAvailable = 0xC2,
92
93};
94
Jason M. Bills64796042018-10-03 16:51:55 -070095enum class IPMIReturnCodeExt
Jia, Chunhuia835eaa2018-09-05 09:00:41 +080096{
97 ipmiCCInvalidLUN = 0xC2,
98 ipmiCCTimeout = 0xC3,
99 ipmiCCStorageLeak = 0xC4,
100 ipmiCCRequestDataTruncated = 0xC6,
101 ipmiCCRequestDataFieldLengthLimitExceeded = 0xC8,
102 ipmiCCCanNotReturnNumberOfRequestedDataBytes = 0xCA,
103 ipmiCCRequestSensorDataRecordNotFound = 0xCB,
104 ipmiCCDestinationUnavailable = 0xD3,
105 ipmiCCParamterNotSupportInPresentState = 0xD5,
106};
107
Jason M. Bills64796042018-10-03 16:51:55 -0700108constexpr const uint8_t netfunIntelAppOEM = 0x3E;
109static constexpr ipmi_netfn_t netfnIntcOEMGeneral =
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800110 NETFUN_NONE; // Netfun_none. In our platform, we use it as "intel oem
111 // general". The code is 0x30
Yong Li23737fe2019-02-19 08:49:55 +0800112
113// Intel OEM Platform code is 0x32
114static constexpr ipmi_netfn_t netfnIntcOEMPlatform = NETFUN_OEM;
Jason M. Bills64796042018-10-03 16:51:55 -0700115static constexpr const uint8_t maxBIOSIDLength = 0xFF;
116static constexpr const uint8_t maxCPUNum = 4;
117static constexpr const char* biosObjPath = "/xyz/openbmc_project/bios";
118static constexpr const char* biosIntf =
119 "xyz.openbmc_project.Inventory.Item.Bios";
120static constexpr const char* biosProp = "BiosId";
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800121
Jason M. Bills64796042018-10-03 16:51:55 -0700122static constexpr const char* powerRestoreDelayObjPath =
123 "/xyz/openbmc_project/control/power_restore_delay";
124static constexpr const char* powerRestoreDelayIntf =
125 "xyz.openbmc_project.Control.Power.RestoreDelay";
126static constexpr const char* powerRestoreDelayProp = "PowerRestoreDelay";
127static constexpr const char* processorErrConfigObjPath =
128 "/xyz/openbmc_project/control/processor_error_config";
129static constexpr const char* processorErrConfigIntf =
130 "xyz.openbmc_project.Control.Processor.ErrConfig";
Jason M. Billsb02bf092019-08-15 13:01:56 -0700131static constexpr const char* bmcResetDisablesPath =
132 "/xyz/openbmc_project/control/bmc_reset_disables";
133static constexpr const char* bmcResetDisablesIntf =
134 "xyz.openbmc_project.Control.ResetDisables";
Jason M. Bills64796042018-10-03 16:51:55 -0700135
Yong Li703922d2018-11-06 13:25:31 +0800136static constexpr const char* postCodesObjPath =
137 "/xyz/openbmc_project/State/Boot/PostCode";
138static constexpr const char* postCodesIntf =
139 "xyz.openbmc_project.State.Boot.PostCode";
140
Kuiying Wang45f04982018-12-26 09:23:08 +0800141static constexpr const char* identifyLEDObjPath =
142 "/xyz/openbmc_project/led/physical/identify";
143static constexpr const char* ledIntf = "xyz.openbmc_project.Led.Physical";
144static constexpr const char* statusAmberObjPath =
145 "/xyz/openbmc_project/led/physical/status_amber";
146static constexpr const char* statusGreenObjPath =
147 "/xyz/openbmc_project/led/physical/status_green";
148
Yong Li703922d2018-11-06 13:25:31 +0800149static constexpr const uint8_t noShutdownOnOCOT = 0;
150static constexpr const uint8_t shutdownOnOCOT = 1;
151static constexpr const uint8_t noShutdownPolicySupported = 0;
152static constexpr const uint8_t shutdownPolicySupported = 1;
153static constexpr const char* oemShutdownPolicyIntf =
Yong Li0669d192019-05-06 14:01:46 +0800154 "com.intel.Control.OCOTShutdownPolicy";
Yong Li703922d2018-11-06 13:25:31 +0800155static constexpr const char* oemShutdownPolicyObjPath =
Yong Li0669d192019-05-06 14:01:46 +0800156 "/com/intel/control/ocotshutdown_policy_config";
157static constexpr const char* oemShutdownPolicyObjPathProp = "OCOTPolicy";
Yong Li703922d2018-11-06 13:25:31 +0800158
Yong Li23737fe2019-02-19 08:49:55 +0800159static constexpr const char* fwGetEnvCmd = "/sbin/fw_printenv";
160static constexpr const char* fwSetEnvCmd = "/sbin/fw_setenv";
161static constexpr const char* fwHostSerailCfgEnvName = "hostserialcfg";
162
James Feist91244a62019-02-19 15:04:54 -0800163constexpr const char* settingsBusName = "xyz.openbmc_project.Settings";
164
Yong Li23737fe2019-02-19 08:49:55 +0800165static constexpr const uint8_t getHostSerialCfgCmd = 0;
166static constexpr const uint8_t setHostSerialCfgCmd = 1;
167
168// parameters:
169// 0: host serial port 1 and 2 normal speed
170// 1: host serial port 1 high spend, port 2 normal speed
171// 2: host serial port 1 normal spend, port 2 high speed
172// 3: host serial port 1 and 2 high speed
173static constexpr const uint8_t HostSerialCfgParamMax = 3;
Suryakanth Sekard509eb92018-11-15 17:44:11 +0530174static constexpr uint8_t ipmiDefaultUserId = 2;
Yong Li23737fe2019-02-19 08:49:55 +0800175
Jia, Chunhuicc49b542019-03-20 15:41:07 +0800176static constexpr const uint8_t selEvtTargetMask = 0xF0;
177static constexpr const uint8_t selEvtTargetShift = 4;
178
179static constexpr const uint8_t targetInstanceMask = 0x0E;
180static constexpr const uint8_t targetInstanceShift = 1;
181
Jason M. Bills64796042018-10-03 16:51:55 -0700182enum class IPMINetfnIntelOEMAppCmd
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800183{
184 mdrStatus = 0x20,
185 mdrComplete = 0x21,
186 mdrEvent = 0x22,
187 mdrRead = 0x23,
188 mdrWrite = 0x24,
189 mdrLock = 0x25,
190 mdr2AgentStatus = 0x30,
191 mdr2GetDir = 0x31,
192 mdr2GetDataInfo = 0x32,
193 mdr2LockData = 0x33,
194 mdr2UnlockData = 0x34,
195 mdr2GetDataBlock = 0x35,
196 mdr2SendDir = 0x38,
197 mdr2SendDataInfoOffer = 0x39,
198 mdr2SendDataInfo = 0x3a,
199 mdr2DataStart = 0x3b,
200 mdr2DataDone = 0x3c,
201 mdr2SendDataBlock = 0x3d,
202};
203
Jason M. Bills64796042018-10-03 16:51:55 -0700204enum class OEMDevEntityType
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800205{
206 biosId,
207 devVer,
208 sdrVer,
Jason M. Bills64796042018-10-03 16:51:55 -0700209};
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800210
Jia, Chunhuicc49b542019-03-20 15:41:07 +0800211enum class FWUpdateTarget : uint8_t
212{
213 targetBMC = 0x0,
214 targetBIOS = 0x1,
215 targetME = 0x2,
216 targetOEMEWS = 0x4,
217};
218
Jason M. Bills42bd9c82019-06-28 16:39:34 -0700219enum class CPUStatus
220{
221 disabled = 0x0,
222 enabled = 0x1,
223 notPresent = 0x3,
224};
225
Jason M. Bills64796042018-10-03 16:51:55 -0700226#pragma pack(push, 1)
227struct GUIDData
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800228{
229 uint8_t node1;
230 uint8_t node2;
231 uint8_t node3;
232 uint8_t node4;
233 uint8_t node5;
234 uint8_t node6;
235 uint8_t clock1;
236 uint8_t clock2;
237 uint8_t timeHigh1;
238 uint8_t timeHigh2;
239 uint8_t timeMid1;
240 uint8_t timeMid2;
241 uint8_t timeLow1;
242 uint8_t timeLow2;
243 uint8_t timeLow3;
244 uint8_t timeLow4;
Jason M. Bills64796042018-10-03 16:51:55 -0700245};
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800246
Jason M. Bills64796042018-10-03 16:51:55 -0700247struct DeviceInfo
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800248{
Jason M. Bills64796042018-10-03 16:51:55 -0700249 uint8_t biosIDLength;
250 uint8_t biosId[maxBIOSIDLength];
251};
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800252
Jason M. Bills64796042018-10-03 16:51:55 -0700253struct SetPowerRestoreDelayReq
254{
255 uint8_t byteMSB;
256 uint8_t byteLSB;
257};
258
259struct GetPowerRestoreDelayRes
260{
261 uint8_t byteMSB;
262 uint8_t byteLSB;
263};
264
265struct GetOemDeviceInfoReq
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800266{
267 uint8_t entityType;
268 uint8_t countToRead;
269 uint8_t offset;
Jason M. Bills64796042018-10-03 16:51:55 -0700270};
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800271
Jason M. Bills64796042018-10-03 16:51:55 -0700272struct GetOemDeviceInfoRes
Jia, Chunhuia835eaa2018-09-05 09:00:41 +0800273{
274 uint8_t resDatalen;
Jason M. Bills64796042018-10-03 16:51:55 -0700275 uint8_t data[maxBIOSIDLength];
276};
277
Yong Li703922d2018-11-06 13:25:31 +0800278struct GetOEMShutdownPolicyRes
279{
280 uint8_t policy;
281 uint8_t policySupport;
282};
Kuiying Wang45f04982018-12-26 09:23:08 +0800283
James Feist91244a62019-02-19 15:04:54 -0800284struct SetFanConfigReq
285{
286 uint8_t selectedProfile;
287 uint8_t flags;
288 // other parameters from previous generation are not supported
289};
Yong Li23737fe2019-02-19 08:49:55 +0800290struct CfgHostSerialReq
291{
292 uint8_t command;
293 uint8_t parameter;
294};
Kuiying Wang45f04982018-12-26 09:23:08 +0800295#pragma pack(pop)
James Feist91244a62019-02-19 15:04:54 -0800296
Zhu, Yungebe560b02019-04-21 21:19:21 -0400297//
298// Fault type enumeration
299//
300enum class RemoteFaultType
301{
302 fan, // 0
303 temperature, // 1
304 power, // 2
305 driveslot, // 3
306 software, // 4
307 memory, // 5
308 max = 6 // 6
309};
310
311// Enumeration for remote fault states as required by the HSC
312//
313enum class RemoteFaultState
314{
315 // fault indicators
316 fanLEDs,
317 cpu1DimmLeds,
318 cpu2DimmLeds,
319 cpu3DimmLeds,
320 cpu4DimmLeds,
321 maxFaultState,
322};
323
324enum class DimmFaultType
325{
326 cpu1cpu2Dimm,
327 cpu3cpu4Dimm,
328 maxFaultGroup,
329};
330
James Feist91244a62019-02-19 15:04:54 -0800331enum class setFanProfileFlags : uint8_t
332{
333 setFanProfile = 7,
334 setPerfAcousMode = 6,
335 // reserved [5:3]
336 performAcousSelect = 2
337 // reserved [1:0]
James Feist5f957ca2019-03-14 15:33:55 -0700338};
339
340enum class setFscParamFlags : uint8_t
341{
342 tcontrol = 0x1,
343 pwmOffset = 0x2,
344 maxPwm = 0x3,
345 cfm = 0x4
Jia, Chunhuicc49b542019-03-20 15:41:07 +0800346};
Vernon Mauerya3702c12019-05-22 13:20:59 -0700347
James Feist63efafa2019-07-24 12:39:21 -0700348enum class dimmOffsetTypes : uint8_t
349{
350 staticCltt = 0x0,
351 dimmPower = 0x2
352};
353
Vernon Mauerya3702c12019-05-22 13:20:59 -0700354// FIXME: this stuff needs to be rewritten
355enum IPMI_INTEL_OEM_RETURN_CODES
356{
357 IPMI_CC_OEM_PAYLOAD_ACTIVE = 0x80,
358 IPMI_CC_OEM_INVALID_PCIE_SLOTID = 0x80,
359 IPMI_CC_OEM_PARAMETER_NOT_SUPPORTED = 0x80,
360 IPMI_CC_OEM_PAYLOAD_ALREADY_DEACTIVATED = 0x80,
361 IPMI_CC_OEM_SET_IN_PROCESS = 0x81,
362 IPMI_CC_OEM_PAYLOAD_DISABLE = 0x81,
363 IPMI_CC_OEM_LOST_ARBITRATION = 0x81,
364 IPMI_CC_OEM_INVALID_CABLE_PORT_INDEX = 0x81,
365 IPMI_CC_OEM_HEALTH_STATUS_NOT_AVAILABLE = 0x81,
366 IPMI_CC_OEM_BUS_ERROR = 0x82,
367 IPMI_CC_OEM_READ_ONLY = 0x82,
368 IPMI_CC_OEM_WRITE_ONLY = 0x82,
369 IPMI_CC_OEM_NO_CABLE_PRESENT = 0x82,
370 IPMI_CC_OEM_DATA_COLLECTION_IN_PROGRESS = 0x82,
371 IPMI_CC_OEM_PAYLOAD_ACTIVATION_LIMIT_REACH = 0x82,
372 IPMI_CC_OEM_NACK_ON_WRITE = 0x83,
373 IPMI_CC_OEM_DATA_COLLECTION_FAILED = 0x83,
374 IPMI_CC_OEM_CAN_NOT_ACTIVATE_WITH_ENCRYPTION = 0x83,
375 IPMI_CC_OEM_CAN_NOT_ACTIVATE_WITHOUT_ENCRYPTION = 0x84,
376 IPMI_CC_OEM_INVALID_CHECKSUM = 0x85,
377 IPMI_CC_OEM_NO_CABLED_PCIE_PORTS_AVAILABLE = 0xC2,
378};
379
380enum IPMI_RETURN_CODE_EXT
381{
382 IPMI_CC_INVALID_LUN = 0xC2,
383 IPMI_CC_STORGE_LEAK = 0xC4,
384 IPMI_CC_REQUEST_DATA_TRUNCATED = 0xC6,
385 IPMI_CC_REQUEST_DATA_FIELD_LENGTH_LIMIT_EXCEEDED = 0xC8,
386 IPMI_CC_CANNOT_RETURN_NUMBER_OF_REQUESTED_DATA_BYTES = 0xCA,
387 IPMI_CC_REQUEST_SENSOR_DATA_RECORD_NOT_FOUND = 0xCB,
388 IPMI_CC_DESTINATION_UNAVAILABLE = 0xD3,
389 IPMI_CC_PARAMETER_NOT_SUPPORT_IN_PRESENT_STATE = 0xD5,
390};
391
392constexpr unsigned char NETFUN_INTEL_APP_OEM = 0x3E;
393
394enum IPMI_NETFN_INTEL_OEM_APP_CMD
395{
396 MDR_STATUS = 0x20,
397 MDR_COMPLETE = 0x21,
398 MDR_EVENT = 0x22,
399 MDR_READ = 0x23,
400 MDR_WRITE = 0x24,
401 MDR_LOCK = 0x25,
402 MDRII_AGENT_STATUS = 0x30,
403 MDRII_GET_DIR = 0x31,
404 MDRII_GET_DATA_INFO = 0x32,
405 MDRII_LOCK_DATA = 0x33,
406 MDRII_UNLOCK_DATA = 0x34,
407 MDRII_GET_DATA_BLOCK = 0x35,
408 MDRII_SEND_DIR = 0x38,
409 MDRII_SEND_DATA_INFO_OFFER = 0x39,
410 MDRII_SEND_DATA_INFO = 0x3a,
411 MDRII_DATA_START = 0x3b,
412 MDRII_DATA_DONE = 0x3c,
413 MDRII_SEND_DATA_BLOCK = 0x3d,
414};