summaryrefslogtreecommitdiffstats
path: root/hw/Makefile.inc
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-07-07 11:49:56 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-08 17:32:25 +1000
commitdc21b4db3a2ed9a119b0555b622723cf48330a59 (patch)
tree87e09040f1122971c573a2894f43239d031c69e7 /hw/Makefile.inc
parent7609fd61960f1e6e4a316aca1d7ab665cc4487ca (diff)
downloadtalos-skiboot-dc21b4db3a2ed9a119b0555b622723cf48330a59.tar.gz
talos-skiboot-dc21b4db3a2ed9a119b0555b622723cf48330a59.zip
hw/phb4: Add initial support
This adds the base support for the PHB4. It currently only support the M32 window, EEH or in general error recovery aren't supported yet. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [stewart@linux.vnet.ibm.com: update (C) year, fix indenting] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/Makefile.inc')
-rw-r--r--hw/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/hw/Makefile.inc b/hw/Makefile.inc
index 9779f060..a433c2b6 100644
--- a/hw/Makefile.inc
+++ b/hw/Makefile.inc
@@ -1,14 +1,16 @@
# -*-Makefile-*-
-
SUBDIRS += hw
HW_OBJS = xscom.o chiptod.o gx.o cec.o lpc.o lpc-uart.o psi.o
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 xive.o
+HW_OBJS += dts.o lpc-rtc.o npu.o npu-hw-procedures.o xive.o phb4.o
HW=hw/built-in.o
+# FIXME hack this for now
+CFLAGS_hw/phb4.o = -Wno-unused-value -Wno-unused-parameter
+
include $(SRC)/hw/fsp/Makefile.inc
include $(SRC)/hw/ec/Makefile.inc
include $(SRC)/hw/ast-bmc/Makefile.inc
OpenPOWER on IntegriCloud