aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2021-12-20 22:22:49 +1000
committerCédric Le Goater <clg@kaod.org>2022-01-03 16:12:45 +0100
commit65d9909a7556eb94cb4ef07f636a37c326ebaade (patch)
tree20cc42f88ae067a60ce1057d531e6be429fd7f7f /core
parent402b822a7074053d59c8c49ffb5e58b2d5028f54 (diff)
downloadskiboot-65d9909a7556eb94cb4ef07f636a37c326ebaade.zip
skiboot-65d9909a7556eb94cb4ef07f636a37c326ebaade.tar.gz
skiboot-65d9909a7556eb94cb4ef07f636a37c326ebaade.tar.bz2
hw/slw: split P8 specific code into its own file
POWER8 support is large and significantly different than P9/10 code. This change prepares to make P8 support configurable. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [ clg: Removed commented headers in slw.c ] Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'core')
-rw-r--r--core/fast-reboot.c1
-rw-r--r--core/init.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/fast-reboot.c b/core/fast-reboot.c
index 2696348..fedfa88 100644
--- a/core/fast-reboot.c
+++ b/core/fast-reboot.c
@@ -6,6 +6,7 @@
*/
#include <skiboot.h>
+#include <slw.h>
#include <cpu.h>
#include <console.h>
#include <fsp.h>
diff --git a/core/init.c b/core/init.c
index c3e0c49..deead5e 100644
--- a/core/init.c
+++ b/core/init.c
@@ -6,6 +6,7 @@
*/
#include <skiboot.h>
+#include <slw.h>
#include <psi.h>
#include <chiptod.h>
#include <nx.h>