commit | 20b049e88548a88bac3609fae99790bb79ee1233 | [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 | 77a5e2d3bc61f65336924d59a08ebe233b46a545 [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>