IPMI_HPM.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* ***************************************************************
  2. ****************************************************************
  3. ** **
  4. ** (C)Copyright 2012, 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. *
  16. * IPMI_HPM.h
  17. * IPMI HPM Command Definitions.
  18. *
  19. * Author: Joey Chen <JoeyChen@ami.com.tw>
  20. *
  21. *****************************************************************/
  22. #ifndef IPMI_HPM_H
  23. #define IPMI_HPM_H
  24. /* HPM.1 Commands */
  25. #define CMD_GET_TARGET_UPLD_CAPABLITIES 0x2E
  26. #define CMD_GET_COMPONENT_PROPERTIES 0x2F
  27. #define CMD_ABORT_FIRMWARE_UPGRADE 0x30
  28. #define CMD_INITIATE_UPG_ACTION 0x31
  29. #define CMD_UPLOAD_FIRMWARE_BLOCK 0x32
  30. #define CMD_FINISH_FIRMWARE_UPLOAD 0x33
  31. #define CMD_GET_UPGRADE_STATUS 0x34
  32. #define CMD_ACTIVATE_FIRMWARE 0x35
  33. #define CMD_QUERY_SELF_TEST_RESULTS 0x36
  34. #define CMD_QUERY_ROLLBACK_STATUS 0x37
  35. #define CMD_INITIATE_MANUAL_ROLLBACK 0x38
  36. #endif /* IPMI_HPM_H */