com_IPMI_Chassis.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /****************************************************************
  2. ****************************************************************
  3. ** **
  4. ** (C)Copyright 2005-2006, American Megatrends Inc. **
  5. ** **
  6. ** All Rights Reserved. **
  7. ** **
  8. ** 6145-F, Northbelt Parkway, Norcross, **
  9. ** **
  10. ** Georgia - 30071, USA. Phone-(770)-246-8600. **
  11. ** **
  12. ****************************************************************
  13. ****************************************************************
  14. ****************************************************************
  15. ******************************************************************
  16. *
  17. * IPMI_Chassis.h
  18. * Chassis Command numbers
  19. *
  20. ******************************************************************/
  21. #ifndef IPMI_CHASSIS_H
  22. #define IPMI_CHASSIS_H
  23. /*** Chassis Commands ***/
  24. #define CMD_GET_CHASSIS_CAPABILITIES 0x00
  25. #define CMD_GET_CHASSIS_STATUS 0x01
  26. #define CMD_CHASSIS_CONTROL 0x02
  27. #define CMD_CHASSIS_RESET 0x03
  28. #define CMD_CHASSIS_IDENTIFY 0x04
  29. #define CMD_SET_CHASSIS_CAPABILITIES 0x05
  30. #define CMD_SET_POWER_RESTORE_POLICY 0x06
  31. #define CMD_GET_SYSTEM_RESTART_CAUSE 0x07
  32. #define CMD_SET_SYSTEM_BOOT_OPTIONS 0x08
  33. #define CMD_GET_SYSTEM_BOOT_OPTIONS 0x09
  34. #define CMD_SET_FP_BTN_ENABLES 0x0A
  35. #define CMD_GET_POH_COUNTER 0x0F
  36. #define CMD_SET_POWER_CYCLE_INTERVAL 0x0B
  37. #endif /* IPMI_CHASSIS_H */