blob: cda9269cb8a31c205d7552360098826b80e64e05 [file] [log] [blame]
Subrata Banik96b32f12020-07-31 12:09:11 +05301/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <fsp/api.h>
4#include <intelblocks/mp_init.h>
5
6/*
7 * As per FSP integration guide:
8 * If bootloader needs to take control of APs back, a full AP re-initialization is
9 * required after FSP-S is completed and control has been transferred back to bootloader
10 */
11void do_mpinit_after_fsp(void)
12{
13 init_cpus();
14}