diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2016-07-07 11:49:58 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-08 18:11:37 +1000 |
commit | 83242dbdc9608ecc36f72ca7e66959f5ddabdfaa (patch) | |
tree | e8b56e00eb20cb1ed93955279f1c852b528dd625 /include/chip.h | |
parent | ae1e9d6eedf2fd6c07a93619239b277ce7fefc89 (diff) | |
download | skiboot-83242dbdc9608ecc36f72ca7e66959f5ddabdfaa.zip skiboot-83242dbdc9608ecc36f72ca7e66959f5ddabdfaa.tar.gz skiboot-83242dbdc9608ecc36f72ca7e66959f5ddabdfaa.tar.bz2 |
lpc: Add basic P9 LPC read/write ops
We still need to review interrupts handling etc...
Also update the example device-tree for SIMICS
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/chip.h')
-rw-r--r-- | include/chip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chip.h b/include/chip.h index 1f31a13..f62c964 100644 --- a/include/chip.h +++ b/include/chip.h @@ -170,6 +170,7 @@ struct proc_chip { /* Used by hw/lpc.c */ uint32_t lpc_xbase; + void *lpc_mbase; struct lock lpc_lock; uint8_t lpc_fw_idsel; uint8_t lpc_fw_rdsz; |