aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorStewart Smith <stewart@flamingspork.com>2021-12-20 22:22:45 +1000
committerCédric Le Goater <clg@kaod.org>2022-01-03 16:12:45 +0100
commitb2b4b311c4a2a084bb072eeaf8d9e0409a9eedd5 (patch)
tree165579d6ce57f648d23fdbe1d31c9cdc1357db9c /core
parentbd497ddbfc845f55c2de0e65c67e7a8c20687a22 (diff)
downloadskiboot-b2b4b311c4a2a084bb072eeaf8d9e0409a9eedd5.zip
skiboot-b2b4b311c4a2a084bb072eeaf8d9e0409a9eedd5.tar.gz
skiboot-b2b4b311c4a2a084bb072eeaf8d9e0409a9eedd5.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 'core')
-rw-r--r--core/init.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/core/init.c b/core/init.c
index 5c2bd7f..c3e0c49 100644
--- a/core/init.c
+++ b/core/init.c
@@ -1361,20 +1361,7 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
/* NX init */
nx_init();
- /* Probe PHB3 on P8 */
- probe_phb3();
-
- /* Probe PHB4 on P9 and PHB5 on P10 */
- probe_phb4();
-
- /* Probe NPUs */
- probe_npu();
- probe_npu2();
-
- /* Probe PAUs */
- probe_pau();
-
- /* Probe all HWPROBE hardware we have code linked for*/
+ /* Probe all HWPROBE hardware we have code linked for */
probe_hardware();
/* Initialize PCI */