commit | 030b1a8ab814b1acd37ab3a9a8fa6f651a1030b4 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Jan 18 08:33:02 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Tue Jan 22 09:24:48 2019 -0800 |
tree | 098acec09e4fdbb773597b3f296a1b29ef65b368 | |
parent | 578dfc51b842807eef9237ba67cd51be08288e4e [diff] [blame] |
tools: add io interface for mmio, etc Add an IO interface for host-side memory access. This is done as an interface to allow platform specific implementations. Change-Id: Id8e35d5beb21f7db544e27d6592bbeac58748dcb Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/Makefile.am b/tools/Makefile.am index 61d2907..05daf75 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am
@@ -14,4 +14,5 @@ blob_handler.cpp \ ipmi_handler.cpp \ crc.cpp \ + io.cpp \ ../internal/sys.cpp