diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-10-05 09:33:37 +1100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-10-05 09:33:37 +1100 |
commit | 01ff8fea5c60c69aafa5d9a5e8877a3df67192de (patch) | |
tree | 82792b4a9be3a8608e0350ff3da071dee27cfd9c /core | |
parent | d09b52b8982db63525c67bf36506ce8a813f84d0 (diff) | |
download | blackbird-skiboot-01ff8fea5c60c69aafa5d9a5e8877a3df67192de.tar.gz blackbird-skiboot-01ff8fea5c60c69aafa5d9a5e8877a3df67192de.zip |
plat/palmetto: Move most code to a common file & reorder inits a bit
This moves most of the palmetto platform code to a "common" file
to share with other platforms using AST BMC.
We also initialize IPMI later.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'core')
-rw-r--r-- | core/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.c b/core/init.c index 092b633f..99d17f17 100644 --- a/core/init.c +++ b/core/init.c @@ -605,7 +605,7 @@ void __noreturn main_cpu_entry(const void *fdt, u32 master_cpu) /* * We have initialized the basic HW, we can now call into the * platform to perform subsequent inits, such as establishing - * communication with the FSP. + * communication with the FSP or starting IPMI. */ if (platform.init) platform.init(); |