commit | cf2d1b10a416b84f7245ccc2538a8407652f2254 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Dec 11 18:22:36 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Dec 12 09:38:08 2018 -0800 |
tree | 6d22d6491e4daf55aaf261f05510072dd7f33721 | |
parent | 008875971ad526b8b1792c7c296923ba23edd7d2 [diff] [blame] |
tools: start implementing ipmi interface Start implementing ipmi interface to handle sending the actual IPMI packet contents. Change-Id: Idf55c1594992d0f188ee6b2940bfe3842509d91d Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/Makefile.am b/tools/Makefile.am index 66cfa0e..acc6657 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am
@@ -11,4 +11,5 @@ updater.cpp \ bt.cpp \ lpc.cpp \ - blob_handler.cpp + blob_handler.cpp \ + ipmi_handler.cpp