commit | 99a573fb326faf5a7bff50e4f9875f2066728d95 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 17 08:48:20 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Jul 20 09:46:46 2020 +0800 |
tree | 7a7efde7ccc0fce8c5ce88a4bbafe98d7647b0c0 | |
parent | 84d3ed125ad91c5973c4a071be5eea913bea34e5 [diff] |
x86: mp: Park CPUs before running the OS With the new MP features the CPUs are no-longer parked when the OS is run. Fix this by calling a special function to park them, just before the OS is started. 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>