aboutsummaryrefslogtreecommitdiff
path: root/hw/phb3.c
diff options
context:
space:
mode:
authorChristophe Lombard <clombard@linux.vnet.ibm.com>2017-06-13 14:21:19 +0200
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-19 14:49:29 +1000
commit43eb0ae6c2d4d05c4802b2de553f14234fe2cddf (patch)
treee79594f16eb43c7dac92824395ed0f7bff057de6 /hw/phb3.c
parent20cf0c833bcfd5bc159a891c852f6de9313deffe (diff)
downloadskiboot-43eb0ae6c2d4d05c4802b2de553f14234fe2cddf.zip
skiboot-43eb0ae6c2d4d05c4802b2de553f14234fe2cddf.tar.gz
skiboot-43eb0ae6c2d4d05c4802b2de553f14234fe2cddf.tar.bz2
capi: Move phb3 capp registers to specialized files
The definitions of the CAPP registers for PHB3 are moved in a specific file. The updated file capp.h will be used for the common functionalities about the CAPP for PHB3 and PHB4. Signed-off-by: Christophe Lombard <clombard@linux.vnet.ibm.com> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/phb3.c')
-rw-r--r--hw/phb3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/phb3.c b/hw/phb3.c
index df92df8..ad5ba1e 100644
--- a/hw/phb3.c
+++ b/hw/phb3.c
@@ -30,6 +30,7 @@
#include <affinity.h>
#include <phb3.h>
#include <phb3-regs.h>
+#include <phb3-capp.h>
#include <capp.h>
#include <fsp.h>
#include <chip.h>