commit | 78d57d63d7f3711b2f66ba7b39560e5250df0115 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 17 08:48:08 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Jul 20 09:46:42 2020 +0800 |
tree | ac4c9eb5527c5e65005bde3979deac51722aa09c | |
parent | cb1cb7146fbe1630ab5ae8c8b1043d8021c20a4d [diff] |
x86: Move MP code into mp_init At present the 'flight plan' for CPUs is passed into mp_init. But it is always the same. Move it into the mp_init file so everything is in one place. Also drop the SMI function since it does nothing. If we implement SMIs, more refactoring will be needed anyway. 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>