aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStewart Smith <stewart@flamingspork.com>2021-12-17 12:36:40 +1000
committerCédric Le Goater <clg@kaod.org>2021-12-17 10:34:23 +0100
commit73d704a6256d78f15985c85558468b4f2e01f67e (patch)
tree1dafa354878b4ef0721204357f7298308bb545bf /include
parente310b87c1a7dddb1d004412f435cb3b95fdab187 (diff)
downloadskiboot-73d704a6256d78f15985c85558468b4f2e01f67e.zip
skiboot-73d704a6256d78f15985c85558468b4f2e01f67e.tar.gz
skiboot-73d704a6256d78f15985c85558468b4f2e01f67e.tar.bz2
hwprobe: convert PHB, NPU, PAU subsystems to hwprobe
Reviewed-by: Dan Horák <dan@danny.cz> [npiggin: split out from initial hwprobe pach] Signed-off-by: Stewart Smith <stewart@flamingspork.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'include')
-rw-r--r--include/skiboot.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/skiboot.h b/include/skiboot.h
index d1553c4..e2a1b5f 100644
--- a/include/skiboot.h
+++ b/include/skiboot.h
@@ -210,13 +210,8 @@ extern void copy_sreset_vector_fast_reboot(void);
extern void patch_traps(bool enable);
/* Various probe routines, to replace with an initcall system */
-extern void probe_phb3(void);
-extern void probe_phb4(void);
extern int preload_capp_ucode(void);
extern void preload_io_vpd(void);
-extern void probe_npu(void);
-extern void probe_npu2(void);
-extern void probe_pau(void);
extern void uart_init(void);
extern void mbox_init(void);
extern void early_uart_init(void);