com_IPMI_PICMG.h 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /****************************************************************
  2. ****************************************************************
  3. ** **
  4. ** (C)Copyright 2008, American Megatrends Inc. **
  5. ** **
  6. ** All Rights Reserved. **
  7. ** **
  8. ** 5555, Oakbrook Parkway, Suite 200, Norcross, **
  9. ** **
  10. ** Georgia - 30093, USA. Phone-(770)-246-8600. **
  11. ** **
  12. *****************************************************************
  13. *****************************************************************
  14. *
  15. * IPMI_PICMG.h
  16. * PICMG Command numbers
  17. *
  18. *****************************************************************/
  19. #ifndef IPMI_PICMG_H
  20. #define IPMI_PICMG_H
  21. #define CMD_GET_PICMG_PROPERTIES 0x00
  22. #define CMD_GET_ADDR_INFO 0x01
  23. #define CMD_GET_SHELF_ADDR_INFO 0x02
  24. #define CMD_SET_SHELF_ADDR_INFO 0x03
  25. #define CMD_FRU_CONTROL 0x04
  26. #define CMD_GET_FRU_LED_PROPERTIES 0x05
  27. #define CMD_GET_LED_COLOR_CAPS 0x06
  28. #define CMD_SET_FRU_LED_STATE 0x07
  29. #define CMD_GET_FRU_LED_STATE 0x08
  30. #define CMD_SET_IPMB_STATE 0x09
  31. #define CMD_SET_FRU_ACTVN_POLICY 0x0A
  32. #define CMD_GET_FRU_ACTVN_POLICY 0x0B
  33. #define CMD_SET_FRU_ACTIVATION 0x0C
  34. #define CMD_GET_DEV_LOCATOR_REC_ID 0x0D
  35. #define CMD_SET_PORT_STATE 0x0E
  36. #define CMD_GET_PORT_STATE 0x0F
  37. #define CMD_COMPUTE_POWER_PROPERTIES 0x10
  38. #define CMD_SET_POWER_LEVEL 0x11
  39. #define CMD_GET_POWER_LEVEL 0x12
  40. #define CMD_RENEGOTIATE_PWR 0x13
  41. #define CMD_GET_FAN_SPEED_PROPERTIES 0x14
  42. #define CMD_SET_FAN_LEVEL 0x15
  43. #define CMD_GET_FAN_LEVEL 0x16
  44. #define CMD_BUSED_RESOURCE 0x17
  45. #define CMD_GET_IPMB_LINK_INFO 0x18
  46. #define CMD_GET_SHELF_IPMB_ADDR 0x1B
  47. #define CMD_SET_AMC_PORT_STATE 0x19
  48. #define CMD_GET_AMC_PORT_STATE 0x1A
  49. #define CMD_SET_FAN_POLICY 0x1C
  50. #define CMD_GET_FAN_POLICY 0x1D
  51. #define CMD_FRU_CONTROL_CAPS 0x1E
  52. #define CMD_FRU_INVY_DEVICE_LOCK_CTRL 0x1F
  53. #define CMD_FRU_INVY_DEVICE_WRITE 0x20
  54. #define CMD_GET_SHELF_MANAGER_IPADDR 0x21
  55. #define CMD_GET_SHELF_POWER_ALLOC 0x22
  56. #define CMD_GET_TELCO_ALARM_CAPS 0x29
  57. #define CMD_GET_TELCO_ALARM_STATE 0x2A
  58. #define CMD_SET_TELCO_ALARM_STATE 0x2B
  59. #define CMD_GET_TELCO_ALARM_LOCATION 0x39
  60. #define CMD_SET_FRU_EXTRACTED 0x3A
  61. #endif //IPMI_PICMG_H