Bin Meng 8cd1a0cf52 x86: qemu: Fix broken multi-core boot
Unfortunately the multi-core boot for QEMU x86 has been broken since
commit 77a5e2d3bc61 ("x86: mp_init: Set up the CPU numbers at the start").

In order to support QEMU x86 multi-core boot, the /cpus node must be
bound before any actual fix up in qemu_cpu_fixup(). This adds the
uclass_get() call to ensure this, just like what was done before.

Fixes: 77a5e2d3bc61 ("x86: mp_init: Set up the CPU numbers at the start")
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-02-03 22:54:56 +08:00
..
2021-01-30 14:25:41 -07:00
2021-01-05 16:20:26 -05:00
2020-11-05 14:58:45 +08:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-07-20 09:46:46 +08:00
2020-12-18 20:32:21 -07:00
2020-05-18 21:19:18 -04:00
2019-10-11 17:37:38 +08:00
2019-05-08 13:02:10 +08:00
2021-01-30 14:25:41 -07:00
2021-01-05 12:24:41 -07:00
2020-04-16 14:36:28 +08:00