Add OWNERS file

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I1c4064012106a384f63e47312f76a04103e543d9
1 file changed
tree: 59979c5402f96c259858f12e6fa1a72324d07a8e
  1. .clang-format
  2. bootstrap.sh
  3. configure.ac
  4. i2c.h
  5. LICENSE
  6. MAINTAINERS
  7. Makefile.am
  8. OWNERS
  9. README.md
  10. smbus.cpp
  11. smbus.hpp
  12. wistronoem.cpp
  13. wistronoem.hpp
README.md

wistron-ipmi-oem

Supported Commands

  • Detect the presence of Riser-F

Command Documentation

Detect the presence of Riser-F

Netfun: 0x32 Command: 0x01

On the mihawk platform, different riser cards can be supported. In order to be able to distinguish the currently used riser cards, we design an ipmi-oem command to detect riser cards.

If the current riser-F is used, i2c command will get a data. If other riser cards are used, the i2c command will not get the data and will get a negative return value.