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>
This commit is contained in:
@@ -220,6 +220,12 @@ void set_cpu_topology(struct device *cpu, unsigned int node,
|
||||
#define intel_cpu_topology(cpu, package, core, thread) \
|
||||
set_cpu_topology(cpu, 0, package, core, thread)
|
||||
|
||||
void mp_init_cpus(DEVTREE_CONST struct bus *cpu_bus);
|
||||
static inline void mp_cpu_bus_init(struct device *dev)
|
||||
{
|
||||
mp_init_cpus(dev->link_list);
|
||||
}
|
||||
|
||||
/* Debug functions */
|
||||
void print_resource_tree(const struct device *root, int debug_level,
|
||||
const char *msg);
|
||||
|
Reference in New Issue
Block a user