summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_2065x
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-13 16:44:04 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-15 04:59:12 +0000
commitb3267e002e798e90ca09b11e42ea8949dccde2e7 (patch)
tree853f4f80e6d993b9a29c55361782e23667ce8698 /src/cpu/intel/model_2065x
parent826f35421e190d3358a56deba8b582d18c264e8b (diff)
downloadcoreboot-b3267e002e798e90ca09b11e42ea8949dccde2e7.tar.gz
coreboot-b3267e002e798e90ca09b11e42ea8949dccde2e7.tar.bz2
coreboot-b3267e002e798e90ca09b11e42ea8949dccde2e7.zip
cpu/intel: Replace bsp_init_and_start_aps()
Change-Id: I7176efdd1000789a093a1b4e243b4b150e6bb06f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34864 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/intel/model_2065x')
-rw-r--r--src/cpu/intel/model_2065x/model_2065x_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/model_2065x/model_2065x_init.c b/src/cpu/intel/model_2065x/model_2065x_init.c
index 289d4471e685..2f10945c3bb9 100644
--- a/src/cpu/intel/model_2065x/model_2065x_init.c
+++ b/src/cpu/intel/model_2065x/model_2065x_init.c
@@ -334,7 +334,7 @@ static const struct mp_ops mp_ops = {
.post_mp_init = post_mp_init,
};
-void bsp_init_and_start_aps(struct bus *cpu_bus)
+void mp_init_cpus(struct bus *cpu_bus)
{
if (mp_init_with_smm(cpu_bus, &mp_ops))
printk(BIOS_ERR, "MP initialization failure.\n");