aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.inc
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-07-07 11:49:53 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-08 16:36:51 +1000
commit6480d96563482066557460e85d9113d4cbea7540 (patch)
treef5fd5348bcc133111ab892356b1aef86d12ac35c /hw/Makefile.inc
parentfe0cc4773748b46859786e06d6705a1bf8547173 (diff)
downloadskiboot-6480d96563482066557460e85d9113d4cbea7540.zip
skiboot-6480d96563482066557460e85d9113d4cbea7540.tar.gz
skiboot-6480d96563482066557460e85d9113d4cbea7540.tar.bz2
XIVE: Base XIVE support for OPAL XICS emulation calls
This provides basic initialization of the XIVE along with some OPAL calls to emulate an old-style XICS which will initially be used by Linux for backward compatibility. The current implementation is limited to one priority and doesn't expose much to Linux for future exploitation mode yet. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [stewart@linux.vnet.ibm.com: add (C) header, fix whitespace, missing breaks] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/Makefile.inc')
-rw-r--r--hw/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/Makefile.inc b/hw/Makefile.inc
index a9dd9f1..9779f06 100644
--- a/hw/Makefile.inc
+++ b/hw/Makefile.inc
@@ -6,7 +6,7 @@ HW_OBJS += homer.o slw.o occ.o fsi-master.o centaur.o
HW_OBJS += nx.o nx-rng.o nx-crypto.o nx-842.o
HW_OBJS += p7ioc.o p7ioc-inits.o p7ioc-phb.o
HW_OBJS += phb3.o sfc-ctrl.o fake-rtc.o bt.o p8-i2c.o prd.o
-HW_OBJS += dts.o lpc-rtc.o npu.o npu-hw-procedures.o
+HW_OBJS += dts.o lpc-rtc.o npu.o npu-hw-procedures.o xive.o
HW=hw/built-in.o
include $(SRC)/hw/fsp/Makefile.inc