commit | ece3a4607010226082f2e08afa37419e01ad853f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 20 21:37:54 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Nov 03 07:20:28 2019 +0800 |
tree | 0fb6a2b0d0d74fa85e0d027d693f505503f172b7 | |
parent | 0ced70a0bb7a114226c831bf2058681011c0fb4e [diff] |
x86: Add a CPU init function for TPL For TPL we only need to set up the features and identify the CPU to a basic level. Add a function to handle that. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>