commit | 9b750aa1ab014375954464b5fb92b7461e60eeef | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Dec 12 14:26:18 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Thu Dec 13 09:24:58 2018 -0800 |
tree | 5490fd82afc5dad2a7282f376ee6a6e36f9cd549 | |
parent | aa107a612aed0df5b112289d4b9d3d3bf2916514 [diff] [blame] |
tools: add crc implementation Add crc implementation, copied from the internal portable source, adjusted to be c++ where relevant (e.g. using a vector, etc). Change-Id: I0998342f4ec8843ba27bf554c2318ca9882e4f7a Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/Makefile.am b/tools/Makefile.am index acc6657..96feeb1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am
@@ -12,4 +12,5 @@ bt.cpp \ lpc.cpp \ blob_handler.cpp \ - ipmi_handler.cpp + ipmi_handler.cpp \ + crc.cpp