mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
c33aa3527d
At present the APs (non-boot CPUs) are inited once and then parked ready for the OS to use them. However in some cases we want to send new requests through, such as to change MTRRs and keep them consistent across CPUs. Change the last state of the flight plan to go into a wait loop, accepting instructions from the main CPU. Drop cpu_map since it is not used. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |
||
---|---|---|
.. | ||
cpu.c | ||
cpu_common.c | ||
cpu_spl.c | ||
fsp_bindings.c | ||
fsp_m.c | ||
fsp_s.c | ||
hostbridge.c | ||
Kconfig | ||
lpc.c | ||
Makefile | ||
pch.c | ||
pmc.c | ||
punit.c | ||
spl.c | ||
systemagent.c | ||
uart.c |