commit | 05e12f763e16a6683a16a9e502670de734de1263 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:58:42 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:11 2019 +0800 |
tree | 62821d1267bcf4f496c2935e9670e9e27eddecff | |
parent | f9b5800b0d8e92538c5b0bdc41d645d08a963b3b [diff] |
x86: Add a way to reinit the cpu We cannot init the CPU fully both than once during a boot. Add a new function which can be called to figure out the CPU identity, but which does not change anything. For x86_64, this is empty for now. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>