commit | 653781bcc681e5e41195382a73fe87fd2b2d05ba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 17 08:48:14 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Jul 20 09:46:44 2020 +0800 |
tree | 058a6787c565dbf0fdf803f3d97e16176acaa9ff | |
parent | ebb239a78a0fca9b871e148a7a1d9f7c29267671 [diff] |
x86: mp_init: Adjust bsp_init() to return more information This function is misnamed since it does not actually init the BSP. Also it is convenient to adjust it to return a little more information. Rename and update the function, to allow it to return the BSP CPU device and number, as well as the total number of CPUs. 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>