Modify OWNERS file

Remove Ben Pai, and add some owners.

Change-Id: I9c8cd8faff1c51359dd9704b020e42f27cdbe21c
Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
1 file changed
tree: cbd821da6056a133cc52df261b24ba61aabfee8d
  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.