1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126 |
- /*****************************************************************
- *****************************************************************
- *** **
- *** (C)Copyright 2005-2006, American Megatrends Inc. **
- *** **
- *** All Rights Reserved. **
- *** **
- *** 6145-F, Northbelt Parkway, Norcross, **
- *** **
- *** Georgia - 30071, USA. Phone-(770)-246-8600. **
- *** **
- *****************************************************************
- *****************************************************************
- ******************************************************************
- *
- * ChassisDevice.c
- * Chassis commands
- *
- * Author: Rama Bisa <ramab@ami.com>
- *
- ******************************************************************/
- #include <string.h>
- #include "com_IPMI_ChassisDevice.h"
- #include "ChassisDevice.h"
- #include "ChassisTimerTask.h"
- #include "Support.h"
- #include "main.h"
- #include "message.h"
- /* Reserved bit macro definitions */
- #define RESERVED_BITS_CHASSISCONTROL 0xF0 //(BIT7 | BIT6 | BIT5 |BIT4)
- #define RESERVED_BITS_GETCHASSISIDENTIFY 0xFE //(BIT7 | BIT6 | BIT5 | BIT4 | BIT3 | BIT2 | BIT1 | BIT0)
- #define RESERVED_BITS_SETCHASSISCAPS 0xFC //(BIT7 | BIT6 | BIT5 | BIT4 | BIT3 | BIT2)
- #define RESERVED_BITS_SETPOWERRESTOREPOLICY 0xFC //(BIT7 | BIT6 | BIT5 | BIT4 | BIT3 | BIT2)
- #define RESERVED_BITS_SETFPBUTTONENABLES 0xF0 //(BIT7 | BIT6 | BIT5 | BIT4)
- #if CHASSIS_DEVICE == 1
- /*** Local Definitions ***/
- #define PRP_ALWAYS_POWEROFF_SUPPORT 0x01
- #define PRP_LAST_STATE_SUPPORT 0x02
- #define PRP_ALWAYS_POWERON_SUPPORT 0x04
- #define CHASSIS_AMI_OEM_PARAM 96
- #define CHASSIS_SET_INPROG 0x00
- #define CHASSIS_SERVICE_PART_SEL 0x01
- #define CHASSIS_SERVICE_PART_SCAN 0x02
- #define CHASSIS_BOOT_FLAG_VALID_BIT_CLEAR 0x03
- #define CHASSIS_BOOT_INFO_ACK 0x04
- #define CHASSIS_BOOT_FLAGS 0x05
- #define CHASSIS_BOOT_INITIATOR_INFO 0x06
- #define CHASSIS_BOOT_INITIATOR_MBOX 0x07
- #define CHASSIS_AMI_OEM_PARAM 96
- #define SSICB_OEM_PARAM_BLK_SIZE_TBL 0x78
- #define SSICB_BOOT_ORDER_TBL 0x7D
- #define SSICB_BOOT_DEV_SELECTOR 0x7E
- #define SSICB_SLOT_CONFIG_TBL 0x7F
- #define ROLLBACK_OPTION 0x00
- /* Mask Bits */
- #define BIT5_BIT2_MASK 0x3C
- #define BIT6_BIT5_MASK 0x60
- #define BIT1_BIT0_MASK 0x03
-
- /* Reserved Bits */
- #define RESERVED_VALUE_03 0x03
- #define RESERVED_VALUE_10 0x10
- #define RESERVED_VALUE_20 0x20
- #define RESERVED_VALUE_28 0x28
- #define RESERVED_VALUE_30 0x30
- #define RESERVED_VALUE_34 0x34
- #define RESERVED_VALUE_38 0x38
- #define RESERVED_VALUE_40 0x40
- #define RESERVED_VALUE_60 0x60
- #define RESERVED_VALUE_80 0x80
- ///*** Module Varibales ***/
- //static const uint8_t m_BootOptParamLen [] = /**< Boot Options parameter length */
- //{
- // 0x01, /**< Set in progress byte length */
- // 0x01, /**< Service Partition selector length */
- // 0x01, /**< Service Partition scan length */
- // 0x01, /**< Boot flag valid bit length */
- // sizeof(BootInfoAck_T), /**< Boot info ack length */
- // sizeof(BootFlags_T), /**< Boot Flags valid length */
- // sizeof(BootInitiatorInfo_T), /**< Boot init info length */
- // sizeof(BootInitiatorMboxReq_T), /**< Boot init info length */
- //};
- //static const uint8_t m_SSIBootOptParamLen [] = /**< SSI Boot Options parameter length */
- //{
- // sizeof(OemParamBlkSizeTbl_T), /* OEM Parameter Block Size Table length */
- // 0x0, /* Reserved */
- // 0x0, /* Reserved */
- // 0x0, /* Reserved */
- // 0x0, /* Reserved */
- // sizeof(BootOrderTblReq_T), /* Boot Order Table length */
- // sizeof(uint8_t), /* SSI Boot Device Selector length*/
- // sizeof(SlotConfigTbl_T) /* Slot Configuration Table length */
- //};
- #define MAX_BOOT_PARAMS_DATA 20
- typedef struct
- {
- uint8_t Params;
- uint8_t ReservedBits [MAX_BOOT_PARAMS_DATA];
- uint8_t DataLen;
- } BootCfgRsvdBits_T;
- //static BootCfgRsvdBits_T m_RsvdBitsCheck [] = {
- // /* Param Reserved Bits Data Size */
- // { 0, { 0xFC }, 0x1 }, /* Set In progress */
- // { 2, { 0xFC }, 0x1 },
- // { 3, { 0xE0 }, 0x1 },
- // { 5, { 0x1F,0x00,0x00,0xF0,0xE0}, 0x5 },
- // { 6, { 0xF0 }, 0x1 }
- //};
- /*-------------------------------------
- * GetChassisCaps
- *-------------------------------------*/
- int
- GetChassisCaps ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- GetChassisCapabilitiesRes_T* pGetChassisCapsRes = ( GetChassisCapabilitiesRes_T*) pRes;
-
- printf("GetChassisCaps not implement\r\n");
- pGetChassisCapsRes->CompletionCode = CC_NORMAL;
- memcpy ( ( uint8_t*)&pGetChassisCapsRes->ChassisCapabilities,
- ( uint8_t*)&g_BMCInfo.IpmiConfig.ChassisCapabilities,
- sizeof(ChassisCapabilities_T) );
-
- return sizeof(GetChassisCapabilitiesRes_T);
- }
- /*-------------------------------------
- * GetChassisStatus
- *-------------------------------------*/
- int
- GetChassisStatus ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- GetChassisStatusRes_T* pGetChassisStatusRes =
- ( GetChassisStatusRes_T*) pRes;
- pGetChassisStatusRes->CompletionCode = CC_NORMAL;
- memcpy ( ( uint8_t*)&pGetChassisStatusRes->ChassisPowerState,
- ( uint8_t*)&g_BMCInfo.IpmiConfig.ChassisPowerState,
- sizeof(ChassisPowerState_T));
-
- return sizeof (GetChassisStatusRes_T) ;
- }
- /*-------------------------------------
- * ChassisControl
- *-------------------------------------*/
- int
- ChassisControl ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes )
- {
- ChassisControlReq_T* pChassisControlReq =
- ( ChassisControlReq_T*) pReq;
- ChassisControlRes_T* pChassisControlRes =
- ( ChassisControlRes_T*) pRes;
- MsgPkt_T MsgPkt;
- pChassisControlRes->CompletionCode = CC_NORMAL;
- /* Check for the reserved bytes should b zero */
- if ( 0 != (pChassisControlReq->ChassisControl & RESERVED_BITS_CHASSISCONTROL ) )
- {
- pChassisControlRes->CompletionCode = CC_INV_DATA_FIELD;
- return sizeof(uint8_t);
- }
- switch (pChassisControlReq->ChassisControl & 0x0F )
- {
- case CHASSIS_POWER_DOWN:
- //printf ("Chassis IS GOING FOR POWER_DOWN\n");
- MsgPkt.Param = PARAM_CHASSIS;
- MsgPkt.NetFnLUN = 0x00<<2;
- MsgPkt.Cmd = 0x02;
- MsgPkt.Data[0] = CHASSIS_POWER_DOWN;
- MsgPkt.Size = 1;
- PostMsg(gPendActionIfc, &MsgPkt);
- // g_BMCInfo.HostOFFStopWDT = TRUE ;
- g_BMCInfo.IpmiConfig.SysRestartCause = RESTART_CAUSE_CHASSIS_CTRL;
- // OnSetRestartCause(g_BMCInfo.ChassisConfig.SysRestartCause, TRUE,BMCInst);
- // g_BMCInfo.Msghndlr.ChassisControl= CHASSIS_POWER_DOWN;
- break;
- case CHASSIS_POWER_UP:
- //printf ("Chassis IS GOING FOR POWER UP\n");
- MsgPkt.Param = PARAM_CHASSIS;
- MsgPkt.NetFnLUN = 0x00<<2;
- MsgPkt.Cmd = 0x02;
- MsgPkt.Data[0] = CHASSIS_POWER_UP;
- MsgPkt.Size = 1;
- PostMsg(gPendActionIfc, &MsgPkt);
- g_BMCInfo.IpmiConfig.SysRestartCause = RESTART_CAUSE_CHASSIS_CTRL;
- // OnSetRestartCause(g_BMCInfo.ChassisConfig.SysRestartCause, TRUE,BMCInst);
- // g_BMCInfo.Msghndlr.ChassisControl = CHASSIS_POWER_UP;
- // /* Set Last Power Event through IPMI Command */
- // if(g_PDKHandle[PDK_SETLASTPOWEREVENT] != NULL)
- // {
- // ((void(*)(uint8_t,int))g_PDKHandle[PDK_SETLASTPOWEREVENT]) (PDK_LAST_POWER_ON_VIA_IPMI,BMCInst);
- // }
- break;
- case CHASSIS_POWER_CYCLE:
- //printf ("Chassis IS GOING FOR POWER CYCLE\n");
- MsgPkt.Param = PARAM_CHASSIS;
- MsgPkt.NetFnLUN = 0x00<<2;
- MsgPkt.Cmd = 0x02;
- MsgPkt.Data[0] = CHASSIS_POWER_CYCLE;
- MsgPkt.Size = 1;
- PostMsg(gPendActionIfc, &MsgPkt);
-
- g_BMCInfo.IpmiConfig.SysRestartCause = RESTART_CAUSE_CHASSIS_CTRL;
- // OnSetRestartCause(g_BMCInfo.ChassisConfig.SysRestartCause, TRUE,BMCInst);
- // g_BMCInfo.Msghndlr.ChassisControl = CHASSIS_POWER_CYCLE;
- // /* Set Last Power Event through IPMI Command */
- // if(g_PDKHandle[PDK_SETLASTPOWEREVENT] != NULL)
- // {
- // ((void(*)(uint8_t,int))g_PDKHandle[PDK_SETLASTPOWEREVENT]) (PDK_LAST_POWER_ON_VIA_IPMI,BMCInst);
- // }
- break;
- case CHASSIS_HARD_RESET:
- //printf ("Chassis IS GOING FOR HARD RESET");
- MsgPkt.Param = PARAM_CHASSIS;
- MsgPkt.NetFnLUN = 0x00<<2;
- MsgPkt.Cmd = 0x02;
- MsgPkt.Data[0] = CHASSIS_HARD_RESET;
- MsgPkt.Size = 1;
- PostMsg(gPendActionIfc, &MsgPkt);
- g_BMCInfo.IpmiConfig.SysRestartCause = RESTART_CAUSE_CHASSIS_CTRL;
- // OnSetRestartCause(g_BMCInfo.ChassisConfig.SysRestartCause, TRUE,BMCInst);
- // g_BMCInfo.Msghndlr.ChassisControl = CHASSIS_HARD_RESET;
- break;
- case CHASSIS_PULSE_DIAGNOSTIC_INTERRUPT:
- //printf ("Chassis IS GOING FOR DIAG INT\n");
- MsgPkt.Param = PARAM_CHASSIS;
- MsgPkt.NetFnLUN = 0x00<<2;
- MsgPkt.Cmd = 0x02;
- MsgPkt.Data[0] = CHASSIS_PULSE_DIAGNOSTIC_INTERRUPT;
- MsgPkt.Size = 1;
- PostMsg(gPendActionIfc, &MsgPkt);
- //Platform_HostDiagInt ();
- break;
- case CHASSIS_SOFT_SHUTDOWN:
- //printf ("Chassis IS GOING FOR SOFT SHUTDOWN\n");
- MsgPkt.Param = PARAM_CHASSIS;
- MsgPkt.NetFnLUN = 0x00<<2;
- MsgPkt.Cmd = 0x02;
- MsgPkt.Data[0] = CHASSIS_SOFT_SHUTDOWN;
- MsgPkt.Size = 1;
- PostMsg(gPendActionIfc, &MsgPkt);
- //Platform_HostSoftShutDown (BMCInst);
- break;
- default:
- printf ("UNKNOWN Chassis CONTROL REQUEST \r\n");
- pChassisControlRes->CompletionCode = CC_INV_DATA_FIELD;
- break;
- }
- FlushIPMIToFlash();
- return sizeof(ChassisControlRes_T);
- }
- /*-------------------------------------
- * GetChassisIdentify
- *-------------------------------------*/
- int
- GetChassisIdentify ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- ChassisIdentifyReq_T* pChassisIdentifyReq =
- ( ChassisIdentifyReq_T*) pReq;
- ChassisIdentifyRes_T* pChassisIdentifyRes =
- ( ChassisIdentifyRes_T*) pRes;
- if (ReqLen <= sizeof(ChassisIdentifyReq_T))
- {
- if (0 != ReqLen)
- {
- g_BMCInfo.ChassisIdentifyForce = 0;
- g_BMCInfo.ChassisIdentifyTimeout = pChassisIdentifyReq->IdentifyInterval;
- }
- else
- {
- g_BMCInfo.ChassisIdentifyForce = 0;
- g_BMCInfo.ChassisIdentifyTimeout = DEFAULT_IDENTIFY_TIMEOUT;
- }
- if (ReqLen == 2)
- {
- /* Check for the reserved bytes should b zero */
- if ( 0 != (pChassisIdentifyReq->ForceIdentify & RESERVED_BITS_GETCHASSISIDENTIFY ) )
- {
- pChassisIdentifyRes->CompletionCode = CC_INV_DATA_FIELD;
- return sizeof(uint8_t);
- }
- if(pChassisIdentifyReq->ForceIdentify & 1)
- {
- g_BMCInfo.ChassisIdentifyTimeout = 0;
- g_BMCInfo.ChassisIdentifyForce = 1;
- }
- else
- {
- g_BMCInfo.ChassisIdentifyForce = 0;
- }
- }
- g_BMCInfo.ChassisIdentify = TRUE;
- pChassisIdentifyRes->CompletionCode = CC_NORMAL;
- }
- else
- {
- pChassisIdentifyRes->CompletionCode = CC_REQ_INV_LEN;
- }
-
- return sizeof(ChassisIdentifyRes_T);
- }
- /*-------------------------------------
- * SetChassisCaps
- *-------------------------------------*/
- int
- SetChassisCaps ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- SetChassisCapabilitiesReq_T* pSetChassisCapsReq =
- ( SetChassisCapabilitiesReq_T*) pReq;
- SetChassisCapabilitiesRes_T* pSetChassisCapsRes =
- ( SetChassisCapabilitiesRes_T*) pRes;
- //printf ("SET Chassis CAPABILITIES\n");
- /* Check for the reserved bytes should b zero */
- if ( 0 != (pSetChassisCapsReq->ChassisCaps.CapabilitiesFlags & RESERVED_BITS_SETCHASSISCAPS ) )
- {
- pSetChassisCapsRes->CompletionCode = CC_INV_DATA_FIELD;
- return sizeof(uint8_t);
- }
-
- if ((ReqLen != 5) &&
- (ReqLen != sizeof(SetChassisCapabilitiesReq_T)))
- {
- pSetChassisCapsRes->CompletionCode= CC_REQ_INV_LEN;
- return sizeof(SetChassisCapabilitiesRes_T);
- }
- if((pSetChassisCapsReq->ChassisCaps.CapabilitiesFlags & 0xFC ) != 0)
- {
- pSetChassisCapsRes->CompletionCode= CC_INV_DATA_FIELD;
- return sizeof(SetChassisCapabilitiesRes_T);
- }
- memcpy (( uint8_t*) &g_BMCInfo.IpmiConfig.ChassisCapabilities,
- ( uint8_t*) &pSetChassisCapsReq->ChassisCaps,
- sizeof(ChassisCapabilities_T));
-
- pSetChassisCapsRes->CompletionCode = CC_NORMAL;
-
- FlushIPMIToFlash();
- return sizeof (SetChassisCapabilitiesRes_T);
- }
- /*-------------------------------------
- * SetPowerRestorePolicy
- *-------------------------------------*/
- int
- SetPowerRestorePolicy ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
-
- SetPowerRestorePolicyReq_T* pSetPowerRestorePolicyReq =
- ( SetPowerRestorePolicyReq_T*) pReq;
- SetPowerRestorePolicyRes_T* pSetPowerRestorePolicyRes =
- ( SetPowerRestorePolicyRes_T*) pRes;
-
- printf ("\nSET POWER RESORE POLICY\r\n");
-
- /* Check for the reserved bytes should b zero */
- if ( 0 != ( pSetPowerRestorePolicyReq->PowerRestorePolicy & RESERVED_BITS_SETPOWERRESTOREPOLICY ))
- {
- pSetPowerRestorePolicyRes->CompletionCode = CC_INV_DATA_FIELD;
- return sizeof (uint8_t);
- }
- // 011b = no change to the current power restore policy
- if (pSetPowerRestorePolicyReq->PowerRestorePolicy != 0x03)
- {
- g_BMCInfo.IpmiConfig.PowerRestorePolicy =
- pSetPowerRestorePolicyReq->PowerRestorePolicy & 0x07;
- g_BMCInfo.IpmiConfig.ChassisPowerState.PowerState &= ~0x60;
- g_BMCInfo.IpmiConfig.ChassisPowerState.PowerState |= (pSetPowerRestorePolicyReq->PowerRestorePolicy << 5);
- FlushIPMIToFlash();
- }
- pSetPowerRestorePolicyRes->CompletionCode = CC_NORMAL;
- pSetPowerRestorePolicyRes->PowerRestorePolicy = PRP_ALWAYS_POWEROFF_SUPPORT |
- PRP_LAST_STATE_SUPPORT |
- PRP_ALWAYS_POWERON_SUPPORT;
- return sizeof(SetPowerRestorePolicyRes_T);
- }
- /*-------------------------------------
- * GetSysRestartCause
- *-------------------------------------*/
- int
- GetSysRestartCause ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- GetSystemRestartCauseRes_T* pGetSysRestartCauseRes =
- ( GetSystemRestartCauseRes_T*) pRes;
- uint8_t *curchannel = 0;
- //printf ("GET SYSTEM RESTART CAUSE\n");
- pGetSysRestartCauseRes->CompletionCode = CC_NORMAL;
- pGetSysRestartCauseRes->SysRestartCause = g_BMCInfo.IpmiConfig.SysRestartCause;
- pGetSysRestartCauseRes->ChannelID = *curchannel & 0xF;
-
- return sizeof(GetSystemRestartCauseRes_T);
- }
- /*-------------------------------------
- * GetPOHCounter
- *-------------------------------------*/
- int
- GetPOHCounter ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- //TODO: POHCounterReading unit is hour or minutes or second?
- GetPOHCounterRes_T* pGetPOHCounterRes = ( GetPOHCounterRes_T*) pRes;
- //printf ("GET POH COUNTER\r\n");
- pGetPOHCounterRes->CompletionCode = CC_NORMAL;
- pGetPOHCounterRes->MinutesPerCount = POH_MINS_PER_COUNT;
- pGetPOHCounterRes->POHCounterReading = (g_BMCInfo.BootValidMinutes/60);
-
- return sizeof(GetPOHCounterRes_T);
- }
- /*-------------------------------------
- * SetSysBOOTOptions
- *-------------------------------------*/
- int
- SetSysBOOTOptions ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- printf("SetSysBOOTOptions not implement\r\n");
- // SetBootOptionsReq_T* pBootOptReq = ( SetBootOptionsReq_T*) pReq;
- // SetBootOptionsRes_T* pBootOptRes = ( SetBootOptionsRes_T*) pRes;
- // BMCInfo_t *pBMCInfo = &g_BMCInfo;
- // uint8_t Parameter;
- // BootOptions_T* pBootOptions;
- // uint8_t u8SetInProgress;
- // uint8_t u8TempData,SSIComputeBladeSupport;
- // int i,j=0;
- // Parameter = pBootOptReq->ParamValidCumParam & 0x7F;
- // SSIComputeBladeSupport = g_corefeatures.ssi_support;
- // /*Check for validity of parameter */
- // if(SSIComputeBladeSupport)
- // {
- // if ((Parameter >= sizeof (m_BootOptParamLen)) && (Parameter != CHASSIS_AMI_OEM_PARAM) &&
- // (Parameter != SSICB_OEM_PARAM_BLK_SIZE_TBL) && (Parameter < SSICB_BOOT_ORDER_TBL || Parameter > SSICB_SLOT_CONFIG_TBL))
- // {
- // pBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // return sizeof (SetBootOptionsRes_T);
- // }
- // }
- // else
- // {
- // if ((Parameter >= sizeof (m_BootOptParamLen)) && (Parameter != CHASSIS_AMI_OEM_PARAM))
- // {
- // pBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // return sizeof (SetBootOptionsRes_T);
- // }
- // }
- // /*Check if ReqLen valid for OEM Parameter */
- // if (CHASSIS_AMI_OEM_PARAM == Parameter)
- // {
- // if ((ReqLen - 1) != sizeof (AMI_BootOpt_T))
- // {
- // pBootOptRes->CompletionCode= CC_REQ_INV_LEN;
- // return sizeof (uint8_t);
- // }
- // }
- // else if (Parameter >= SSICB_OEM_PARAM_BLK_SIZE_TBL && Parameter <= SSICB_SLOT_CONFIG_TBL)
- // {
- // if(SSIComputeBladeSupport)
- // {
- // if ((ReqLen - 1) != m_SSIBootOptParamLen[Parameter-SSICB_OEM_PARAM_BLK_SIZE_TBL])
- // {
- // pBootOptRes->CompletionCode= CC_REQ_INV_LEN;
- // return sizeof (uint8_t);
- // }
- // }
- // }
- // else
- // {
- // /*Check if valid message length */
- // //if ( ((ReqLen - 1) != m_BootOptParamLen[Parameter]) && (ReqLen != sizeof (Parameter)))
- // if ((ReqLen - 1) != m_BootOptParamLen[Parameter])
- // {
- // pBootOptRes->CompletionCode= CC_REQ_INV_LEN;
- // return sizeof (uint8_t);
- // }
- // }
- //#if 0
- // Bit is 1 - Parameter is locked
- // Bit is 0 - Parameter is unlocked
- //if locked
- // if no req to unlock then return invalid
- // if req to unlock then unlock and procced
- //else
- // Proceed
- //#endif
- // /* Check for Reserved Bits */
- // for (i = 0; i < sizeof (m_RsvdBitsCheck)/ sizeof (m_RsvdBitsCheck[0]); i++)
- // {
- // /* Check if this Parameter Selector needs Reserved bit checking !! */
- // if (m_RsvdBitsCheck[i].Params == Parameter)
- // {
- // //IPMI_DBG_PRINT_2 ("Param - %x, DataLen - %x\n", pSetLanReq->ParameterSelect, m_RsvdBitsCheck[i].DataLen);
- // for (j = 0; j < m_RsvdBitsCheck[i].DataLen; j++)
- // {
- // // IPMI_DBG_PRINT_2 ("Cmp %x, %x\n", pReq[2+j], m_RsvdBitsCheck[i].ReservedBits[j]);
- // if ( 0 != (pReq[1+j] & m_RsvdBitsCheck[i].ReservedBits[j]))
- // {
- // /* Alarm !!! Somebody is trying to set Reseved Bits */
- // *pRes = CC_INV_DATA_FIELD;
- // return sizeof (*pRes);
- // }
- // }
- // }
- // }
- // OS_THREAD_MUTEX_ACQUIRE(&g_BMCInfo.ChassisMutex, WAIT_INFINITE);
- // pBootOptions = &(BMC_GET_SHARED_MEM(BMCInst)->sBootOptions);
- // u8SetInProgress = pBootOptions->u8SetInProgress;
- // /* if locked */
- // if (pBootOptions->ParameterValid & (1 << Parameter) )
- // {
- // /*if not req to unlock */
- // if (0 != (pBootOptReq->ParamValidCumParam & 0x80))
- // {
- // pBootOptRes->CompletionCode = CC_INV_DATA_FIELD;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (uint8_t);
- // }
- // }
- //
- // /*Check for valid bit settings */
- // if (0 != (pBootOptReq->ParamValidCumParam & 0x80))
- // {
- // /* The valid bit for parameters 0 - 7 are SET/RESET to
- // * corresponding bits 0-7 in ParameterValid field
- // */
- // pBootOptions->ParameterValid |= (1 << Parameter);
- // }
- // else
- // {
- // pBootOptions->ParameterValid &= ~(1 << Parameter);
- // }
- // /*if only the parameter byte is provided then exit */
- // if (ReqLen == sizeof (Parameter))
- // {
- // pBootOptRes->CompletionCode = CC_NORMAL;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (SetBootOptionsRes_T);
- // }
- // switch (Parameter)
- // {
- // case CHASSIS_SET_INPROG:
- // /* Commit Write is optional and supported
- // * only if rollback is supported */
- // if ( (BMC_BOOT_OPTION_SET_IN_PROGRESS != pBootOptReq->BootParam.SetInProgress) &&
- // (BMC_BOOT_OPTION_SET_COMPLETE != pBootOptReq->BootParam.SetInProgress) )
- // {
- // pBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof(SetBootOptionsRes_T);
- // }
- // else if ((BMC_BOOT_OPTION_SET_IN_PROGRESS == (u8SetInProgress & 0x03)) &&
- // (BMC_BOOT_OPTION_SET_IN_PROGRESS == pBootOptReq->BootParam.SetInProgress))
- // {
- // IPMI_DBG_PRINT ("\nSET IN PROGRESS ALREADY SET \n");
- // pBootOptRes->CompletionCode = CC_SET_IN_PROGRESS;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof(SetBootOptionsRes_T);
- // }
- // /*Set the new setinpogress byte */
- // pBootOptions->u8SetInProgress = pBootOptReq->BootParam.SetInProgress;
- // break;
- //
- // case CHASSIS_SERVICE_PART_SEL:
- // pBootOptions->ServicePartitionSelector =
- // pBootOptReq->BootParam.ServicePartitionSelector;
- // break;
- //
- // case CHASSIS_SERVICE_PART_SCAN:
- // pBootOptions->ServicePartitionScan =
- // pBootOptReq->BootParam.ServicePartitionScan;
- // /*Update in NVRAM*/
- // g_BMCInfo.ChassisConfig.SysPartitionScan = pBootOptReq->BootParam.ServicePartitionScan;
- // FlushIPMI((uint8_t*)&g_BMCInfo.ChassisConfig,(uint8_t*)&g_BMCInfo.ChassisConfig.SysPartitionScan,g_BMCInfo.IPMIConfLoc.ChassisConfigAddr,sizeof(uint8_t),BMCInst);
- // break;
- //
- // case CHASSIS_BOOT_FLAG_VALID_BIT_CLEAR:
- // pBootOptions->BootFlagValidBitClearing =
- // pBootOptReq->BootParam.BootFlagValidBitClearing;
- // break;
- // case CHASSIS_BOOT_INFO_ACK:
- // _fmemcpy (( uint8_t*)&pBootOptions->BootInfoAck,
- // ( uint8_t*)&pBootOptReq->BootParam.BootInfoAck,
- // sizeof (BootInfoAck_T));
- // break;
- // case CHASSIS_BOOT_FLAGS:
- // u8TempData = (pBootOptReq->BootParam.BootFlags.Data2 & BIT5_BIT2_MASK);
- // if((u8TempData == RESERVED_VALUE_28) ||(u8TempData == RESERVED_VALUE_30) ||(u8TempData == RESERVED_VALUE_34)||(u8TempData == RESERVED_VALUE_38))
- // {
- // /* Alarm !!! Somebody is trying to set Reseved Bits */
- // *pRes = CC_INV_DATA_FIELD;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (*pRes);
- // }
- // u8TempData = (pBootOptReq->BootParam.BootFlags.Data3 & BIT6_BIT5_MASK);
- // if((u8TempData == RESERVED_VALUE_60))
- // {
- // /* Alarm !!! Somebody is trying to set Reseved Bits */
- // *pRes = CC_INV_DATA_FIELD;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (*pRes);
- // }
- // u8TempData = (pBootOptReq->BootParam.BootFlags.Data3 & BIT1_BIT0_MASK);
- // if((u8TempData == RESERVED_VALUE_03))
- // {
- // /* Alarm !!! Somebody is trying to set Reseved Bits */
- // *pRes = CC_INV_DATA_FIELD;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (*pRes);
- // }
- // if((pBootOptReq->BootParam.BootFlags.Data5 == RESERVED_VALUE_20)||(pBootOptReq->BootParam.BootFlags.Data5 == RESERVED_VALUE_40)||(pBootOptReq->BootParam.BootFlags.Data5 == RESERVED_VALUE_80))
- // {
- // /* Alarm !!! Somebody is trying to set Reseved Bits */
- // *pRes = CC_INV_DATA_FIELD;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (*pRes);
- // }
- // _fmemcpy (( uint8_t*)&pBootOptions->BootFlags,
- // ( uint8_t*)&pBootOptReq->BootParam.BootFlags,
- // sizeof (BootFlags_T));
- // break;
- // case CHASSIS_BOOT_INITIATOR_INFO:
- // _fmemcpy (( uint8_t*)&pBootOptions->BootInitiatorInfo,
- // ( uint8_t*)&pBootOptReq->BootParam.BootInitiatorInfo,
- // sizeof (BootInitiatorInfo_T));
- // break;
- //
- // case CHASSIS_BOOT_INITIATOR_MBOX:
- // if (pBootOptReq->BootParam.BootMailBox.BlockSel >= MAX_BOOT_INIT_MAILBOX_BLOCKS)
- // {
- // IPMI_DBG_PRINT ("\n ONLY FIVE BLOCKS ARE USED \n");
- // pBootOptRes->CompletionCode = CC_INV_DATA_FIELD;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof(SetBootOptionsRes_T);
- //
- // }
- // _fmemcpy (( uint8_t*)&pBootOptions->BootMailBox[pBootOptReq->BootParam.BootMailBox.BlockSel],
- // ( uint8_t*) &pBootOptReq->BootParam.BootMailBox.BootMBox,
- // sizeof (BootInitiatorMailbox_T));
- // break;
- // case CHASSIS_AMI_OEM_PARAM:
- // _fmemcpy (( uint8_t*)&g_BMCInfo.ChassisConfig.OemBootOpt,
- // ( uint8_t*) &pBootOptReq->BootParam.Oem,
- // sizeof (AMI_BootOpt_T));
- // FlushIPMI((uint8_t*)&g_BMCInfo.ChassisConfig,(uint8_t*)&g_BMCInfo.ChassisConfig,g_BMCInfo.IPMIConfLoc.ChassisConfigAddr,sizeof(ChassisConfig_T),BMCInst);
- // break;
- // case SSICB_OEM_PARAM_BLK_SIZE_TBL:
- // if(SSIComputeBladeSupport)
- // {
- // _fmemcpy (( uint8_t*)&pBootOptions->OemParamBlkSizeTbl,
- // ( uint8_t*)&pBootOptReq->BootParam.OemParamBlkSizeTbl,
- // sizeof(OemParamBlkSizeTbl_T));
- // break;
- // }
- // else
- // {
- // pBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (SetBootOptionsRes_T);
- // }
- // case SSICB_BOOT_ORDER_TBL:
- // if(SSIComputeBladeSupport)
- // {
- // if (pBootOptReq->BootParam.BootOrderTbl.BlockSel >= g_coremacros.ssi_bot_dev_num)
- // {
- // pBootOptRes->CompletionCode = CC_INV_DATA_FIELD;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof(uint8_t);
- // }
- // _fmemcpy (( uint8_t*)&pBootOptions->BootOrderTbl[(pBootOptReq->BootParam.BootOrderTbl.BlockSel) * sizeof(BootOrderTbl_T)],
- // ( uint8_t*)&pBootOptReq->BootParam.BootOrderTbl,
- // sizeof(BootOrderTbl_T));
- // break;
- // }
- // else
- // {
- // pBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (SetBootOptionsRes_T);
- // }
- // case SSICB_BOOT_DEV_SELECTOR:
- // if(SSIComputeBladeSupport)
- // {
- // pBootOptions->BootDevSelector = pBootOptReq->BootParam.BootDevSelector;
- // break;
- // }
- // else
- // {
- // pBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (SetBootOptionsRes_T);
- // }
- // case SSICB_SLOT_CONFIG_TBL:
- // if(SSIComputeBladeSupport)
- // {
- // _fmemcpy (( uint8_t*)&pBootOptions->SlotConfigTbl,
- // ( uint8_t*)&pBootOptReq->BootParam.SlotConfigTbl,
- // sizeof(SlotConfigTbl_T));
- // break;
- // }
- // else
- // {
- // pBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (SetBootOptionsRes_T);
- // }
- // default:
- // pBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return sizeof (SetBootOptionsRes_T);
- // }
- // if (0 != ROLLBACK_OPTION)
- // {
- // if (BMC_BOOT_OPTION_COMMIT_WRITE == (u8SetInProgress & 0x03))
- // {
- // /* Writing to nvRAM when "commit write" is given */
- // FlushIPMI((uint8_t*)&g_BMCInfo.ChassisConfig,(uint8_t*)&g_BMCInfo.ChassisConfig,g_BMCInfo.IPMIConfLoc.ChassisConfigAddr,sizeof(ChassisConfig_T),BMCInst);
- // /* Setting this to "set complete", don't need mutex protection */
- // pBootOptions->u8SetInProgress = BMC_BOOT_OPTION_SET_COMPLETE;
- // }
- //
- // }
- // else
- // {
- // /* Since roll back feature is not provided
- // the data is written to nvram */
- // FlushIPMI((uint8_t*)&g_BMCInfo.ChassisConfig,(uint8_t*)&g_BMCInfo.ChassisConfig,g_BMCInfo.IPMIConfLoc.ChassisConfigAddr,sizeof(ChassisConfig_T),BMCInst);
- // }
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // pBootOptRes->CompletionCode = CC_NORMAL;
- return sizeof(SetBootOptionsRes_T);
- }
- /*-------------------------------------
- * GetSysBOOTOptions
- *-------------------------------------*/
- int
- GetSysBOOTOptions ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- printf("GetSysBOOTOptions not implement\r\n");
- // GetBootOptionsReq_T* pGetBootOptReq = ( GetBootOptionsReq_T*) pReq;
- // GetBootOptionsRes_T* pGetBootOptRes = ( GetBootOptionsRes_T*) pRes;
- // BMCInfo_t *pBMCInfo = &g_BMCInfo[BMCInst];
- // uint8_t ParamSel,SSIComputeBladeSupport;
- // int ResponseLength;
- // BootOptions_T sBootOptions;
- // IPMI_DBG_PRINT ("GET SYSTEM BOOT OPTIONS\n");
- // if(pGetBootOptReq->ParamSel & RESERVED_VALUE_80)
- // {
- // /* Alarm !!! Somebody is trying to set Reseved Bits */
- // *pRes = CC_INV_DATA_FIELD;
- // return sizeof (*pRes);
- // }
- // ParamSel = pGetBootOptReq->ParamSel & 0x7F;
- // SSIComputeBladeSupport = g_corefeatures.ssi_support;
- // /*Check for validity of parameter */
- // if(SSIComputeBladeSupport)
- // {
- // if ((ParamSel >= sizeof (m_BootOptParamLen)) && (ParamSel != CHASSIS_AMI_OEM_PARAM) &&
- // (ParamSel != SSICB_OEM_PARAM_BLK_SIZE_TBL) && (ParamSel < SSICB_BOOT_ORDER_TBL || ParamSel > SSICB_SLOT_CONFIG_TBL))
- // {
- // pGetBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // return sizeof(uint8_t);
- // }
- // }
- // else
- // {
- // if ((ParamSel >= sizeof (m_BootOptParamLen)) && (ParamSel != CHASSIS_AMI_OEM_PARAM))
- // {
- // pGetBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED;
- // return sizeof(uint8_t);
- // }
- // }
- // /*Check the validity of Setselector & Blockselector */
- // if(SSIComputeBladeSupport)
- // {
- // if (((0 != pGetBootOptReq->SetSel) && (ParamSel != CHASSIS_BOOT_INITIATOR_MBOX || ParamSel != SSICB_BOOT_ORDER_TBL)) ||
- // (ParamSel == CHASSIS_BOOT_INITIATOR_MBOX && pGetBootOptReq->SetSel >= MAX_BOOT_INIT_MAILBOX_BLOCKS) ||
- // (ParamSel == SSICB_BOOT_ORDER_TBL && pGetBootOptReq->SetSel >= g_coremacros.ssi_bot_dev_num) ||
- // (0 != pGetBootOptReq->BlockSel))
- // {
- // IPMI_DBG_PRINT ("Set Selector or Block Selector is invalid\n") ;
- // pGetBootOptRes->CompletionCode = CC_INV_DATA_FIELD;
- // return sizeof(uint8_t);
- // }
- // }
- // else
- // {
- // if (((0 != pGetBootOptReq->SetSel) && (ParamSel != CHASSIS_BOOT_INITIATOR_MBOX)) ||
- // (pGetBootOptReq->SetSel >= MAX_BOOT_INIT_MAILBOX_BLOCKS) ||
- // (0 != pGetBootOptReq->BlockSel))
- // {
- // IPMI_DBG_PRINT ("Set Selector or Block Selector is invalid\n") ;
- // pGetBootOptRes->CompletionCode = CC_INV_DATA_FIELD;
- // return sizeof(uint8_t);
- // }
- // }
- // pGetBootOptRes->CompletionCode = CC_NORMAL;
- // pGetBootOptRes->ParamVersion = CHASSIS_PARAMETER_VERSION;
- // pGetBootOptRes->ParameterValid = ParamSel;
- // OS_THREAD_MUTEX_ACQUIRE(&g_BMCInfo.ChassisMutex, WAIT_INFINITE);
- // // get a local copy of the boot option from the shared memory
- // sBootOptions = BMC_GET_SHARED_MEM(BMCInst)->sBootOptions;
- // /*Set the Parameter valid bit if needed */
- // if (sBootOptions.ParameterValid & (1 << ParamSel))
- // {
- // pGetBootOptRes->ParameterValid |= 0x80;
- // }
- // /*Set initial length of Completion code,Param revision & Paramvalid */
- // ResponseLength = 0x03;
- // /*Load the specific parameter */
- // switch (ParamSel)
- // {
- // case CHASSIS_SET_INPROG :
- // pGetBootOptRes->BootParams.SetInProgress = sBootOptions.u8SetInProgress;
- // ResponseLength += sizeof (sBootOptions.u8SetInProgress);
- // break;
- // case CHASSIS_SERVICE_PART_SEL:
- // pGetBootOptRes->BootParams.ServicePartitionSelector =
- // sBootOptions.ServicePartitionSelector;
- // ResponseLength += sizeof (sBootOptions.ServicePartitionScan);
- // break;
- //
- // case CHASSIS_SERVICE_PART_SCAN:
- // pGetBootOptRes->BootParams.ServicePartitionScan = g_BMCInfo.ChassisConfig.SysPartitionScan;
- // ResponseLength += sizeof (sBootOptions.ServicePartitionScan);
- // break;
- //
- // case CHASSIS_BOOT_FLAG_VALID_BIT_CLEAR:
- // pGetBootOptRes->BootParams.BootFlagValidBitClearing =
- // sBootOptions.BootFlagValidBitClearing;
- // ResponseLength += sizeof (sBootOptions.BootFlagValidBitClearing);
- // break;
- //
- // case CHASSIS_BOOT_INFO_ACK:
- // _fmemcpy (( uint8_t*)&pGetBootOptRes->BootParams.BootInfoAck,
- // ( uint8_t*)&sBootOptions.BootInfoAck,
- // sizeof (BootInfoAck_T));
- // pGetBootOptRes->BootParams.BootInfoAck.WriteMask = 0;
- // ResponseLength += sizeof (BootInfoAck_T);
- // break;
- //
- // case CHASSIS_BOOT_FLAGS:
- // _fmemcpy (( uint8_t*)&pGetBootOptRes->BootParams.BootFlags,
- // ( uint8_t*)&sBootOptions.BootFlags,
- // sizeof (BootFlags_T));
- // ResponseLength += sizeof (BootFlags_T);
- // break;
- // case CHASSIS_BOOT_INITIATOR_INFO:
- // _fmemcpy (( uint8_t*)&pGetBootOptRes->BootParams.BootInitiatorInfo,
- // ( uint8_t*)&sBootOptions.BootInitiatorInfo,
- // sizeof (BootInitiatorInfo_T));
- // ResponseLength += sizeof (BootInitiatorInfo_T);
- // break;
- //
- // case CHASSIS_BOOT_INITIATOR_MBOX:
- // pGetBootOptRes->BootParams.BootMailBox.BlockSel = pGetBootOptReq->SetSel;
- // _fmemcpy (( uint8_t*)&pGetBootOptRes->BootParams.BootMailBox.BootMBox,
- // ( uint8_t*)&sBootOptions.BootMailBox[pGetBootOptReq->SetSel],
- // sizeof (BootInitiatorMailbox_T));
- // ResponseLength += sizeof (BootInitiatorMboxReq_T);
- // break;
- // case CHASSIS_AMI_OEM_PARAM:
- // _fmemcpy (( uint8_t*)&pGetBootOptRes->BootParams.Oem,
- // ( uint8_t*)&g_BMCInfo.ChassisConfig.OemBootOpt,
- // sizeof (AMI_BootOpt_T));
- // ResponseLength += sizeof (AMI_BootOpt_T);
- // break;
- // case SSICB_OEM_PARAM_BLK_SIZE_TBL:
- // if(SSIComputeBladeSupport)
- // {
- // _fmemcpy (( uint8_t*)&pGetBootOptRes->BootParams.OemParamBlkSizeTbl,
- // ( uint8_t*)&sBootOptions.OemParamBlkSizeTbl,
- // sizeof(OemParamBlkSizeTbl_T));
- // ResponseLength += sizeof(OemParamBlkSizeTbl_T);
- // break;
- // }
- // else
- // {
- // pGetBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED ;
- // ResponseLength = 1 ;
- // break;
- // }
- // case SSICB_BOOT_ORDER_TBL:
- // if(SSIComputeBladeSupport)
- // {
- // _fmemcpy (( uint8_t*)&pGetBootOptRes->BootParams.BootOrderTbl,
- // ( uint8_t*)&sBootOptions.BootOrderTbl[pGetBootOptReq->SetSel * sizeof(BootOrderTbl_T)],
- // sizeof(BootOrderTbl_T));
- // ResponseLength += sizeof(BootOrderTbl_T);
- // break;
- // }
- // else
- // {
- // pGetBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED ;
- // ResponseLength = 1 ;
- // break;
- // }
- // case SSICB_BOOT_DEV_SELECTOR:
- // if(SSIComputeBladeSupport)
- // {
- // pGetBootOptRes->BootParams.BootDevSelector = sBootOptions.BootDevSelector;
- // ResponseLength += sizeof(sBootOptions.BootDevSelector);
- // break;
- // }
- // else
- // {
- // pGetBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED ;
- // ResponseLength = 1 ;
- // break;
- // }
- // case SSICB_SLOT_CONFIG_TBL:
- // if(SSIComputeBladeSupport)
- // {
- // _fmemcpy (( uint8_t*)&pGetBootOptRes->BootParams.SlotConfigTbl,
- // ( uint8_t*)&sBootOptions.SlotConfigTbl,
- // sizeof(SlotConfigTbl_T));
- // ResponseLength += sizeof(SlotConfigTbl_T);
- // break;
- // }
- // else
- // {
- // pGetBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED ;
- // ResponseLength = 1 ;
- // break;
- // }
- // default :
- // pGetBootOptRes->CompletionCode = CC_PARAM_NOT_SUPPORTED ;
- // ResponseLength = 1 ;
- // }
- // OS_THREAD_MUTEX_RELEASE(&g_BMCInfo.ChassisMutex);
- // return ResponseLength;
- return 1;
- }
- /*-------------------------------------
- * SetFPButtonEnables
- *-------------------------------------*/
- int
- SetFPButtonEnables ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- printf("SetFPButtonEnables not implement\r\n");
- //#if 0 //FQLI
- // PMConfig_T* pPMConfig;
- // bool bRet;
- // SetFPBtnEnablesRes_T* pFPBtnEnablesRes = (SetFPBtnEnablesRes_T*)pRes;
- // SetFPBtnEnablesReq_T* pFPBtnEnablesReq = (SetFPBtnEnablesReq_T*)pReq;
- // IPMI_DBG_PRINT ("PwrCtrl - SetFrontPanelEnables\n");
- // pFPBtnEnablesRes->CompletionCode = CC_INV_CMD;
- // if (pReq)
- // {
- // pFPBtnEnablesRes->CompletionCode = CC_NORMAL;
- // // retrieve chassis status from the NVStore
- // pPMConfig = ( PMConfig_T*)GetNVRAddr(NVRH_PMCONFIG);
- // // store the front panel enables to the NVStore
- // pPMConfig->ChassisConfig.ChassisPowerState.FPBtnEnables = pFPBtnEnablesReq->ButtonEnables;
- // // enable / disable front panel buttons. do the set before store the value in case the
- // // action fails. if failed to set the passthrough buttons, the current reading will be
- // // used to be the current settings.
- // bRet = PDK_SetFPEnable(&pFPBtnEnablesReq->ButtonEnables);
- // if (bRet != TRUE)
- // {
- // pFPBtnEnablesRes->CompletionCode = CC_UNSPECIFIED_ERR;
- // }
- // FlushPMC(&pPMConfig->ChassisConfig.ChassisPowerState.sFrontPanelButton, sizeof(ChassisPowerState_T));
- // }
- // return sizeof (SetFPBtnEnablesRes_T);
- //#else //AMI
- // SetFPBtnEnablesReq_T* pFPBtnEnablesReq = ( SetFPBtnEnablesReq_T*)pReq;
- // SetFPBtnEnablesRes_T* pFPBtnEnablesRes = ( SetFPBtnEnablesRes_T*)pRes;
- // BMCInfo_t *pBMCInfo = &g_BMCInfo[BMCInst];
- // IPMI_DBG_PRINT ("Set FP Button Enables\n");
- // /* Check for the reserved bytes should b zero */
- // if ( 0 != (pFPBtnEnablesReq->ButtonEnables & RESERVED_BITS_SETFPBUTTONENABLES ) )
- // {
- // pFPBtnEnablesRes->CompletionCode = CC_INV_DATA_FIELD;
- // return sizeof(uint8_t);
- // }
- // OS_THREAD_MUTEX_ACQUIRE(&g_BMCInfo.ChassisMutex, WAIT_INFINITE);
- // g_BMCInfo.ChassisConfig.ChassisPowerState.FPBtnEnables = pFPBtnEnablesReq->ButtonEnables;
- // if(g_PDKHandle[PDK_FPENABLE] != NULL)
- // {
- // ((int(*)(uint8_t,int))g_PDKHandle[PDK_FPENABLE]) (pFPBtnEnablesReq->ButtonEnables,BMCInst);
- // }
- // /* Save in NVR */
- // FlushIPMI((uint8_t*)&g_BMCInfo.IpmiConfig,sizeof(IPMIConfig_T));
- // pFPBtnEnablesRes->CompletionCode = 0x00;
- // return sizeof (SetFPBtnEnablesRes_T);
- //#endif //FQLI
- return 1;
- }
- /*-------------------------------------
- * SetPowerCycleInterval
- *-------------------------------------*/
- int
- SetPowerCycleInterval ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes)
- {
- SetPowerCycleIntervalReq_T* pSetPowerCycleInterval = (SetPowerCycleIntervalReq_T*) pReq;
- SetPowerCycleIntervalRes_T* pSetPowerCycleIntervalRes = (SetPowerCycleIntervalRes_T*) pRes;
- g_BMCInfo.IpmiConfig.PowerCycleInterval = pSetPowerCycleInterval->PowerCycleInterval;
- pSetPowerCycleIntervalRes->CompletionCode = CC_NORMAL;
- FlushIPMIToFlash();
- return sizeof(SetPowerCycleIntervalRes_T);
- }
- #endif /* CHASSIS_DEVICE */
|