aboutsummaryrefslogtreecommitdiff
path: root/hdata/test
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-04-06 14:01:58 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-04-07 14:51:34 +1000
commitae4e50eb35695f9438b6b9544a02fc891c4dd20d (patch)
tree7a617c3a1dabc54836428b4aca1d0501d24a7006 /hdata/test
parent510e2b066b172a4b46e18315ddac30721b5a7526 (diff)
downloadskiboot-ae4e50eb35695f9438b6b9544a02fc891c4dd20d.zip
skiboot-ae4e50eb35695f9438b6b9544a02fc891c4dd20d.tar.gz
skiboot-ae4e50eb35695f9438b6b9544a02fc891c4dd20d.tar.bz2
hdat: parse processor attached i2c devices
Adds basic parsing for i2c devices that are attached to the processor I2C interfaces. This is mainly VPD SEEPROMs. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/test')
-rw-r--r--hdata/test/hdata_to_dt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hdata/test/hdata_to_dt.c b/hdata/test/hdata_to_dt.c
index 2f343e2..717fc9a 100644
--- a/hdata/test/hdata_to_dt.c
+++ b/hdata/test/hdata_to_dt.c
@@ -106,6 +106,7 @@ static bool spira_check_ptr(const void *ptr, const char *file, unsigned int line
#include "../vpd-common.c"
#include "../slca.c"
#include "../hostservices.c"
+#include "../i2c.c"
#include "../../core/vpd.c"
#include "../../core/device.c"
#include "../../core/chip.c"